robocop
0acd955ed8
Commit changes on behalf of Stephen Boyd to support RM/Cobol.
...
This linker change is needed for RM/Cobol to be able to load fbrmclib.dll because it doesn't use the typical LoadLibrary call.
2007-03-29 07:18:48 +00:00
aafemt
07bb8336e9
Some tweaks for POSIX builds
2007-03-29 06:08:47 +00:00
alexpeshkoff
ca83abfce9
fixed posix built after latest changes
2007-03-28 11:32:13 +00:00
robocop
33959bebf3
Handle blob in user side with a class and optimize blob handling for bulk insertion in isql.
2007-03-28 07:14:18 +00:00
robocop
e71a03261c
This is the full SafeArg implementation for getting rid of the fixed parameter types in the messages db. Alas, the legacy messages (before FB2.1) can't be changed in number of arguments neither the types of arguments sent by callers of the MsgPrint family or the fb_msg_format functions can be changed because old clients know these legacy messages and would crash.
2007-03-28 04:20:36 +00:00
alexpeshkoff
0d48f91995
Removed unneeded any more creation of equiv file
2007-03-22 13:25:59 +00:00
paul_reeves
bfa81ae564
Include consts_pub.h in ibase.h
...
Create the examples directories before trying to copy files into them.
2007-03-22 09:10:14 +00:00
robocop
b8f8dded53
Misc.
2007-03-22 04:20:27 +00:00
paul_reeves
b913620c50
Update readme for 2.1 alpha
2007-03-21 13:23:16 +00:00
paul_reeves
3dca2c8c92
Don't include fbrmclib.dll in standard kits until we a) agree otherwise, and b) produce an x64 library.
2007-03-20 13:25:09 +00:00
paul_reeves
64ca585e9f
Include the Fb 2.1 pdf file in the Windows kits.
2007-03-20 13:11:46 +00:00
alexpeshkoff
ababb0b31a
let this platforms also have correct debug info
2007-03-19 17:27:33 +00:00
paul_reeves
17556b87ae
Update manual installation batch files to support installation as a non-default service name.
2007-03-16 11:49:45 +00:00
paul_reeves
bc8abd1ef1
Make inclusion of examples in zip package optional.
2007-03-15 15:25:41 +00:00
paul_reeves
1f0f68113a
compile.bat must always be called, otherwise execution stops after the current statement.
...
Other misc improvements.
2007-03-15 15:21:28 +00:00
aafemt
82bb38d00a
Move some of darwin hacks to appropriate place
2007-03-13 05:28:49 +00:00
robocop
4ddfab5fec
Misc.
2007-03-11 03:52:15 +00:00
alexpeshkoff
ac8277b0f5
front-ported various fixes from B2_0_Release
2007-03-09 13:32:17 +00:00
robocop
7dd5a216a8
Include more files to be able to link.
2007-03-09 11:35:05 +00:00
paulbeach
68b261513c
Firebird 2.0 MacOS Classic Intel Build
2007-03-09 10:32:58 +00:00
robocop
63ddfd2272
Getting rid of RTTI and other cleanup.
2007-03-07 08:34:31 +00:00
robocop
87806dfc77
Getting rid of RTTI.
2007-03-07 07:14:22 +00:00
paul_reeves
81deb3f7d1
Document Vista requirement.
2007-03-06 08:22:56 +00:00
aafemt
90fb39d44b
More mangled exports because Claudio decided to use this undocumented thing in isql
2007-02-28 12:43:57 +00:00
paul_reeves
7014e385f9
Start bringing main install script into line with requirements to build x64 and Win32 targets.
...
The ZIP option works for now. Other options are temporarily broken.
2007-02-26 15:20:30 +00:00
paul_reeves
e528997dc7
Prefix (almost) all env vars with FB.
...
Refactor common code (mostly into set_build_target.bat).
Ensure that all VS2005 x64 output is clearly generated into x64
directories, and likewise for Win32 output
2007-02-26 15:18:41 +00:00
paul_reeves
2e63ca020d
Minor changes caused by other modifications to the build process
2007-02-26 15:13:19 +00:00
paul_reeves
7d85073417
Use a property sheet for VS2005 builds
...
Fully separate the win32 output from the x64 output
2007-02-26 15:12:07 +00:00
paul_reeves
633fc6bf17
Move install scripts to the install script directory.
2007-02-26 15:08:51 +00:00
dimitr
c6c688180a
Restored the legacy entrypoint as suggested by Claudio many months ago.
...
It's imported by pre-v2.1 utilities.
2007-02-14 11:38:11 +00:00
dchri
7124a5c6e1
Changed sed "discovery" switch to a compatible but more widely used switch.
2007-02-09 08:29:55 +00:00
asfernandes
90337587ff
Misc
2007-02-08 00:03:36 +00:00
aafemt
604d85dc77
Fix MinGW build
2007-02-06 12:18:18 +00:00
robocop
839cfa6ed4
Corrections.
2007-02-03 10:38:42 +00:00
robocop
257306263f
Integrating Alex's Win32 NTLM authentication in VC6.
2007-02-02 10:58:46 +00:00
alexpeshkoff
75291104c5
fixed posix build
2007-01-28 15:35:32 +00:00
dimitr
9ee8ef88cf
Resolved CORE-937.
2007-01-25 12:56:16 +00:00
robocop
5eae01a8a9
I'm simply following Alex changes to MSVC7 to get rid of static dependency on secur32.lib for now, editing the files by hand. I noticed that VC8's fbclient.vcproj and fbembed.vcproj don't include AuthSspi.h explicitly, but that should be irrelevant.
2007-01-23 08:24:35 +00:00
robocop
302a639d2a
Removed unneeded junk.
2007-01-21 07:16:45 +00:00
alexpeshkoff
06804e82ec
Use dynamic loadind of secur32.dll - some extremely old
...
NT4 do not have one.
2007-01-20 17:19:58 +00:00
paul_reeves
4b4c3f27ce
Some minor documentation improvements
2007-01-04 13:26:02 +00:00
alexpeshkoff
e18f8046bd
Use symbolic names for authentication methods in firebird.conf
2006-12-17 14:02:23 +00:00
helebor
26b17b9813
*** empty log message ***
2006-12-11 12:53:41 +00:00
alexpeshkoff
01f2969e7f
Added 'Authentication' parameter to firebird.conf
2006-12-10 12:31:15 +00:00
asfernandes
2d4ad0e235
Update MSVC8 Win32 platform
2006-12-10 00:56:24 +00:00
dimitr
fbfadd947d
Fixed MSVC8 build.
2006-12-09 12:53:48 +00:00
alexpeshkoff
1a4652f01a
Trusted authentication for windows
2006-12-08 18:38:15 +00:00
paul_reeves
e77b743b33
Forward port the windows installation scripts and i18n from B2_0_Release
2006-12-06 05:52:31 +00:00
asfernandes
a8948c8847
Remove obsolete files
2006-11-29 14:17:12 +00:00
asfernandes
e8cea23f7a
Remove use of ODBC in FBUDF of MSVC7 build
2006-11-24 14:20:26 +00:00