8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00
Commit Graph

266 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
46d8f5f4a9 Update boost to version 1.86.0. 2024-10-16 23:22:31 -03:00
github-actions[bot]
4bfb395a20
Update tzdata to version 2024b. (#8259)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-09-21 10:04:37 -03:00
AlexPeshkoff
3a993adae6 Postfix for #8197: Add generated files for OO API for C language to distribution; Use macros instead functions, removed static library 2024-09-05 16:57:23 +03:00
AlexPeshkoff
1db7b07edd Fixed #8236: Avoid "hangs" in clock_gettime() in tomcrypt PRNG 2024-09-02 14:29:29 +03:00
AlexPeshkoff
c69a94344e Implemented #8197: Add generated files for OO API for C language to distribution 2024-08-13 13:36:02 +03:00
Adriano dos Santos Fernandes
7c1691bbeb Switch Linux docker build from ubuntu to debian. 2024-04-18 22:04:22 -03:00
Adriano dos Santos Fernandes
ecaca9c82e Build cloop with -static-libstdc++. 2024-04-18 22:01:08 -03:00
github-actions[bot]
5e5587028c
Update tzdata to version 2024a. (#7999)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-02-10 13:06:24 -03:00
Vlad Khorsun
79496fc629 Improvement #7978 : Update Windows distributions with zlib version 1.3.1 2024-01-25 21:20:16 +02:00
github-actions[bot]
2903368185
Update tzdata to version 2023d. (#7956)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-01-12 08:47:27 -03:00
AlexPeshkoff
8b7ef73688 Added method's attribute "stub": makes it possible to have default trivial implementation for new methods in new versions of interfaces 2024-01-11 13:21:19 +03:00
Adriano dos Santos Fernandes
314cb34358 Make build works with cmake 3.28.1. 2024-01-10 22:52:58 -03:00
Vlad Khorsun
cbb1e9ff7c Update zlib to 1.13, see #7755 2023-10-06 01:09:19 +03:00
loongson
fcc471e420 Add LoongArch support 2023-08-30 11:09:19 +03:00
Alexandr Zhdanov
167d28f188 Added sha3 support for the built-in function CRYPT_HASH()
Added support for sha3_224, sha3_256, sha3_384, sha3_512 for the built-in
CRYPT_HASH() function
2023-08-11 12:35:37 +03:00
AlexPeshkoff
93a8c44416 Generated files 2023-08-10 13:39:59 +03:00
AlexPeshkoff
3da900bf17 Fix for #7603: BIN_SHR on INT128 does not apply sign extension
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-19 18:46:58 +03:00
Dmitry Kovalenko
a31b3bcb5b The part of fix #7599. Problems with pointers in decNumber library (#7607)
All checks were successful
continuous-integration/drone/push Build is passing
* Fix for #7599 - strip leading zeros in decFloatFromString
* Bug fix for #7599 - the scope of a local buffer in decFinalize was corrected

(cherry picked from commit f5af6a92c6)
2023-05-30 13:59:26 +03:00
AlexPeshkoff
b32d75a38f Warning 2023-04-12 20:36:35 +03:00
Vlad Khorsun
308579c2f7 Improvement #7542 : Compiler warnings raise when build cloop generated Firebird.pas in RAD Studio 11.3
Also, fixed AV in FbException.catchException()
2023-04-10 12:36:53 +03:00
github-actions[bot]
f56fc0f280
Update tzdata to version 2023c. (#7527)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2023-03-30 08:20:37 -03:00
github-actions[bot]
0b5887fd2c
Update tzdata to version 2023b. (#7516)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2023-03-25 08:33:43 -03:00
github-actions[bot]
eda48d70fb
Update tzdata to version 2023a. (#7513)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2023-03-24 19:14:07 -03:00
Adriano dos Santos Fernandes
2090a34390 Replace icu.exe by icu_windows.zip. 2023-02-04 18:32:58 -03:00
Adriano dos Santos Fernandes
f0d4e9caad ICU for Android: set rpath to '$ORIGIN', adjust build scripts, remove duplicated data file and save libname.major.minor.so libraries. 2023-02-04 18:32:54 -03:00
Adriano dos Santos Fernandes
543d59e720 Split icu data file (used in Android) outside .exe compressed file. 2023-02-04 18:32:48 -03:00
Vlad Khorsun
a818a96ca4 Update zlib to 1.2.13, see #7437 2023-01-05 19:55:05 +02:00
github-actions[bot]
adf3231293
Update tzdata to version 2022g. (#7403)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2022-12-01 08:38:27 -03:00
AlexPeshkoff
ecc4002af1 libcds patch for s390x from Dan Horák (https://github.com/sharkcz) 2022-11-28 14:27:39 +03:00
Vlad Khorsun
57218a90a7
Merge pull request #7339 from hvlad/PageCache/HashTable_PR
Hash table based on lock-free list for page cache.
2022-11-22 00:00:21 +02:00
asfernandes
4e4155f75e Update tzdata to version 2022f. 2022-11-02 11:14:19 -03:00
Adriano dos Santos Fernandes
d3e91584a2 cloop: add support for noexcept and constexpr in C++ >= 11. 2022-10-18 21:13:12 -03:00
Adriano dos Santos Fernandes
93ff3eb263 cloop: use snake names and unsigned numbers in VERSION defines. Reuse defined name in C++ constant. 2022-10-18 21:13:12 -03:00
Adriano dos Santos Fernandes
5b98953343 cloop: put version #define for each interface in the C++ generator. 2022-10-18 21:13:12 -03:00
asfernandes
4de1e87262 Update tzdata to version 2022e. 2022-10-13 08:40:59 -03:00
Vlad Khorsun
ad7292d902 Re-target solution to the current SDK version 2022-10-08 20:51:48 +03:00
Vlad Khorsun
08476d60ba Make CDS build by newer VC compilers (vc16 and vc17). 2022-10-08 20:49:45 +03:00
Vlad Khorsun
6f93d275d0 Implement update() with key and value, see issue #170.
It allows to insert pre-constructed value if key was not found in list.
2022-10-08 20:46:56 +03:00
Vlad Khorsun
d2795cc687 Import full source tree of libcds-2.3.3 2022-10-08 20:46:39 +03:00
asfernandes
0da8a8663e Update tzdata to version 2022d. 2022-10-01 14:27:21 -03:00
Adriano dos Santos Fernandes
a47a1699af Allow to build using prefixed toolchain (configure --host). 2022-09-25 11:21:23 -03:00
Adriano dos Santos Fernandes
d44f3cb94b Adjust Android x86/x64 build. 2022-09-07 10:03:01 -03:00
asfernandes
a4b95af636 Update tzdata to version 2022b. 2022-08-19 08:17:37 -03:00
Adriano dos Santos Fernandes
a7b7955503 Improve Windows build process making it generating public files directly in the output directory. 2022-08-12 08:04:49 -03:00
Adriano dos Santos Fernandes
6a8de73762 Import boost_1_79_0 test and dependent library's headers using bcp. 2022-07-18 08:16:15 -03:00
Vlad Khorsun
0a4e1f2229 Fixed #7161 : Update zlib to 1.2.12 2022-04-03 15:05:29 +03:00
asfernandes
78ef42d38a Update tzdata to version 2022a. 2022-03-19 14:33:29 -03:00
asfernandes
b135249b70 Update tzdata to version 2021a4. 2021-11-09 08:32:49 -03:00
Adriano dos Santos Fernandes
e64c3aacad
Merge pull request #6991 from FirebirdSQL/work/external-pool
Introduce the external memory pool.
2021-10-30 20:08:24 -03:00
Adriano dos Santos Fernandes
ea8732fc80 Use SDK 10.0 for VS >= 2019.
See https://developercommunity.visualstudio.com/t/windowstargetplatformversion-makes-it-impossible-t/140294#T-N548052
2021-10-28 20:43:53 -03:00