asfernandes
ed0e0daeb3
- External Engines implementation.
...
- Plugins API.
- Feature CORE-2700 - UDR (User Defined Routines) Engine - C++ API supporting functions, triggers and stored procedures.
- Feature CORE-2470 - Support for alternate format of strings literals.
- Feature CORE-2310 - DDL triggers.
- Feature CORE-2312 - PSQL Packages.
- Feature CORE-1209 - CONTINUE statement.
- Feature CORE-1180 - DDL syntax to change (not) nullable state of columns.
- Feature CORE-2090 - Support OVER () clause with current aggregate functions.
- Fixed CORE-2699 - Common table expression context could be used with parameters.
- Introduce ODS 12.0.
- Work in progress in type-safe parser.
- Refactor some DDL commands (procedures and triggers) from DYN to DdlNodes.
- Refactor virtual tables to use a class hierarchy instead of namespaces. This is basic thing, not based on the changes done in Vulcan. Window functions is based on this work.
- Refactor COMMENT ON and DROP FUNCTION from DYN to DdlNodes. COMMENT ON do not use GDML anymore, it uses DSQL with PreparedStatement class.
- Refactor EXECUTE BLOCK to StmtNodes.
- Refactor the IUDF to SysFunctions. That eliminates RDB$GET_CONTEXT and RDB$SET_CONTEXT from RDB$FUNCTIONS.
2009-10-21 00:42:38 +00:00
alexpeshkoff
ea19ce9e77
Moved most of OS-specific checks away from regular makefiles
2009-01-28 13:47:26 +00:00
dimitr
a903e9357b
Cleanup.
2008-07-11 07:50:46 +00:00
alexpeshkoff
7c8427bc35
Separated CVT functions to common and jrd parts.
...
This made possible to avoid ugly CVT_move export.
Cleanup of errors handling in CVT functions.
2008-07-10 15:57:33 +00:00
alexpeshkoff
4816dbe061
1. Use EXE_LINK or STATICEXE_LINK (what appropriate) to link executables instead of plain LD.
...
2. Fron-ported fix for broken in ALt-Linux ld - changed order of libraries in command line.
2007-12-14 11:32:06 +00:00
aafemt
19d132c8f6
Fix MinGW build
2007-05-11 06:40:19 +00:00
alexpeshkoff
feb4e91351
added path_utils to appropriate Makefiles
2007-04-19 09:09:25 +00:00
paulbeach
68b261513c
Firebird 2.0 MacOS Classic Intel Build
2007-03-09 10:32:58 +00:00
alexpeshkoff
f13cdb88d2
deleted libfbcommon as was suggested by Jim
2005-12-18 17:56:43 +00:00
aafemt
ded6a80c4a
Use libfbcommon wherever possible and drop ancient workaround for dependencies (use -MMD switch instead)
2005-07-22 10:26:30 +00:00
robocop
1f0b8804d1
Misc.
2004-12-10 14:51:25 +00:00
alexpeshkoff
387e678cca
applied Clumplet* classes to dpb where possible
2004-12-09 19:19:47 +00:00
skidder
a0b5535a05
Fix POSIX build after recent Claudio fix
2004-10-07 20:25:40 +00:00
skidder
d9854a9eb4
Fix POSIX builds after Claudio changes
2004-09-26 22:37:24 +00:00
brodsom
e9444b9311
-Modify object generation to be dependent on type (boot, std, superserver and superclient) not module. This saves 8% time in a full build.
...
-Add sqlda_pub.h to monolithic ibase
-Correct refDatabases symbols to avoid repeated generation of executables.
2004-04-30 23:02:07 +00:00
skidder
248b51c592
Fix build of FORTRAN preprocessor. Breakage reported by FSG
2004-03-28 05:34:47 +00:00
skidder
f26d84f76b
1. POSIX build libraries export only public API. 2. Unify exports for PROD_BUILD and DEV_BUILD. 3. Support for context memory pools. 4. Memory manager has lower memory overhead exceptionally on 64 bit targets
2004-03-25 23:12:50 +00:00
skidder
08eee5ebaa
Further AMD64 fixes. Given this fixes you may start playing with databases using isql_static.
2004-01-21 07:18:30 +00:00
brodsom
ad122347cc
-Remove PYXIS
2003-09-11 02:54:26 +00:00
aafemt
c8d4cb0e14
Ironing POSIX build. Resources were added to some exe and dll's
2003-03-28 11:29:18 +00:00
aafemt
a831b7838e
Ironing POSIX build
2003-03-27 11:21:47 +00:00
brodsom
d233e9da02
Changes for MINGW build
...
-Use SHRLIB_EXT instead of 'so'
2003-03-05 15:57:25 +00:00
eku
2274ed0734
gpre's built-in lannguage support is now an autoconf option. C/C++ are
...
mandatory, all others are optional. Default all=off.
Type 'configure --help' for details.
2002-12-02 11:17:04 +00:00
eku
3ef71f0bba
Include support for ADA and FORTRAN into gpre by default.
2002-11-21 10:08:42 +00:00
skywalker
f35570a03b
A few makefile dependancies fixed.
...
Started work on upgrading rpm build scripts
Fix makefiles for super build
Exchange editline for readline in isql
2002-10-07 01:29:13 +00:00
eku
7debd9c9dd
Call linker with $(LD) (and not $(CC) to link C++ programs.
...
Don't hard-code linker path (rpath option).
2002-09-24 13:01:12 +00:00
skidder
7e50e296b4
Fix build engine to make PROD_BUILD compile
2002-09-19 15:25:38 +00:00
skywalker
cc0eb3f21a
This time for sure - 4th generation main change this time was to incorperate
...
the super build as well as classic into fb2.
2002-07-29 15:04:06 +00:00