ClickHouse/base/base
Robert Schulze 249fe561f4
Fix build with -DENABLE_LIBRARIES=0 / -DENABLE_REPLXX=0
Replxx: When disabled via -DENABLE_LIBRARIES=0 or -DENABLE_REPLXX (the
latter was undocumented) the build broke because replxx symbols were
used since [0] in header LineReader.h. This header should in theory
stay clean of replxx but doesn't for efficiency reasons.

This change makes compilation of replxx mandatory. As replxx is quite
small, I guess this is okay. (The alternative is to litter the code
with ifdefs for non-replxx and a replxx paths.)

[0] https://github.com/ClickHouse/ClickHouse/pull/33201
2022-06-01 10:02:28 +02:00
..
tests Rename "common" to "base" 2021-10-02 10:13:14 +03:00
argsToConfig.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
argsToConfig.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
arithmeticOverflow.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
arraySize.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
bit_cast.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
BorrowedObjectPool.h BorrowedObjectPool condition variable notify fix 2021-10-04 13:25:44 +03:00
CachedFn.h Fix strange code in TypeList 2021-11-25 23:55:02 +03: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 Rename "common" to "base" 2021-10-02 11:30:38 +03:00
DecomposedFloat.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
defines.h fix race on TID allocation 2022-05-20 12:41:44 +02:00
demangle.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
demangle.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
EnumReflection.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
errnoToString.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
errnoToString.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
extended_types.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
find_symbols.h Rename "common" to "base" 2021-10-02 10:13:14 +03: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 Fix error in sanity checks 2022-04-18 03:39:56 +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 Rename "common" to "base" 2021-10-02 10:13:14 +03: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 Minor improvements to DUMP macro 2021-11-26 12:20:08 +02:00
itoa.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
JSON.cpp A few clangtidy updates 2022-05-17 20:56:57 +02:00
JSON.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
LineReader.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
LineReader.h Remove extra copying for completion words 2022-01-24 23:04:48 +03: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 Remove Arcadia 2022-04-16 00:28:56 +02:00
phdr_cache.h Remove Arcadia 2022-04-16 00:28:56 +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 Fixing some warnings 2022-05-16 20:59:27 +02:00
ReplxxLineReader.h Better code 2022-01-30 19:48:35 +08:00
safeExit.cpp Introduce safeExit() helper (_exit() compatible with TSan) 2022-03-02 22:17:17 +03:00
safeExit.h Introduce safeExit() helper (_exit() compatible with TSan) 2022-03-02 22:17:17 +03:00
scope_guard.h Replace uses of SFINAE by C++20 concepts 2022-05-02 09:23:53 +02:00
setTerminalEcho.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
setTerminalEcho.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
shift10.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
shift10.h Rename "common" to "base" 2021-10-02 10:13:14 +03: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 randomization of sort only in debug 2022-02-13 15:10:44 +00:00
StringRef.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
StringRef.h Replace uses of SFINAE by C++20 concepts 2022-05-02 09:23:53 +02:00
strong_typedef.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
terminalColors.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
unit.h Don't leak suppression for -Wreserved-identifier out of header 2022-05-15 09:48:54 +02:00
UUID.h Build improvement 2022-01-17 22:36:27 +08:00
wide_integer_impl.h fix 2022-02-14 12:36:30 +01:00
wide_integer_to_string.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
wide_integer.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00