summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Disable color support for bootstrap.Brad King2006-04-271-3/+11
|
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support ↵Brad King2006-04-271-0/+113
| | | | for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project.
* 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 ↵Brad King2006-04-111-0/+4
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-0/+3
| | | | warnings produced by building for win64
* 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 ↵Andy Cedilnik2006-03-171-5/+18
| | | | environment
* 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
| | | | This partially addresses bug#2828.
* 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
| | | | do not write CMakeCache.txt if there is a fatal error.
* 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 ↵Bill Hoffman2005-12-221-1/+7
| | | | msys and mingw
* 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
| | | | for versioned executables.
* ENH: added better error checking for cases when there is a CMakeCache.txt ↵Ken Martin2005-08-111-1/+12
| | | | file but it is not readable
* BUG: When exiting before the configure step in script mode we must account ↵Brad King2005-08-081-1/+8
| | | | for cmSystemTools::GetErrorOccuredFlag() for the return code.
* 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
| | | | value
* 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
| | | | closer to configure
* 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 ↵Andy Cedilnik2005-06-161-6/+42
| | | | names. Also, make command names case insensitive
* 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
|