8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
Commit Graph

2785 Commits

Author SHA1 Message Date
AlexPeshkoff
4215b9d220 WIP 2023-07-14 19:20:56 +03:00
7e4e70e29f Use consistent file naming for md5sum file and indicate platform in filename 2023-04-01 19:45:22 +02:00
88da52606a Include build type in the displayed version string 2023-03-30 12:16:30 +02:00
18ad25f4ad Doc notes 2023-03-30 12:15:21 +02:00
bdece9f348 Be sure to add build suffix after the file version number 2023-03-30 12:14:46 +02:00
034f8c0517 Use ERRORLEVEL consistently 2023-03-30 12:10:39 +02:00
Adriano dos Santos Fernandes
4ef8abef8b Adjust scripts and add source bundle to snapshots. 2023-03-27 23:02:16 -03:00
th1722
3a180120c4
fix macOS (Apple Silicon) build (#7502)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Change the specified minimum version of macOS (Apple Silicon)  from 12 (Monterey) to 11(big sur).
2023-03-15 07:31:19 -03:00
AlexPeshkoff
9356f8772c Misc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-09 18:15:40 +03:00
Adriano dos Santos Fernandes
d1cde0b02a Replace usage of icu.exe by icu_windows.zip. 2023-02-04 18:32:59 -03:00
Adriano dos Santos Fernandes
76685f7696 Extract ICU data from icudt.zip. 2023-02-04 18:32:58 -03:00
Adriano dos Santos Fernandes
a4d2f3aeba Generate static libs in temp directory. 2023-02-04 18:32:57 -03:00
Adriano dos Santos Fernandes
14507af30d Flat Android tree. 2023-02-04 18:32:57 -03:00
Adriano dos Santos Fernandes
56da7b245b Fix Android cross build script running in Linux. 2023-02-04 18:32:57 -03:00
Adriano dos Santos Fernandes
85b84da6df Link with Android log library. 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
9f37b29f77 Add missing ConfigurationTaget 2023-01-23 10:32:12 +01:00
689d3f16eb Generate new upgrade codes for the vc runtime msi 2023-01-19 12:59:47 +01:00
7ea43aff2c Forward port the fix for #7096 2023-01-18 12:34:53 +01:00
Piotr Kubaj
a6ab775f97 Add support for FreeBSD/powerpc 2022-12-22 10:40:37 +03:00
Dmitry Yemanov
5c7030d12a Misc 2022-12-21 11:46:15 +03:00
Adriano dos Santos Fernandes
73c1ab807a
RDB$BLOB_UTIL system package. (#281)
* RDB$BLOB_UTIL system package.

* Do not checkout from engine when calling system packages.

* Remove usage of Attachment::SyncGuard in RDB$BLOB_UTIL.

* Fix Windows build.

* Fix RDB$BLOB_UTIL.SEEK.

* Fix crash.

* Rework changing routines and names for better fit after creation of BLOB_APPEND.

* Add RDB$BLOB_UTIL.IS_WRITABLE function.

* Misc.

* Fix documentation.

* Re-add and use RDB$BLOB_UTIL_HANDLE domain.

* Rename domain RDB$LONG_NUMBER to RDB$INTEGER.
2022-12-16 06:53:47 -03:00
Adriano dos Santos Fernandes
4c78ac43eb array.epp and blob.epp do not exist anymore. 2022-12-15 22:03:50 -03:00
Piotr Kubaj
4cd5c17b29 Add support for FreeBSD/powerpc64 2022-12-13 12:01:50 +03:00
Adriano dos Santos Fernandes
deb9f77701 Fix Android package version. 2022-12-10 23:01:34 -03:00
Adriano dos Santos Fernandes
2b1a24585e Improvement to make TARGET usage allowing usage of Release/Debug independently of DefaultTarget.
Add libcds cleanup.
2022-12-10 22:06:01 -03:00
Adriano dos Santos Fernandes
a25f3c3cf8 Fix docker Linux build after introduction of libcds. 2022-12-02 22:28:13 -03:00
Adriano dos Santos Fernandes
b117239f3d Windows build support for CLIENT_ONLY. 2022-11-27 11:24:57 -03:00
Adriano dos Santos Fernandes
30cb67da8d Cleanup POSIX/MacOS build. 2022-11-27 11:24:18 -03:00
Adriano dos Santos Fernandes
0c5db1d2a3 POSIX build with support for --enable-client-only and --without-tomcrypt. 2022-11-27 11:24:13 -03:00
Adriano dos Santos Fernandes
a791ccd02e Replace src/yvalve/array.epp by array.cpp. 2022-11-27 11:18:34 -03:00
Adriano dos Santos Fernandes
91f2eecd10 Replace src/yvalve/blob.epp by blob.cpp. 2022-11-27 11:18:34 -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
Vlad Khorsun
9bfeb842ad Use correct Windows SDK version 2022-11-15 13:00:43 +02:00
Vlad Khorsun
28dd13903d Old cmake syntax to please AppVeyor build on Ubuntu 18 2022-10-09 20:51:05 +03:00
Vlad Khorsun
82ba27fd5d Hash table based on lock-free list (implemented in libcds). 2022-10-08 20:54:55 +03:00
Adriano dos Santos Fernandes
7ab1fc1622 Add crosstool-ng firebird-builder docker images for arm32/arm64.
This image contains x64 cross compiler targeting arm32/64 running in arm32/64 image.

So gcc/binutils run fast natively while generated and OS (container) tools runs
emulated with qemu-*-static using host's binfmt_misc system.
2022-09-25 11:21:26 -03:00
Adriano dos Santos Fernandes
5cfec066e1 Replace firebird-builder docker images for x32/x64 with ones built using crosstool-ng.
This allow to use newer container image, since we're now also buinding (an old) libc.
2022-09-25 11:21:24 -03:00
Adriano dos Santos Fernandes
a47a1699af Allow to build using prefixed toolchain (configure --host). 2022-09-25 11:21:23 -03:00
AlexPeshkoff
fa154ca832 Support use of system libedit 2022-09-15 16:59:34 +03:00
Adriano dos Santos Fernandes
5860d73ca7 Add tzdata to Android packages. 2022-09-07 10:03:02 -03:00
Adriano dos Santos Fernandes
d44f3cb94b Adjust Android x86/x64 build. 2022-09-07 10:03:01 -03:00
Adriano dos Santos Fernandes
84a0168870 Split Android package into two phases, second one to run in emulator.
Add GitHub action to run second phase in MacOS machine, where Android emulator can run.

Currently this is done for ARM 32/64 builds.
2022-09-06 08:50:47 -03:00
Adriano dos Santos Fernandes
14fc962ed3
Merge pull request #7284 from FirebirdSQL/work/release-filenames
Change release filenames as the following examples
2022-09-06 07:43:00 -03:00
Vlad Khorsun
f0c87bbb02 Copy udrcpp_example.dll to the output folder. 2022-09-04 20:08:35 +03:00
Vlad Khorsun
fb18d3371a Try to use default placement of 7zip, if env var SEVENZIP is not set by the user. 2022-09-04 18:32:38 +03:00
Vlad Khorsun
e9227aa31c Revert build destination to the temp\...\firebird folder.
make_boot now copies .conf and security.db files into temp\...\firebird, if it not exists there before.
yachts.lnk and security.fdb now symlinks, not a copy of metadata.fdb and securityXXX.fdb.
2022-09-04 18:30:30 +03:00
Adriano dos Santos Fernandes
47a829a8bf Package ICU with Android build and more fixes to AfterUntar phase. 2022-09-01 22:46:43 -03:00
Adriano dos Santos Fernandes
dcd86cf05e
Make Android build work with modern NDK and fix build issues (#7286) 2022-09-01 20:51:12 -03:00
Adriano dos Santos Fernandes
f3926489b8 Change Android release filenames. 2022-08-30 08:47:47 -03:00