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

647 Commits

Author SHA1 Message Date
skidder
5400dcc669 Correct POSIX SuperServer build dependency tracking problem 2004-08-17 22:34:26 +00:00
dimitr
5d1bb93fbb Synchronized MSVC7 build with others. 2004-08-17 09:29:27 +00:00
alexpeshkoff
074dcaac32 I've added thd.cpp to gfix in VC6 and posix builds. Other builds should also be fixed. 2004-08-16 12:56:20 +00:00
skidder
651b5c1b48 Cosmetic changes 2004-08-12 23:28:37 +00:00
dimitr
4bd53f42cc Added two new error messages. 2004-08-02 21:17:53 +00:00
skidder
b980507ad2 Valgrind support 2004-07-30 22:38:08 +00:00
skidder
32baa87086 Change license for source files which I wrote 2004-06-30 01:26:40 +00:00
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