.. |
tests
|
Prefix overridden add_executable() command with "clickhouse_"
|
2022-07-11 19:36:18 +02:00 |
argsToConfig.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
argsToConfig.h
|
More clang-tidy fixes
|
2022-06-28 11:50:05 +00:00 |
arithmeticOverflow.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
arraySize.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
bit_cast.h
|
fix build error
|
2022-11-17 20:38:22 -08:00 |
BorrowedObjectPool.h
|
Don't use std::unique_lock unless we have to
|
2022-06-28 19:19:06 +00:00 |
chrono_io.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
CMakeLists.txt
|
Fix build with -DENABLE_LIBRARIES=0 / -DENABLE_REPLXX=0
|
2022-06-01 10:02:28 +02:00 |
constexpr_helpers.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
coverage.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
coverage.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
DayNum.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
Decimal.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
DecomposedFloat.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
defines.h
|
Merge pull request #42128 from Algunenano/tsa_build
|
2022-10-09 03:11:47 +03:00 |
demangle.cpp
|
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
|
2022-05-09 08:23:33 +02:00 |
demangle.h
|
Fix some clang-tidy warnings in headers
|
2022-06-27 23:49:07 +02:00 |
EnumReflection.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
errnoToString.cpp
|
Fix clang-tidy
|
2022-08-20 17:09:20 +02:00 |
errnoToString.h
|
Fix clang-tidy
|
2022-08-20 17:09:20 +02:00 |
extended_types.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
find_symbols.h
|
Fix typos with new codespell
|
2022-09-02 08:54:48 +00:00 |
FnTraits.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
FunctorToStaticMethodAdaptor.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
getAvailableMemoryAmount.cpp
|
More consistent use of platform macros
|
2022-06-10 10:22:31 +02:00 |
getAvailableMemoryAmount.h
|
support determine available memory for FreeBSD
|
2022-02-15 13:59:00 +03:00 |
getFQDNOrHostName.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
getFQDNOrHostName.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
getMemoryAmount.cpp
|
revert cgroup memory limit to uint64_t
|
2021-11-08 18:56:31 +01:00 |
getMemoryAmount.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
getPageSize.cpp
|
Corrections
|
2021-12-23 01:38:28 +03:00 |
getPageSize.h
|
Rename "common" to "base"
|
2021-10-02 11:30:38 +03:00 |
getThreadId.cpp
|
Fix half of trash
|
2022-09-10 04:08:16 +02:00 |
getThreadId.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
insertAtEnd.h
|
clang-tidy check performance-move-const-arg fix
|
2022-03-02 18:15:27 +00:00 |
iostream_debug_helpers.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
itoa.h
|
Fix type error in itoa (wrong static_cast<>)
|
2022-10-21 13:25:43 +02:00 |
JSON.cpp
|
Fix half of trash
|
2022-09-10 04:08:16 +02:00 |
JSON.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
LineReader.cpp
|
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
|
2022-05-09 08:23:33 +02:00 |
LineReader.h
|
Support for Clang Thread Safety Analysis (TSA)
|
2022-06-20 16:13:25 +02:00 |
map.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
MoveOrCopyIfThrow.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
mremap.cpp
|
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
|
2022-05-09 08:23:33 +02:00 |
mremap.h
|
Do not pretend that windows is supported (remove code undef #ifdef _MSC_VER)
|
2021-10-03 14:42:53 +03:00 |
phdr_cache.cpp
|
More consistent use of platform macros
|
2022-06-10 10:22:31 +02:00 |
phdr_cache.h
|
Remove dlopen
|
2022-09-17 03:02:34 +02:00 |
preciseExp10.cpp
|
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
|
2022-05-09 08:23:33 +02:00 |
preciseExp10.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
range.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
removeDuplicates.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
ReplxxLineReader.cpp
|
Fixes for -Wshorten-64-to-32
|
2022-10-21 13:25:19 +02:00 |
ReplxxLineReader.h
|
clickhouse-client: add support of sk (fzf-like in rust)
|
2022-09-26 15:09:37 +03:00 |
safeExit.cpp
|
Update safeExit.cpp
|
2022-11-07 21:07:09 +03:00 |
safeExit.h
|
Introduce safeExit() helper (_exit() compatible with TSan)
|
2022-03-02 22:17:17 +03:00 |
scope_guard.h
|
fix: typo
|
2022-08-31 10:57:27 +00:00 |
setTerminalEcho.cpp
|
Fix clang-tidy
|
2022-08-20 17:09:20 +02:00 |
setTerminalEcho.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
shift10.cpp
|
Fix style
|
2022-09-11 06:11:02 +02:00 |
shift10.h
|
Fix half of trash
|
2022-09-10 04:08:16 +02:00 |
sleep.cpp
|
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
|
2022-05-09 08:23:33 +02:00 |
sleep.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
sort.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
StringRef.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
StringRef.h
|
Fix -Wshorten-64-to-32 for amd64sse2 build
|
2022-10-21 13:25:42 +02:00 |
strong_typedef.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
terminalColors.cpp
|
Fix half of trash
|
2022-09-10 04:08:16 +02:00 |
terminalColors.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
throwError.cpp
|
Speed up build a little
|
2022-04-16 03:58:50 +02:00 |
throwError.h
|
Speed up build a little
|
2022-04-16 03:58:50 +02:00 |
time.h
|
Fix some clang-tidy warnings in headers
|
2022-06-27 23:49:07 +02:00 |
TypeList.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
TypeLists.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
TypeName.h
|
Non-recursive implementation for TL and its functions
|
2021-10-03 18:02:04 +02:00 |
TypePair.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
types.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
unaligned.h
|
Update unaligned.h
|
2022-08-04 08:18:45 +03:00 |
unit.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
UUID.h
|
Build improvement
|
2022-01-17 22:36:27 +08:00 |
wide_integer_impl.h
|
Add a note about incorrect wide_integer with Decimal
|
2022-10-21 13:25:43 +02:00 |
wide_integer_to_string.h
|
Enable clang-tidy for headers
|
2022-08-31 10:48:15 +00:00 |
wide_integer.h
|
More clang-tidy fixes
|
2022-06-28 11:50:05 +00:00 |