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

30 Commits

Author SHA1 Message Date
alexpeshkoff
8b7501f136 Added check for SOCK_CLOEXEC 2015-03-30 11:12:27 +00:00
alexpeshkoff
03d33c75de misc 2015-02-07 14:52:51 +00:00
alexpeshkoff
69cdd58f19 Work in progress on CORE-3885: Firebird for Android, build is complete 2015-01-27 10:46:48 +00:00
alexpeshkoff
98c00b6184 Fixed running thread specific tests 2015-01-27 08:48:44 +00:00
egorpugin
d397e68a48 [build] [cmake] Prepare sources for CMake building. Add clang preprocessor defs, ARM architecture defs, some Android-related defs. Add 'qsort_r' function search to configure.ac. 2015-01-21 11:11:04 +00:00
alexpeshkoff
c14a1210b0 Work in progress on CORE-3632: make all file descriptors, opened by firebird, close on exec() 2014-12-17 14:31:02 +00:00
mapopa
e9f4705308 Remove deprecated GCC flag -mno-cygwin . 2014-12-08 16:35:22 +00:00
alexpeshkoff
6cb0fdb082 Load zlib dynamically to make it possible for the client to run without it
Added configure switch to turn off build with compression
Cleanup zlib streams to avoid memory leak
Use SHRLIB_EXT instead explicit "so"
2014-11-26 17:43:45 +00:00
alexpeshkoff
e65a5e3b3b Implemented CORE-733: Compress Data over the Network 2014-11-25 13:24:10 +00:00
mkubecek
94d19e2808 Fix libdir on s390x (S/390-64) Linux 2014-11-24 16:01:32 +00:00
mapopa
9893aedd58 Pthread cflags already set 2014-11-21 14:22:32 +00:00
mkubecek
a095a06243 fix libdir on 64-bit linux platforms (powerpc64(le), aarch64) 2014-11-14 08:48:55 +00:00
mkubecek
65e11146e4 look for sem_open also in libpthread 2014-11-14 07:57:17 +00:00
mapopa
ba3eb1a44b add powerpc64 big endian configure check 2014-11-12 17:13:29 +00:00
mapopa
1f5d662b52 Fix missing prefix file issue 2014-11-12 15:10:05 +00:00
mapopa
2caa728e63 add powerpc64le configure check , aarm64 is now packaged already in debian/ubuntu/fedora 2014-11-11 16:44:14 +00:00
dimitr
623b564003 Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux. 2014-08-15 15:00:20 +00:00
alexpeshkoff
f9963d95dc Frontported fix for linux build regression 2014-07-03 07:54:48 +00:00
hvlad
02e898741a Front ported support for fallocate() call on Linux.
Front ported improvement CORE-4443 : Use fast file grow on those Linux systems which supports it
2014-06-10 09:00:58 +00:00
alexpeshkoff
dd549a0a4d Arm64 port 2014-05-22 10:47:03 +00:00
mapopa
8315a7756a FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1)) 2014-05-07 15:11:23 +00:00
asfernandes
a4ecd416de Enable the use of autoconf 2.67 (of Ubuntu 11.04). 2013-11-26 14:35:10 +00:00
alexpeshkoff
570019ad4b Enable use of older version of autoconf 2013-10-18 12:36:44 +00:00
alexpeshkoff
93ad9e94de Avoid deprecated macros in configure.ac. Use autoconf 2.69 as basic for FB3. 2013-10-17 16:08:13 +00:00
alexpeshkoff
957b696b5c Added support for systemd
Removed scripts to change firebird runuser to root and back to firebird
Removed script changing SYSDBA password (nothing except gsec call left in it)
Reorganize posix/linux install files minimizing OS-specific part of .tgz install scripts
Related cleanup and bugfixing in posix install
2013-09-13 12:27:16 +00:00
alexpeshkoff
74d7f061a7 Bring set of examples in posix builds up to date 2013-07-17 13:05:39 +00:00
alexpeshkoff
95f3fccfee Fixed posix install and management scripts 2013-07-17 12:02:44 +00:00
alexpeshkoff
b3c33aeeb6 Renamed aliases.conf to databases.conf as suggested by Dmitry 2013-04-08 16:28:05 +00:00
mapopa
8374b9e16c Remove absolete sinixz check 2013-04-01 21:54:16 +00:00
mapopa
90c696f8c0 recent version of autoconf/automake/libtool complain about the firebird
scripts aclocal: warning: autoconf input should be named 'configure.ac', not
'configure.in'
2013-03-25 11:07:11 +00:00