..
darwin.defaults
Fix for gcc 4.1 problem is no longer needed. gcc 4.2 from MacOSX 10.8
2015-06-16 11:27:49 +00:00
empty.vers
Use same export symbol lists for all posix platforms, added script building platform-specific format
2010-03-14 13:44:57 +00:00
fbintl.vers
Use same export symbol lists for all posix platforms, added script building platform-specific format
2010-03-14 13:44:57 +00:00
fbplugin.vers
New plugin manager. Use it for all types of plugins.
2011-01-14 17:31:40 +00:00
firebird.vers
New interface Batch helping to efficiently implement JDBC prepared statement batches ( #99 )
2017-10-23 17:10:49 +03:00
ib_util.vers
Use same export symbol lists for all posix platforms, added script building platform-specific format
2010-03-14 13:44:57 +00:00
make.android.arm64
Fix android include paths related to c++11 ( #62 )
2016-11-06 11:36:02 +03:00
make.android.arme
Fixed cross build for android/arm 32-bit
2018-02-08 20:21:48 +03:00
make.android.x86
Fix android include paths related to c++11 ( #62 )
2016-11-06 11:36:02 +03:00
make.android.x86_64
Fix android include paths related to c++11 ( #62 )
2016-11-06 11:36:02 +03:00
make.defaults
Fixed cross build for android/arm 32-bit
2018-02-08 20:21:48 +03:00
make.platform.solaris.examples
Decimal floating point numbers - first draft
2016-11-11 17:59:55 +03:00
make.rules
Gbak ( #139 )
2018-02-19 13:38:28 +03:00
make.shared.targets
Make parse.y not build in every make call.
2017-01-30 23:15:52 -02:00
make.shared.variables
Fixed CORE-5657: Various UDF-related security vulnerabilities
2017-11-09 13:15:00 +03:00
Makefile.in
Fixed cross build for android/arm 32-bit
2018-02-08 20:21:48 +03:00
Makefile.in.examples
Added LSB compliance ( #28 )
2016-05-25 15:14:01 +03:00
Makefile.in.extern.editline
Typo, adjust AR redefinition in extern.editline
2015-07-03 06:45:18 +00:00
Makefile.in.plugins_examples
Fixed CORE-5654: Mixed intermediate build files for plugins examples
2017-11-03 14:44:13 +03:00
postfix.darwin
Fixed CORE-5657: Various UDF-related security vulnerabilities
2017-11-09 13:15:00 +03:00
prefix.aix_powerpc
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.aix_powerpc_xlc
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.darwin_i386
New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan
2015-10-13 12:10:20 +00:00
prefix.darwin_powerpc
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.darwin_ppc64
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.darwin_x86_64
New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan
2015-10-13 12:10:20 +00:00
prefix.example
Applied patch from Damyan Ivanov: no compiler flag repetinion when CXXFLAGS is set in the environment
2011-03-27 11:22:57 +00:00
prefix.freebsd
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.freebsd_amd64
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.hpux
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.hpux_aCC
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.hpux_ia64
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.linux
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_amd64
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_arm
ARM needs MSG_NOSIGNAL in FB_SEND_FLAGS, too ( #140 )
2018-02-15 15:26:21 +03:00
prefix.linux_arm64
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_generic
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_ia64
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_mips
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_mipsel
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_powerpc
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_powerpc64
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_powerpc64el
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_s390x
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.linux_sparc32
Added -std=c++11 flag to Linux builds.
2016-09-01 22:40:36 -03:00
prefix.mingw
Remove hardcoded march to allow 64-bit builds
2014-12-08 16:58:41 +00:00
prefix.netbsd
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.solaris
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.solaris-64gcc
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
prefix.solx86
cleanup
2011-01-16 14:03:18 +00:00
prefix.solx86gcc
Decimal floating point numbers - first draft
2016-11-11 17:59:55 +03:00
prefix.solx86gcc_64
Decimal floating point numbers - first draft
2016-11-11 17:59:55 +03:00
udr_plugin.vers
Misc.
2015-02-14 18:55:00 +00:00
vers.sh.in
Add platform support for Linux/m68k ( #51 )
2016-10-14 13:12:09 +03:00