summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: add initial non-working XCode stuffBill Hoffman2005-01-251-0/+3
* ENH: split up cmCommands into two filesBill Hoffman2005-01-211-0/+1
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-4/+1
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th...Brad King2004-10-291-13/+24
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-271-30/+33
* ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. ...Brad King2004-10-261-0/+8
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-6/+5
* ENH: Added --check-rerun option to allow a runtime check of whether a new gen...Brad King2004-10-151-0/+72
* BUG: do not build kdevlop stuff when bootstrappingBill Hoffman2004-10-121-2/+13
* NEW: add kdevelop patch from Alexander NeundorfBill Hoffman2004-10-111-17/+21
* FIX: correctly handle if path table can not openBill Hoffman2004-10-051-2/+7
* COMP: fix bad include fileKen Martin2004-10-051-1/+0
* ENH: Mathieus support for path conversionsKen Martin2004-10-041-0/+26
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-7/+7
* 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 c...Andy Cedilnik2004-08-171-13/+18
* 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
* 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 - Ad...Andy Cedilnik2004-04-281-0/+7
* 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 WRITE_F...Andy Cedilnik2004-04-181-0/+10
* 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
* BUG: fix put/get env problemsBill Hoffman2004-01-261-27/+23
* BUG: CopyFileIfDifferent should return success if the files did not differ or...Brad King2004-01-221-4/+15
* BUG: make sure null terminator is in the right place for putenv static char a...Bill Hoffman2004-01-081-2/+2
* ENH: add new feature to ctest so that it can cmake, build and run a test exec...Bill Hoffman2004-01-071-0/+8
* 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 scri...Andy Cedilnik2003-12-101-2/+2
* ENH: Improved error messages when source tree does not have a CMakeLists.txt ...Brad King2003-12-081-4/+34
* 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
* ENH: Added undocumented cmake_symlink_library to help with building versioned...Brad King2003-11-261-1/+27
* BUG#313: Improving error message when no CMakeLists.txt file is found in the ...Brad King2003-10-301-4/+5
* ENH: Ok, no more argument needed for script modeAndy Cedilnik2003-10-291-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 resulting...Brad King2003-08-261-3/+8
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-1/+18
* 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