paulbeach
253b81a95e
Support 64bit Darwin PPC - And will "only" work on 10.5 no matter how hard I try to support earlier versions.
2008-06-09 14:01:14 +00:00
paulbeach
bb5ba713c7
Support 64bit Darwin PPC
2008-06-09 13:04:29 +00:00
paulbeach
224a700089
Support 64bit Darwin PPC
2008-06-09 11:16:51 +00:00
paulbeach
351e83523a
Use Firebird's own delete call rather than system wide delete
2008-06-04 11:18:40 +00:00
asfernandes
60b84222ef
Misc
2008-05-31 02:33:49 +00:00
paulbeach
21ed7aa5e3
Make the version numbers automatic
2008-05-23 10:53:36 +00:00
asfernandes
17334c3b8d
Linux IA-64 port
2008-05-22 15:01:30 +00:00
alexpeshkoff
b63d55300c
Fixed accidentially broken build with builtin ICU
2008-05-08 12:42:05 +00:00
alexpeshkoff
eec2072ff8
Fixed CORE-1889: Security database has FW mode OFF, making it corrupted under some circumstances
2008-05-08 09:30:37 +00:00
robocop
955272b1e5
Delete useless files.
2008-05-01 11:56:36 +00:00
paulbeach
ba00e72d56
Fix optimisation problem on MacOSX ppc build that results in a segfault on exit for all utilities
...
Re-define __ppc__ where necessary
2008-04-25 10:04:25 +00:00
alexpeshkoff
8a8a1f376f
Alan's patch for ARM
2008-04-15 14:11:41 +00:00
paulbeach
3994fd5df4
Solaris AMD 64bit Port for Classic
2008-04-14 14:04:39 +00:00
paulbeach
796dc5a941
Fix issue re. unresolved exception symbols on client link
2008-04-10 13:47:07 +00:00
paulbeach
2a14bf68ab
No header for prefix.hpux
2008-04-02 10:21:12 +00:00
robocop
754ba69d91
Remove obsolete SINIX-Z files.
2008-03-30 12:09:36 +00:00
paulbeach
99dab9491b
typo
2008-03-28 10:57:44 +00:00
paulbeach
cfcc52eddc
Include aliases.conf in the install
2008-03-17 12:06:11 +00:00
paulbeach
83377303d0
Minor typo
2008-02-29 13:56:52 +00:00
paulbeach
ad3050b4b8
Get rid of the really annoying $UNIX2003 symbols that get pulled into libfbclient.dylib that prevent kinterbasdb running on MacOSX 10.4
2008-02-29 13:26:55 +00:00
alexpeshkoff
179d9989b8
changed soname for embedded library
2008-02-14 16:27:21 +00:00
paulbeach
467730f903
1. Updated MacOS mod_loader to hanle Bundles and Dynamic Libraries (yes the loading of the two is different)
...
2. Support the loading of the ICU Libraries dynamically
3. new = FB_NEW - prevent asserts.
2008-02-05 12:36:33 +00:00
paulbeach
24b23ebbf7
Welcome to 64bit MacOS builds
2008-01-18 15:12:30 +00:00
paulbeach
036c9e2b75
Welcome to 64bit MacOS builds
2008-01-18 13:20:26 +00:00
paulbeach
57cb390c1e
64bit Firebird for MacOS
2008-01-17 14:59:35 +00:00
paulbeach
cdfaa44ab7
HPUX Head->B2_1_Release
2008-01-17 13:07:18 +00:00
alexpeshkoff
511c110579
Applied Damyan's patch - MIPS linux port
2008-01-17 12:20:44 +00:00
paulbeach
4ffce4206a
Minor mod for international symbols
2008-01-17 11:43:30 +00:00
nobody
20c5a51245
This commit was manufactured by cvs2svn to create branch 'B2_1_Release'.
2008-01-10 10:06:23 +00:00
alexpeshkoff
7f5e655b5d
fixed linux build
2008-01-10 10:06:22 +00:00
paulbeach
f3c21d4ca2
HPUX Port
2008-01-07 12:26:23 +00:00
alexpeshkoff
f92ae11948
Pass through CFLAGS, set for ./configure. This is minimum cross-build support.
...
It makes it possible to build, for example, for i386 on amd64 linux. Just use:
./configure CFLAGS=-m32 --host=i386-cross-linux
or, certainly:
./autogen.sh CFLAGS=-m32 --host=i386-cross-linux
Should also help when doing builds in other cases when 32/64 bit choice is possible.
2008-01-04 17:34:46 +00:00
asfernandes
0ee85c7525
Misc
2007-12-28 00:14:00 +00:00
paulbeach
7db090f19e
Apply MacOS changes to HEAD
2007-12-27 12:19:52 +00:00
paulbeach
4a2f1647fe
Apply MacOS changes to HEAD
2007-12-27 10:55:58 +00:00
paulbeach
91c4f3734e
Apply MacOS changes to HEAD
2007-12-19 13:25:49 +00:00
alexpeshkoff
4816dbe061
1. Use EXE_LINK or STATICEXE_LINK (what appropriate) to link executables instead of plain LD.
...
2. Fron-ported fix for broken in ALt-Linux ld - changed order of libraries in command line.
2007-12-14 11:32:06 +00:00
paulbeach
d1a0e95271
MacOS 10.5 (Leopard) updates
2007-12-07 12:19:37 +00:00
paulbeach
94033a9cc2
HPUX Port
2007-11-15 08:20:12 +00:00
asfernandes
9dd863d6d7
Create class to buffer random bytes generation as process of generate many small random bytes is slow - thanks to Nickolay
2007-10-28 14:54:16 +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
6a8b7b6c2c
misc
2007-08-20 13:21:19 +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
aafemt
55cc4c1a8a
Fix MinGW build
2007-08-13 12:55:24 +00:00
alexpeshkoff
4cc573addb
Should link with g++ on Solaris
2007-08-13 12:00:32 +00:00
alexpeshkoff
097ccdd36f
restored accidetially commited file
2007-08-10 08:11:37 +00:00
alexpeshkoff
831caa3541
Removed entry, actually missing in API
2007-08-10 07:51:09 +00:00
alexpeshkoff
32b2e81e24
misc
2007-08-03 09:09:59 +00:00
alexpeshkoff
316909e84f
fixed posix build
2007-08-03 09:00:34 +00:00