ClickHouse/base/common
2021-09-12 19:30:55 +03:00
..
tests Make some tests automated 2021-03-04 02:11:27 +03:00
argsToConfig.cpp Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
argsToConfig.h Arcadia (#9729) 2020-03-18 21:54:27 +03:00
arithmeticOverflow.h Fix abysmally low performance 2021-05-03 22:56:40 +03:00
arraySize.h Merge ext into common 2021-06-16 23:28:41 +03:00
bit_cast.h Merge ext into common 2021-06-16 23:28:41 +03:00
BorrowedObjectPool.h BorrowedObjectPool fix style 2021-09-02 16:18:10 +03:00
chrono_io.h Merge ext into common 2021-06-16 23:28:41 +03:00
CMakeLists.txt Simplifying exception messages 2021-09-11 00:40:18 +02:00
constexpr_helpers.h libs/ → base/ 2020-02-14 17:48:30 +03:00
coverage.cpp Fix clang-tidy 2020-09-19 02:05:13 +03:00
coverage.h libs/ → base/ 2020-02-14 17:48:30 +03:00
DateLUT.cpp Return private 2021-03-04 00:44:58 +03:00
DateLUT.h Add CI check for darwin-aarch64 (#25560) 2021-06-25 18:21:56 +03:00
DateLUTImpl.cpp Improvements based on review 2021-08-09 16:16:17 +02:00
DateLUTImpl.h Merge pull request #27605 from Enmk/fix_27193_toDateTime64_conversion 2021-08-12 13:32:59 +03:00
DayNum.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
Decimal.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
DecomposedFloat.h Remove unused function 2021-06-15 03:30:01 +03:00
defines.h better ubsan testing 2021-03-11 15:08:18 +03:00
demangle.cpp Remove obsolete suppression 2020-05-11 09:50:38 +03:00
demangle.h libs/ → base/ 2020-02-14 17:48:30 +03:00
EnumReflection.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
errnoToString.cpp Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
errnoToString.h Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
ErrorHandlers.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
extended_types.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
find_symbols.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
function_traits.h Merge ext into common 2021-06-16 23:28:41 +03:00
FunctorToStaticMethodAdaptor.h Fixed code review issues 2021-07-03 16:29:32 +03:00
getFQDNOrHostName.cpp Arcadia (#9729) 2020-03-18 21:54:27 +03:00
getFQDNOrHostName.h Arcadia (#9729) 2020-03-18 21:54:27 +03:00
getMemoryAmount.cpp Move getPageSize in common 2020-12-17 00:23:41 +03:00
getMemoryAmount.h libs/ → base/ 2020-02-14 17:48:30 +03:00
getPageSize.cpp Move getPageSize in common 2020-12-17 00:23:41 +03:00
getPageSize.h Move getPageSize in common 2020-12-17 00:23:41 +03:00
getResource.cpp Removes unused CMake variable and fixes clang-tidy lint 2021-06-11 14:35:40 -07:00
getResource.h Embed configs into binary 2020-08-08 06:42:42 +03:00
getThreadId.cpp Adds support for building on Solaris-derived systems 2021-04-28 16:32:41 -07:00
getThreadId.h libs/ → base/ 2020-02-14 17:48:30 +03:00
insertAtEnd.h Add utility function insertAtEnd(). 2021-08-23 23:41:45 +03:00
iostream_debug_helpers.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
itoa.h Fix error 2021-05-05 23:04:15 +03:00
JSON.cpp Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
JSON.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
LineReader.cpp add ignore of -Wreserved-identifier into LineReader.cpp, ThreadFuzzer.cpp, ReadBufferFromFileDescriptor.cpp 2021-09-09 23:51:47 +03:00
LineReader.h Fix race condition in client suggestions 2020-09-28 12:58:42 +03:00
LocalDate.h Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
LocalDateTime.h Build fixes 2021-03-16 14:07:53 +03:00
logger_useful.h Test log level for CI 2021-09-03 13:07:40 +03:00
map.h Merge ext into common 2021-06-16 23:28:41 +03:00
MoveOrCopyIfThrow.h Moved BorrowedObjectPool to common 2021-04-13 23:15:22 +03:00
mremap.cpp Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
mremap.h libs/ → base/ 2020-02-14 17:48:30 +03:00
phdr_cache.cpp fix problem with phdr_cache.cpp (second try) 2021-09-09 23:51:47 +03:00
phdr_cache.h libs/ → base/ 2020-02-14 17:48:30 +03:00
preciseExp10.cpp Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
preciseExp10.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
range.h Merge ext into common 2021-06-16 23:28:41 +03:00
ReadlineLineReader.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ReadlineLineReader.h Revert all changes but save commit history from @kuskarov 2020-06-05 01:44:29 +03:00
removeDuplicates.h Add new functions currentProfiles(), enabledProfiles(), defaultProfiles(). 2021-07-22 22:20:53 +03:00
ReplxxLineReader.cpp Fix history file conversion if file is empty 2021-07-20 21:00:53 +03:00
ReplxxLineReader.h Don't shallow errors. 2020-12-21 14:43:05 +08:00
scope_guard_safe.h Merge ext into common 2021-06-16 23:28:41 +03:00
scope_guard.h Merge ext into common 2021-06-16 23:28:41 +03:00
setTerminalEcho.cpp Remove useless code from setTerminalEcho #20334 2021-03-30 00:39:38 +03:00
setTerminalEcho.h libs/ → base/ 2020-02-14 17:48:30 +03:00
shared_ptr_helper.h Merge ext into common 2021-06-16 23:28:41 +03:00
shift10.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
shift10.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
SimpleCache.h Merge ext into common 2021-06-16 23:28:41 +03:00
sleep.cpp Fix build 2020-08-08 07:55:33 +03:00
sleep.h libs/ → base/ 2020-02-14 17:48:30 +03:00
sort.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
StringRef.cpp Remove one header 2020-09-14 16:34:44 +03:00
StringRef.h Add missed <stdexcept> 2020-11-21 13:26:38 +03:00
strong_typedef.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
terminalColors.cpp Colorize logs that are send to client with "send_logs_level" setting 2020-02-21 23:01:38 +03:00
terminalColors.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
throwError.h Fix error 2021-05-07 00:04:47 +03:00
time.h Adds support for building on Solaris-derived systems 2021-04-28 16:32:41 -07:00
types.h Workaround for PVS-Studio 2021-04-29 22:51:59 +03:00
unaligned.h libs/ → base/ 2020-02-14 17:48:30 +03:00
unit.h ignore diagnostic -Wreserved-identifier in file base/common/unit.h 2021-09-09 23:51:47 +03:00
wide_integer_impl.h Support implicit cast std::pair<UInt64, UInt64> to UInt128. 2021-08-23 23:41:45 +03:00
wide_integer_to_string.h gcd and lcm for big integers 2021-05-07 03:00:26 +03:00
wide_integer.h Fix wrong code in wide_int 2021-06-15 03:29:20 +03:00
ya.make Updated ya.make 2020-12-17 12:10:46 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00