summaryrefslogtreecommitdiffstats
path: root/Templates/configure.in
Commit message (Expand)AuthorAgeFilesLines
* ENH: do not use O2 g as default flagsBill Hoffman2002-02-141-0/+13
* ENH: add support for shared libraries with gcc on AIXBill Hoffman2002-01-111-1/+9
* ENH: use +Z not +z for pic and use -fPIC for gccBill Hoffman2002-01-081-1/+2
* ENH: add -L/usr/lib for hp so shared libs find that directory before the pa1....Bill Hoffman2002-01-081-2/+2
* Add sizeof some types supportAndy Cedilnik2002-01-071-0/+22
* use -shared for sunos buildBill Hoffman2002-01-071-2/+2
* check for LANG:stdBill Hoffman2001-12-191-1/+9
* -LANG:std should be default on sgi for ansi CXX FlagsBill Hoffman2001-12-191-9/+1
* syntax errorBill Hoffman2001-12-181-0/+2
* use cxx compiler to build static libs on sgiBill Hoffman2001-12-181-0/+8
* Add the flat_namespace and undefined suppress flags to OSX buildsYves Starreveld2001-12-041-1/+1
* put back CMAKE_TEMPLATE_FLAGSBill Hoffman2001-11-071-0/+16
* remove template flags from cmake, no ptused, or -instance=staticBill Hoffman2001-11-071-16/+0
* added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATIONBerk Geveci2001-10-261-0/+8
* ERR: remove undefined warning for compatibility with new 10.1 linkerYves Starreveld2001-10-041-2/+2
* Changes to allow a MODULE target for a shared library.Yves Starreveld2001-08-281-10/+71
* Added support for Darwin (OSX)Yves Starreveld2001-08-281-0/+13
* ENH: use ANSI_CXXFLAGS for testing compilerBill Hoffman2001-08-271-3/+3
* ENH: sgi -LANG:stdBill Hoffman2001-08-271-1/+3
* *** empty log message ***Bill Hoffman2001-08-241-1/+1
* ENH: more sgi -LANG stuffBill Hoffman2001-08-241-1/+12
* BUG: fix flag for building shared on HPBill Hoffman2001-08-241-1/+1
* BUG: fix check for no std::Bill Hoffman2001-08-201-1/+1
* BUG: get the flags rightBill Hoffman2001-08-181-5/+5
* ENH: add CMAKE_USE_WIN32_THREADS to the possible thread typesBill Hoffman2001-08-161-1/+3
* ENH: make pthreads the default for cygwinBill Hoffman2001-08-151-1/+1
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-0/+17
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ...Brad King2001-07-171-1/+1
* ENH: add a variable for CMAKE_COMPILER_IS_GNUCXXBill Hoffman2001-07-161-0/+5
* BUG: fix excape of * for cmakeBill Hoffman2001-07-101-1/+1
* BUG: fix flags for cygwin and shared buildsBill Hoffman2001-07-051-1/+2
* BUG: fix solaris problems in install and arBill Hoffman2001-07-051-1/+1
* BUG: break up CMAKE_AR into program and ARGSBill Hoffman2001-06-291-1/+4
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-281-9/+12
* BUG: pass flags to compiler during configureBill Hoffman2001-06-281-2/+0
* BUG: pass flags to compiler during configureBill Hoffman2001-06-281-2/+2
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-2/+4
* BUG: SHLIB_LINK was being used when linking static executables. Missing commaAmitha Perera2001-06-121-4/+9
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-081-7/+67
* BUG: fix depends and CXXFLAGS passingBill Hoffman2001-05-221-2/+5
* new structureKen Martin2001-05-211-0/+490