ClickHouse/src/Common
2022-08-11 16:26:41 +02:00
..
Config fix build with clang-15 2022-08-01 18:00:54 +02:00
examples Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
HashTable More conversions 2022-07-31 22:06:02 +00:00
JSONParsers Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
mysqlxx Enable -Wdeprecated-dynamic-exception-spec 2022-07-13 13:49:40 +00:00
StringUtils Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
tests PODArray assign empty array fix 2022-08-11 16:26:41 +02:00
ZooKeeper Add duration_ms into system.zookeeper_log 2022-07-28 22:34:51 +03:00
ActionBlocker.h
ActionLock.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ActionLock.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
AlignedBuffer.cpp
AlignedBuffer.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Allocator_fwd.h
Allocator.cpp Common types template instantiations 2021-02-12 00:54:50 +03:00
Allocator.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
AllocatorWithMemoryTracking.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Arena.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
ArenaAllocator.h
ArenaUtils.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ArenaWithFreeLists.h Merge branch 'master' into parallel-downloading-url-engine 2022-03-15 07:55:41 +00:00
ArrayCache.h remove some dead and commented code 2022-07-21 15:05:48 +02:00
assert_cast.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
atomicRename.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
atomicRename.h Support atomic replace under OSX 2022-04-11 14:32:55 +02:00
base58.h set char to be explicitely signed 2022-07-24 14:23:22 +02:00
BitHelpers.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
BridgeProtocolVersion.h Add simple versioning to the *-bridge-to-server protocol 2022-08-08 19:40:37 +00:00
CaresPTRResolver.cpp minor style fixes 2022-07-15 12:42:07 -03:00
CaresPTRResolver.h minor style adjustments 2022-07-13 09:40:56 -03:00
checkStackSize.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
checkStackSize.h
clearPasswordFromCommandLine.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
clearPasswordFromCommandLine.h
clickhouse_malloc.cpp Fix compatibility 2021-08-06 02:10:55 +03:00
ClickHouseRevision.cpp Remove cruft 2021-10-28 02:10:39 +03:00
ClickHouseRevision.h
CMakeLists.txt Remove unbundled mysql support 2022-01-20 10:02:01 +03:00
ColumnsHashing.h Fix intersect with const string 2022-06-01 11:13:33 +00:00
ColumnsHashingImpl.h Fix optin.cplusplus.UninitializedObject issue (#35626) 2022-04-04 23:47:14 +03:00
CombinedCardinalityEstimator.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
CompactArray.h Fix clang-tidy in utils/examples 2022-07-29 11:36:51 +03:00
Concepts.h Add new/delete overloads 2022-04-12 14:11:10 +00:00
ConcurrencyControl.h fix finish() condition to account only active threads 2022-07-26 11:32:45 +02:00
ConcurrentBoundedQueue.h clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
config_version.h.in Add comments for VERSION_REVISION vs DBMS_TCP_PROTOCOL_VERSION 2021-06-28 22:01:14 +03:00
config.h.in Remove SPLIT_BINARY 2022-07-24 01:15:54 +02:00
CounterInFile.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
COW.h mark all operators bool() as explicit 2022-05-20 15:29:54 +00:00
CpuId.h Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store" 2022-08-08 05:03:15 +03:00
createHardLink.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
createHardLink.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CurrentMemoryTracker.cpp Move check for denied allocations (#38858) 2022-07-07 14:24:36 +02:00
CurrentMemoryTracker.h Move check for denied allocations (#38858) 2022-07-07 14:24:36 +02:00
CurrentMetrics.cpp Revert "Add support for io_uring read method" 2022-06-24 12:19:41 +03:00
CurrentMetrics.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
CurrentThread.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
CurrentThread.h First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
DateLUT.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
DateLUT.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
DateLUTImpl.cpp remove some dead and commented code 2022-07-21 15:05:48 +02:00
DateLUTImpl.h Replace normalizeDayNum() by std::clamp() 2022-08-09 08:52:02 +00:00
DNSPTRResolver.h Force use of c-ares inet_net_pton and style adjustments 2022-07-13 11:51:43 -03:00
DNSPTRResolverProvider.cpp Force use of c-ares inet_net_pton and style adjustments 2022-07-13 11:51:43 -03:00
DNSPTRResolverProvider.h Force use of c-ares inet_net_pton and style adjustments 2022-07-13 11:51:43 -03:00
DNSResolver.cpp minor style adjustments 2022-07-13 09:40:56 -03:00
DNSResolver.h Use Strings alias instead of std::vec<std::string>> 2022-07-12 20:37:39 -03:00
Dwarf.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
Dwarf.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
Elf.cpp Minor follow-up 2022-06-14 08:52:13 +00:00
Elf.h Minor follow-up 2022-06-14 08:52:13 +00:00
Epoll.cpp Fix style 2022-07-01 19:51:07 +02:00
Epoll.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ErrorCodes.cpp Rename NUMBER_OF_DIMENSIONS_MISMATHED const to NUMBER_OF_DIMENSIONS_MISMATCHED 2022-07-07 11:15:59 +03:00
ErrorCodes.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
ErrorHandlers.h base should not depend on Common 2022-04-29 10:26:35 +08:00
escapeForFileName.cpp
escapeForFileName.h
EventCounter.h
EventRateMeter.h cleanup 2022-07-18 13:31:32 +02:00
Exception.cpp Merge pull request #37976 from ClickHouse/tavplubix-patch-1 2022-06-10 21:04:56 +03:00
Exception.h More clang-tidy fixes 2022-06-28 11:50:05 +00:00
ExponentiallySmoothedCounter.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ExternalLoaderStatus.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Fiber.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FiberStack.h Increase stack size 2022-03-24 15:50:32 +01:00
FieldVisitorConvertToNumber.h Merge pull request #23932 from CurtizJ/dynamic-columns 2022-03-17 10:45:46 +01:00
FieldVisitorDump.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FieldVisitorDump.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FieldVisitorHash.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FieldVisitorHash.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
FieldVisitors.h Minor changes 2021-06-14 07:13:35 +03:00
FieldVisitorsAccurateComparison.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorSum.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FieldVisitorSum.h Merge pull request #23932 from CurtizJ/dynamic-columns 2022-03-17 10:45:46 +01:00
FieldVisitorToString.cpp fix identation 2022-07-16 19:07:42 +02:00
FieldVisitorToString.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FieldVisitorWriteBinary.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FieldVisitorWriteBinary.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FileCache_fwd.h impl improve remote fs cache 2022-05-25 16:54:28 +08:00
FileCacheFactory.cpp Better 2022-06-23 17:46:27 +02:00
FileCacheFactory.h Better 2022-06-23 17:46:27 +02:00
FileCacheSettings.cpp Better 2022-06-16 16:40:29 +02:00
FileCacheSettings.h More clang-tidy fixes 2022-06-28 11:50:05 +00:00
FileChecker.cpp Fix implementation of totalBytes() & totalRows() for Log family. 2022-05-04 00:15:21 +02:00
FileChecker.h Add new restore setting 'allow_non_empty_tables'. 2022-05-03 16:18:45 +02:00
FileSegment.cpp First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
FileSegment.h Refactoring of object storages, add LocalObjectStorage 2022-07-09 12:39:31 +02:00
filesystemHelpers.cpp Use std::filesystem::path::operator/ 2022-07-14 19:25:40 +02:00
filesystemHelpers.h Review fixes 2022-07-09 19:35:07 +02:00
FileUpdatesTracker.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
format.h Replace remove-erase idiom by C++20 erase()/erase_if() 2022-04-17 12:04:47 +02:00
formatIPv6.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
formatIPv6.h More clang-tidy fixes 2022-06-28 11:50:05 +00:00
formatReadable.cpp Update formatReadable.cpp 2021-03-31 18:40:33 +03:00
formatReadable.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
FrequencyHolder.h base should not depend on Common 2022-04-29 10:26:35 +08:00
getCurrentProcessFDCount.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getCurrentProcessFDCount.h code style change 2021-11-12 20:48:42 +08:00
getExecutablePath.cpp
getExecutablePath.h
getHashOfLoadedBinary.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getHashOfLoadedBinary.h Fix style 2021-01-07 06:40:24 +03:00
getMappedArea.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getMappedArea.h
getMaxFileDescriptorCount.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getMaxFileDescriptorCount.h code style change 2021-11-12 20:48:42 +08:00
getMultipleKeysFromConfig.cpp
getMultipleKeysFromConfig.h
getNumberOfPhysicalCPUCores.cpp Simplification #36313 2022-04-19 17:44:27 +02:00
getNumberOfPhysicalCPUCores.h
GetPriorityForLoadBalancing.cpp minor fixes 2022-03-21 15:55:01 +01:00
GetPriorityForLoadBalancing.h minor fixes 2022-03-21 15:55:01 +01:00
getRandomASCIIString.cpp Fix clang tidy 2021-12-14 15:34:20 +03:00
getRandomASCIIString.h Fix clang tidy 2021-12-14 15:34:20 +03:00
getResource.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
getResource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
hasLinuxCapability.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
hasLinuxCapability.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
hex.cpp add bin/unbin support 2021-07-02 23:13:47 +08:00
hex.h Switch to XML format for backup's metadata. 2021-11-09 23:16:45 +03:00
HyperLogLogBiasEstimator.h
HyperLogLogCounter.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
HyperLogLogWithSmallSetOptimization.h
IFactoryWithAliases.h More clang-tidy fixes 2022-06-28 11:50:05 +00:00
IFileCache.cpp First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
IFileCache.h Better 2022-06-16 16:40:29 +02:00
Increment.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
interpolate.h
InterruptListener.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
IntervalKind.cpp fix floating point in intervals 2022-07-04 20:45:05 +03:00
IntervalKind.h fix floating point in intervals 2022-07-04 20:45:05 +03:00
IntervalTree.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
intExp.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
IO.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
IO.h Add writeRetry helper 2021-06-07 09:38:15 +03:00
IPv6ToBinary.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
IPv6ToBinary.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
isLocalAddress.cpp minor fixes 2022-03-21 15:55:01 +01:00
isLocalAddress.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
isValidUTF8.cpp Move isValidUTF8Naive from Functions to Common 2021-08-23 09:22:15 +03:00
isValidUTF8.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
JSONBuilder.cpp Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
JSONBuilder.h Fix optin.cplusplus.UninitializedObject issue (#35626) 2022-04-04 23:47:14 +03:00
LocalDate.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
LocalDateTime.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
LockMemoryExceptionInThread.cpp Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
LockMemoryExceptionInThread.h fix build on USE_DEBUG_HELPERS OFF 2022-01-24 14:29:38 +08:00
logger_useful.h Rename log when rename merge tree tables 2022-07-14 21:22:46 +08:00
LRUCache.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
LRUFileCache.cpp Update LRUFileCache.cpp 2022-07-20 11:42:24 +02:00
LRUFileCache.h Better 2022-06-16 16:40:29 +02:00
LRUResourceCache.h base should not depend on Common 2022-04-29 10:26:35 +08:00
Macros.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
Macros.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
malloc.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
memcmpSmall.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
memcpySmall.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
memory.h Add maybe_unused for align arguments 2022-04-13 06:19:59 +00:00
MemorySanitizer.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
MemoryStatisticsOS.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
MemoryStatisticsOS.h Implement MemoryStatisticsOS for FreeBSD 2022-02-25 14:05:00 +03:00
MemoryTracker.cpp Merge branch 'master' into separate-counter-for-rss-in-memory-tracker 2022-08-10 16:44:24 +02:00
MemoryTracker.h Merge branch 'master' into separate-counter-for-rss-in-memory-tracker 2022-07-18 23:20:38 +02:00
MemoryTrackerBlockerInThread.cpp Make only one possible public ctor in MemoryTrackerBlockerInThread 2022-07-26 19:03:26 +00:00
MemoryTrackerBlockerInThread.h Make only one possible public ctor in MemoryTrackerBlockerInThread 2022-07-26 19:04:20 +00:00
MultiVersion.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
NamePrompter.cpp Refactor 2022-04-04 07:24:42 +00:00
NamePrompter.h Address PR comments 2022-04-04 07:24:42 +00:00
NaNUtils.h Upd upstream 2021-05-28 00:21:02 +03:00
NetException.h Fixing some warnings 2022-05-16 20:59:27 +02:00
new_delete.cpp Remove abbreviation 2022-04-19 17:44:26 +02:00
noexcept_scope.h Fix NOEXCEPT_SCOPE (before it calls std::terminate and looses the exception) 2022-07-14 17:16:18 +03:00
ObjectPool.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
OpenSSLHelpers.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
OpenSSLHelpers.h Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
OpenTelemetryTraceContext.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
OptimizedRegularExpression.cpp Fix UB (stack-use-after-scope) in extactAll() 2022-07-20 10:18:44 +03:00
OptimizedRegularExpression.h Fix UB (stack-use-after-scope) in extactAll() 2022-07-20 10:18:44 +03:00
OvercommitTracker.cpp Remove logging from OvercommitTracker 2022-07-08 15:34:23 +00:00
OvercommitTracker.h Remove logging from OvercommitTracker 2022-07-08 15:34:23 +00:00
parseAddress.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
parseAddress.h Remove Arcadia 2022-04-19 17:44:27 +02:00
parseGlobs.cpp Review Comments 2022-07-05 21:18:39 -07:00
parseGlobs.h
parseRemoteDescription.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
parseRemoteDescription.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PipeFDs.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
PipeFDs.h Fix response pipe read 2020-11-27 13:12:11 +03:00
PODArray_fwd.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PODArray.cpp Common types template instantiations 2021-02-12 00:54:50 +03:00
PODArray.h PODArray assign empty array fix 2022-08-11 16:26:41 +02:00
PoolBase.h Don't use std::unique_lock unless we have to 2022-06-28 19:19:06 +00:00
PoolWithFailoverBase.h Replace remove-erase idiom by C++20 erase()/erase_if() 2022-04-17 12:04:47 +02:00
ProcfsMetricsProvider.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
ProcfsMetricsProvider.h Merge pull request #37969 from ClickHouse/consistent-macro-usage 2022-06-10 14:10:01 +02:00
ProfileEvents.cpp Add profile events for fsync 2022-07-31 23:19:30 +03:00
ProfileEvents.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
ProfilingScopedRWLock.h
ProgressIndication.cpp reuse Common/ExponentiallySmoothedCounter.h 2022-07-18 12:21:44 +02:00
ProgressIndication.h reuse Common/ExponentiallySmoothedCounter.h 2022-07-18 12:21:44 +02:00
QueryProfiler.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
QueryProfiler.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
quoteString.cpp Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00
quoteString.h Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00
RadixSort.h remove some dead and commented code 2022-07-21 15:05:48 +02:00
randomSeed.cpp Merge branch 'master' into remove-useless-code-2 2022-05-22 17:41:57 +00:00
randomSeed.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
RangeGenerator.h fix bug of range generator 2022-04-21 11:33:15 +08:00
register_objects.cpp Automated function registration 2022-07-29 15:39:50 +08:00
register_objects.h Automated function registration 2022-07-29 15:39:50 +08:00
remapExecutable.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
remapExecutable.h Log size of remapped memory (remap_executable) 2021-11-04 00:19:00 +03:00
RemoteHostFilter.cpp Always clear hosts. 2022-03-15 14:08:56 +00:00
RemoteHostFilter.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
RWLock.cpp Fix waiting of shared lock after exclusive lock failure 2022-07-05 19:12:47 +03:00
RWLock.h Fix waiting of shared lock after exclusive lock failure 2022-07-05 19:12:47 +03:00
scope_guard_safe.h base should not depend on Common 2022-04-29 10:26:35 +08:00
SensitiveDataMasker.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
SensitiveDataMasker.h Fixing some warnings 2022-05-16 20:59:27 +02:00
setThreadName.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
setThreadName.h Remove thread_local std::string 2021-11-14 02:43:17 +03:00
SettingsChanges.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
SettingsChanges.h Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
SharedBlockRowRef.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
SharedLibrary.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SharedLibrary.h Updated SharedLibrary string_view interface 2021-03-14 17:19:48 +03:00
ShellCommand.cpp fix long wait for process exit in ShellCommand 2022-07-19 14:07:27 +02:00
ShellCommand.h Fixing build. 2022-07-20 20:30:16 +00:00
SimpleActionBlocker.h
SimpleIncrement.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SipHash.h Fix Endian issue in SipHash for s390x 2022-07-29 13:21:50 -07:00
SmallObjectPool.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
SpaceSaving.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
StackTrace.cpp Suggestions from @tavplubix 2022-07-30 01:45:06 +02:00
StackTrace.h Allow to hide addresses in stack traces 2022-07-29 00:13:02 +02:00
StatusFile.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
StatusFile.h
StatusInfo.cpp Refactored StorageDictionary 2021-04-26 13:52:41 +03:00
StatusInfo.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Stopwatch.h fix overflow in Stopwatch 2021-10-06 18:09:13 +03:00
StringSearcher.h Fix test 00233_position_function_family 2022-06-30 11:43:25 +00:00
StudentTTest.cpp Remove idiotic whitespace 2021-08-31 02:54:11 +03:00
StudentTTest.h
SymbolIndex.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
SymbolIndex.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
SystemLogBase.cpp Replace MemoryTrackerBlockerInThread to LockMemoryExceptionInThread in some places. Reduced MemoryTrackerBlockerInThread level to User. 2022-07-26 15:22:00 +00:00
SystemLogBase.h fix 2022-05-01 19:45:16 +08:00
TargetSpecific.cpp Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store" 2022-08-08 05:03:15 +03:00
TargetSpecific.h Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store" 2022-08-08 05:03:15 +03:00
TaskStatsInfoGetter.cpp Update TaskStatsInfoGetter.cpp 2022-08-04 07:34:36 +03:00
TaskStatsInfoGetter.h Add a comment for taskstruct netlink interface rounding to KiB 2022-04-25 08:49:17 +03:00
TerminalSize.cpp Use stderr instead of stdout 2021-05-05 15:52:21 +00:00
TerminalSize.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
thread_local_rng.cpp
thread_local_rng.h
ThreadFuzzer.cpp Update ThreadFuzzer.cpp 2022-05-28 05:13:16 +03:00
ThreadFuzzer.h Stop ThreadFuzzer before hung check (#29167) 2021-09-20 17:23:10 +03:00
ThreadPool.cpp Don't use std::unique_lock unless we have to 2022-06-28 19:19:06 +00:00
ThreadPool.h ThreadPool: incapsulate Poco::Event and std:🧵:id into State struct 2022-07-13 15:51:49 +03:00
ThreadProfileEvents.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
ThreadProfileEvents.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
ThreadStatus.cpp Move check for denied allocations (#38858) 2022-07-07 14:24:36 +02:00
ThreadStatus.h First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
Throttler_fwd.h add max_remote_{read,write}_network_bandwidth_for_server settings 2022-07-11 14:59:39 +02:00
Throttler.cpp HashTable constant fix 2022-01-11 18:45:41 +03:00
Throttler.h add max_remote_{read,write}_network_bandwidth_for_server settings 2022-07-11 14:59:39 +02:00
TimerDescriptor.cpp Update src/Common/TimerDescriptor.cpp 2022-07-01 16:23:20 +02:00
TimerDescriptor.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
TLDListsHolder.cpp Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
TLDListsHolder.h Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
TraceSender.cpp Update src/Common/TraceSender.cpp 2022-07-19 18:44:31 +02:00
TraceSender.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
TransactionID.cpp save versions of parts 2021-12-30 16:15:28 +03:00
TransactionID.h more introspection 2022-03-18 14:33:59 +01:00
typeid_cast.h Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
TypePromotion.h
UnicodeBar.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
UnicodeBar.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
UTF8Helpers.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
UTF8Helpers.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
VariableContext.h Remove redundant enumerator 2021-10-12 13:46:32 +03:00
VersionNumber.cpp Fix clang-tidy warnings in VersionNumber (use Int64 over long) 2021-06-14 10:42:50 +03:00
VersionNumber.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Visitor.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Volnitsky.h Less usage of StringRef 2022-07-24 18:33:52 +00:00
waitForPid.cpp Merge branch 'master' into shell-command-wait-pid-refactoring 2022-07-25 11:42:05 +00:00
waitForPid.h ShellCommand wait pid refactoring 2022-07-21 11:45:09 +02:00
WeakHash.cpp
WeakHash.h