summaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAgeFilesLines
* Mention why unixware doesn't handle threading in 8.0.Bruce Momjian2004-12-191-0/+11
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-028-11/+14
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-278-11/+11
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-2/+3
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-082-0/+9
* Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane2004-09-241-3/+14
* Rename irix5 port to irix.Bruce Momjian2004-05-191-0/+0
* Remove extra 'then'.Bruce Momjian2004-05-141-1/+0
* No need for gcc thread stuff anymore, only cc.Bruce Momjian2004-05-131-3/+2
* Remove warning about Unixware.Bruce Momjian2004-05-131-3/+0
* Unconditionally define:Bruce Momjian2004-04-265-15/+0
* Fix typo on thread lib name.Bruce Momjian2004-04-251-1/+1
* Add new auto-detection of thread flags.Bruce Momjian2004-04-238-52/+8
* Add NetBSD thread compile flags.Bruce Momjian2004-04-201-0/+4
* Update Darwin thread compile flags, and OS version info.Bruce Momjian2004-04-071-0/+3
* Update darwin OS version.Bruce Momjian2004-04-071-1/+1
* Update Darwin as thread-safe.Bruce Momjian2004-04-071-0/+7
* Add -D_REENTRANT for Solaris threading.Bruce Momjian2004-03-261-1/+1
* Update gcc solaris flags.Bruce Momjian2004-03-251-5/+4
* Disasble threads on unixware until other platforms report a problem.Bruce Momjian2004-03-221-1/+3
* Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().Bruce Momjian2004-03-221-0/+1
* Add Unixware thread support from Larry Rosenman.Bruce Momjian2004-03-181-0/+7
* Update Solaris thread flags, per Jim SeymourBruce Momjian2004-03-141-3/+3
* Mark linux as thread-enabled with new 7.5 tests.Bruce Momjian2004-03-141-0/+7
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-117-13/+10
* Update OSF thread flags for non-gcc compiles.Bruce Momjian2004-01-081-1/+5
* Fix Solaris thread build settings for non-gcc compilers.Bruce Momjian2004-01-081-3/+4
* Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian2003-12-311-2/+2
* Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian2003-12-301-0/+4
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-231-2/+8
* Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane2003-12-232-0/+11
* Add -O to really trigger compiler bug.Peter Eisentraut2003-11-051-1/+1
* Add detection of compiler bug.Peter Eisentraut2003-11-051-4/+20
* Fix CFLAGS logic.Peter Eisentraut2003-11-011-3/+6
* Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut2003-10-251-1/+1
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-259-14/+8
* Remove -pipe from compiles.Bruce Momjian2003-10-095-10/+1
* Update Solaris FAQ to mention -fast.Bruce Momjian2003-10-091-1/+1
* Remove -pipe on Linux, per reports from Peter.Bruce Momjian2003-10-091-2/+0
* Add -pipe compile for Linux.Bruce Momjian2003-10-091-0/+2
* Make template CFLAGS handling consistent.Bruce Momjian2003-10-098-13/+13
* Re-add -pipe compile flags for bsd's.Bruce Momjian2003-10-095-3/+8
* This centralizes the optimization defaults into configure.in, ratherBruce Momjian2003-10-0922-52/+13
* Add quotes to CFLAG define.Bruce Momjian2003-10-091-2/+2
* Add quotes around -O setting for consistency.Bruce Momjian2003-10-081-1/+1
* Mark Linux for threads.Bruce Momjian2003-09-271-1/+1
* Finalize configuration of thread_test program.Bruce Momjian2003-09-277-10/+9
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-276-8/+9
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-261-0/+2
* Latest version of gcc from Apple does not work well with -traditional-cppTom Lane2003-09-191-3/+3