Alexey Milovidov
|
97c0f8a0e0
|
Merge pull request #47027 from amosbird/clang16
Prepare to build with clang 16
|
2023-03-02 02:10:03 +03:00 |
|
Amos Bird
|
62d011d0c0
|
Provide more glibc compatibility symbols
These are needed by newer capnp. musl does the following:
#define fallocate64 fallocate
#define pwritev64 pwritev
|
2023-03-01 15:12:43 +08:00 |
|
Amos Bird
|
8162446496
|
The three-way comparison operator
Please refer to
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2468r2.html
for more information on why it is necessary to modify the code in this
way.
|
2023-03-01 11:06:34 +08:00 |
|
Robert Schulze
|
6697059bad
|
Fix statx on ARM
|
2023-02-28 13:17:18 +00:00 |
|
Robert Schulze
|
b20ac16d08
|
Slightly easier to read SyntaxExceptions
E.g. exception text for input '2 ':
- before:
Syntax error: Not a valid integer: 2
- now:
Syntax error: Not a valid integer: '2 '
|
2023-02-26 15:17:28 +00:00 |
|
Robert Schulze
|
052010592c
|
Poco: Remove some dead code
|
2023-02-23 10:13:07 +00:00 |
|
Robert Schulze
|
4fd4e77737
|
Poco: POCO_HAVE_INT64 is always defined
|
2023-02-22 13:48:29 +00:00 |
|
Alexey Milovidov
|
d8cda3dbb8
|
Remove PVS-Studio
|
2023-02-19 23:30:05 +01:00 |
|
Ilya Yatsishin
|
92843987ed
|
Merge pull request #46553 from ClickHouse/fix-strange-whitespaces
|
2023-02-18 19:04:56 +01:00 |
|
Alexey Milovidov
|
1f1cd1b22c
|
Whitespaces
|
2023-02-18 15:27:09 +01:00 |
|
bkuschel
|
55e9322612
|
Fixes for OpenSSL and s390x
|
2023-02-17 16:20:21 -05:00 |
|
Robert Schulze
|
44afecf083
|
Remove more unused files
|
2023-02-15 09:40:18 +00:00 |
|
Robert Schulze
|
8fc46f6ea1
|
Remove POCO_DLL
|
2023-02-15 09:29:37 +00:00 |
|
Robert Schulze
|
91298b3617
|
Remove POCO_WIN32_UTF8
|
2023-02-15 09:28:48 +00:00 |
|
Robert Schulze
|
e4298ebbb3
|
Remove WinCE
|
2023-02-14 22:13:37 +00:00 |
|
Robert Schulze
|
3f99daf86d
|
Remove Windows
|
2023-02-14 22:13:11 +00:00 |
|
Robert Schulze
|
ac14941b84
|
Remove VMS
|
2023-02-14 22:12:22 +00:00 |
|
Robert Schulze
|
bc1f5f8464
|
Remove DEC true unix
|
2023-02-14 22:11:17 +00:00 |
|
Robert Schulze
|
cd7f6b7f0e
|
Remove qnx
|
2023-02-14 22:10:22 +00:00 |
|
Robert Schulze
|
1780bba532
|
Remove vxworks
|
2023-02-14 22:09:58 +00:00 |
|
Robert Schulze
|
20eb1d83ba
|
Remove cygwin
|
2023-02-14 22:09:22 +00:00 |
|
Robert Schulze
|
1942ea6f29
|
Remove further legacy compiler support from poco
|
2023-02-14 22:07:38 +00:00 |
|
Robert Schulze
|
144005319d
|
Remove MSVC support from poco
|
2023-02-14 22:05:27 +00:00 |
|
Robert Schulze
|
acf3185366
|
Merge pull request #46259 from ClickHouse/rs/fix-poco-style
Run clang-format over poco
|
2023-02-14 22:52:02 +01:00 |
|
Robert Schulze
|
61e315f30d
|
Merge pull request #45520 from ClibMouse/z-build-0120
s390x build support
|
2023-02-14 10:01:38 +01:00 |
|
Alexey Milovidov
|
f57ba896c8
|
Merge pull request #46181 from saitama951/master-sanjam
IBM's s390x architecture: Issue #2053 - conversion of 256 bit to 128 bit
|
2023-02-14 09:34:17 +03:00 |
|
Suzy Wang
|
e140bed3ea
|
Merge branch 'master' into z-build-0120
|
2023-02-13 09:06:48 -05:00 |
|
Robert Schulze
|
9f4ffc95ce
|
Fix non-self-contained headers
|
2023-02-13 09:34:24 +00:00 |
|
Robert Schulze
|
e30ca4e376
|
Run clang-format over poco Data
|
2023-02-13 09:34:12 +00:00 |
|
Robert Schulze
|
e6b93b9150
|
Remove unused poco AIX patch
|
2023-02-13 09:24:30 +00:00 |
|
Robert Schulze
|
d3bcfbb2a5
|
Run clang-format over poco Foundation Mongo Net NetSSL_OpenSSL Util
|
2023-02-13 09:22:33 +00:00 |
|
Robert Schulze
|
c73a8bded3
|
Run clang-format over poco JSON Redis Crypto
|
2023-02-13 09:20:48 +00:00 |
|
Robert Schulze
|
fc7c90cd94
|
Run clang-format over poco xml
|
2023-02-13 09:00:23 +00:00 |
|
Jordi Villar
|
331662b1a7
|
Fix macOs compilation due to sprintf
|
2023-02-11 13:20:56 +01:00 |
|
Alexey Milovidov
|
17d325c407
|
Merge pull request #46163 from DimasKovas/fix_precise_exp_10_license_notice
Remove excessive license notices from preciseExp10.cpp
|
2023-02-11 06:05:23 +03:00 |
|
Robert Schulze
|
38b6f89d68
|
Fix FreeBSD build
|
2023-02-10 13:28:06 +00:00 |
|
Robert Schulze
|
81e943c7f8
|
More spelling fixes
|
2023-02-10 11:20:48 +00:00 |
|
Robert Schulze
|
06e1293909
|
Fix duplicate includes in poco
|
2023-02-10 10:50:18 +00:00 |
|
Robert Schulze
|
8144c28c3b
|
Fix spelling
|
2023-02-10 10:49:55 +00:00 |
|
Robert Schulze
|
d44c6dd1b3
|
Merge pull request #46133 from ClickHouse/rs/fix-warnings-in-poco
Stricter warnings + fix whitespaces in poco
|
2023-02-10 11:46:33 +01:00 |
|
Suzy Wang
|
64313d7020
|
Merge branch 'master' into z-build-0120
|
2023-02-09 14:49:22 -05:00 |
|
Robert Schulze
|
1c553a2201
|
Fix ARM and PPC builds
|
2023-02-09 09:58:27 +00:00 |
|
Alexey Milovidov
|
4c7f30ef56
|
Update preciseExp10.cpp
|
2023-02-09 11:55:28 +03:00 |
|
Dmitrii Kovalkov
|
78446b46d9
|
Return note about function name in preciseExp10.h
|
2023-02-09 07:29:51 +03:00 |
|
Alexey Milovidov
|
8392b35d50
|
Speed up countDigits
|
2023-02-09 04:39:12 +01:00 |
|
Alexander Tokmakov
|
8101b044fa
|
Merge pull request #46091 from azat/sanity-assertions
Sanity assertions for closing file descriptors
|
2023-02-09 01:02:03 +03:00 |
|
Robert Schulze
|
28ddee7b58
|
More warning exclusions in poco odbc
|
2023-02-08 18:34:56 +00:00 |
|
sanjam
|
e8965543c3
|
Issue #2053 - conversion of 256 bit to 128 bit
|
2023-02-08 18:29:13 +00:00 |
|
Robert Schulze
|
74b892c0b9
|
Fix FreeBSD build
|
2023-02-08 15:40:49 +00:00 |
|
Robert Schulze
|
53f8ee85e5
|
Fix warnings in poco odbc
|
2023-02-08 15:30:05 +00:00 |
|