summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Enabled build of VS 7 and 8 generators for MinGW.Brad King2006-02-011-10/+6
* ENH: Enabled bootstrapping with MinGW from an MSYS prompt.Brad King2006-01-311-7/+15
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+3
* ENH: Add a way to compare two filesAndy Cedilnik2005-12-301-0/+14
* ENH: Make the syntax more line tarAndy Cedilnik2005-12-291-19/+32
* ENH: Make additional file names optionalAndy Cedilnik2005-12-291-1/+1
* ENH: Add untaring supportAndy Cedilnik2005-12-291-0/+17
* ENH: Add command to create tarAndy Cedilnik2005-12-281-0/+19
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-1/+7
* STYLE: minor cleanupKen Martin2005-10-201-1/+2
* ENH: Optimize performance by caching stat resultsAndy Cedilnik2005-10-121-1/+4
* BUG: the -P option was not working with relative paths and a couple typesKen Martin2005-09-231-3/+10
* ENH: Added cmake -E create_symlink command that behaves like ln -s.Brad King2005-08-191-0/+11
* ENH: Added -E cmake_symlink_executable command to help create symbolic links ...Brad King2005-08-171-0/+20
* ENH: added better error checking for cases when there is a CMakeCache.txt fil...Ken Martin2005-08-111-1/+12
* BUG: When exiting before the configure step in script mode we must account fo...Brad King2005-08-081-1/+8
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-1/+1
* ENH: fix for bug 1866, make -G,-D -C options allow for space between arg and ...Bill Hoffman2005-07-191-2/+9
* BUG: win95 returning non unix path for cmake commandKen Martin2005-07-071-0/+1
* ENH: Only truncate files when not in try compile. Alsom move truncating code ...Andy Cedilnik2005-07-031-3/+7
* ENH: Start adding the code that will truncate output logsAndy Cedilnik2005-07-031-0/+31
* ENH: Before running configre, remove all macros. Also, backup the command nam...Andy Cedilnik2005-06-161-6/+42
* ENH: Save command that macro overwritesAndy Cedilnik2005-06-141-0/+14
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-1/+4
* ENH: removed UMG2Ken Martin2005-06-091-3/+0
* ENH: fix problem with dependency scanningKen Martin2005-06-071-2/+2
* ENH: switch to using new Unix Makefile generator for Unix as wellKen Martin2005-05-251-1/+1
* BUG: fix bad generator nameKen Martin2005-05-121-1/+1
* ENH: added new generatorKen Martin2005-05-121-6/+29
* COMP: Fixed forced bool conversion warning.Brad King2005-05-061-1/+1
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-2/+5
* BUG: fix for bug 1700Bill Hoffman2005-04-051-0/+5
* ENH: make xcode compile only on appleBill Hoffman2005-03-141-1/+4
* COMP: fix a warningKen Martin2005-03-111-3/+1
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-76/+29
* ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modu...Brad King2005-03-031-1/+10
* ENH: remove code warrior classesKen Martin2005-03-031-8/+0
* ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default.Brad King2005-03-011-16/+4
* BUG: Need to return before configure step when running in script mode.Brad King2005-02-221-0/+6
* BUG: Removing "guess when there is a space in the path" check for chdir comma...Brad King2005-02-171-13/+7
* BUG: fix CommandLine test problems with spaces and testing for the return valueBill Hoffman2005-02-161-3/+15
* ENH: Add command to copy directory with contentAndy Cedilnik2005-02-111-0/+14
* BUG: prevent -P or script to be passed as homedirectoryAndy Cedilnik2005-01-281-1/+2
* 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