8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/builds/posix
alexpeshkoff fc12495d0e Modified IStatement interface in our API:
1. Never allocate empty statement - always use att->prepare() to create statement interface
2. Separated IStatement into 2 parts - statement itself and resultset.
3. Added stmt->openCursor() (and att->openCursor() for unprepared statements) to create IResultSet.
4. Always use IMessageMetadata (former IParametersMetadata) to pass message fromat info from client,
   therefore avoiding need in BLR generation in client applications.
2013-02-17 12:08:53 +00:00
..
darwin.defaults Fixed make syntax 2012-02-27 12:12:47 +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 Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00: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.arme Cross-build support + android port: work in progress, currently can build fbclient for android 2012-06-22 11:39:24 +00:00
make.defaults Cross-build support + android port: work in progress, currently can build fbclient for android 2012-06-22 11:39:24 +00:00
make.platform.solaris.examples Fixed CORE-3677: Stop utilities to export entrypoints 2011-12-27 08:14:58 +00:00
make.rules Cross-build support + android port: work in progress, currently can build fbclient for android 2012-06-22 11:39:24 +00:00
make.shared.targets Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
make.shared.variables Cross-build support + android port: work in progress, currently can build fbclient for android 2012-06-22 11:39:24 +00:00
Makefile.in Cross-build support + android port: work in progress, currently can build fbclient for android 2012-06-22 11:39:24 +00:00
Makefile.in.examples Cross-build support + android port: work in progress, currently can build fbclient for android 2012-06-22 11:39:24 +00:00
Makefile.in.extern.editline Applied sligtly modified patch from Dan Horak to use system libread 2009-07-21 13:00:54 +00:00
Makefile.in.plugins_examples Modified IStatement interface in our API: 2013-02-17 12:08:53 +00:00
postfix.darwin Fix problem with Trace not working on MacOS 2012-11-01 09:13:13 +00: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 Fixed CORE-3677: Stop utilities to export entrypoints 2011-12-27 08:14:58 +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 Fix CORE-3740 - optimisation bug in GCC 2012-08-08 14:41:07 +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 cleanup 2011-01-16 14:03:18 +00:00
prefix.linux_amd64 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.linux_arm cleanup 2011-01-16 14:03:18 +00:00
prefix.linux_generic 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.linux_ia64 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.linux_mips cleanup 2011-01-16 14:03:18 +00:00
prefix.linux_mipsel cleanup 2011-01-16 14:03:18 +00:00
prefix.linux_powerpc cleanup 2011-01-16 14:03:18 +00:00
prefix.linux_s390x cleanup 2011-01-16 14:03:18 +00:00
prefix.linux_sparc32 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.mingw Fixed CORE-3677: Stop utilities to export entrypoints 2011-12-27 08:14:58 +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 Fixed CORE-3677: Stop utilities to export entrypoints 2011-12-27 08:14:58 +00:00
prefix.solx86gcc_64 Fixed CORE-3677: Stop utilities to export entrypoints 2011-12-27 08:14:58 +00:00
udr_engine.vers New plugin manager. Use it for all types of plugins. 2011-01-14 17:31:40 +00:00
vers.sh.in finished fb_inet_server cleanup 2010-04-16 13:33:22 +00:00