summaryrefslogtreecommitdiffstats
path: root/Templates/configure
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-3845/+0
| | | | only project can be built with cmake, even without a cxx compiler
* HP add Ae flagBill Hoffman2002-03-151-6/+13
|
* ENH: Added test for explicit instantiation support.Brad King2002-03-121-24/+37
|
* ENH: try to get crazy dec cxx to work again... one more timeBill Hoffman2002-03-101-1/+1
|
* ENH: try to get crazy dec cxx to work again...Bill Hoffman2002-03-101-24/+28
|
* ENH: add some OS/compiler variablesBill Hoffman2002-03-011-0/+4
|
* change hp checks to all hps and not just version 10Bill Hoffman2002-02-281-3/+3
|
* ENH: do not use O2 g as default flagsBill Hoffman2002-02-141-137/+150
|
* ENH: add support for AIX shared libraries with gccBill Hoffman2002-01-111-27/+35
|
* ENH: use +Z not +z for pic and use -fPIC for gccBill Hoffman2002-01-081-27/+28
|
* ENH: add -L/usr/lib for hp so shared libs find that directory before the ↵Bill Hoffman2002-01-081-2/+2
| | | | pa1.1 directory
* Add sizeof some types supportBill Hoffman2002-01-071-96/+391
|
* use -shared for sunos buildBill Hoffman2002-01-071-2/+2
|
* check for LANG:stdBill Hoffman2001-12-191-6/+14
|
* -LANG:std should be default on sgi for ansi CXX FlagsBill Hoffman2001-12-191-14/+6
|
* syntax errorBill Hoffman2001-12-181-0/+2
|
* use cxx compiler on sgi to build static libsBill 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-5/+22
|
* remove template flags from cmake, no ptused, or -instance=staticBill Hoffman2001-11-071-22/+5
|
* added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATIONBerk Geveci2001-10-261-23/+32
|
* 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-39/+103
|
* Added support for Darwin (OSX)Yves Starreveld2001-08-281-26/+39
|
* *** empty log message ***Bill Hoffman2001-08-271-3728/+1782
|
* ENH: use ANSI_CXXFLAGS for testing compilerBill Hoffman2001-08-271-3/+3
|
* ENH: sgi -LANG:stdBill Hoffman2001-08-271-19/+21
|
* *** empty log message ***Bill Hoffman2001-08-241-1/+1
|
* ENH: more sgi -LANG stuffBill Hoffman2001-08-241-18/+29
|
* BUG: fix flag for building shared on HPBill Hoffman2001-08-241-1/+1
|
* BUG: fix check for no std::Bill Hoffman2001-08-201-1782/+3726
|
* BUG: get the flags rightBill Hoffman2001-08-181-3727/+1783
|
* ENH: default for cygwin should be pthreadsBill Hoffman2001-08-161-1780/+3727
|
* ENH: add CMAKE_USE_WIN32_THREADS to the possible thread typesBill Hoffman2001-08-161-6/+9
|
* 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 ↵Bill Hoffman2001-08-081-2/+21
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵Brad King2001-07-171-1/+1
| | | | arguments. This allows double quotes to be used in arguments.
* ENH: add a variable for CMAKE_COMPILER_IS_GNUCXXBill Hoffman2001-07-161-0/+6
|
* BUG: fix excape of * for cmakeBill Hoffman2001-07-101-1/+1
|
* BUG: fix flags for cygwin and shared buildsBill Hoffman2001-07-051-23/+24
|
* 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/+5
|
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-281-21/+25
|
* BUG: pass flags to compiler during configureBill Hoffman2001-06-281-5/+3
|
* 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-11/+9
|
* BUG: SHLIB_LINK was being used when linking static executables. Missing commaAmitha Perera2001-06-121-26/+31
| | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-081-37/+99
| | | | on shared builds.
* BUG: fix depends and CXXFLAGS passingBill Hoffman2001-05-221-6/+9
|
* new structureKen Martin2001-05-211-0/+3287