summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added undocumented option -E cmake_unimplemented_variable to help print ...Brad King2006-08-071-0/+12
* ENH: fix color output inside of ctest runsKen Martin2006-07-211-1/+2
* ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with ...Andy Cedilnik2006-07-211-12/+13
* ENH: add a higher performance method to get the number of files in a directoryKen Martin2006-06-221-3/+2
* ENH: avoid crash in sprintfBill Hoffman2006-06-201-1/+1
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+105
* BUG: Always check dependency integrity whether or not CMake will re-run becau...Brad King2006-06-151-21/+20
* ENH: some cleanup to progressKen Martin2006-06-121-2/+2
* BUG: Fixed cmake -E remove return code.Brad King2006-05-301-4/+11
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-4/+61
* ENH: always compile progressKen Martin2006-05-231-5/+2
* COMP: fix bootstrapKen Martin2006-05-221-0/+4
* COMP: fix mac warningKen Martin2006-05-221-1/+1
* ENH: part of the progress reporting checkinKen Martin2006-05-221-0/+63
* ENH: fix crashes when command line arguments are not followed by the correct ...Bill Hoffman2006-05-191-3/+32
* ENH: Add simple progress reporting during makeAndy Cedilnik2006-05-151-0/+15
* STYLE: fix line lengthKen Martin2006-05-121-13/+20
* COMP: Disable color support for bootstrap.Brad King2006-04-271-3/+11
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-0/+113
* ENH: save the cache on fatal error so that users can set cache valuesBill Hoffman2006-04-201-1/+1
* ENH: add more verbose output in verbose modeBill Hoffman2006-04-121-6/+40
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-0/+4
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-0/+3
* COMP: Fix apple bootstrap issuesAndy Cedilnik2006-03-221-3/+5
* ENH: Handle missing unsetenv and add check for environAndy Cedilnik2006-03-171-0/+2
* ENH: Use vector of plain strings and add cmake -E command for getting environ...Andy Cedilnik2006-03-171-5/+18
* ENH: fix up this changes for macBill Hoffman2006-03-151-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-255/+259
* ENH: remove printBill Hoffman2006-03-111-1/+0
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-138/+193
* ENH: Add a way to overwrite some preferences and ignore certain targetsAndy Cedilnik2006-03-071-12/+79
* ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. ...Brad King2006-03-071-0/+4
* COMP: Fix warningsAndy Cedilnik2006-03-071-8/+8
* COMP: Oops, typoAndy Cedilnik2006-03-031-1/+1
* ENH: Add support for exporting graphviz of the project dependenciesAndy Cedilnik2006-03-031-0/+177
* BUG: Fix location of ctest for bootstrapAndy Cedilnik2006-02-241-0/+7
* ENH: Add accessors for CTest and CPackAndy Cedilnik2006-02-231-0/+93
* ENH: Enable capture of output from VCExpress.exe and devenv.exe.Brad King2006-02-151-0/+2
* ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also ...Bill Hoffman2006-02-151-1/+2
* BUG: Fixed echo command to not print trailing space.Brad King2006-02-101-1/+3
* 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