summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG#313: Improving error message when no CMakeLists.txt file is found in the ↵Brad King2003-10-301-4/+5
| | | | source tree.
* ENH: Ok, no more argument needed for script modeAndy Cedilnik2003-10-301-3/+4
|
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-291-11/+49
|
* ENH: Command should also be quotedAndy Cedilnik2003-10-281-2/+5
|
* BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵Brad King2003-08-261-3/+8
| | | | resulting error message cleaner.
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-1/+18
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Remove unused variableAndy Cedilnik2003-08-181-1/+0
|
* ENH: remove a warningBill Hoffman2003-08-141-1/+0
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* BUG: Fixed typo in error message.Brad King2003-08-071-1/+1
|
* ENH: Removed old argument processing code that never does anything.Brad King2003-08-061-24/+0
|
* ENH: Clarified source directory mismatch message.Brad King2003-08-051-3/+4
|
* ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt ↵Brad King2003-08-051-8/+92
| | | | file as an argument. Its settings will be loaded.
* ENH: Use the new RunCommandAndy Cedilnik2003-08-041-6/+4
|
* ENH: Allow specifying cmake variables on the command line without specifying ↵Andy Cedilnik2003-08-011-5/+6
| | | | the type Bug #118 - Specifying cache entries with -D should not need the type
* BUG: make sure initial cache file read only reads one file, and does not ↵Bill Hoffman2003-07-281-1/+1
| | | | look for CMakeLists.txt files on the entire disk
* add a better message for the GUI if no CMakeLists.txt file is found.Bill Hoffman2003-07-251-1/+1
|
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-3/+3
| | | | for package maintainers.
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-50/+51
| | | | instance. Added support for documentation with a Generators section.
* BUG: Fixed check for existence of CMakeLists.txt file in top-level source ↵Brad King2003-06-131-11/+11
| | | | directory before first configure.
* ENH: Abstract pre configure check in a separate methodAndy Cedilnik2003-05-291-1/+15
|
* ENH: add some includes for borland 6Bill Hoffman2003-05-231-0/+1
|
* ERR: Fixed string literal->char* conversion warning.Brad King2003-05-141-1/+2
|
* BUG: Need to remove the MAKEFLAGS when cmake starts. If cmake is run from ↵Brad King2003-05-131-0/+10
| | | | inside make, we don't want the try-compiles to inherit the makeflags.
* ENH: When the initially configured generator is invalid, allow the user to ↵Brad King2003-05-131-0/+8
| | | | change the generator without deleting the cache by hand.
* add support for vs 71Bill Hoffman2003-05-081-0/+7
|
* ENH: New location of cmake binariesAndy Cedilnik2003-05-021-1/+1
|
* ENH: Add additional optional argument to Run. If it is true, it will only ↵Andy Cedilnik2003-04-291-1/+6
| | | | set paths and load cache. It will not do configure and gfenerate
* minor fixKen Martin2003-04-161-2/+4
|
* add COdeWarrior back in for testingKen Martin2003-04-161-0/+11
|
* ENH: Improved documentation. Also modified behavior of "cmake" to not ↵Brad King2003-04-031-23/+3
| | | | configure a project in the current directory unless . is given.
* BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between ↵Brad King2003-02-241-0/+12
| | | | configures.
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+17
| | | | Each executable will be able to generate its own documentation.
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-221-1/+5
|
* BUG: fix command line to take -G onlyBill Hoffman2003-01-221-1/+1
|
* BUG: Use CMakeDefaultMakeRuleVariables.cmake to locate modules directory ↵Brad King2003-01-211-7/+7
| | | | instead of FindVTK.cmake.
* compiler warningKen Martin2003-01-101-1/+1
|
* fix bug in env settingsKen Martin2003-01-091-0/+37
|
* added watches for access of bw compat varsKen Martin2003-01-091-0/+20
|
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+3
|
* testing more agressive compatability settingsKen Martin2002-12-201-3/+0
|
* Save directories when doing global buildAndy Cedilnik2002-12-171-0/+5
|
* Fix switching from local to global generation when cmake version changes or ↵Andy Cedilnik2002-12-161-3/+12
| | | | when things change inside version
* ENH: Added copy_if_different option to -E flag.Brad King2002-12-161-0/+8
|
* BUG: fix get make command problems.Bill Hoffman2002-12-041-0/+9
|
* added CMAKE_BACKWARDS_COMPATIBILITY entryKen Martin2002-12-041-0/+16
|
* remove code warrior and fixed GUI isuesKen Martin2002-12-031-7/+0
|
* fix some compiler warnings hopefullyKen Martin2002-11-171-2/+4
|
* fixed bad source directory bugKen Martin2002-11-151-0/+10
|
* ENH: check to make sure cmake matches the cmake used to generate the cacheBill Hoffman2002-11-131-11/+38
|