Adriano dos Santos Fernandes
832bbbacf5
Fix #8172 - The file include/firebird/impl/iberror_c.h is missing in the Linux x64 tar archive.
2024-07-08 22:03:33 -03:00
f0cd9436a7
Improve installed product detection (WIP)
2024-06-21 13:41:13 +02:00
7a57e0a428
Replace tabs with spaces
2024-06-21 13:41:13 +02:00
edab238e23
Use @ consistently to produce cleaner output
...
and make debugging easier if case of problems
2024-06-21 13:41:13 +02:00
7d52ff317b
Fix #7911 - allow spaces in service name
...
when (un)installing via (un)install_service.bat
2024-06-21 13:41:13 +02:00
57546294bb
Improve detection and/or initialisation of security database
2024-06-18 10:19:27 +02:00
9f512314fc
Replace hard-coded major version number with a variable
2024-06-18 10:11:05 +02:00
b13861dcdb
Remove obsolete debug code
2024-06-18 09:59:56 +02:00
c40c091260
White space and some clean up
2024-06-18 09:56:52 +02:00
AlexPeshkoff
dc3fed9ed6
Fixed #8037 : remove directory entries from debug symbols tarball
...
(cherry picked from commit 04bec4d014
)
2024-04-25 12:40:12 +03:00
AlexPeshkoff
f4ac2f4b93
Fixed #8034 : set owner/group in tarball of non-root builds
...
(cherry picked from commit 1786e3665b
)
2024-04-25 12:40:12 +03:00
65c0ccca3b
#7926 Do not touch
files during packaging
2023-12-19 12:32:32 +01:00
Dmitry Yemanov
a27b08af12
Add changes mistakenly missing from PR
2023-12-09 14:33:57 +03:00
Vlad Khorsun
933b2741e7
Task #7897 : Remove obsolete setting ClearGTTAtRetaining
2023-12-01 16:02:12 +02:00
20f150f8bd
white space
2023-09-27 20:25:43 +02:00
2f09bade4a
Fix #7766 - Test if ServerComponent was chosen, not ServerInstall
2023-09-27 20:25:26 +02:00
Adriano dos Santos Fernandes
c55e8f4ad2
Fix MacOS package name.
2023-09-26 23:14:22 -03:00
e150b90386
Small oops - token 5 will not empty if token 3 <> Release
2023-09-25 16:48:25 +02:00
fb4b62bc71
Parse FB_BUILD_SUFFIX to extract release type during packaging.
...
This removes the need to set the string via an env var prior to building.
2023-09-25 16:19:58 +02:00
0fd55b6b96
spelling
2023-09-20 16:47:10 +02:00
24ef765c23
#7724 Update installation_readme
...
Explain more clearly the solution to installation problems on older versions of windows that lack the most recent updates from microsoft.
2023-09-20 16:43:50 +02:00
Dmitry Yemanov
f239ca161f
Surface internal optimization modes (all rows vs first rows) at the SQL and configuration levels ( #7405 )
...
* Surface internal optimization modes (all rows vs first rows) at the SQL and configuration levels.
* Add session-level control over the optimization strategy
* More informative name as suggested by Adriano
* Cost-based approach for the first-rows optimization mode
2023-09-13 21:21:12 +03:00
AlexPeshkoff
86dad8fe39
Make it possible to build / install with any combination of tommath versions 0/1
2023-08-24 19:24:37 +03:00
Mark Rotteveel
c846731947
Revert unintented change in case
2023-08-08 16:09:44 +02:00
Mark Rotteveel
8b99914840
Improve consistency of firebird.conf documentation
...
Some copy-editing, removed mention of ancient Windows versions, and replaced broken links
2023-08-08 16:09:44 +02:00
Vlad Khorsun
24d4819ed4
Documentation
2023-06-16 13:30:29 +03:00
Adriano dos Santos Fernandes
d00be282a5
Fix typo.
continuous-integration/drone/push Build is passing
2023-06-14 20:46:46 -03:00
AlexPeshkoff
4cb59f3ace
Mark Redirection as deprecated
continuous-integration/drone/push Build is passing
2023-06-13 20:02:48 +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
AlexPeshkoff
9356f8772c
Misc
continuous-integration/drone/push Build encountered an error
2023-03-09 18:15:40 +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
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
9f37b29f77
Add missing ConfigurationTaget
2023-01-23 10:32:12 +01:00
7ea43aff2c
Forward port the fix for #7096
2023-01-18 12:34:53 +01:00
Dmitry Yemanov
5c7030d12a
Misc
2022-12-21 11:46:15 +03:00
Adriano dos Santos Fernandes
deb9f77701
Fix Android package version.
2022-12-10 23:01:34 -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
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
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
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
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