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

476 Commits

Author SHA1 Message Date
robocop
e9bccac30a Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation. 2009-03-05 06:41:13 +00:00
robocop
216475dd1f Get rid of references to useless header files. 2008-05-29 11:37:23 +00:00
robocop
fe317e7510 - Delete references to header files that only existed in FB1 or until FB1.5.
- Fix references to files that are in another location.
- Delete references to files that don't belong to Windows (the VMS files).
2008-05-11 12:25:15 +00:00
robocop
1e77fc7b5e Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause).
Fix reference to header files that existed in another location in FB1.
2008-05-10 10:54:23 +00:00
robocop
fec128413e Fix reference to header file that existed in another location in FB1. 2008-05-10 08:56:24 +00:00
robocop
08524dc0ee Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause). 2008-05-10 05:02:42 +00:00
robocop
08c508325f Delete useless file. 2008-05-01 11:33:48 +00:00
robocop
6a324db7c7 Adjust VC6 files. 2008-03-29 11:14:19 +00:00
dimitr
c21d5d6152 Applied the NBAK patch. I've decided to skip the new error code and use isc_random instead. Raw devices are not officially supported in v2.0 anyway. 2008-03-20 18:42:59 +00:00
paul_reeves
d987c6e2e3 Dont run the guardian service if using the classic server. 2008-02-25 09:26:21 +00:00
robocop
712e884ab6 Misc. 2007-11-17 04:57:06 +00:00
robocop
b7a001cd2c Misc. 2007-11-16 13:11:44 +00:00
robocop
6706f3c53e Fixing compilation for VC6. 2007-11-16 13:09:37 +00:00
dimitr
a0049450b1 Fixed the incomplete solution configuration. 2007-08-07 10:13:43 +00:00
dimitr
041bcf6945 Makefiles for MSVC8. 2007-08-06 12:16:59 +00:00
dimitr
73ae169124 Fixed CORE-1398, CORE-1399, CORE-1400. 2007-08-03 05:22:36 +00:00
paul_reeves
cc7280b527 Backport exit point from :MAIN 2006-11-09 09:37:09 +00:00
paul_reeves
e32ae53ccb Add missing quotes 2006-11-09 09:24:48 +00:00
paul_reeves
6bd5aaa673 Statically link cplapplet to MFC (CORE-844) 2006-07-12 12:47:13 +00:00
asfernandes
eab25b47b2 Seems nobody is building V2.0 in MSVC6 :-) 2006-06-05 17:45:13 +00:00
dimitr
e3ca7be680 Let's do not require firebird.conf in utilities. In the long term (starting with HEAD?), the project "common" must die. 2006-06-05 12:53:05 +00:00
asfernandes
8d025166f6 Remove the old build system. Make the new one as: make_icu.bat, make_boot.bat, make_all.bat. 2006-05-28 01:12:58 +00:00
asfernandes
8965aea8bf Backport Polish collation ISO_PLK for ISO8859_2 charset - contributed by Jaroslaw Glowacki 2006-04-13 03:29:52 +00:00
paul_reeves
29df42060c Minor tweaks to the Win32 build/install stuff. Updated readme and install_readme. 2006-03-29 13:44:55 +00:00
dimitr
192c2c3a05 Committed changes for the win32 build process. 2006-02-10 19:40:01 +00:00
dimitr
3f611eebfb Fixed MSVC7 build. 2006-02-06 14:27:19 +00:00
robocop
14d73ccb8f Use SUPERCLIENT for fbudf for avoiding exception-related code. 2006-02-04 04:39:00 +00:00
dimitr
eaa2962745 Fixed the win32 build. 2006-02-02 13:17:59 +00:00
robocop
0c28df8cf2 Declare independence day from client library for fbudf . For builds other than MSVC6, the following has to be done:
- add to fbudf project the files timestamp.cpp and timestamp.h
- for the same project, define FBUDF_EXPORTS as preprocessor macro
- for the firebird2 workspace/solution/make/etc get rid of the dependency of fbudf on fbclient. Build files that I indentified that need fixes are:
builds\posix\Makefile.in.client.fbudf
builds\posix\Makefile.in.embed.fbudf
builds\win32\msvc7\fbudf.vcproj
builds\win32\msvc7\Firebird2.sln
MacOs build files ignore fbudf completely.
This change eliminates the problem with the client library having different names depending on the build type (SS, CS, embedded).
2006-02-02 00:28:03 +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
asfernandes
fff3a4339b Add Czech collations - contributed by Ivan Prenosil:
- WIN_CZ (case-insensitive, accent-sensitive)
 - WIN_CZ_CI_AI (case-insensitive, accent-insensitive)
2006-01-14 18:04:08 +00:00
aafemt
48927053aa Some more mangled exports 2005-12-17 12:59:16 +00:00
dimitr
a644cd8588 Changed location of some defines in order to avoid internals inside ibase.h. 2005-12-05 11:44:41 +00:00
robocop
612bb088b9 Add alloc.cpp to the "common" section in fbclient and fbembed projects as Dmitry did in MSVC7. 2005-12-01 05:46:51 +00:00
robocop
50cb5823c7 Fix MSVC6 "intl" project file that Adriano invalidated accidentally by manual editing. 2005-10-05 06:23:47 +00:00
dimitr
b73133a2c4 Fixed MSVC6 build. 2005-09-30 17:49:03 +00:00
dimitr
9996a5f016 Fixed MSVC7 build. 2005-09-30 17:45:34 +00:00
paul_reeves
2413ddb66f Evaluate available compilers in correct order. 2005-09-30 10:34:46 +00:00
asfernandes
d2308bfcaa Forward-port collation LT_LT from 1.5 branch 2005-09-24 22:50:25 +00:00
robocop
9cb34a45a1 Nitpicking. 2005-08-19 00:53:24 +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
2932cb0c11 Export IB_UDF_srand function 2005-07-30 01:48:31 +00:00
aafemt
ded6a80c4a Use libfbcommon wherever possible and drop ancient workaround for dependencies (use -MMD switch instead) 2005-07-22 10:26:30 +00:00
paul_reeves
a8065a80fb When we say clean lets make sure to include the icu tree as well. 2005-07-19 13:17:01 +00:00
paul_reeves
c919586c8f Minor updates to the Win32 build scripts. Disable intlbuild in make_examples. Update Win32 readmes. 2005-07-12 12:36:12 +00:00
asfernandes
874a2bf5ac Fix normal build for MSVC7 2005-07-10 17:57:58 +00:00
robocop
3cfdbcce31 Prevent confusing error msg "1 was unexpected at this time." 2005-07-08 03:43:21 +00:00
aafemt
4224c35066 Mangled stdcall export 2005-07-04 05:54:21 +00:00
paul_reeves
8a3629328a Minor tweaks to Win32 build system to integrate the icu code into the build. 2005-06-27 13:54:02 +00:00
asfernandes
340855b97e Use fbembed in boot-build 2005-06-22 23:00:19 +00:00