ClickHouse/src/Common
2022-05-18 01:42:13 +00:00
..
Config base should not depend on Common 2022-04-29 10:26:35 +08:00
examples fixed the cow_compositions.cpp clone inner column when there is no need 2022-04-23 18:42:04 +08:00
HashTable just fix a number 2022-05-10 20:33:25 +08:00
JSONParsers Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
mysqlxx Remove Arcadia 2022-04-19 17:44:27 +02:00
StringUtils Remove Arcadia 2022-04-19 17:44:27 +02:00
tests Merge master 2022-05-07 11:52:25 +02:00
ZooKeeper I'm not ready for 3-way comparison 2022-05-07 15:33:34 +02:00
ActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
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 Preparation for structured logging 2020-05-31 00:35:52 +03:00
AlignedBuffer.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Allocator_fwd.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
Allocator.cpp Common types template instantiations 2021-02-12 00:54:50 +03:00
Allocator.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AllocatorWithMemoryTracking.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Arena.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ArenaAllocator.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
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 Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
assert_cast.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
atomicRename.cpp OSX fixes 2022-04-11 15:25:20 +02:00
atomicRename.h Support atomic replace under OSX 2022-04-11 14:32:55 +02:00
BitHelpers.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
checkStackSize.cpp Fix tests that relies on checking stack size under TSan 2021-10-23 14:09:19 +03:00
checkStackSize.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
clearPasswordFromCommandLine.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
clearPasswordFromCommandLine.h Clear password from command line #11624 2020-06-14 22:23:05 +03:00
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 straighten the protocol version 2020-09-17 17:37:29 +03:00
CMakeLists.txt Remove unbundled mysql support 2022-01-20 10:02:01 +03:00
ColumnsHashing.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +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 optin.cplusplus.UninitializedObject issue (#35626) 2022-04-04 23:47:14 +03:00
Concepts.h Add new/delete overloads 2022-04-12 14:11:10 +00: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 add comments and small refactoring 2022-02-17 22:00:25 +03:00
CounterInFile.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
COW.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
CpuId.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00: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 Remove debug headers 2021-08-05 23:50:09 +03:00
CurrentMemoryTracker.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CurrentMetrics.cpp Add S3Requests metric 2022-05-13 18:12:46 +02:00
CurrentMetrics.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
CurrentThread.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
CurrentThread.h Better version of cache on insert 2022-04-04 10:58:59 +02: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 Saturate date/datetime to zero 2022-01-03 02:07:08 +03:00
DateLUTImpl.h Saturate date/datetime to zero (part 2) 2022-04-29 10:24:18 +08:00
DNSResolver.cpp Remove abbreviation 2022-04-19 17:44:26 +02:00
DNSResolver.h base should not depend on Common 2022-04-29 10:26:35 +08:00
Dwarf.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
Dwarf.h Don't unwind inlines if we unable to do it 2022-03-22 11:11:36 +01:00
Elf.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
Elf.h get Build ID via Section headers first 2021-11-23 12:56:14 +00:00
Epoll.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
Epoll.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ErrorCodes.cpp Merge branch 'master' into MeiliSearch 2022-05-16 22:42:09 +02:00
ErrorCodes.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ErrorHandlers.h base should not depend on Common 2022-04-29 10:26:35 +08:00
escapeForFileName.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
escapeForFileName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
EventCounter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Exception.cpp Merge remote-tracking branch 'origin/master' into clangtidies 2022-05-16 10:12:50 +02:00
Exception.h Remove nested exception 2022-05-05 23:05:52 +02: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 Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03: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 Add write settings, file cache settings 2022-03-21 09:50:50 +01:00
FileCache.cpp Remove unneede changes 2022-05-11 10:26:30 +02:00
FileCache.h Remove unneede changes 2022-05-11 10:26:30 +02:00
FileCacheFactory.cpp Minor changes 2022-03-23 18:11:52 +01:00
FileCacheFactory.h Better 2022-03-21 15:04:16 +01:00
FileCacheSettings.cpp Cache on all write operations 2022-03-23 19:14:33 +01:00
FileCacheSettings.h Better 2022-04-07 18:48:35 +02: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 Update FileSegment.cpp 2022-05-12 12:16:12 +02:00
FileSegment.h Update FileSegment.h 2022-05-11 23:33:38 +02:00
filesystemHelpers.cpp Throw exception when file cant be executed instead of displaying success 2022-04-12 17:52:44 +02:00
filesystemHelpers.h Throw exception when file cant be executed instead of displaying success 2022-04-12 17:52:44 +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 Fix parsing of IPv6 addresses longer than 39 characters 2022-03-23 16:11:46 +01: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 Slightly better 2021-11-19 12:30:58 +03:00
getCurrentProcessFDCount.h code style change 2021-11-12 20:48:42 +08:00
getExecutablePath.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getExecutablePath.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getHashOfLoadedBinary.cpp Upd upstream 2021-05-28 00:21:02 +03:00
getHashOfLoadedBinary.h Fix style 2021-01-07 06:40:24 +03:00
getMappedArea.cpp Fix annoying "Arcadia" 2020-09-18 23:19:41 +03:00
getMappedArea.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
getMaxFileDescriptorCount.cpp Slightly better 2021-11-19 12:30:58 +03:00
getMaxFileDescriptorCount.h code style change 2021-11-12 20:48:42 +08:00
getMultipleKeysFromConfig.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getMultipleKeysFromConfig.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getNumberOfPhysicalCPUCores.cpp Simplification #36313 2022-04-19 17:44:27 +02:00
getNumberOfPhysicalCPUCores.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
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 another removes 2020-07-30 13:31:14 +03:00
hasLinuxCapability.h Check for #pragma once in headers 2020-10-10 21:37:02 +03: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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogCounter.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
HyperLogLogWithSmallSetOptimization.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
IFactoryWithAliases.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Increment.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
interpolate.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterruptListener.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IntervalKind.cpp Fixed clang-tidy check "bugprone-branch-clone" 2022-04-30 19:40:28 +02:00
IntervalKind.h Merge branch 'master' into issue_33147 2022-03-21 13:40:17 +00: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 Fix build isIPAddressContainedIn 2021-03-29 16:28:51 +03: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 clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00: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 base should not depend on Common 2022-04-29 10:26:35 +08:00
LRUCache.h base should not depend on Common 2022-04-29 10:26:35 +08: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 Add x86 feature avx512 support for memcmpSmall 2022-01-14 20:21:22 +08:00
memcpySmall.h dbms/ → src/ 2020-04-03 18:14:31 +03: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 Fix possible deadlock in OvercommitTracker during logging 2022-05-17 18:07:52 +00:00
MemoryTracker.h Revert "Revert "Memory overcommit: continue query execution if memory is available"" 2022-05-03 00:45:13 +02:00
MemoryTrackerBlockerInThread.cpp Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
MemoryTrackerBlockerInThread.h fix build on USE_DEBUG_HELPERS OFF 2022-01-24 14:29:38 +08:00
MultiVersion.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00: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 Refactor many exception messages 2022-04-24 19:44:00 +08:00
new_delete.cpp Remove abbreviation 2022-04-19 17:44:26 +02:00
ObjectPool.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
OpenSSLHelpers.cpp Remove cruft 2021-10-28 02:10:39 +03:00
OpenSSLHelpers.h Remove cruft 2021-10-28 02:10:39 +03:00
OpenTelemetryTraceContext.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
OptimizedRegularExpression.cpp Remove Arcadia 2022-04-19 17:44:27 +02:00
OptimizedRegularExpression.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
OvercommitTracker.cpp Fix possible deadlock in OvercommitTracker during logging 2022-05-17 18:07:52 +00:00
OvercommitTracker.h Make noncopyable 2022-05-18 01:42:13 +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 remove other stringstreams 2020-11-09 22:12:44 +03:00
parseGlobs.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
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 base should not depend on Common 2022-04-29 10:26:35 +08: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 Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
PoolBase.h base should not depend on Common 2022-04-29 10:26:35 +08:00
PoolWithFailoverBase.h Replace remove-erase idiom by C++20 erase()/erase_if() 2022-04-17 12:04:47 +02:00
ProcfsMetricsProvider.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ProcfsMetricsProvider.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ProfileEvents.cpp Update profile events descriptions 2022-05-12 15:02:07 +02:00
ProfileEvents.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ProfilingScopedRWLock.h Comments for ugly fix 2020-07-20 16:06:44 +03:00
ProgressIndication.cpp Fix progress for insert select 2022-05-10 15:04:08 +02:00
ProgressIndication.h Always display resource usage in client 2021-12-29 01:20:34 +03: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 Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
quoteString.h Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
RadixSort.h Improve performance of ASOF join 2022-03-23 12:19:38 +01:00
randomSeed.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02: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
remapExecutable.cpp Log size of remapped memory (remap_executable) 2021-11-04 00:19:00 +03: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 Reload remote_url_allow_hosts after config update. 2022-03-15 13:00:31 +00:00
RWLock.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
RWLock.h Rename "common" to "base" 2021-10-02 10:13:14 +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 Remove abbreviation 2022-04-19 17:44:26 +02:00
setThreadName.cpp Fix clang-tidy 2021-11-14 04:57:59 +03:00
setThreadName.h Remove thread_local std::string 2021-11-14 02:43:17 +03:00
SettingsChanges.cpp remove some trash 2021-09-17 22:29:10 +03:00
SettingsChanges.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +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 Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
ShellCommand.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
SimpleActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SimpleIncrement.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SipHash.h Merge branch 'master' into master 2022-05-07 13:21:59 +03:00
SmallObjectPool.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
SpaceSaving.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
StackTrace.cpp Initial support for risc-v 2021-11-11 19:23:34 +01:00
StackTrace.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
StatusFile.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
StatusFile.h Normalize "pid" file handling #3501 2020-07-04 16:54:24 +03:00
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 Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
StudentTTest.cpp Remove idiotic whitespace 2021-08-31 02:54:11 +03:00
StudentTTest.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SymbolIndex.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
SymbolIndex.h Fix parsing symbols from resources (for shared builds) 2021-12-29 09:56:59 +03:00
SystemLogBase.cpp fix 2022-05-01 19:45:16 +08:00
SystemLogBase.h fix 2022-05-01 19:45:16 +08:00
TargetSpecific.cpp Fix build 2022-04-04 14:07:05 +02:00
TargetSpecific.h Dynamic dispatch infrastructure for class member functions 2022-05-16 17:05:16 +02:00
TaskStatsInfoGetter.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02: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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
thread_local_rng.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ThreadFuzzer.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
ThreadFuzzer.h Stop ThreadFuzzer before hung check (#29167) 2021-09-20 17:23:10 +03:00
ThreadPool.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
ThreadPool.h Deleted settings 2022-04-22 13:56:16 +00:00
ThreadProfileEvents.cpp Linux build fix 2022-05-04 11:42:23 +02:00
ThreadProfileEvents.h base should not depend on Common 2022-04-29 10:26:35 +08:00
ThreadStatus.cpp remove last mentions of data streams 2022-05-09 19:15:24 +00:00
ThreadStatus.h Fix lask of query id in merges 2022-03-29 19:49:42 +02:00
Throttler.cpp HashTable constant fix 2022-01-11 18:45:41 +03:00
Throttler.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
TimerDescriptor.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
TimerDescriptor.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
TLDListsHolder.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
TLDListsHolder.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
TraceSender.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
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 Fix clang-tidy-14 (part 1) 2022-04-19 17:44:27 +02:00
UTF8Helpers.h Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01: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 Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
WeakHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
WeakHash.h Add parallel final. 2020-04-30 12:59:08 +03:00