summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix changing of directories using cmSystemTools RunCommand featureAndy Cedilnik2002-07-171-9/+6
|
* Add command that runs program in given directoryAndy Cedilnik2002-07-101-0/+27
|
* BUG: CMake crashed if it failed to find its own executable. Also added ↵Brad King2002-06-271-6/+22
| | | | better error messages when this occurs.
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-8/+8
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* removed ccommand use cmake nowKen Martin2002-06-031-13/+115
|
* remobed bootstrapKen Martin2002-05-281-55/+0
|
* minor bootstap fixesKen Martin2002-05-231-3/+5
|
* added initial attempt to support win32 bootstrappingKen Martin2002-05-151-1/+64
|
* ENH: fix cmake to work without ccommand.Bill Hoffman2002-05-081-9/+5
|
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-071-2/+17
|
* ENH: check for mismatched generatorsBill Hoffman2002-04-251-0/+16
|
* Exit ccmake on fatal errors.Berk Geveci2002-04-231-1/+1
|
* BUG: fix SameFile function for windows, and compare source directoriesBill Hoffman2002-04-191-11/+7
|
* ENH: use home not startBill Hoffman2002-04-181-4/+4
|
* ENH: check for mis-matched source directoriesBill Hoffman2002-04-181-0/+25
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-2/+2
| | | | only project can be built with cmake, even without a cxx compiler
* removed quotes from cmake and ccommand executable to be consistantKen Martin2002-03-251-7/+3
|
* Add ccommand for executing commands on the system, so by using ↵Andy Cedilnik2002-03-151-0/+17
| | | | ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow.
* ENH: first pass at dot net supportBill Hoffman2002-02-181-0/+2
|
* ENH: add ends at end of stringBill Hoffman2002-02-061-1/+1
|
* Using cmSystemTools::Error() instead of cerr.Berk Geveci2002-02-011-11/+14
|
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-3/+0
|
* 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
|