summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Fix: escaping spaces was preventing a value with space to be passed correctlySebastien Barre2002-01-181-1/+1
|
* Rolling back symbolic path changes until it works on Windows.Amitha Perera2002-01-071-76/+44
|
* ENH: Add an invocation that maintains symbolic paths to the source and ↵Amitha Perera2002-01-061-44/+76
| | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths.
* prints the relese versionKen Martin2002-01-021-1/+2
|
* ENH: add -C load cache file optionBill Hoffman2001-12-031-7/+23
|
* Fixed help.Berk Geveci2001-12-031-1/+1
|
* Fixed help.Berk Geveci2001-12-031-2/+3
|
* fix warning for Borland buildSebastien Barre2001-11-301-1/+1
|
* new borland generator moved into placeBill Hoffman2001-11-301-2/+0
|
* add new borland generatorBill Hoffman2001-11-281-0/+2
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-1/+0
|
* ENH: clean up command line argumentsBill Hoffman2001-11-211-4/+10
|
* ENH: add command line arguments to set cache entriesBill Hoffman2001-11-201-5/+31
|
* ENH: fix library builds with nmakeBill Hoffman2001-11-151-1/+1
|
* Closer to nmake buildBill Hoffman2001-11-141-1/+3
|
* ENH: fixes for borland compiler testingBill Hoffman2001-10-031-1/+3
|
* ENH: integrate borland supportBill Hoffman2001-09-061-20/+107
|
* oppsBill Hoffman2001-08-291-4/+1
|
* ENH: run cmake from cmaketestBill Hoffman2001-08-291-2/+4
|
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-251-2/+20
|
* ENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support ↵Brad King2001-07-101-9/+1
| | | | this should explicitly declare it with the OPTION command, or set its libraries to shared or static directly on each ADD_LIBRARY command.
* better arg supportKen Martin2001-07-021-4/+4
|
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-271-0/+5
|
* added help optionsKen Martin2001-06-271-0/+14
|
* BUG: Fixed generation of cMakeRoot in one case.Brad King2001-06-221-2/+3
|
* BUG: fix for unixBill Hoffman2001-06-211-8/+8
|
* ENH: clean upBill Hoffman2001-06-211-3/+5
|
* ENH: look in the PREFIX dir for the modulesBill Hoffman2001-06-211-38/+49
|
* ENH: better ability to find cmake programBill Hoffman2001-06-211-1/+19
|
* better install supportKen Martin2001-06-211-6/+6
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-1/+1
|
* ENH: CMake now always adds the BUILD_SHARED_LIBS cache entry. The ↵Brad King2001-06-191-3/+11
| | | | BUILD_SHARED_LIBRARIES command that used to be used is now deprecated.
* ENH: move EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH initial creation to ↵Bill Hoffman2001-06-181-17/+23
| | | | after the CMakeLists.txt files have been parsed
* ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unixBill Hoffman2001-06-131-1/+14
|
* ERR: int -> unsigned int.Brad King2001-06-121-1/+1
|
* minor fix in error checkingKen Martin2001-06-111-1/+0
|
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-1/+3
|
* BUG: fix edit of directoriesBill Hoffman2001-05-311-1/+3
|
* ENH: change MFC gui to use cmake classBill Hoffman2001-05-301-24/+13
|
* added version numberKen Martin2001-05-241-7/+3
|
* command line fixes for win32Ken Martin2001-05-231-5/+5
|
* fixed quoted cmakeKen Martin2001-05-231-9/+6
|
* BUG: remove declaration without variableBill Hoffman2001-05-211-1/+0
|
* bug fix in finding CMAKE_ROOTKen Martin2001-05-211-7/+11
|
* updated for out of tree buildsKen Martin2001-05-211-1/+2
|
* new out of place buildsKen Martin2001-05-211-0/+6
|
* new commandKen Martin2001-05-181-0/+250