asfernandes
1d422a8330
1) Refactor intl_classes.h and intl.cpp
...
2) Make conversions from CharSet1->UTF16->CharSet2 job of CsConvert class
2006-10-10 19:40:33 +00:00
asfernandes
d1d4fc0b10
Add RuntimeStatistics to MSVC7 build
2006-10-10 15:31:42 +00:00
asfernandes
eb4fb2f491
1) Concatenate of BLOBs
...
2) Start a refactoration on descriptor manipulations
2006-08-10 02:53:16 +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
dimitr
c68587fe66
1. Virtual tables
...
2. ODS 11.1, procedure type and relation type
2006-07-17 17:44:18 +00:00
dimitr
7cc12e8489
1) Reworked memory management in SORT. Now we're pools aware there.
...
2) Reworked error handling in SORT and its callers.
3) Replaced DLS+SortMem with the generic TempSpace class.
4) Replaced GDS temp file management with the TempFile class.
5) Various cleanup.
2006-05-31 08:53:00 +00:00
hvlad
40b60c076b
Add Relation.h\Relation.cpp into MSCV7 build files
2006-05-30 13:30:41 +00:00
asfernandes
8dfca54dda
Complete Dmitry's cleanup of all_proto.h
2006-05-23 12:23:53 +00:00
asfernandes
2aa3d479a8
Remove RTTI in MSVC7 debug build too - thanks to Claudio
2006-05-21 15:17:28 +00:00
asfernandes
2922c0b1e7
Disable RTTI in MSVC7 build
2006-05-21 00:24:49 +00:00
robocop
85f98f6d8b
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
...
First step: remove them from the build configurations. More to come.
2006-02-01 08:51:09 +00:00
dimitr
6430c7ac10
Moved the ODS checking routine from ods.h to a separate module.
2005-08-16 13:39:26 +00:00
asfernandes
59213efe7e
Merge INTL branch into HEAD
2005-05-27 22:45:31 +00:00
dimitr
ed39c56a17
Let's see whether VC71 produces better code than VC60.
...
Previously, these modules couldn't be globally optimized (causing to server crashes).
2005-03-31 15:34:00 +00:00
paul_reeves
4b26e525c3
Update Win32 MSVC7 project files. Fix some Win32 packaging issues.
2005-03-04 10:08:06 +00:00
arnobrinkman
283d7f0d8c
Add new optimizer logic for handling :
...
ODS11:
- segment-selectivity
- better support for IS NULL
- better support for STARTING WITH
- matching both OR and AND nodes to indexes
- pick better JOIN order based on cost rules
ODSx:
- Indexed order on OUTER JOIN queries
2005-02-10 22:54:17 +00:00
paul_reeves
1642e60e24
Set all VS 7.1 project files to output binaries into the same directory.
2005-02-02 11:57:22 +00:00
robocop
3229363ef6
val.h and val.cpp are unrelated.
...
Change was agreed a year ago in the list.
2004-12-17 06:21:39 +00:00
skidder
f4feb2ff99
Update MSVC7 makefiles
2004-11-15 00:21:11 +00:00
asfernandes
092043eb49
Fix MSVC7 build after Alex changes
2004-11-08 12:53:21 +00:00
skidder
85297ac45a
Fix MSVC7 builds
2004-09-28 21:50:10 +00:00
brodsom
9109ba3a62
Avoid duplicated definition of SERVER_SHUTDOWN (defined in firebird.h)
2004-05-19 15:03:13 +00:00
brodsom
42a695a67f
Removing llio* and codes.h
2004-05-10 07:21:09 +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
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
robocop
4b3e5da421
More cleanup. Get rid of obsolete files, too.
2004-03-30 08:54:12 +00:00
robocop
56f95e9a11
Third step to rename
2004-03-11 05:09:33 +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
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
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
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
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
skidder
2ee2f2ad62
Update MSVC7 makefiles
2003-09-08 21:43:39 +00:00
skidder
95de179b0c
Adjust MSVC7 makefiles to reduce command line compiler warnings
2003-08-18 16:56:27 +00:00
skidder
ce78ed1f1d
1) Make NBACKUP happy on Win32 CS too.
...
2) Fix tracking of OWN_hung in Win32 CS lock manager (lock-up debugging aid)
3) Fix possible unsynchronized access to memory manager in Win32 CS builds
and client library. Have shown itself as a very rare crash of Win32 CS manager
process during its startup.
4) Reduce warnings a little
Points 2 and 3 need to be backported to B1_5_Release
2003-08-10 15:43:23 +00:00
skidder
84bfde306d
Win32 engine builds and seems to work
2003-08-06 18:06:22 +00:00
brodsom
99b88c68ad
Update output directories
2003-07-17 11:41:28 +00:00
brodsom
49a86dde7d
Move physical io to os specific
2003-07-14 10:35:49 +00:00
brodsom
25c9a8aee6
Move generated source from 'generated' to 'gen'. So we don't use a CVS and obsolete directory for build output and it will be easier to do a clean build.
2003-07-03 12:37:37 +00:00
hippoman
e07667a193
* Synced the msvc7 build files
2003-05-09 15:10:20 +00:00
skidder
bd030ff404
Update MSVC7 makefiles to reflect rpb_chain changes
2003-04-28 18:24:47 +00:00
hippoman
416ddd3239
* Sync the msvc7 build
2003-04-20 03:30:57 +00:00
brodsom
b15fac104a
Remove WINDOWS_ONLY remains
2003-03-25 02:24:09 +00:00
brodsom
c7f5f1ee5a
Blob_filter is not a epp file since 1999, change the name to .cpp and modify the makefiles
2003-03-06 00:43:32 +00:00
hippoman
90a69e36a3
* Added missing JRD\ExecuteStatment.* files to engine* projects
2003-03-01 23:22:21 +00:00
hippoman
a9eff28375
* updated msvc7 build files.
2003-03-01 22:04:19 +00:00
brodsom
6129a2a222
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:12:05 +00:00
hippoman
1654ff0d7c
* Fixed the msvc7 build files
2003-02-21 00:31:05 +00:00