skidder
9adf38b2b3
Fix MSVC7 makefiles
2004-12-07 19:21:26 +00:00
robocop
bb170bd3b6
isc_interpret is fb_interpret again.
...
Please do a full rebuild.
2004-11-28 01:03:05 +00:00
skidder
f808b2b9af
Update makefiles
2004-11-24 20:45:19 +00:00
alexpeshkoff
bdd3b32278
use ClumpletReader to parse dpb options
2004-11-24 18:26:24 +00:00
robocop
3fe9fd52b7
Rebuild was used always because the intermediates and/or the executables for build_msg and codes where written to the same dir for the debug and release versions. Since that was fixed time ago in msvc6, rebuild is not needed. I don't know about the msvc7 configuration, so I didn't touch it.
2004-11-24 09:32:56 +00:00
robocop
f7f47a31cc
More verbosity to know where to look at when there are problems.
2004-11-24 08:55:21 +00:00
robocop
c795d35805
Fix MSVC6 build after Nickolay's changes.
2004-11-23 09:55:45 +00:00
skidder
16faeb6372
Fix POSIX build
2004-11-22 22:33:33 +00:00
skidder
9507cf9714
Context variables support
2004-11-22 20:22:03 +00:00
skidder
425ae95416
Fix problem with XP SP2 clients talking to POSIX server (SF#1065511)
2004-11-18 19:53:25 +00:00
alexpeshkoff
46e6c438e8
replaced platform-dependent SHA1 with in-tree sha.cpp
2004-11-15 07:35:26 +00:00
skidder
c0a1bd4a8a
Fix posix build
2004-11-15 04:15:20 +00:00
skidder
f4feb2ff99
Update MSVC7 makefiles
2004-11-15 00:21:11 +00:00
hvlad
0babe00375
Added config file parameter for the garbage collection policy
2004-11-09 13:06:53 +00:00
asfernandes
092043eb49
Fix MSVC7 build after Alex changes
2004-11-08 12:53:21 +00:00
robocop
2e2f9df25b
Change the license.
2004-11-08 05:50:57 +00:00
alexpeshkoff
b80daa69f1
security fix
...
use SQL instead of gbak to create security database
2004-11-07 14:01:13 +00:00
alexpeshkoff
d25ac4ea32
security fix
...
added new files to win32 VC6 build
2004-11-07 13:49:42 +00:00
alexpeshkoff
8af7bdaffc
security fix
...
1. added separate gsec.client build
2. added new files to posix build
2004-11-07 13:47:05 +00:00
skidder
933063c7ce
Slightly adjust Dmitry's Firebird::TimeStamp class to make it more useful, change is coordiated with Dmitry. Use thread-safe localtime_r routine when it is available
2004-11-04 19:14:20 +00:00
robocop
ace3474cd7
Remove the reference to ib_udf.c from MSVC6.
2004-11-04 05:42:58 +00:00
robocop
4b4d5d7fb3
Fix MSVC6 build after timestamp.cpp was created.
2004-11-04 05:34:33 +00:00
robocop
597a433087
Misc typo
2004-11-04 01:35:58 +00:00
skidder
c01c6584d4
Enable Claudio's workaround of using boot gpre for a few files in build process to permit using Firebird 1.5 or 1.0 as a build host engine. Medium-term solution would probably be to replicate boot build process for POSIX on Windows, it is not difficult
2004-11-04 00:25:04 +00:00
skidder
a3184703a1
Fix POSIX build
2004-11-03 23:47:29 +00:00
paulbeach
d56ddc1850
Fix minor typo
2004-11-03 12:06:41 +00:00
skidder
270882fe3d
Migrate POSIX build to ib_udf.cpp
2004-11-02 07:15:55 +00:00
skidder
7a4da144f2
Move MSVC7 build to ib_udf.cpp
2004-11-02 06:27:44 +00:00
aafemt
1987957c8c
Unfortunatelly GNU autoconf macros added by Nikolay don't work for mingw
2004-10-27 09:21:25 +00:00
skidder
3e26513b38
fb_interpret->isc_interpet, deprecate isc_interpete, clean interface a little bit
2004-10-25 03:53:03 +00:00
skidder
69363fd241
Add support for biarch builds
2004-10-24 09:10:56 +00:00
skidder
9087f86539
Add documentation note per claudio suggestion
2004-10-24 08:04:37 +00:00
robocop
ef45338b6c
Indication on how to recover the build manually after adding fields to the engine.
2004-10-23 00:51:40 +00:00
robocop
efed4e82ec
Switch the NSVC6 version to use the new ib_udf2.sql with ib_udf.cpp
2004-10-20 01:03:07 +00:00
skidder
c7e2bcd435
Update BugCheckAbort option description
2004-10-18 20:48:25 +00:00
skidder
186591eda1
Build threaded version of fbudf library in SuperServer builds
2004-10-07 20:44:52 +00:00
skidder
a0b5535a05
Fix POSIX build after recent Claudio fix
2004-10-07 20:25:40 +00:00
skidder
6c85fc2f27
Use GNU autoconf macros to determine switches required to generate threaded binaries properly
2004-10-04 05:23:56 +00:00
robocop
c5543b4358
ipserver is being deleted. Update build files.
2004-10-03 06:34:45 +00:00
skidder
32666b4661
Update MSVC6 makefiles (untested)
2004-09-28 22:00:09 +00:00
skidder
85297ac45a
Fix MSVC7 builds
2004-09-28 21:50:10 +00:00
arnobrinkman
cb04037b49
fix build
2004-09-28 20:59:33 +00:00
skidder
02a0915156
Teach engine to work with larger record numbers - 64-bit internally, 40-bit externally
2004-09-28 06:28:38 +00:00
skidder
d9854a9eb4
Fix POSIX builds after Claudio changes
2004-09-26 22:37:24 +00:00
robocop
5ecdae2437
Added common/utils.cpp & h to common_static and gpre.
...
Please update your non MSVC6 build environments accordingly
2004-09-26 07:33:30 +00:00
robocop
a4337ec4f9
MSVC put these lines, don't know how or why, but most other projects have them, too.
2004-09-26 07:32:25 +00:00
robocop
41567542ab
No surprise I wasn't able to get a debug build_msg if the directories where overlapping with the released version (the only one used in the script)
2004-09-26 07:31:29 +00:00
robocop
e6cb17cac6
Vulnerability reported by Daniel Urban.
...
First step: reorganize code.
Please do a full rebuild after retrieving those changes.
2004-09-22 01:59:39 +00:00
skidder
420ee3f5ff
Cleanup
2004-09-16 22:32:30 +00:00
kkuznetsov
f816b1d083
Added server_main to fix unresolved dependency error
...
while linking something against libfbclient.so using Sun-Like(TM) linker.
The os/sun/server_main_dummy.cpp is a file with noop routine
server_main to put into libfbclient
if it defined by firebird.vers mapfile while
linking libfbclient with Sun-like LD
2004-09-15 08:35:12 +00:00