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

740 Commits

Author SHA1 Message Date
kkuznetsov
e04eaf0a9a Commented out THD_* functions if using new style of thd 2004-06-16 15:41:10 +00:00
alexpeshkoff
572d12f442 Thread cleanup:
Removed thd_proto.h, all required definitions are in thd.h know.
2004-06-08 13:56:02 +00:00
kkuznetsov
8c2a4723e1 Some more solx86 commits 2004-06-08 12:10:26 +00:00
brodsom
2f425888c2 Removing unused dba_full (After Ann advice) 2004-05-28 01:31:27 +00:00
eku
4d7115aca3 env variable changed 2004-05-25 13:20:24 +00:00
kkuznetsov
44242a72ce Fixed a couple of compile errors on Solaris x86 2004-05-24 11:23:41 +00:00
brodsom
f3fe379ee5 -Update MinGW warning switchs (+Wshadow +Wundef +pedantic) 2004-05-22 14:30:25 +00:00
skidder
277788de7a NetBSD port from James K. Lowden 2004-05-20 23:05:02 +00:00
kkuznetsov
936ec7895c Add LIB_LINK_MAPFILE variable option 2004-05-20 09:55:36 +00:00
brodsom
9109ba3a62 Avoid duplicated definition of SERVER_SHUTDOWN (defined in firebird.h) 2004-05-19 15:03:13 +00:00
kkuznetsov
234fdb0e43 Add check for caddr_t to fix compile error on Solaris munmap,
some more warnings to prefix solx86gcc, comment historycal pragmas
2004-05-13 14:05:00 +00:00
eku
1925c9fb8d Always use $(MAKE) instead of plain make. 2004-05-11 07:30:56 +00:00
brodsom
42a695a67f Removing llio* and codes.h 2004-05-10 07:21:09 +00:00
brodsom
db89eb16d8 Solve a duplicated macro definition which are not detected previously, when the definition was #define GOVERNOR 1
instead of
#define GOVERNOR.
Detected by Claudio.
2004-05-09 22:52:10 +00:00
robocop
f42e144105 Fix typo that creates incomplete ibase.h 2004-05-09 05:34:59 +00:00
skidder
e816dc8d5a Import (unmodified) libedit-2.6.9 to provide line editing capabilities for isql 2004-05-08 03:28:26 +00:00
brodsom
30b11863b5 Correction 2004-05-07 11:26:22 +00:00
brodsom
3acf7023dc -To solve the dsc.h and ibase.h duplicated definitions
Create new dsc_pub.h and include it into ibase.h and dsc.h
2004-05-07 11:22:23 +00:00
brodsom
2f675febb2 llio is not used actually 2004-05-07 07:47:02 +00:00
eku
12762aafa4 Updated compiler flags. 2004-05-06 12:49:34 +00:00
kkuznetsov
c3a4b0161b mirroring all compiler options from other platforms 2004-05-06 11:40:48 +00:00
eku
63f05caf21 Fixed compilation issues by changing compiler flags. 2004-05-03 09:20:42 +00:00
skidder
8a4cb13eb2 Care about quirks of Windows platform 2004-05-03 01:53: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
brodsom
e9bbc32e85 Add sqlda_pub.h to monolithic ibase 2004-04-30 22:49:01 +00:00
kkuznetsov
09ced6945f removed -fwritable-strings on so on to const char * instead of char*
for example cant compile config_file
2004-04-30 11:44:07 +00:00
brodsom
5cf9fdfc90 Removing ib_stdio.h 2004-04-28 22:43:34 +00:00
brodsom
acbf2cc904 Remove references to gds.h, gds.hxx and gdsold.h from builds 2004-04-27 12:38:57 +00:00
brodsom
795d0d42f1 Installer for MinGW (first try) 2004-04-21 01:45:53 +00:00
brodsom
94f7f9af65 Correction needed for fbembed build to succeed 2004-04-20 19:21:58 +00:00
brodsom
eb8c4153aa Correction use generated gbak not installed one 2004-04-19 18:45:28 +00:00
paulbeach
6b2a911370 Improve NFS Warning in conf file 2004-04-19 10:20:37 +00:00
skidder
61e1af4265 Implement Paul B. suggestion about dangerous config file option 2004-04-17 02:36:11 +00:00
aafemt
318f3eff58 Remove obsolete workaround 2004-04-15 10:13:10 +00:00
skidder
af366d4f5a Add BugcheckAbort option to produce coredumps on BUGCHECKs and structured exceptions 2004-04-06 07:25:45 +00:00
skidder
03a49a0341 A couple versions of eu-strip I tried produce broken debug info. Let's standartize on binutils objcopy for now as it seems to be more reliable. I hope an official binutils version with needed feature aka 2.15 will be released soon 2004-04-06 02:45:54 +00:00
skidder
1ab704d010 Add switches for new shutdown modes to the GFIX usage messages 2004-04-03 02:23:19 +00:00
alexpeshkoff
6b1007a4eb rolling back bat files commit - sorry, please 2004-03-31 17:50:17 +00:00
alexpeshkoff
4a318fff04 renamed header - non-critical change for non-VC6 builds 2004-03-31 17:08:37 +00:00
robocop
fd268b8e1c More cleanup. Get rid of obsolete files, too. 2004-03-30 09:02:55 +00:00
robocop
4b3e5da421 More cleanup. Get rid of obsolete files, too. 2004-03-30 08:54:12 +00:00
robocop
68c038d132 More cleanup. Get rid of obsolete files, too. 2004-03-30 08:34:14 +00:00
robocop
1824343930 Cleanup.
Fixed a linking error with MSVC6, too.
2004-03-28 09:10:30 +00:00
skidder
248b51c592 Fix build of FORTRAN preprocessor. Breakage reported by FSG 2004-03-28 05:34:47 +00:00
skidder
9baf676298 add forgotten file 2004-03-26 16:06:50 +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
75a47b38a0 Fix HEAD troubles with Linux SS installer 2004-03-25 06:01:12 +00:00
aafemt
ac44f8d39a Remove DEBUG_GDS_ALLOC from platform files since Alex's added it into make.rules 2004-03-23 11:08:31 +00:00
alexpeshkoff
2063c360c6 fixed some problems with posix debug build 2004-03-22 15:16:11 +00:00
alexpeshkoff
95bb6521d2 Added new h-files to VC6 projects. Not critical. 2004-03-14 14:31:07 +00:00
robocop
56f95e9a11 Third step to rename 2004-03-11 05:09:33 +00:00
robocop
e6187cecd2 Cleanup
Some bug fixes
Style
2004-03-07 07:58:55 +00:00
alexpeshkoff
e8d62c70a7 fixed MSVC6 build with RTTI 2004-03-01 16:37:36 +00:00
skidder
5cb24ba873 Enable RTTI, remove fb_exception.cpp from utilities 2004-03-01 04:54:55 +00:00
skidder
4c06a6db77 Enable RTTI, remove fb_exception.cpp from utilities 2004-03-01 04:27:51 +00:00
eku
c15ac1c33f SINIX-Z: fixed package list 2004-02-27 12:04:35 +00:00
skidder
2c4fe73bd4 Implement new shutdown modes (single-user and full shutdown). Tested on Linux/AMD64 CS and SS 2004-02-25 01:50:40 +00:00
skidder
3ab69473b7 Update MSVC makefiles.
1) add PDB generation for release binaries
2) add fb_string stuff
2004-02-17 20:10:54 +00:00
stryqx
9b3d2c22ad change CLIENT_UTIL_TARGET from gds_delay to gds_relay 2004-02-13 10:14:40 +00:00
aafemt
69c2d5de45 Fix for my previous commit 2004-02-11 11:14:36 +00:00
aafemt
9e0ed5af92 Add fb_string to POSIX build 2004-02-10 11:27:22 +00:00
alexpeshkoff
efb64b2aab Added native firebird::string class. 2004-02-08 17:08:34 +00:00
kkuznetsov
48553844a9 this is requared files 2004-01-31 19:27:31 +00:00
skidder
cfa7b7fe70 fix AMD64 packaging issue 2004-01-29 09:47:43 +00:00
skidder
75ae1d9890 Fix some packaging issues with non-x86 Linux ports. Prepare AMD64 port for public testing 2004-01-29 06:32:09 +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
robocop
b441cd9aef Cleanup 2004-01-13 09:52:19 +00:00
skidder
6973b067ea Do more AMD64 fixes. libfbstatic builds and can do some basic stuff now 2004-01-12 06:58:27 +00:00
stryqx
ed9428af76 Cope with upgrades more gracefully. 2004-01-12 06:24:36 +00:00
stryqx
c327a617f9 libgds links to libfbembed for ClassicServer. 2004-01-12 05:59:55 +00:00
skidder
ae809d5c63 Add prefix for my machine 2004-01-12 04:58:09 +00:00
skidder
d20ee8b414 Update MSVC7 makefiles. Use VS2003 since nobody else is obviously using VS7 makefiles. To build with original VS.NET use one of the available converters (I fixed up VSPC to be able to convert Firebird projects, for example) 2004-01-08 17:15:28 +00:00
robocop
164628dad9 Removing JOURNAL leftover. Thanks Blas. 2004-01-08 05:49:50 +00:00
brodsom
90ccb542cf Fix Posix build after
- utils.cpp creation
- WAL/JOURNAL removal
2004-01-07 00:31:32 +00:00
robocop
06a4df3708 A requiem for JOURNAL and WAL.
Instructions in the list.
2004-01-06 10:33:18 +00:00
skidder
e6ef17eeca fix solution file 2004-01-05 05:03:35 +00:00
epocman
a75b48c6a8 Win32 HEAD porting of 1.5 branch RC8 latest updates, to keep HEAD in synch with about to be released 1.5.
Please someone check and adjust MSVC7 compile, cause I only have MSVC6.
2004-01-03 12:20:08 +00:00
skidder
a1e276b9dd Fix up MSVC7 makefiles 2004-01-03 01:29:04 +00:00
robocop
16cbc204df Cleanup 2003-12-31 05:36:12 +00:00
skidder
a143019f78 Forward port generation of external debug info to FB2 HEAD 2003-12-30 02:06:13 +00:00
skidder
ed75d2e51b Build debuggable release binaries on Linux 2003-12-27 23:48:26 +00:00
skidder
1b43575fa9 Rollback crazy change made by Dimitry Sibiryakov and approved by Claudio Valderrama. We should not break compatibility with half of the world without apparent reasons. 2003-12-21 23:54:24 +00:00
aafemt
f8f3a55c8a Add db_alias.cpp to gstat 2003-12-17 11:05:53 +00:00
skidder
bea4e7c3b8 Fix MSVC7 makefiles. Note: I didn't test them with VC 7.0, only 7.1 2003-12-14 04:39:36 +00:00
dimitr
01ee50a97d 1) Move db_alias.cpp to common.lib
2) Add common.lib to gstat.exe
2003-12-13 14:42:37 +00:00
alexpeshkoff
efe094676d SS scripts - slightly optimized for various linux distibutions 2003-12-06 09:40:12 +00:00
skidder
dbc89040a4 Update MSVC7 makefiles. Files were actually edited using VS2003 and then version numbers were replaced back to 7.0 2003-12-05 20:39:51 +00:00
brodsom
202d12631e Fix posix builds (new btn.cpp source) 2003-12-02 16:03:43 +00:00
brodsom
eb3c552424 Fix posix build, add new source btn.cpp. 2003-12-02 02:50:16 +00:00
arnobrinkman
bafdd44f1b Enhanced Index Structure.
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:51:52 +00:00
robocop
9fafc348bf const correctness
vars in scope
minimal interface cleanup
small bug fixes
2003-11-28 06:48:34 +00:00
kkuznetsov
9adf479a0b some solaris fixes 2003-11-21 19:45:50 +00:00
brodsom
1155713a33 -Enable build of dba_full 2003-11-18 02:31:01 +00:00
skidder
e08ea38727 Fix MSVC7 build 2003-11-17 16:04:54 +00:00
brodsom
0e8cd8d1ab -Add gstat_full project (utilities/dba_full) 2003-11-16 15:40:59 +00:00
alexpeshkoff
016e29843e fixed install problems 2003-11-15 12:07:07 +00:00
bellardo
b4b0b73124 Get rid of the space between the "-L" parameter and the library name. The space breaks the darwin build. 2003-11-08 07:39:06 +00:00
brodsom
98d5fff9f6 Add needed files from B1_5 2003-11-07 14:18:41 +00:00
brodsom
a31f45134c Corrections 2003-11-07 11:37:18 +00:00
stryqx
0bfc247521 Even though the libgds symlinks are commented out, make them correct. 2003-11-06 12:25:23 +00:00
stryqx
0f67d0e872 A better solution - copy the symlinks as symlinks. 2003-11-06 12:20:45 +00:00
stryqx
334202f9c0 Make the install less noisy for 2.0.
Save some disk space by symlinking libfbclient.so.2 and libfbembed.so.2
to libfbclient.so.2.0.0 and libfbembed.so.2.0.0 respectively.
2003-11-06 12:13:00 +00:00
stryqx
a34401d15e First cut at the install script for FreeBSD.
Package management for FreeBSD binaries will be done via the FreeBSD Ports
Tree.
2003-11-06 09:20:33 +00:00
brodsom
4f4ad058cc Gsplit.exe is build now 2003-11-05 16:54:25 +00:00
brodsom
6fb1964481 Add journal and archive to posix build 2003-11-05 16:53:37 +00:00
eku
157f1188b9 Updated file list. 2003-11-04 12:12:27 +00:00
eku
d924b4cd93 Undo my latest changes as requested by Nickolay Samofatov. 2003-11-04 06:25:11 +00:00
dimitr
75ea314307 no message 2003-11-01 11:32:16 +00:00
skidder
5bd7f7328d Do not create home directory for firebird user 2003-10-31 16:43:36 +00:00
eku
83c6c315ca Let autoconf control whether -DSUPERCLIENT is used or not. 2003-10-31 12:41:46 +00:00
skidder
d6c0b775ac We are known as Firebird now 2003-10-31 12:25:40 +00:00
skidder
26e6654e4f Fix SuSE 9.0 install problem 2003-10-31 12:21:27 +00:00
eku
79fdcf4d04 Removed '-DSUPERCLIENT' as it breaks CS build. 2003-10-31 11:31:22 +00:00
epocman
bbbf2cbff1 Win32 stub GDS32.DLL now preferably attempts to load FBCLIENT.DLL from its installation location (rootdir/bin) instead of system directories. Related to the finishing touches of the Win32 installation scheme looking forward multi-instances support after V1.5.
Please build maintainers, add advapi32.lib to msvc7/mingw builds of gds32.dll. Thanks.
2003-10-30 18:06:07 +00:00
eku
b7d254f4fc Removed '-DSUPERCLIENT' as it breaks CS build. 2003-10-30 14:26:26 +00:00
aafemt
60c4012776 Turn off automatic CPU optimisation 'coz it doesn't work on AMD K6-2 2003-10-30 12:09:59 +00:00
eku
9b2754e333 Use autoheader to generate config.h.in. 2003-10-30 07:26:28 +00:00
skidder
f984bdc93d Build and install libfbclient.so in Linux CS 2003-10-28 17:58:12 +00:00
skidder
1c9628acac Remove unneeded define. Noted by Claudio 2003-10-28 12:37:41 +00:00
skidder
1be4fe1d61 Forward port Solaris fixes 2003-10-27 18:42:47 +00:00
alexpeshkoff
805e01fb05 Port SS build changes from 1_5_Release 2003-10-27 18:00:44 +00:00
robocop
42aa6432fd We made EXACT_NUMERICS unconditional in FB1 and the macro was removed 2003-10-27 09:29:33 +00:00
robocop
0178bb9753 Get rid of SUPERCLIENT
Add explicitly proto_proto.h to the headers list
2003-10-27 09:25:27 +00:00
brodsom
320786f94d Corrections 2003-10-27 02:41:59 +00:00
brodsom
90c3320fd2 Restore dummy file 2003-10-27 01:51:16 +00:00
brodsom
b6a34095a3 -Add resources to iscguard
-Generate import library for fbclient.
2003-10-27 01:10:26 +00:00
brodsom
a642974576 Toward installable MinGW build 2003-10-27 01:09:38 +00:00
dimitr
31e52605aa Modified an existing error message. 2003-10-26 12:29:01 +00:00
dimitr
abefe05d96 Added new error message. 2003-10-25 12:35:51 +00:00
robocop
96d51430b6 Minor correction to error messages 2003-10-24 07:15:21 +00:00
brodsom
0f570b908b Correction 2003-10-23 23:18:04 +00:00
brodsom
35247931f1 First step toward mingw installable 2003-10-20 02:49:26 +00:00
brodsom
1b5b4fd245 Add gdef and qli to posix ss build (needed for the tcs) 2003-10-20 01:45:06 +00:00
arnobrinkman
0eb1dc7d94 A batch-file i forgot, thanks to Blas 2003-10-19 15:49:05 +00:00
arnobrinkman
58caa54d49 Let's make my life a little bit easier, so i don't have to change everytime the files ;-) 2003-10-19 13:42:23 +00:00
arnobrinkman
6823e18473 Let's make my life a little bit easier, so i don't have to change everytime the files ;-) 2003-10-19 13:35:32 +00:00
brodsom
dd094f3245 Corrections 2003-10-19 01:25:36 +00:00
brodsom
36e5118ab1 Allow debug or release build 2003-10-19 01:23:34 +00:00
brodsom
ee34875087 Add DEV_BUILD to the debug build 2003-10-19 01:22:32 +00:00
brodsom
b41f317811 Correction 2003-10-17 14:32:48 +00:00
brodsom
1130322c3b Exit from build process if msdev returns errorlevel 1 2003-10-15 12:47:31 +00:00
eku
b6151b52c2 SINIX-Z: POSIX stylish sigaction. 2003-10-14 13:10:05 +00:00
skidder
4e8605294e Forward port Sparc fixes 2003-10-10 23:56:57 +00:00
brodsom
6b2298cc24 Correction 2003-10-09 18:06:55 +00:00
brodsom
672caef317 Test if firebird is set and ask for it if not 2003-10-09 17:48:29 +00:00
dimitr
fa331268ef no message 2003-10-08 11:50:05 +00:00
stryqx
d42ac86e9c Fix typo 2003-10-07 06:48:47 +00:00
stryqx
c9cc277e07 Fix up build flags. 2003-10-07 06:43:55 +00:00
robocop
c9f10fc8ae Included two unnecessary files time ago 2003-10-06 09:46:29 +00:00
brodsom
2c6d999f76 include journal 2003-10-05 23:06:39 +00:00