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

59 Commits

Author SHA1 Message Date
AlexPeshkoff
7e774b9503 Avoid getting warning about unknown flag for plain-C files 2024-08-13 13:29:12 +03:00
Adriano dos Santos Fernandes
c16a3cf571 Turn warning "deleting pointer to incomplete type may cause undefined behavior" in error in posix build. 2021-07-08 14:30:17 -03:00
Adriano dos Santos Fernandes
010c3a8bd5
Remove QLI. (#6840) 2021-06-08 10:31:18 -03:00
mapopa
acde0b95fa Remove hardcoded march to allow 64-bit builds 2014-12-08 16:58:41 +00:00
mapopa
e9f4705308 Remove deprecated GCC flag -mno-cygwin . 2014-12-08 16:35:22 +00:00
alexpeshkoff
4780466fcd Fixed CORE-3677: Stop utilities to export entrypoints 2011-12-27 08:14:58 +00:00
alexpeshkoff
40ef6666d5 Enabled use of any available on the target system ICU version for non-collation calls 2011-08-02 11:54:30 +00:00
alexpeshkoff
0492d1ff83 cleanup 2011-01-16 14:03:18 +00:00
alexpeshkoff
55e717f810 Moved authentication code from engine to remote listener.
Get ready for authentication plugins.
2010-01-22 14:55:11 +00:00
aafemt
e506c6fbd2 No more ibconfig 2009-09-12 12:47:15 +00:00
aafemt
4c1906de6a Don't be strictive 2009-06-09 14:29:13 +00:00
alexpeshkoff
775e23b43b 1. Added utilities/err.cpp where needed.
2. Cleaned up most of platform-specific additions - most opf them are not needed any more,
still causing troubles when porting. It will be better to re-add that which are really needed.

3. Do not build gds_drop utility on platforms where not needed.
2009-04-16 11:54:19 +00:00
asfernandes
38ac4ab183 Use SIMILAR TO regexp (with sed syntax for replacements) for trace config 2009-03-26 16:33:21 +00:00
aafemt
09365ac557 Fix MinGW build 2009-02-28 11:44:12 +00:00
alexpeshkoff
ea19ce9e77 Moved most of OS-specific checks away from regular makefiles 2009-01-28 13:47:26 +00:00
aafemt
97e3f9ad42 Use linker to link DLLs on MinGW 2006-07-04 04:05:06 +00:00
aafemt
e036d9a77f Strip executables in prod build 2005-12-28 06:58:28 +00:00
aafemt
977db0b105 Adapted for GCC 3.4 2005-12-28 06:08:32 +00:00
aafemt
94d1b55a01 Remove isc_ipc from platform files after it was added to main list 2005-08-10 04:42:23 +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
aafemt
4224c35066 Mangled stdcall export 2005-07-04 05:54:21 +00:00
aafemt
86394e24ce Let's produce not so big files 2005-06-27 10:20:00 +00:00
aafemt
eae3679604 Fix over-export 2005-06-16 12:09:46 +00:00
aafemt
c7a7155dc6 ICU adaptation and some improvements 2005-06-10 10:32:51 +00:00
kkuznetsov
e78207ddba Splitting thd.cpp into 2 files
ThreadData.cpp - thread control class to use in Client
thd.cpp -  thread control class to use in Server
To avoid making global visibility of a lot of THD_* ISC_event and so functions in libfbclient.so
(Can be breakable but needed)
2005-03-01 15:49:10 +00:00
aafemt
1987957c8c Unfortunatelly GNU autoconf macros added by Nikolay don't work for mingw 2004-10-27 09:21:25 +00:00
skidder
6c85fc2f27 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 2004-10-04 05:23:56 +00:00
robocop
c5543b4358 ipserver is being deleted. Update build files. 2004-10-03 06:34:45 +00:00
brodsom
f3fe379ee5 -Update MinGW warning switchs (+Wshadow +Wundef +pedantic) 2004-05-22 14:30:25 +00:00
aafemt
318f3eff58 Remove obsolete workaround 2004-04-15 10:13:10 +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
aafemt
ac44f8d39a Remove DEBUG_GDS_ALLOC from platform files since Alex's added it into make.rules 2004-03-23 11:08:31 +00:00
aafemt
60c4012776 Turn off automatic CPU optimisation 'coz it doesn't work on AMD K6-2 2003-10-30 12:09:59 +00:00
brodsom
b6a34095a3 -Add resources to iscguard
-Generate import library for fbclient.
2003-10-27 01:10:26 +00:00
brodsom
42c46e7369 Remove ipserver from mingw build 2003-09-27 23:28:11 +00:00
skidder
77b17de987 NBACKUP-related changes and some clean-up 2003-09-08 20:23:46 +00:00
brodsom
b4eb27949b -Remove parse.cpp (yacc generated) warnings 2003-08-19 09:25:21 +00:00
skidder
143f8d2443 Implementation of fast physical incremental backup 2003-08-06 16:30:49 +00:00
brodsom
5829455596 Move win32 specific sources in remote to remote/os/win32 2003-07-14 23:29:45 +00:00
brodsom
46c9f79302 Move physical io to os specific 2003-07-14 11:23:04 +00:00
brodsom
adbc533cc8 Use MINGW macro and mthreads 2003-07-04 02:26:45 +00:00
skidder
79db179422 Allow C programs use our shared libraries on Linux and other POSIX platforms 2003-05-25 00:07:30 +00:00
aafemt
0c8daeb80d Improve Win32 build. Add resources to superserver 2003-03-31 10:29:16 +00:00
aafemt
c8d4cb0e14 Ironing POSIX build. Resources were added to some exe and dll's 2003-03-28 11:29:18 +00:00
aafemt
a831b7838e Ironing POSIX build 2003-03-27 11:21:47 +00:00
brodsom
9de03bf380 Modify warning options. Remove unknown-pragmas and add format and signed compare 2003-03-27 03:14:02 +00:00
aafemt
ed3859c23b Another step towards MinGW CS build 2003-03-25 11:07:59 +00:00
aafemt
7e9e535a38 Few improvements for Win32 SS build procedure 2003-03-21 11:53:48 +00:00
brodsom
4e04044bb8 Update instructions, remove win_libs and give instructions to patch manually libfbclient and libfbembed 2003-03-06 23:25:32 +00:00
brodsom
37b2fb6957 Move cntl.cpp to OS_ServerFiles 2003-03-06 13:16:15 +00:00