robocop
8a7da83a18
Follow VC8 changes.
2007-12-04 08:36:09 +00:00
robocop
3fc16e5848
Fix the VC6 project files.
2007-10-29 03:22:13 +00:00
robocop
5db43d6e6c
Add fbsvcmgr project to VC6.
2007-10-25 04:01:21 +00:00
robocop
08ddfb000d
Misc.
2007-10-24 06:13:08 +00:00
robocop
3270ff3971
I'm posting this in case someone wants to play with it. It contains one of our forgotten pieces of code.
2007-10-02 10:21:39 +00:00
robocop
254a38ca77
Misc.
2007-10-02 08:12:38 +00:00
robocop
c462d787b6
Fix the VC6 build.
2007-08-07 10:29:16 +00:00
robocop
ccc2bb779f
Sync VC6 files.
2007-05-18 06:31:33 +00:00
robocop
566407aa8c
Fix VC6 project files after the last file(s) addition.
2007-05-02 06:59:00 +00:00
robocop
82bdebebd1
Fix the VC6 build.
2007-04-18 11:05:43 +00:00
asfernandes
9582ea243c
1) Upgrade INTL interface to undestand misc. configuration informations
...
2) Make our ICU collations work with different ICU versions (tested with ICU 3.6)
2007-04-15 15:57:12 +00:00
asfernandes
8c7076b67f
Port of Yaffil builtin functions
2007-04-12 15:56:34 +00:00
robocop
698b5e6cff
I remember I was told to leave common* in peace and thus I introduced new classes' files where needed in VC6, but since almost everyone seems to prefer common, common_classic and common_static, I'm following the trend.
2007-04-04 08:49:08 +00:00
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
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
robocop
7dd5a216a8
Include more files to be able to link.
2007-03-09 11:35:05 +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
robocop
257306263f
Integrating Alex's Win32 NTLM authentication in VC6.
2007-02-02 10:58:46 +00:00
robocop
302a639d2a
Removed unneeded junk.
2007-01-21 07:16:45 +00:00
robocop
c89fefb1b4
Get rid of empbuild and intlbl in Firebird2.dsw to follow newer VC versions that put them in a separate solution.
2006-11-24 10:17:14 +00:00
robocop
788f1207ce
Clean linker references to ODBC and others in fbudf.
2006-11-24 10:15:59 +00:00
robocop
8ae00d1a3e
VC6 cleanup.
2006-11-10 08:02:35 +00:00
robocop
ddbba4cd6c
Commit build changes by Stephen Boyd to support RM Cobol.
...
Fixing VC6 builds.
2006-11-10 07:59:59 +00:00
robocop
bc0cfa121b
Add DebugInterface to the VC6 builds.
2006-11-05 04:02:53 +00:00
robocop
8ba3abbf90
Updating the VC6 build after Adriano's additions.
2006-10-14 01:20:37 +00:00
robocop
766e2ee8c9
Sync VC6 files with VC8 files.
2006-10-10 06:43:19 +00:00
robocop
861cc66a6f
Dmitry's last commit appears incomplete for me (for example, no project files were updated). While trying to fix the VC6 build, I added the new class to the three "common*" projects and commented a line in jrd.cpp. Server may misbehave due to the jrd modification.
2006-10-08 07:57:15 +00:00
asfernandes
45346169c5
1) UNICODE_CI - UNICODE case-insensitive collation for UTF8
...
2) Locale specific attribute for UNICODE collations
3) Remove code duplication in implementation of UNICODE collations for fbintl
4) Remove ugly TEXTTYPE type
2006-09-17 20:06:36 +00:00
robocop
76709d7dd1
MSVC6 insists in restoring RTTI enabled when the project files are modified. Let's see if I convince it this time.
2006-08-13 06:24:08 +00:00
asfernandes
eb4fb2f491
1) Concatenate of BLOBs
...
2) Start a refactoration on descriptor manipulations
2006-08-10 02:53:16 +00:00
asfernandes
7070f6e8ae
Correction
2006-07-31 01:16:49 +00:00
asfernandes
4f0b4a3775
Add fb_string.cpp in MSVC6/8 intl projects
2006-07-31 01:11:45 +00:00
asfernandes
c13b4cc61a
Work on collation attributes:
...
1) Define a common format for it
2) Merge attributes of the base collation in the attributes of the derived one
2006-07-30 20:31:25 +00:00
robocop
248b4884ae
Sync MSVC6 with MSVC7 build files.
2006-07-21 01:37:17 +00:00
robocop
40580ebcf9
Sync with VC7 just in case.
2006-07-06 02:54:34 +00:00
asfernandes
93b5358e58
Ability to use:
...
1) ICU charsets through fbintl
2) UNICODE collation (charset_UNICODE) for all fbintl charsets
2006-06-13 02:38:39 +00:00
robocop
50a16ac43f
fbudf didn't define DEV_BUILD for the debug version: I couldn't use "testreflect".
2006-06-03 04:52:18 +00:00
robocop
d64f0296eb
Fix the VC6 build after Dmitry's changes.
2006-06-02 08:06:28 +00:00
asfernandes
23eb60fa78
Rename Firebird2Boot2.* to Firebird2Boot.*
2006-06-01 02:29:01 +00:00
hvlad
f793c34dcc
Add Relation.h\Relation.cpp into MSVC6 build files
2006-05-30 13:31:36 +00:00
robocop
0a88f91df0
Disable RTTI in the boot build, too.
2006-05-28 07:42:54 +00:00
robocop
3ba7d8452d
Finally got the new Windows build system working also in VC6. Thanks to Adriano.
2006-05-26 03:52:43 +00:00
asfernandes
8dfca54dda
Complete Dmitry's cleanup of all_proto.h
2006-05-23 12:23:53 +00:00
robocop
352114771e
Follow Adriano's cleanup in VC7.
2006-05-23 10:15:03 +00:00
robocop
cc4a6459d0
Work in progress.
2006-05-20 06:11:55 +00:00
robocop
5782deb282
No need to have btyacc here.
2006-05-20 06:11:09 +00:00
robocop
b6bffea8c4
Disable RTTI after Alex' source code changes.
2006-05-20 06:10:27 +00:00
robocop
fc033cc5a5
Misc.
2006-05-18 06:31:38 +00:00