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

147 Commits

Author SHA1 Message Date
dimitr
c194820d6c Updated project files. 2003-01-21 11:10:30 +00:00
dimitr
6de9ff27b6 Let's return version of the client library via API. Interface is IB7-compliant. 2003-01-19 14:30:53 +00:00
dimitr
c6a1172080 Link with XNET support. 2003-01-19 14:12:13 +00:00
dimitr
2bbd4dba82 Updated project files:
1. Cleaned up used import libraries.
  2. Winsock2 is used.
  3. Embedded engine now supports true local access.
2003-01-18 19:21:39 +00:00
dimitr
213819f379 Updated project files. 2003-01-17 09:54:18 +00:00
dimitr
29aa442899 Updated project files. 2003-01-17 09:03:57 +00:00
skidder
ba5e11b15c Integrate new memory manager into the engine 2003-01-16 17:47:10 +00:00
skidder
6e8a13c82b Make engine compile on POSIX again 2003-01-04 17:10:43 +00:00
skidder
d24487802c Make standard UDF libraries functions involving memory allocation work on Linux 2003-01-02 16:02:43 +00:00
nmcc
38368e393d Move sfio test to Solaris specific location.
Change to --with-sfio=path_to_sfio defaulting to no and substitute values
in to makefiles.

This allows Classic to be built and run without sfio using standard Solaris
stdio while problems between sfio, ib_stdio etc and C++ are sorted out for
superserver.
2002-12-31 18:15:18 +00:00
nmcc
e843bdb79e Firebird2 make rules for Solaris Sparc. 2002-12-30 16:00:38 +00:00
nmcc
5c41478523 Do not replace users exisiting LD_LIBRARY_PATH 2002-12-29 14:59:40 +00:00
nmcc
862185cd27 Remove any existing link otherwise ln fails on Solaris. 2002-12-29 14:18:21 +00:00
nmcc
a4c2462a73 Move platform specific ld option to platform makefiles. 2002-12-29 01:38:20 +00:00
nmcc
5f683c8f8f Remove gpre generated files when doing a make clean. 2002-12-22 19:45:45 +00:00
hippoman
da42b92a8e Fixed the MSVC7 build, why.c has been removed 2002-12-22 01:54:13 +00:00
skidder
9b57d8b649 Several little changes to make engine compilable again on Linux 2002-12-16 21:19:51 +00:00
alexpeshkoff
e234f46913 Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *) 2002-12-16 17:01:58 +00:00
dimitr
fc4bd62a5c Changes by Dimitry Sibiryakov. 2002-12-12 12:08:51 +00:00
skidder
5422d7af64 Little changes to build stable Linux packages 2002-12-11 20:52:59 +00:00
dimitr
9941c04160 Updated project files. 2002-12-11 08:35:04 +00:00
eku
5b8ffd81c2 Removed unused variables. 2002-12-10 11:53:53 +00:00
nmcc
1517ddec96 add clean_config and clean_makefiles targets. 2002-12-09 01:43:21 +00:00
nmcc
8db660eb23 Change gds_lock_mgr to fb_lock_mgr as code now defaults to this. 2002-12-09 01:38:13 +00:00
kkuznetsov
aa4323c82a Adding linker option what prevent user to setting LD_LIBRARY_PATH 2002-12-07 13:50:30 +00:00
hippoman
3f3c442054 Fixing the build, added pascal and ada to gpre salad. 2002-12-06 20:55:34 +00:00
dimitr
48f4c114d0 Changes by Dimitry Sibiryakov. 2002-12-06 14:30:40 +00:00
kkuznetsov
c8a58909de Moving platform dependent linker option to platform files 2002-12-05 16:15:05 +00:00
dimitr
63805e9489 Cleanup. 2002-12-03 11:09:41 +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
35c22f01a6 Removed support for ADA, BASIC, COBOL, FORTRAN and PASCAL from gpre_boot. 2002-12-02 09:49:35 +00:00
hippoman
d39aef1386 Fixed the build, isc_win32.cpp has been removed 2002-11-30 17:30:33 +00:00
skidder
db3692790b New changes by Dmitry Emanov. Configuration manager and Windows build environment improvements 2002-11-30 15:08:09 +00:00
dimitr
bf4d9495a8 Updated project files. 2002-11-26 09:00:19 +00:00
skidder
9333b09fad A little more optimization wont hurt 2002-11-24 17:53:36 +00:00
hippoman
c65b26ddf7 Fixed the build, thd_win32.cpp has been deleted.. 2002-11-23 23:11:34 +00:00
dimitr
b2b118e6f4 Updated project files. 2002-11-22 11:20:29 +00:00
kkuznetsov
5108897171 *** empty log message *** 2002-11-21 13:46:18 +00:00
eku
3ef71f0bba Include support for ADA and FORTRAN into gpre by default. 2002-11-21 10:08:42 +00:00
hippoman
4ec8b1292f NOMSG is not needed, addied version.lib 2002-11-20 15:01:59 +00:00
kkuznetsov
cef617b5c0 GPRE additional files on Solaris x86 2002-11-20 13:38:15 +00:00
eku
ec71a0cb44 Fixed compilation and linking on SINIX-Z (and probably on other POSIX
platforms).
2002-11-20 08:30:03 +00:00
dimitr
75f019565f We no longer need NOMSG macro defined. 2002-11-19 13:21:23 +00:00
eku
eed374c06a Autoconf:
o added tests for nttab.h sys/mntent.h sys/mnttab.h
 o added tests for getcwd getwd setmntent getmntent
 o ISC_PREFIX renamed to FB_PREFIX
 o major code cleanup in src/jrd/isc_file.cpp

Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 13:23:00 +00:00
skywalker
18e98d7fee Changed the default optimisation for prod builds. Current gcc 3.2
compilers have problems with -O2 -O3 and -march=i686 combinations
2002-11-18 03:07:00 +00:00
dimitr
2712acb10d Updates project files. 2002-11-17 16:06:23 +00:00
hippoman
7248b4cfc7 update to the latest changes 2002-11-16 23:54:47 +00:00
dimitr
8e8d78435f Synchronized generic and win32-only files. The latter is removed. 2002-11-16 15:54:21 +00:00
dimitr
b3bbca4f4d Restored export by ordinals for gds32.dll (due to compatibility issues). 2002-11-16 11:40:02 +00:00
dimitr
734eb806a7 Updates project files. 2002-11-16 10:58:33 +00:00