summaryrefslogtreecommitdiffstats
path: root/Templates/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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