Adriano dos Santos Fernandes
440433fc7c
Add support for VS 2019 build.
2021-10-28 14:31:45 -03:00
Adriano dos Santos Fernandes
56adbc7ab6
Remove remains of help.fdb after QLI removal.
2021-10-26 14:00:37 -03:00
e6a33454e8
Cascading replication option ( #284 )
...
* Option to enable cascade replication
* Requested changes
2021-10-26 08:31:17 +03:00
Adriano dos Santos Fernandes
46616c6f4f
Change absl build after #6970 .
2021-09-27 16:24:26 -03:00
Adriano dos Santos Fernandes
0cec1e65d6
Improve build of external projects using same tools and flags specified by user. ( #6970 )
...
When using different tools in configure (CC= CXX=) these tools were not passed
to external projects, making them using different tools.
2021-09-27 15:40:42 -03:00
Vlad Khorsun
7bfeeb9fb9
Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running.
...
WIP
2021-09-22 13:47:06 +03:00
AlexPeshkoff
cc1950a156
Fix for #6978 : FB4 build fails on big endian
2021-09-22 13:11:49 +03:00
real-dam
615c034957
add --with-system-boost configure option for using system-wide boost headers ( #6972 )
2021-09-17 09:19:53 -03:00
Adriano dos Santos Fernandes
fca0c841f8
Fix Windows kit.
2021-09-17 09:05:49 -03:00
Adriano dos Santos Fernandes
ee088c22e3
Rework messages processing, simplifying the build and avoiding store generated files in git. ( #6958 )
2021-09-15 08:37:17 -03:00
Damyan Ivanov
cdf8410db5
drop StandartError=syslog from firebird.service
...
`syslog` is no longer documented in recent systemd (checked version 247,
systemd.exec(5)).
The default is to log to the journal, which is the sourced by syslog
(if present) so the setting would really be a noop anyway.
2021-09-14 14:38:09 +03:00
real-dam
f6cb4a7aa9
add --with-system-re2 configure option for using system-wide libre2 ( #6964 )
2021-09-14 08:08:46 -03:00
Adriano dos Santos Fernandes
0e75c5ad59
Fix Windows empbuild build in DEBUG configuration.
2021-09-07 14:16:36 -03:00
Adriano dos Santos Fernandes
dd70263c99
Avoid wipe out others path because of spaces in path.
2021-09-07 14:16:36 -03:00
Adriano dos Santos Fernandes
b32f96f2a9
Feature #6815 - Support multiple rows for DML RETURNING.
2021-08-25 14:56:20 -03:00
Adriano dos Santos Fernandes
c46f6cd344
Fix problem happening when epp file is modified after initial build.
...
Problem introduced with QLI removal.
2021-07-25 17:09:40 -03:00
Adriano dos Santos Fernandes
c16a3cf571
Turn warning "deleting pointer to incomplete type may cause undefined behavior" in error in posix build.
2021-07-08 14:30:17 -03:00
AlexPeshkoff
11f69dee65
Avoid any files in gen after 'make clean_all'
2021-07-01 15:34:13 +03:00
Adriano dos Santos Fernandes
184bab6083
Do not remove versioned filed with make clean.
2021-06-21 14:15:02 -03:00
Adriano dos Santos Fernandes
39afbeb7f1
Remove old MSVC projects.
2021-06-08 14:59:39 -03:00
Adriano dos Santos Fernandes
936e045d50
Set POSIX build to use C++17.
2021-06-08 14:59:02 -03:00
Adriano dos Santos Fernandes
01d4995fd7
Set VS build to use C++17.
2021-06-08 14:59:02 -03:00
Adriano dos Santos Fernandes
010c3a8bd5
Remove QLI. ( #6840 )
2021-06-08 10:31:18 -03:00
Dmitry Yemanov
eac0f27e12
Renamed the package and the security database to v5
2021-05-31 14:36:48 +03:00
Adriano dos Santos Fernandes
4ab967b73f
Replace old SQLDA/SQLVAR by XSQLDA/XSQLVAR. ( #6820 )
2021-05-25 16:26:13 -03:00
Adriano dos Santos Fernandes
5ddf2bfca7
Cleanup obsolete and generated Fortran files. ( #6819 )
2021-05-25 16:24:35 -03:00
Paul Reeves
c336cf4079
Remove unnecessary (and incorrect) code to copy the boost folder
2021-05-22 12:27:22 +02:00
AlexPeshkoff
0397853401
Next attempt to better detect default libdir
2021-05-20 16:39:51 +03:00
AlexPeshkoff
e4fbeb5bb8
New method to define default lib directory
2021-05-20 15:57:50 +03:00
Adriano dos Santos Fernandes
3ccba197da
Feature CORE-6482 - System table with keywords. ( #310 )
...
Feature CORE-6482 - System table with keywords.
2021-05-17 14:13:53 -03:00
Adriano dos Santos Fernandes
c5c8e5f1b1
Improve firebird.conf comments for #6800 .
2021-05-10 10:55:53 -03:00
Adriano dos Santos Fernandes
60c906a6ee
Misc - remove trailing spaces.
2021-05-10 10:55:13 -03:00
Dmitry Yemanov
340bd02363
Renamed replication 'log' to 'journal'
2021-05-04 20:37:49 +03:00
AlexPeshkoff
1a5535a9f1
Resolved #6780 : added post-install script for Android to create architecture-specific files after cross build
2021-04-27 18:24:10 +03:00
Vlad Khorsun
4f42e155d1
Merge pull request #311 from FirebirdSQL/TempTableDirectory
...
Temp table directory
2021-04-20 14:17:03 +03:00
AlexPeshkoff
08a0bf6769
Postfix for CORE-6006
2021-04-13 15:50:40 +03:00
AlexPeshkoff
1fbc1d0996
Fixed CORE-6516: Protect included tomcrypt library from being overwritten by system package
2021-03-16 20:06:52 +03:00
AlexPeshkoff
96b134a718
Front-ported MacOS related changes from FB3
2021-03-02 19:08:42 +03:00
hvlad
f2805020a6
New setting TempTableDirectory.
...
Used to set directory where engine should put data of temporary tables and temporary blobs.
2021-02-10 12:42:09 +02:00
AlexPeshkoff
ecb17cef2a
Android port, both armv7a & aarch64
2021-02-05 21:06:20 +03:00
169ae3104a
Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
...
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
2021-02-01 16:21:32 +01:00
d3585454b9
Do not let missing FB4 QSG break the packaging of RC1.
2021-02-01 16:20:07 +01:00
8c64f4c9ce
Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
...
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
2021-02-01 16:18:04 +01:00
03395fafb1
Do not let BuildExecutableInstall fail silently if an error has occurred.
2021-02-01 16:14:26 +01:00
AlexPeshkoff
9159861fe1
Doc fix
2021-01-22 13:22:56 +03:00
Paul Reeves
3f8e21d679
Add fbit - the firebird binary test_installer. This is for internal testing of the firebird binary install kits.
2021-01-19 15:30:00 +01:00
Paul Reeves
00d6f8f0e1
Remove obsolete [messages] section
2021-01-19 15:26:54 +01:00
Paul Reeves
33bdf6beb6
Comment out Bosnian as a language option at install time because Bosnian is not currently supported up stream by InnoSetup :-(
2021-01-19 15:26:15 +01:00
Paul Reeves
cecd298918
Replace hard-coded minimum windows version strings with MINVER define
2021-01-19 15:24:21 +01:00
Paul Reeves
b1c660910d
Update InnoSetup script to latest version (6.1.2) and document effect on the minimum version of windows that is now supported by the binary installer.
2021-01-19 15:20:44 +01:00