ClickHouse/libs
proller 5250650f65 Fixes (#1286)
* Revert "Simplification [#CLICKHOUSE-2]."

This reverts commit 98ad6a5db3.

* Fix error: comparison of unsigned expression < 0 is always false

* Fix float division by zero

* Fix float division by zero

* Disable PointInPolygon function if compiling with old clang

* Fix warning:
dbms/src/Functions/FunctionsCoding.h:336:21: error: comparison of constant -1 with expression of type 'const char' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
            if (num != -1)

* Fix
2017-09-26 23:29:34 +03:00
..
libcommon Refined "GLIBC_COMPATIBILITY" option [#CLICKHOUSE-3275]. 2017-09-15 12:51:56 +03:00
libdaemon Cmake: Allow disable libunwind 2017-09-22 00:31:21 +03:00
libglibc-compatibility Fixes (#1286) 2017-09-26 23:29:34 +03:00
libmemcpy Fixed readme [#CLICKHOUSE-3275]. 2017-09-15 12:51:56 +03:00
libmysqlxx Compile fixes 2017-09-24 15:41:29 +03:00
libpocoext Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
CMakeLists.txt Refined "GLIBC_COMPATIBILITY" option [#CLICKHOUSE-3275]. 2017-09-15 12:51:56 +03:00