ClickHouse/dbms/src/IO
alexey-milovidov c7863e1ac6
Clang Tidy, part 7 (#9799)
* Attempt to enable identifier naming check

* Attempt to enable identifier naming check, continue

* Progress on identifier names

* Adopt identifier names check

* Fixed error

* Merge with master

* Fixed build

* Fixed build

* Fixed build

* Fixed build

* Fixed build

* Fixed error

* Fixed error

* Fixed error
2020-03-23 05:12:31 +03:00
..
tests Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
AIO.cpp Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
AIO.h Removed duplicate includes 2019-02-10 20:12:22 +03:00
AIOContextPool.cpp Some MemorySanitizer fixes. 2019-09-13 14:49:29 +03:00
AIOContextPool.h Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
AsynchronousWriteBuffer.h Wait for jobs to finish on exception (fixes rare segfaults) (#7350) 2019-10-17 17:41:27 +03:00
BitHelpers.h clang-tidy, part 5 2020-03-20 21:53:35 +03:00
BrotliReadBuffer.cpp clang-tidy, part 2 2020-03-09 00:18:53 +03:00
BrotliReadBuffer.h BrotliReadBuffer refactoring 2019-11-19 16:57:54 +03:00
BrotliWriteBuffer.cpp Removed bad code around general compression methods 2020-01-04 10:31:00 +03:00
BrotliWriteBuffer.h Removed bad code around general compression methods 2020-01-04 10:31:00 +03:00
BufferBase.h Fix kafka tests (#6805) 2019-09-05 00:25:33 +03:00
BufferWithOwnMemory.h Fix typo in Memory: reuse buffer if capacity allows. (#7797) 2019-11-18 18:21:03 +03:00
CascadeWriteBuffer.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
CascadeWriteBuffer.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CompressionMethod.cpp Fixed error 2020-01-05 01:59:08 +03:00
CompressionMethod.h Fixed error 2020-01-05 01:59:08 +03:00
ConcatReadBuffer.h translate comments: IO 2017-05-28 16:29:40 +02:00
ConnectionTimeouts.h add test 2020-02-06 20:23:05 +03:00
copyData.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
copyData.h more honest constness in ActionBlocker 2018-05-25 23:06:36 +03:00
createReadBufferFromFileBase.cpp Added setting "min_bytes_to_use_mmap_io" (#8520) 2020-01-04 08:46:50 +03:00
createReadBufferFromFileBase.h Added setting "min_bytes_to_use_mmap_io" (#8520) 2020-01-04 08:46:50 +03:00
createWriteBufferFromFileBase.cpp Fallback from O_DIRECT. 2019-08-29 18:48:00 +03:00
createWriteBufferFromFileBase.h Code consistency [#CLICKHOUSE-3943] 2018-09-04 22:34:34 +03:00
DoubleConverter.cpp Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
DoubleConverter.h Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
HashingReadBuffer.h Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
HashingWriteBuffer.cpp Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
HashingWriteBuffer.h Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
HDFSCommon.cpp clang-tidy, part 2 2020-03-09 00:18:53 +03:00
HDFSCommon.h clang-tidy, part 2 2020-03-09 00:18:53 +03:00
HexWriteBuffer.cpp Attempt to improve performance [#CLICKHOUSE-3]. 2017-07-23 09:53:28 +03:00
HexWriteBuffer.h Resolved some of PVS-Studio warnings 2019-04-22 19:07:09 +03:00
HTTPCommon.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
HTTPCommon.h update assertResponseIsOk 2019-09-23 08:53:09 +00:00
IReadableWriteBuffer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LimitReadBuffer.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
LimitReadBuffer.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MemoryReadWriteBuffer.cpp Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
MemoryReadWriteBuffer.h Implement support for insertion into Kafka tables (#6012) 2019-08-20 14:17:57 +03:00
MMapReadBufferFromFile.cpp Set O_CLOEXEC 2020-02-18 00:28:11 +03:00
MMapReadBufferFromFile.h Added setting "min_bytes_to_use_mmap_io" (#8520) 2020-01-04 08:46:50 +03:00
MMapReadBufferFromFileDescriptor.cpp StorageStripeLog S3 support. 2020-02-14 17:28:33 +03:00
MMapReadBufferFromFileDescriptor.h StorageStripeLog S3 support. 2020-02-14 17:28:33 +03:00
NullWriteBuffer.cpp Add NullWriteBuffer 2020-02-03 11:26:04 +03:00
NullWriteBuffer.h Add NullWriteBuffer 2020-02-03 11:26:04 +03:00
Operators.h Fixed UB #3926 2018-12-26 09:03:18 +03:00
parseDateTimeBestEffort.cpp Added most of bugprone checks 2020-03-18 19:51:20 +03:00
parseDateTimeBestEffort.h Initial implementation of DateTime64 parsing functions; 2019-10-12 10:03:38 +03:00
PeekableReadBuffer.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
PeekableReadBuffer.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
Progress.cpp Progress rename for total_rows and write_[rows|bytes] 2019-05-20 18:37:41 +07:00
Progress.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
ReadBuffer.h Fixed awful translation 2020-02-17 20:12:22 +03:00
ReadBufferAIO.cpp Merge branch 'master' into storage-stripe-log-s3 2020-02-19 13:24:23 +03:00
ReadBufferAIO.h clang-tidy, part 5 2020-03-20 21:53:35 +03:00
ReadBufferFromFile.cpp Set O_CLOEXEC 2020-02-18 00:28:11 +03:00
ReadBufferFromFile.h Better [#CLICKHOUSE-2]. 2017-12-01 20:49:12 +03:00
ReadBufferFromFileBase.cpp clang-tidy, part 2 2020-03-09 00:18:53 +03:00
ReadBufferFromFileBase.h Merge branch 'master' into storage-stripe-log-s3 2020-02-18 00:29:09 +03:00
ReadBufferFromFileDescriptor.cpp SeekableReadBuffer refactoring. 2020-01-27 21:44:30 +03:00
ReadBufferFromFileDescriptor.h Merge branch 'master' into storage-stripe-log-s3 2020-02-18 00:29:09 +03:00
ReadBufferFromHDFS.cpp Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
ReadBufferFromHDFS.h clang-tidy, part 11 2020-03-09 04:03:43 +03:00
ReadBufferFromIStream.cpp Fixed build #2627 2018-07-11 15:50:23 +03:00
ReadBufferFromIStream.h Update ReadBufferFromIStream.h 2018-07-10 23:46:10 +03:00
ReadBufferFromMemory.cpp StorageStripeLog S3 support. 2020-02-14 17:28:33 +03:00
ReadBufferFromMemory.h Strict aliasing in c++20 2020-02-22 13:46:35 +08:00
ReadBufferFromPocoSocket.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
ReadBufferFromPocoSocket.h translate comments: IO 2017-05-28 16:29:40 +02:00
ReadBufferFromS3.cpp StorageStripeLog S3 support. 2020-02-14 17:28:33 +03:00
ReadBufferFromS3.h StorageStripeLog S3 support. 2020-02-14 17:28:33 +03:00
ReadBufferFromString.h Less dependencies [#CLICKHOUSE-2]. 2017-04-16 08:40:17 +03:00
readDecimalText.h variant without catch 2020-01-21 21:04:22 +03:00
readFloatText.cpp Addition to prev. revision #1665 2018-01-13 08:20:18 +03:00
readFloatText.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
ReadHelpers.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
ReadHelpers.h Fixed build 2020-03-21 08:00:53 +03:00
ReadWriteBufferFromHTTP.cpp Update ReadWriteBufferFromHTTP.cpp 2019-09-23 21:15:21 +03:00
ReadWriteBufferFromHTTP.h Minor modifications 2019-12-15 02:00:18 +03:00
S3Common.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
S3Common.h Merging DiskS3 2020-01-19 02:18:23 +03:00
SeekableReadBuffer.h Update SeekableReadBuffer.h 2020-02-19 22:26:33 +03:00
UncompressedCache.h Remove mimalloc 2019-08-28 22:01:52 +03:00
UseSSL.cpp Fix ssl init (#3056) 2018-09-06 21:05:33 +03:00
UseSSL.h Fix ssl init (#3056) 2018-09-06 21:05:33 +03:00
VarInt.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
WriteBuffer.h Fixed error with zero bytes in haystack for constant case #9160 2020-02-17 21:53:59 +03:00
WriteBufferAIO.cpp WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferAIO.h clang-tidy, part 5 2020-03-20 21:53:35 +03:00
WriteBufferFromArena.h Allow to use values of AggregateFunction data type in groupArray aggregate function [#CLICKHOUSE-3485]. 2017-12-06 06:10:32 +03:00
WriteBufferFromFile.cpp Set O_CLOEXEC 2020-02-18 00:28:11 +03:00
WriteBufferFromFile.h Added DiskMemory and tests 2020-01-11 00:43:42 +03:00
WriteBufferFromFileBase.cpp WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferFromFileBase.h WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferFromFileDescriptor.cpp WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferFromFileDescriptor.h WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferFromFileDescriptorDiscardOnFailure.cpp Minor improvement 2019-08-17 23:33:50 +03:00
WriteBufferFromFileDescriptorDiscardOnFailure.h Minor improvement 2019-08-17 23:33:50 +03:00
WriteBufferFromHDFS.cpp Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
WriteBufferFromHDFS.h clang fix 2019-11-19 20:11:13 +03:00
WriteBufferFromHTTP.cpp +UpdatableSessionBase 2019-09-16 17:28:41 +00:00
WriteBufferFromHTTP.h Add GCC warning to suggest virtual function override 2020-01-21 13:10:32 +02:00
WriteBufferFromHTTPServerResponse.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
WriteBufferFromHTTPServerResponse.h clang-tidy, part 5 2020-03-20 21:53:35 +03:00
WriteBufferFromOStream.cpp Update WriteBufferFromOStream.cpp 2018-07-10 23:46:10 +03:00
WriteBufferFromOStream.h Various fixes for PVS-Studio 2019-06-16 21:13:39 +03:00
WriteBufferFromPocoSocket.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
WriteBufferFromPocoSocket.h Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
WriteBufferFromS3.cpp WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferFromS3.h WriteBufferFromFileBase interface refactoring. 2020-02-20 19:39:32 +03:00
WriteBufferFromString.h Added DiskMemory and tests 2020-01-11 00:43:42 +03:00
WriteBufferFromTemporaryFile.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
WriteBufferFromTemporaryFile.h refactoring: remove copy-paste 2019-10-01 21:51:33 +03:00
WriteBufferFromVector.h clang-tidy, part 5 2020-03-20 21:53:35 +03:00
WriteBufferValidUTF8.cpp clang-tidy, part 2 2020-03-18 03:57:00 +03:00
WriteBufferValidUTF8.h clang-tidy, part 5 2020-03-20 21:53:35 +03:00
WriteHelpers.cpp Quote some identifiers when formatting SQL queries. (#9142) 2020-03-05 17:55:53 +03:00
WriteHelpers.h Cast "const char *" to StringRef is now implicit and constexpr. 2020-03-22 11:05:42 +03:00
WriteIntText.h Improve CCTZ contrib (#9687) 2020-03-19 13:38:34 +03:00
ZlibDeflatingWriteBuffer.cpp Workaround for bug in zlib-ng; using zlib level 3 by default 2020-01-05 09:39:40 +03:00
ZlibDeflatingWriteBuffer.h Workaround for bug in zlib-ng; using zlib level 3 by default 2020-01-05 09:39:40 +03:00
ZlibInflatingReadBuffer.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
ZlibInflatingReadBuffer.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00