| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -0/+22 |
|
|
* | STYLE: the temporary variable is not necessary | Alexander Neundorf | 2007-08-31 | 1 | -3/+1 |
|
|
* | ENH: add support for Fortran to the KDevelop generator | Alexander Neundorf | 2007-08-31 | 1 | -2/+4 |
|
|
* | ENH: add install files generators for targets which have PUBLIC_HEADER, | Alexander Neundorf | 2007-08-27 | 1 | -2/+3 |
|
|
* | ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo... | David Cole | 2007-08-22 | 1 | -2/+5 |
|
|
* | COMP: include windows.h first, as it is done in the other source files | Alexander Neundorf | 2007-08-17 | 1 | -6/+4 |
|
|
* | COMP: quick windows name mangling fix (otherwise the compiler complains about... | Alexander Neundorf | 2007-08-16 | 1 | -0/+2 |
|
|
* | ENH: move the code for the NOTFOUND checking into its own function, so | Alexander Neundorf | 2007-08-16 | 1 | -60/+88 |
|
|
* | STYLE: I think the comment (and the book) were wrong about the naming of | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
|
|
* | BUG: Target exclusion-from-all tests should always use the root local generat... | Brad King | 2007-08-03 | 1 | -91/+59 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -5/+7 |
|
|
* | ENH: produce a lot more output when running with --debug-output | Alexander Neundorf | 2007-07-17 | 1 | -0/+3 |
|
|
* | ENH: second try for handling the linker language with integer priority values... | Alexander Neundorf | 2007-07-12 | 1 | -11/+31 |
|
|
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 1 | -31/+11 |
|
|
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 1 | -11/+31 |
|
|
* | COMP: fix warning about unused parameter | Alexander Neundorf | 2007-06-28 | 1 | -1/+1 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -1/+1 |
|
|
* | ENH: use CMAKE_SYSTEM instead of CMAKE_SYSTEM_NAME, since | Alexander Neundorf | 2007-06-26 | 1 | -2/+2 |
|
|
* | COMP: fix broken tests for now | Alexander Neundorf | 2007-06-26 | 1 | -3/+3 |
|
|
* | ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to load | Alexander Neundorf | 2007-06-26 | 1 | -2/+2 |
|
|
* | ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) , | Alexander Neundorf | 2007-06-19 | 1 | -2/+40 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -23/+17 |
|
|
* | STYLE: minor fixes | Alexander Neundorf | 2007-06-15 | 1 | -0/+4 |
|
|
* | COMP: remove warning about unused variable | Alexander Neundorf | 2007-06-12 | 1 | -1/+1 |
|
|
* | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 1 | -0/+7 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 1 | -13/+38 |
|
|
* | STYLE: determineLanguageCalled removed, now the conditional code is directly | Alexander Neundorf | 2007-06-11 | 1 | -8/+4 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -146/+171 |
|
|
* | BUG: fix #5137, now with the modified CMakeDetermineSystem.cmake the | Alexander Neundorf | 2007-06-07 | 1 | -1/+1 |
|
|
* | BUG: fix crash, bug 5121 | Bill Hoffman | 2007-06-01 | 1 | -1/+1 |
|
|
* | BUG: Need to create global targets before AddHelperCommands is called. We sh... | Brad King | 2007-05-25 | 1 | -13/+13 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -12/+35 |
|
|
* | ENH: add install/strip target for makefile generators if strip was found | Alexander Neundorf | 2007-05-18 | 1 | -2/+21 |
|
|
* | BUG: fix problem for non-C/CXX languages with Visual Studio, the | Alexander Neundorf | 2007-05-09 | 1 | -13/+16 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -4/+14 |
|
|
* | ENH: fix seg fault in ccmake when hitting configure twice | Bill Hoffman | 2007-04-24 | 1 | -2/+4 |
|
|
* | ENH: some code consolidation and cleanup | Ken Martin | 2007-04-12 | 1 | -25/+81 |
|
|
* | ENH: add project to target map, not used yet, but created | Bill Hoffman | 2007-03-13 | 1 | -0/+110 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -3/+3 |
|
|
* | ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ... | Brad King | 2007-03-07 | 1 | -160/+0 |
|
|
* | BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. | Brad King | 2007-03-05 | 1 | -77/+0 |
|
|
* | ENH: get rid of some extra erase calls | Bill Hoffman | 2007-02-21 | 1 | -3/+0 |
|
|
* | BUG: fixes so that --build-and-test will honor timeouts | Ken Martin | 2007-01-30 | 1 | -5/+7 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+1 |
|
|
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ... | Bill Hoffman | 2006-11-29 | 1 | -2/+3 |
|
|
* | ENH: remove warning | Bill Hoffman | 2006-11-10 | 1 | -2/+2 |
|
|
* | BUG: fix for broken borland compiler | Bill Hoffman | 2006-11-10 | 1 | -2/+3 |
|
|
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -0/+23 |
|
|
* | ENH: Cleanup of install component list. There was already the list in the glo... | Andy Cedilnik | 2006-10-31 | 1 | -3/+1 |
|
|
* | ENH: Add support for displaying the list of components | Andy Cedilnik | 2006-10-30 | 1 | -3/+38 |
|
|