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

2513 Commits

Author SHA1 Message Date
73cda236fd Remove .vscode settings 2024-08-01 12:00:34 +02:00
3a695b4b61 Delete temporary secdb init files immediately (with thanks to Vlad)
Remove obsolete innosetup setting
2024-08-01 11:59:59 +02:00
43ccb4be41 Do not fail packaging if implib not found
Do not fail packaging if qsg is not found
Fail packaging if ib_util.* not found
white space
2024-08-01 11:58:19 +02:00
614ee0858b misc 2024-08-01 11:51:20 +02:00
bec6ed8976 Use correct syntax 2024-07-21 10:26:21 +02:00
384fbf3e81 Fix test to call implib 2024-07-19 16:41:57 +02:00
94161e90fa Dynamically assign $MAJOR during packaging 2024-07-19 13:42:33 +02:00
9bb7e4bbb0 Fix #7911 Allow installation with install_service.bat
to accept blanks in service name
2024-07-19 12:18:37 +02:00
998433dc37 Backport some syntactic changes from later branches
to simplify future maintenance
2024-07-19 12:16:41 +02:00
c0336b0f45 Improve initialization of security db on first install 2024-07-19 12:02:49 +02:00
ae0979a6c1 Backport some syntactic changes from later branches 2024-07-19 12:01:53 +02:00
f2895f2521 Add script to aid testing binary installer 2024-07-19 11:48:00 +02:00
59c6989ff1 Dynamically assign $MAJOR during packaging 2024-07-19 11:47:12 +02:00
e199e5f85a tidy up white space, misc 2024-07-19 11:46:23 +02:00
1945241bb1 Improve detection of previously installed versions 2024-07-19 11:45:39 +02:00
Vlad Khorsun
2520957dc9 Add MSVC15 build (VS 2022)
Use msbuild with MSVC15
2024-06-17 13:25:45 +03:00
AlexPeshkoff
cca9f05022 Next attempt to fix CI 2024-06-13 19:14:28 +03:00
AlexPeshkoff
4f7cdbb2ed Next attempt to fix CI 2024-06-13 18:30:05 +03:00
AlexPeshkoff
db0616fd6f Try to fix CI Mac build 2024-06-13 17:14:52 +03:00
AlexPeshkoff
2417376ed8 misc 2024-03-19 12:47:32 +03:00
AlexPeshkoff
342f01e8b5 Imlemented #8038: Provide the github commit GUID; FB3 case 2024-03-15 12:25:29 +03:00
8835dfc558 misc 2023-09-29 12:26:57 +02:00
01f4ab1103 Fix #7726 - Do not run InitSecurityDB when doing an upgrade 2023-09-29 12:25:54 +02:00
AlexPeshkoff
1741cc3d89 Version upgrade 2023-06-06 14:47:13 +03:00
Vlad Khorsun
809628a649 Improvement #7259 : Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH 2022-08-22 01:33:55 +03:00
Adriano dos Santos Fernandes
37770ae3d3 Fix Windows empbuild Debug build. 2022-06-15 23:11:12 -03:00
AlexPeshkoff
b7b0c82c1e -m 2022-05-16 19:41:57 +03:00
fce616b9f4 Remove some debug code. Add doc note. 2022-05-02 10:50:19 +02:00
fc64d259fd Whitespace 2022-04-28 18:23:47 +02:00
af985435aa Fix #7158 - Serious issue with SYSDBA user with Legacy_Auth in Windows Installer 2022-04-28 18:19:11 +02:00
e10b0b864d $host.ui.RawUI.WindowTitle = $title 2022-04-25 18:02:31 +02:00
Adriano dos Santos Fernandes
294df38b43 Add rpath to empbuild in MacOS - use relative path. 2021-12-17 08:58:06 -03:00
Adriano dos Santos Fernandes
68ccfb1c72 Add rpath to empbuild in MacOS. 2021-12-15 07:16:23 -03:00
AlexPeshkoff
ceabdd62f6 Fixes for 64-bit android build 2021-11-18 15:03:52 +03:00
Vlad Khorsun
b59435e3d6 Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running.
WIP
2021-09-07 12:52:43 +03:00
AlexPeshkoff
567e80d69d Backported #6780: added post-install script for Android to create architecture-specific files after cross build 2021-04-27 18:24:58 +03:00
AlexPeshkoff
c10201203a Backported CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 15:01:03 +03:00
AlexPeshkoff
b525ba30df Enhanced cross-build - make it possible to build external library for both architectures involed 2021-02-18 17:55:03 +03:00
AlexPeshkoff
8033a9584e Cleanup of Android port (including arm64), reworked build process, make it use internal ICU (required for newer Android versions) 2021-01-29 20:16:11 +03:00
Alexander Peshkov
6ec7a10aa3
Mac sandbox (#308)
* Get default tempdir from OS instead using /tmp
* Cleanup systemV IPC
* Turn off process sharing in case of working in sandbox
* Logging using native MacOS API
* Use standard log on MacOS when not in sandbox
2021-01-29 10:30:50 +03:00
Paul Reeves
122a553351 CORE-6424 - Be sure to fail the build process if the employee database cannot be copied to the output directory for packaging. 2020-10-21 10:32:31 +02:00
AlexPeshkoff
67f14ef970 Fixed arm-32 (Raspberry Pi) build 2020-10-20 14:52:27 +03:00
Paul Reeves
ab9c256dd3 Be sure to include contents of plugins/udr in kits 2020-10-19 12:38:28 +02:00
AlexPeshkoff
31f5629701 Fixed ARM64 build 2020-10-16 16:40:56 +03:00
Dmitry Yemanov
c432b8aff1 Make robust file IDs optional (for the sake of cross-release compatibility) 2020-10-11 12:16:55 +03:00
AlexPeshkoff
0f6509272f Backported CORE-6413: Remove PIDFile/-pidfile directive/option from firebird Super(Server/Classic) systemd unit 2020-10-08 16:24:08 +03:00
Dmitry Yemanov
650fa8a7ee Revert "CORE-6295 - Include the contents of ntrace.h in ibase.h"
This reverts commit 1390335c40.
2020-06-23 08:18:16 +03:00
Paul Reeves
1390335c40 CORE-6295 - Include the contents of ntrace.h in ibase.h 2020-06-20 12:09:04 +02:00
Paul Reeves
176f896166 This call seems to be redundant now that git is configured to check out files with the correct EOLs. 2020-06-20 12:09:04 +02:00
Paul Reeves
75758ce442 Handle include dir separately because copy doesn't recurse. 2020-06-19 09:57:21 +02:00