summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-7/+7
| | | | to enable a language without modifing cmake source code
* ENH: Implement PreLoad.cmake feature for CMakeSetupAndy Cedilnik2004-08-231-6/+12
|
* ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup ↵Andy Cedilnik2004-08-171-13/+18
| | | | can call it
* BUG: Fixed typo in name of MSVC 8 registry key.Brad King2004-08-041-1/+1
|
* BUG: fix for bug 971, pick a better generator from the command lineBill Hoffman2004-07-271-1/+35
|
* ENH: add a message at the end of the cmake run telling the user where things ↵Bill Hoffman2004-07-161-0/+3
| | | | were written.
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-0/+3
|
* ENH: Also read PreLoad.cmake from the binary treeAndy Cedilnik2004-07-021-0/+6
|
* ENH: Remove memory leakAndy Cedilnik2004-05-051-2/+8
|
* BUG: fix crash from bug id 806Bill Hoffman2004-04-291-0/+3
|
* ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵Andy Cedilnik2004-04-281-0/+7
| | | | Add auto preload file support in CMake
* BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still runningAndy Cedilnik2004-04-261-0/+7
|
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-0/+10
| | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
* ENH: make relative paths optional and default off, and add a test for themBill Hoffman2004-03-311-0/+11
|
* ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵Andy Cedilnik2004-02-201-1/+2
| | | | -P, There should be space between
* BUG: fix put/get env problemsBill Hoffman2004-01-261-27/+23
|
* BUG: CopyFileIfDifferent should return success if the files did not differ ↵Brad King2004-01-221-4/+15
| | | | or if the copy succeeded. It should return failure only if the files were different and the copy failed.
* BUG: make sure null terminator is in the right place for putenv static char ↵Bill Hoffman2004-01-081-2/+2
| | | | array
* ENH: add new feature to ctest so that it can cmake, build and run a test ↵Bill Hoffman2004-01-071-0/+8
| | | | executable
* BUG: keep more of the case informationBill Hoffman2003-12-231-0/+6
|
* ENH: add support for relative paths in makefilesBill Hoffman2003-12-221-0/+8
|
* ENH: Argument for script mode is -P (process) and take out the automatic ↵Andy Cedilnik2003-12-111-2/+2
| | | | script mode
* ENH: Improved error messages when source tree does not have a CMakeLists.txt ↵Brad King2003-12-081-4/+34
| | | | file. No matter how many cases we check, there always seems to be a user that finds a case that gives a confusing error message...
* BUG: cmake_symlink_library should return the accumulated result, not just 0.Brad King2003-11-271-1/+1
|
* BUG: The cmake_symlink_library command needs to remove existing files before ↵Brad King2003-11-261-0/+8
| | | | creating links.
* ENH: Added undocumented cmake_symlink_library to help with building ↵Brad King2003-11-261-1/+27
| | | | versioned shared libraries.
* 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.