.. |
tests
|
Make some tests automated
|
2021-03-04 02:11:27 +03:00 |
argsToConfig.cpp
|
|
|
argsToConfig.h
|
|
|
arithmeticOverflow.h
|
Better fix
|
2021-04-01 03:44:02 +03:00 |
BorrowedObjectPool.h
|
Moved BorrowedObjectPool to common
|
2021-04-13 23:15:22 +03:00 |
CMakeLists.txt
|
Merge pull request #20184 from nvartolomei/nv/macos-shared
|
2021-03-29 18:25:43 +03:00 |
constexpr_helpers.h
|
|
|
coverage.cpp
|
Fix clang-tidy
|
2020-09-19 02:05:13 +03:00 |
coverage.h
|
|
|
DateLUT.cpp
|
Return private
|
2021-03-04 00:44:58 +03:00 |
DateLUT.h
|
Extended range of DateTime64 to years 1925 - 2238
|
2021-02-24 17:08:35 +02:00 |
DateLUTImpl.cpp
|
Unit tests passing
|
2021-03-07 04:10:38 +03:00 |
DateLUTImpl.h
|
Merge branch 'master' into to-start-of-interval-hour-align
|
2021-03-29 05:42:00 +03:00 |
DayNum.h
|
Extended range of DateTime64 to years 1925 - 2238
|
2021-02-24 17:08:35 +02:00 |
defines.h
|
better ubsan testing
|
2021-03-11 15:08:18 +03:00 |
demangle.cpp
|
|
|
demangle.h
|
|
|
errnoToString.cpp
|
|
|
errnoToString.h
|
|
|
ErrorHandlers.h
|
|
|
extended_types.h
|
Remove even more code
|
2021-01-26 22:04:03 +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
|
|
|
getFQDNOrHostName.h
|
|
|
getMemoryAmount.cpp
|
Move getPageSize in common
|
2020-12-17 00:23:41 +03:00 |
getMemoryAmount.h
|
|
|
getPageSize.cpp
|
Move getPageSize in common
|
2020-12-17 00:23:41 +03:00 |
getPageSize.h
|
Move getPageSize in common
|
2020-12-17 00:23:41 +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
|
|
|
iostream_debug_helpers.h
|
|
|
itoa.h
|
better min/max for Int128
|
2020-09-22 14:35:46 +03:00 |
JSON.cpp
|
|
|
JSON.h
|
|
|
LineReader.cpp
|
Fix parsing of multiline queries in interactive mode #13654
|
2020-11-29 17:50:42 +03:00 |
LineReader.h
|
Fix race condition in client suggestions
|
2020-09-28 12:58:42 +03:00 |
LocalDate.h
|
Most likely improve performance
|
2021-03-15 22:23:27 +03:00 |
LocalDateTime.h
|
Build fixes
|
2021-03-16 14:07:53 +03:00 |
logger_useful.h
|
fix AST formatting in log messages
|
2020-11-22 20:23:12 +03:00 |
memory.h
|
|
|
MoveOrCopyIfThrow.h
|
Moved BorrowedObjectPool to common
|
2021-04-13 23:15:22 +03:00 |
mremap.cpp
|
|
|
mremap.h
|
|
|
phdr_cache.cpp
|
Do not undefine __has_feature (may break c++ headers)
|
2021-02-23 19:46:47 +03:00 |
phdr_cache.h
|
|
|
preciseExp10.cpp
|
|
|
preciseExp10.h
|
|
|
ReadlineLineReader.cpp
|
Do not use strerror
|
2020-12-17 21:25:12 +03:00 |
ReadlineLineReader.h
|
|
|
ReplxxLineReader.cpp
|
Fix some of the issues found by Coverity
|
2021-02-02 22:08:32 +03:00 |
ReplxxLineReader.h
|
Don't shallow errors.
|
2020-12-21 14:43:05 +08:00 |
setTerminalEcho.cpp
|
Remove useless code from setTerminalEcho #20334
|
2021-03-30 00:39:38 +03:00 |
setTerminalEcho.h
|
|
|
shift10.cpp
|
|
|
shift10.h
|
|
|
SimpleCache.h
|
|
|
sleep.cpp
|
Fix build
|
2020-08-08 07:55:33 +03:00 |
sleep.h
|
|
|
sort.h
|
Slightly better miniselect usage (#16896)
|
2020-11-13 14:28:18 +03:00 |
StringRef.cpp
|
Remove one header
|
2020-09-14 16:34:44 +03:00 |
StringRef.h
|
Add missed <stdexcept>
|
2020-11-21 13:26:38 +03:00 |
strong_typedef.h
|
Extended range of DateTime64 to years 1925 - 2238
|
2021-02-24 17:08:35 +02:00 |
terminalColors.cpp
|
|
|
terminalColors.h
|
Check for #pragma once in headers
|
2020-10-10 21:37:02 +03:00 |
throwError.h
|
Fix wide integer left shift + refactoring (#14697)
|
2020-09-14 14:56:43 +03:00 |
time.h
|
|
|
types.h
|
Use feature testing macro to test if char8_t is supported
|
2020-11-30 22:36:30 +03:00 |
unaligned.h
|
|
|
wide_integer_impl.h
|
gcc old cast check failed
|
2021-03-10 18:04:34 +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
|
Provide a default constructor for wide::integer
|
2020-12-07 16:00:32 +03:00 |
ya.make
|
Updated ya.make
|
2020-12-17 12:10:46 +03:00 |
ya.make.in
|
Try fix arcadia build (#17720)
|
2020-12-02 17:54:52 +03:00 |