8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
alexpeshkoff c4fa4b094f Removed generic (mutex-based) atomic counter. It violates fb 2.5 global variables
construction rules, therefore does not work at all - and even if fixed is highly
not-efficient if attempted in production build. Actually it never worked reliably
(causing random faults in places like MemoryPool), therefore it looks like it's
better not to have such buggy implementation at all.

Added AIX implememntation - using AIX atomic functions.
2009-01-09 14:44:53 +00:00
builds Fixed the MSVC8 build. 2008-12-31 11:45:45 +00:00
doc Misc. 2009-01-06 05:51:22 +00:00
examples Fixed compilation of empbuild. 2005-12-09 10:17:25 +00:00
extern Misc 2008-12-12 00:55:03 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers New error code 2008-12-15 22:14:43 +00:00
src Removed generic (mutex-based) atomic counter. It violates fb 2.5 global variables 2009-01-09 14:44:53 +00:00
acx_pthread.m4 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 2004-10-04 05:23:56 +00:00
autogen.sh Newer (appears 2.X) versions of libtoolize require switch --install 2008-12-24 12:43:37 +00:00
ChangeLog nightly update 2009-01-08 19:38:55 +00:00
configure.in HPUX port 2008-12-12 13:53:10 +00:00
Makefile.am Patch from Marius Popa to build on Ubuntu 8.10 2008-11-06 00:52:33 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00