ClickHouse/base/common
2020-09-14 14:56:43 +03:00
..
tests Remove useless code around zkutil 2020-08-18 22:02:07 +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 Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
CMakeLists.txt Embed configs into binary 2020-08-08 06:42:42 +03:00
constexpr_helpers.h libs/ → base/ 2020-02-14 17:48:30 +03:00
coverage.cpp Build shared jemalloc in splitted mode 2020-03-21 22:49:26 +03:00
coverage.h libs/ → base/ 2020-02-14 17:48:30 +03:00
DateLUT.cpp Remove dependency on tzdata 2020-06-20 15:26:44 +03:00
DateLUT.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
DateLUTImpl.cpp Embed configs into binary 2020-08-08 06:42:42 +03:00
DateLUTImpl.h Fix typos, the last 1% 2020-08-08 04:21:04 +03:00
DayNum.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
defines.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +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
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
find_symbols.h splitInto() now can put result into a vector of std::string_view. 2020-08-08 19:35:53 +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 Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
getMemoryAmount.h libs/ → base/ 2020-02-14 17:48:30 +03:00
getResource.cpp Trying to fix TZ with plus sign inside 2020-08-13 23:28:56 +02:00
getResource.h Embed configs into binary 2020-08-08 06:42:42 +03:00
getThreadId.cpp Some provisions for Android build 2020-07-15 14:16:00 +03:00
getThreadId.h libs/ → base/ 2020-02-14 17:48:30 +03:00
iostream_debug_helpers.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
itoa.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +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 Revert all changes but save commit history from @kuskarov 2020-06-05 01:44:29 +03:00
LineReader.h Remove underscore as word-break character. This partially reverts #11975 2020-07-06 01:16:32 +03:00
LocalDate.h libs/ → base/ 2020-02-14 17:48:30 +03:00
LocalDateTime.h libs/ → base/ 2020-02-14 17:48:30 +03:00
logger_useful.h Compatibility with Arcadia build 2020-05-31 16:47:58 +03:00
memory.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +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 unit tests under MSan 2020-06-01 20:07:27 +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
ReadlineLineReader.cpp Readline fix 2020-08-11 17:49:39 +08:00
ReadlineLineReader.h Revert all changes but save commit history from @kuskarov 2020-06-05 01:44:29 +03:00
ReplxxLineReader.cpp Add a comment of explicit flock() in ReplxxLineReader::addToHistory() 2020-07-29 21:00:46 +03:00
ReplxxLineReader.h Merge branch 'master' into kuskarov-add_syntax_highlighting 2020-06-08 02:14:09 +03:00
setTerminalEcho.cpp libs/ → base/ 2020-02-14 17:48:30 +03:00
setTerminalEcho.h libs/ → base/ 2020-02-14 17:48:30 +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 libs/ → base/ 2020-02-14 17:48:30 +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
StringRef.h fixed perftest long test and StringRef assert 2020-08-12 17:07:56 +03:00
strong_typedef.h Fix missed #include <functional> 2020-06-08 19:25:21 +03: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 Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
throwError.h Fix wide integer left shift + refactoring (#14697) 2020-09-14 14:56:43 +03:00
time.h Add cross-compile build for FreeBSD (#9643) 2020-04-07 11:33:49 +03:00
types.h Fix wide integer left shift + refactoring (#14697) 2020-09-14 14:56:43 +03:00
unaligned.h libs/ → base/ 2020-02-14 17:48:30 +03:00
wide_integer_impl.h Fix wide integer left shift + refactoring (#14697) 2020-09-14 14:56:43 +03:00
wide_integer_to_string.h Fix wide integer left shift + refactoring (#14697) 2020-09-14 14:56:43 +03:00
wide_integer.h Fix wide integer left shift + refactoring (#14697) 2020-09-14 14:56:43 +03:00
ya.make Fix "Arcadia" 2020-09-08 01:14:13 +03:00
ya.make.in Fix "Arcadia" 2020-09-08 01:14:13 +03:00