Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix flag for building shared on HP | Bill Hoffman | 2001-08-24 | 2 | -2/+2 |
| | |||||
* | BUG: fix check for no std:: | Bill Hoffman | 2001-08-20 | 2 | -1783/+3727 |
| | |||||
* | BUG: get the flags right | Bill Hoffman | 2001-08-18 | 2 | -3732/+1788 |
| | |||||
* | 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 | 4 | -7/+15 |
| | |||||
* | ENH: make pthreads the default for cygwin | Bill Hoffman | 2001-08-15 | 2 | -2/+2 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 3 | -2/+39 |
| | | | | 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 INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 1 | -1/+2 |
| | | | | involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. | ||||
* | adding what I think is a missing /pdbtype:sept | Ian Scott | 2001-07-20 | 1 | -2/+2 |
| | |||||
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵ | Brad King | 2001-07-17 | 2 | -2/+2 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX | Bill Hoffman | 2001-07-16 | 3 | -0/+12 |
| | |||||
* | BUG: fix excape of * for cmake | Bill Hoffman | 2001-07-10 | 2 | -2/+2 |
| | |||||
* | BUG: fix flags for cygwin and shared builds | Bill Hoffman | 2001-07-05 | 2 | -24/+26 |
| | |||||
* | BUG: fix solaris problems in install and ar | Bill Hoffman | 2001-07-05 | 2 | -2/+2 |
| | |||||
* | Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo, | Ian Scott | 2001-07-03 | 6 | -41/+41 |
| | | | | | because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo | ||||
* | BUG: break up CMAKE_AR into program and ARGS | Bill Hoffman | 2001-06-29 | 3 | -2/+11 |
| | |||||
* | ENH: various fixes to allow bootstrap on sunos with CC | Bill Hoffman | 2001-06-28 | 2 | -30/+37 |
| | |||||
* | set values in the cache not just the current makefile | Bill Hoffman | 2001-06-28 | 1 | -3/+3 |
| | |||||
* | BUG: pass flags to compiler during configure | Bill Hoffman | 2001-06-28 | 2 | -7/+3 |
| | |||||
* | BUG: pass flags to compiler during configure | Bill Hoffman | 2001-06-28 | 2 | -4/+4 |
| | |||||
* | ENH: fix install for cygwin, build cmake from configure | Bill Hoffman | 2001-06-27 | 1 | -41/+157 |
| | |||||
* | minor install fix | Ken Martin | 2001-06-21 | 1 | -2/+1 |
| | |||||
* | better install support | Ken Martin | 2001-06-21 | 2 | -0/+138 |
| | |||||
* | BUG: remove quotes | Bill Hoffman | 2001-06-21 | 1 | -3/+3 |
| | |||||
* | ENH: boot strap mfc gui and support for MFC | Bill Hoffman | 2001-06-20 | 4 | -32/+32 |
| | |||||
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 3 | -14/+15 |
| | |||||
* | BUG: SHLIB_LINK was being used when linking static executables. Missing comma | Amitha Perera | 2001-06-12 | 2 | -30/+40 |
| | | | | | | 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 | 3 | -44/+170 |
| | | | | on shared builds. | ||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -5/+3 |
| | |||||
* | adding a "Release with debugging Info" build to CMake for NT | Ian Scott | 2001-06-07 | 6 | -1/+139 |
| | |||||
* | the "Release" target is not the default. | Sebastien Barre | 2001-06-04 | 5 | -5/+5 |
| | |||||
* | better help | Sebastien Barre | 2001-05-25 | 1 | -2/+2 |
| | |||||
* | ERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS. | Brad King | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | ENH: change the syntax of the SET command, fix the combo box for larger strings | Bill Hoffman | 2001-05-24 | 2 | -28/+47 |
| | |||||
* | removed hardcoded VTKDLL | Sebastien Barre | 2001-05-24 | 1 | -2/+2 |
| | |||||
* | slight change in the order of the options (right-most takes precedence) | Sebastien Barre | 2001-05-24 | 4 | -12/+12 |
| | |||||
* | Intermediate Dir was wrong | Sebastien Barre | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | /Gz => /GZ | Sebastien Barre | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | removed /O2 from debug | Sebastien Barre | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags | Bill Hoffman | 2001-05-23 | 5 | -29/+64 |
| | |||||
* | ReleaseMinSize => MinSizeRel | Sebastien Barre | 2001-05-23 | 5 | -20/+20 |
| | |||||
* | BUG: remove vtkCommon | Bill Hoffman | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll template | Bill Hoffman | 2001-05-23 | 5 | -15/+44 |
| | |||||
* | added prefix to config | Ken Martin | 2001-05-23 | 1 | -0/+1 |
| | |||||
* | Template now uses EXECUTABLE_OUTPUT_PATH too. | Sebastien Barre | 2001-05-23 | 1 | -6/+6 |
| | |||||
* | PROP BASE and PROP were inverted | Sebastien Barre | 2001-05-23 | 1 | -2/+2 |
| | |||||
* | BUG: fix depends and CXXFLAGS passing | Bill Hoffman | 2001-05-22 | 2 | -8/+14 |
| | |||||
* | fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems. | Sebastien Barre | 2001-05-22 | 4 | -13/+15 |
| | |||||
* | fix for hp x11 and gl | Bill Hoffman | 2001-05-21 | 1 | -1/+1 |
| | |||||
* | clean up for build on its own | Bill Hoffman | 2001-05-21 | 1 | -1/+1 |
| |