ClickHouse/dbms/include/DB/IO
Vladimir Smirnov d36f52502e Make it compilable on OS X
It's still hackish and dirty, but server and client compies.

Server starts, but throwes meaningless exception on any query.

Client seems to be working fine.

Linux compilation might (but shouldn't) be broken (not tested).
2016-11-01 17:59:21 +01:00
..
AsynchronousWriteBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
BufferBase.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
BufferWithOwnMemory.h Separate compilation of ProfileEvents; comments [#METR-23237]. 2016-10-24 05:02:37 +03:00
CachedCompressedReadBuffer.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedReadBuffer.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedReadBufferBase.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedReadBufferFromFile.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
CompressedStream.h dbms: disabled QuickLZ [#METR-17973]. 2016-02-04 00:16:19 +03:00
CompressedWriteBuffer.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
ConcatReadBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
copyData.h Merge 2016-03-01 20:47:53 +03:00
createReadBufferFromFileBase.h Little better [#METR-2944]. 2016-06-25 07:29:09 +03:00
createWriteBufferFromFileBase.h dbms: Server: tweaked comments. [#METR-15090] 2015-04-15 11:45:22 +03:00
DoubleConverter.h dbms: refactor DoubleConverter [#METR-17328] 2015-11-30 20:55:42 +03:00
HashingReadBuffer.h fixed a comment and removed an unused method. [#METR-2807] 2014-07-23 10:56:04 +04:00
HashingWriteBuffer.h dbms: lowered memory usage for INSERTs (-1 GiB for visits table on every insert) [#METR-17704]. 2015-08-14 23:18:08 +03:00
HexWriteBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
InterserverWriteBuffer.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
LimitReadBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
Operators.h dbms: don't allow more than one instance of clickhouse-server to run with same data directory [#METR-14391]. 2014-12-21 06:18:40 +03:00
ReadBuffer.h Improved performance of reading String column [#METR-20892]. 2016-04-15 05:28:56 +03:00
ReadBufferAIO.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
ReadBufferFromFile.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
ReadBufferFromFileBase.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
ReadBufferFromFileDescriptor.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
ReadBufferFromHTTP.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
ReadBufferFromIStream.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
ReadBufferFromPocoSocket.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
ReadBufferFromString.h Renamed mysqlxx::String and sqxxl::String to mysqlxx::Value and sqxxl::Value [#METR-2807]. 2014-05-20 02:05:33 +04:00
ReadHelpers.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
RemoteReadBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
RemoteWriteBuffer.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
UncompressedCache.h Separate compilation of ProfileEvents; comments [#METR-23237]. 2016-10-24 05:02:37 +03:00
VarInt.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
WriteBuffer.h dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
WriteBufferAIO.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
WriteBufferFromFile.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
WriteBufferFromFileBase.h dbms: Server: Small cosmetic cleanup. [#METR-15090] 2015-04-30 18:04:42 +03:00
WriteBufferFromFileDescriptor.h Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
WriteBufferFromHTTPServerResponse.h Add CORS hearder,param:add_http_cors_header and check request header 2016-08-23 21:35:23 +03:00
WriteBufferFromOStream.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
WriteBufferFromPocoSocket.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
WriteBufferFromString.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
WriteBufferFromVector.h Don't do DNS requests for each fetch from replica [#METR-22304]. 2016-08-19 04:54:23 +03:00
WriteBufferValidUTF8.h Preparation [#METR-23332]. 2016-10-29 20:13:35 +03:00
WriteHelpers.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
WriteIntText.h Removed useless code [#METR-2944]. 2016-08-01 23:03:55 +03:00