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

408 Commits

Author SHA1 Message Date
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
alexpeshkoff
f34a8bbb89 Removed alice\lls.h as absolutely unneeded during alice cleanup.
Other non-posix platforms may also need fix.
2004-09-01 14:55:51 +00:00
alexpeshkoff
2295386234 fixed bug in previous commit 2004-09-01 12:06:35 +00:00
alexpeshkoff
8d950d0ccd fixed msg.fdb build on windows terminal server remote session
posix is also in sync
2004-09-01 11:53:38 +00:00
robocop
ce3a14168a Comment what seems to me a redundant copy 2004-08-27 08:30:49 +00:00
robocop
e756993e4c Invoke isql in silent mode 2004-08-26 04:21:01 +00:00
aafemt
c847361cd6 Create msg.fdb from scripts instead of backup 2004-08-23 09:55:51 +00:00
robocop
eb18074d95 Misc: fix misleading message 2004-08-21 09:13:22 +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
alexpeshkoff
572d12f442 Thread cleanup:
Removed thd_proto.h, all required definitions are in thd.h know.
2004-06-08 13:56:02 +00:00
brodsom
2f425888c2 Removing unused dba_full (After Ann advice) 2004-05-28 01:31:27 +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
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
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
skidder
8a4cb13eb2 Care about quirks of Windows platform 2004-05-03 01:53:24 +00:00
brodsom
e9bbc32e85 Add sqlda_pub.h to monolithic ibase 2004-04-30 22:49:01 +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
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
skidder
f26d84f76b 1. POSIX build libraries export only public API. 2. Unify exports for PROD_BUILD and DEV_BUILD. 3. Support for context memory pools. 4. Memory manager has lower memory overhead exceptionally on 64 bit targets 2004-03-25 23:12:50 +00:00
alexpeshkoff
95bb6521d2 Added new h-files to VC6 projects. Not critical. 2004-03-14 14:31:07 +00:00
robocop
56f95e9a11 Third step to rename 2004-03-11 05:09:33 +00:00
robocop
e6187cecd2 Cleanup
Some bug fixes
Style
2004-03-07 07:58:55 +00:00
alexpeshkoff
e8d62c70a7 fixed MSVC6 build with RTTI 2004-03-01 16:37:36 +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
alexpeshkoff
efb64b2aab Added native firebird::string class. 2004-02-08 17:08:34 +00:00
skidder
08eee5ebaa Further AMD64 fixes. Given this fixes you may start playing with databases using isql_static. 2004-01-21 07:18:30 +00:00
robocop
b441cd9aef Cleanup 2004-01-13 09:52:19 +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
robocop
164628dad9 Removing JOURNAL leftover. Thanks Blas. 2004-01-08 05:49:50 +00:00
robocop
06a4df3708 A requiem for JOURNAL and WAL.
Instructions in the list.
2004-01-06 10:33:18 +00:00
skidder
e6ef17eeca fix solution file 2004-01-05 05:03:35 +00:00
epocman
a75b48c6a8 Win32 HEAD porting of 1.5 branch RC8 latest updates, to keep HEAD in synch with about to be released 1.5.
Please someone check and adjust MSVC7 compile, cause I only have MSVC6.
2004-01-03 12:20:08 +00:00
skidder
a1e276b9dd Fix up MSVC7 makefiles 2004-01-03 01:29:04 +00:00
robocop
16cbc204df Cleanup 2003-12-31 05:36:12 +00:00
skidder
1b43575fa9 Rollback crazy change made by Dimitry Sibiryakov and approved by Claudio Valderrama. We should not break compatibility with half of the world without apparent reasons. 2003-12-21 23:54:24 +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
dimitr
01ee50a97d 1) Move db_alias.cpp to common.lib
2) Add common.lib to gstat.exe
2003-12-13 14:42:37 +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
arnobrinkman
bafdd44f1b Enhanced Index Structure.
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:51:52 +00:00
robocop
9fafc348bf const correctness
vars in scope
minimal interface cleanup
small bug fixes
2003-11-28 06:48:34 +00:00
brodsom
1155713a33 -Enable build of dba_full 2003-11-18 02:31:01 +00:00
skidder
e08ea38727 Fix MSVC7 build 2003-11-17 16:04:54 +00:00
brodsom
0e8cd8d1ab -Add gstat_full project (utilities/dba_full) 2003-11-16 15:40:59 +00:00
dimitr
75ea314307 no message 2003-11-01 11:32:16 +00:00
epocman
bbbf2cbff1 Win32 stub GDS32.DLL now preferably attempts to load FBCLIENT.DLL from its installation location (rootdir/bin) instead of system directories. Related to the finishing touches of the Win32 installation scheme looking forward multi-instances support after V1.5.
Please build maintainers, add advapi32.lib to msvc7/mingw builds of gds32.dll. Thanks.
2003-10-30 18:06:07 +00:00
robocop
42aa6432fd We made EXACT_NUMERICS unconditional in FB1 and the macro was removed 2003-10-27 09:29:33 +00:00
robocop
0178bb9753 Get rid of SUPERCLIENT
Add explicitly proto_proto.h to the headers list
2003-10-27 09:25:27 +00:00
robocop
96d51430b6 Minor correction to error messages 2003-10-24 07:15:21 +00:00
brodsom
0f570b908b Correction 2003-10-23 23:18:04 +00:00
arnobrinkman
0eb1dc7d94 A batch-file i forgot, thanks to Blas 2003-10-19 15:49:05 +00:00
arnobrinkman
58caa54d49 Let's make my life a little bit easier, so i don't have to change everytime the files ;-) 2003-10-19 13:42:23 +00:00
arnobrinkman
6823e18473 Let's make my life a little bit easier, so i don't have to change everytime the files ;-) 2003-10-19 13:35:32 +00:00
brodsom
dd094f3245 Corrections 2003-10-19 01:25:36 +00:00
brodsom
36e5118ab1 Allow debug or release build 2003-10-19 01:23:34 +00:00
brodsom
ee34875087 Add DEV_BUILD to the debug build 2003-10-19 01:22:32 +00:00
brodsom
b41f317811 Correction 2003-10-17 14:32:48 +00:00
brodsom
1130322c3b Exit from build process if msdev returns errorlevel 1 2003-10-15 12:47:31 +00:00
brodsom
6b2298cc24 Correction 2003-10-09 18:06:55 +00:00
brodsom
672caef317 Test if firebird is set and ask for it if not 2003-10-09 17:48:29 +00:00
robocop
c9f10fc8ae Included two unnecessary files time ago 2003-10-06 09:46:29 +00:00
brodsom
2c6d999f76 include journal 2003-10-05 23:06:39 +00:00
robocop
c3fc0097bc Removed win16 survivor 2003-10-05 04:06:55 +00:00
robocop
c931a674c2 Cleanup.
Hopefully harmless
It should fix the issue introduced with constness in gds__interprete for current applications.
2003-09-29 12:43:14 +00:00
skidder
235db035ce Ok, i'm joining Firebird destruction team with my cleanup:
1. Bring trace DSQL, DYN and BLR trace logging up-to-date
2. Remove redundant CSB pointer dereferences in BLR parser and request compiler
3. Convert RIGHT JOIN to LEFT JOIN early during BLR parsing
4. Check BLR syntax for unititalized contexts usage
5. Some type-safety and const-correctness fixes
2003-09-28 21:36:05 +00:00
dimitr
d63065d9e6 Updated project files. 2003-09-15 09:36:27 +00:00
brodsom
9bf60eadc0 -Removing PYXIS 2003-09-11 02:17:05 +00:00
skidder
2557bda632 Adjust MSVC7 makefiles for XNET support 2003-09-09 19:00:44 +00:00
skidder
9ca33f65e8 Update MSVC7 makefiles 2003-09-09 16:43:33 +00:00
brodsom
ae00e628ce Add a script to build from scratch to installer 2003-09-09 07:51:25 +00:00
brodsom
25488398a6 Update msvc6 build after Nickolay changes 2003-09-09 07:49:42 +00:00
skidder
2ee2f2ad62 Update MSVC7 makefiles 2003-09-08 21:43:39 +00:00
dimitr
efe2cbce0d Added the current XNET implementation.
Let's hope it works not only for me <g>
2003-09-08 14:14:23 +00:00
epocman
fa3a00ebb5 instsvc 'remove' new syntax does'nt need a '-g' option. 2003-09-07 21:39:36 +00:00
epocman
3e3e5f6336 instsvc new syntax does not take root_directory on the command-line. 2003-09-07 21:36:51 +00:00
brodsom
8e1419af36 Correction 2003-09-04 16:59:37 +00:00
brodsom
2ced467c50 Move stats.epp to utilities 2003-09-04 13:47:49 +00:00
brodsom
4e06eaa795 -Making journal buildable (and translating e to epp) 2003-09-02 18:28:23 +00:00
brodsom
6d3e653370 -Remove build warning (warning LNK4098: defaultlib MSVCRTD conflicts with use of other libs) 2003-09-01 14:17:03 +00:00
skidder
7e29413c02 Adjust MSVC7 makefiles 2003-09-01 14:04:14 +00:00
brodsom
7a04ed0496 -Corrections to wal build
-Add walw.exe build to msvc6
2003-09-01 12:08:56 +00:00
brodsom
03bfd915ce Remove envelope.epp from preprocess 2003-08-29 11:20:27 +00:00
aafemt
6fbb6c5ad7 No more isc_array_gen_sdl() in public API 2003-08-29 10:55:07 +00:00
arnobrinkman
010a776085 update fbembed 2003-08-21 23:05:56 +00:00
brodsom
139160119a Remove intlcpp 2003-08-21 01:46:36 +00:00
arnobrinkman
05b6cf8350 make fbembed work again 2003-08-20 12:34:13 +00:00
brodsom
8093eca225 Move intl module to c++ 2003-08-20 08:38:05 +00:00
robocop
03ac110ffd We no longer have a "relations" project.
Static metadata definitions came back.
2003-08-19 06:05:15 +00:00