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
5aede150e3
Decimal floating point numbers - first draft
2016-11-11 17:59:55 +03:00
alexpeshkoff
4780466fcd
Fixed CORE-3677: Stop utilities to export entrypoints
2011-12-27 08:14:58 +00:00
alexpeshkoff
0492d1ff83
cleanup
2011-01-16 14:03:18 +00:00
alexpeshkoff
4ce63669c1
finished fb_inet_server cleanup
2010-04-16 13:33:22 +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
alexpeshkoff
c40737ca56
cleanup unused NDEBUG macro
2009-11-04 10:04:33 +00:00
asfernandes
ccbcb4e7fa
Add fbtracemgr to POSIX builds
2009-06-25 01:17:43 +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
alexpeshkoff
ea19ce9e77
Moved most of OS-specific checks away from regular makefiles
2009-01-28 13:47:26 +00:00
alexpeshkoff
9fd18c1b6a
Solaris port
2008-12-30 17:46:28 +00:00
alexpeshkoff
d769df3b68
Solaris port
2008-12-28 15:42:05 +00:00
paulbeach
0d3dc4e29c
Solaris 10 64bit SS
2008-09-23 11:06:49 +00:00
robocop
bb09478a8a
Misc.
2008-09-12 11:15:06 +00:00
paulbeach
775ee6fa9a
Solaris 10 Modifications
2008-09-12 09:16:31 +00:00
asfernandes
e986db9e58
Do not concatenate variable twice
2008-09-06 18:45:37 +00:00
paulbeach
db32e2b70f
Solaris 10
2008-09-02 14:22:42 +00:00
alexpeshkoff
e40105fe12
Make fbguard work with superclassic too
2008-05-05 09:27:49 +00:00
paulbeach
a23c918479
Solaris Port
2007-08-31 12:29:22 +00:00
paulbeach
f220115a8a
Solaris Port
2007-08-31 10:48:09 +00:00
alexpeshkoff
b0dfbcb139
1. We have 3 kinds of libraries we build - plain-C (libib_util),
...
C++ with static ++ support (libfbclient) and C++ with dynamic ++ support
(all the others). Reworked build process to clearly handle different linkers
and switches for this 3 kinds of libraries.
2. Disabled creation of binaries with undefined external references during DEV_BUILD.
2007-08-14 11:06:36 +00:00
alexpeshkoff
4cc573addb
Should link with g++ on Solaris
2007-08-13 12:00:32 +00:00
asfernandes
f4aba4e145
Misc
2007-04-03 02:31:30 +00:00
alexpeshkoff
60b09ce34d
remove unneeded, insecure gds_relay from all builds
2007-04-01 10:34:30 +00:00
kkuznetsov
15d9a76eed
Sync solaris prefixes
2005-11-17 06:55:44 +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
kkuznetsov
b8f373d101
Fix solaris x86 build
2005-07-29 09:24:46 +00:00
asfernandes
59213efe7e
Merge INTL branch into HEAD
2005-05-27 22:45:31 +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
kkuznetsov
f816b1d083
Added server_main to fix unresolved dependency error
...
while linking something against libfbclient.so using Sun-Like(TM) linker.
The os/sun/server_main_dummy.cpp is a file with noop routine
server_main to put into libfbclient
if it defined by firebird.vers mapfile while
linking libfbclient with Sun-like LD
2004-09-15 08:35:12 +00:00
kkuznetsov
e10ed4d5b9
Fix some unresolved symbols. Make FB CS linkable on Solaris x86.
2004-09-09 11:32:54 +00:00
kkuznetsov
44242a72ce
Fixed a couple of compile errors on Solaris x86
2004-05-24 11:23:41 +00:00
kkuznetsov
936ec7895c
Add LIB_LINK_MAPFILE variable option
2004-05-20 09:55:36 +00:00
kkuznetsov
234fdb0e43
Add check for caddr_t to fix compile error on Solaris munmap,
...
some more warnings to prefix solx86gcc, comment historycal pragmas
2004-05-13 14:05:00 +00:00
kkuznetsov
c3a4b0161b
mirroring all compiler options from other platforms
2004-05-06 11:40:48 +00:00
kkuznetsov
09ced6945f
removed -fwritable-strings on so on to const char * instead of char*
...
for example cant compile config_file
2004-04-30 11:44:07 +00:00
stryqx
9b3d2c22ad
change CLIENT_UTIL_TARGET from gds_delay to gds_relay
2004-02-13 10:14:40 +00:00
kkuznetsov
9adf479a0b
some solaris fixes
2003-11-21 19:45:50 +00:00
robocop
42aa6432fd
We made EXACT_NUMERICS unconditional in FB1 and the macro was removed
2003-10-27 09:29:33 +00:00
skidder
77b17de987
NBACKUP-related changes and some clean-up
2003-09-08 20:23:46 +00:00
skidder
143f8d2443
Implementation of fast physical incremental backup
2003-08-06 16:30:49 +00:00
brodsom
46c9f79302
Move physical io to os specific
2003-07-14 11:23:04 +00:00
kkuznetsov
8ba963241a
Trying to make FB2 compiler independant add prefix for SUN C compiler and fix fist compilation error
2003-06-20 17:55:31 +00:00