Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION | Berk Geveci | 2001-10-26 | 1 | -23/+32 |
| | |||||
* | ERR: remove undefined warning for compatibility with new 10.1 linker | Yves Starreveld | 2001-10-04 | 1 | -2/+2 |
| | |||||
* | Changes to allow a MODULE target for a shared library. | Yves Starreveld | 2001-08-28 | 1 | -39/+103 |
| | |||||
* | Added support for Darwin (OSX) | Yves Starreveld | 2001-08-28 | 1 | -26/+39 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-27 | 1 | -3728/+1782 |
| | |||||
* | ENH: use ANSI_CXXFLAGS for testing compiler | Bill Hoffman | 2001-08-27 | 1 | -3/+3 |
| | |||||
* | ENH: sgi -LANG:std | Bill Hoffman | 2001-08-27 | 1 | -19/+21 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | ENH: more sgi -LANG stuff | Bill Hoffman | 2001-08-24 | 1 | -18/+29 |
| | |||||
* | BUG: fix flag for building shared on HP | Bill Hoffman | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | BUG: fix check for no std:: | Bill Hoffman | 2001-08-20 | 1 | -1782/+3726 |
| | |||||
* | BUG: get the flags right | Bill Hoffman | 2001-08-18 | 1 | -3727/+1783 |
| | |||||
* | ENH: default for cygwin should be pthreads | Bill Hoffman | 2001-08-16 | 1 | -1780/+3727 |
| | |||||
* | ENH: add CMAKE_USE_WIN32_THREADS to the possible thread types | Bill Hoffman | 2001-08-16 | 1 | -6/+9 |
| | |||||
* | ENH: make pthreads the default for cygwin | Bill Hoffman | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -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 King | 2001-07-17 | 1 | -1/+1 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX | Bill Hoffman | 2001-07-16 | 1 | -0/+6 |
| | |||||
* | BUG: fix excape of * for cmake | Bill Hoffman | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | BUG: fix flags for cygwin and shared builds | Bill Hoffman | 2001-07-05 | 1 | -23/+24 |
| | |||||
* | BUG: fix solaris problems in install and ar | Bill Hoffman | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | BUG: break up CMAKE_AR into program and ARGS | Bill Hoffman | 2001-06-29 | 1 | -1/+5 |
| | |||||
* | ENH: various fixes to allow bootstrap on sunos with CC | Bill Hoffman | 2001-06-28 | 1 | -21/+25 |
| | |||||
* | BUG: pass flags to compiler during configure | Bill Hoffman | 2001-06-28 | 1 | -5/+3 |
| | |||||
* | BUG: pass flags to compiler during configure | Bill Hoffman | 2001-06-28 | 1 | -2/+2 |
| | |||||
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 1 | -11/+9 |
| | |||||
* | BUG: SHLIB_LINK was being used when linking static executables. Missing comma | Amitha Perera | 2001-06-12 | 1 | -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 for | Amitha Perera | 2001-06-08 | 1 | -37/+99 |
| | | | | on shared builds. | ||||
* | BUG: fix depends and CXXFLAGS passing | Bill Hoffman | 2001-05-22 | 1 | -6/+9 |
| | |||||
* | new structure | Ken Martin | 2001-05-21 | 1 | -0/+3287 |