| Commit message (Expand) | Author | Age | Files | Lines |
* | VS,Xcode: Remove unused CMAKE_GENERATOR_* variables | Brad King | 2013-02-19 | 1 | -3/+0 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -2/+2 |
|
|
* | Resolve warnings about unused variables. | Stephen Kelly | 2012-11-07 | 1 | -1/+0 |
|
|
* | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 1 | -1/+0 |
|
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -3/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
|
|
* | Remove unused variable "rootdir" in VS generators | Brad King | 2010-12-10 | 1 | -2/+0 |
|
|
* | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -0/+61 |
|
|
* | Factor out duplicate VS target dependency code | Brad King | 2010-08-24 | 1 | -35/+7 |
|
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+2 |
|
|
* | Avoid non-root copies of root-only targets | Brad King | 2009-10-06 | 1 | -21/+4 |
|
|
* | Cleanup cmGlobalGenerator::GetTargetSets method | Brad King | 2009-10-01 | 1 | -5/+3 |
|
|
* | Use target dependency closure for VS 6 solutions | Brad King | 2009-09-30 | 1 | -164/+56 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i... | Bill Hoffman | 2009-07-14 | 1 | -8/+8 |
|
|
* | STYLE: Fix line length style violations. | David Cole | 2008-12-10 | 1 | -1/+2 |
|
|
* | COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp... | David Cole | 2008-12-09 | 1 | -3/+20 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -1/+1 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | COMP: fix typo | 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 | -2/+4 |
|
|
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets.... | Brad King | 2007-05-23 | 1 | -4/+0 |
|
|
* | COMP: compile fix and remove warning | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -3/+2 |
|
|
* | BUG: The ALL_BUILD target should not have any command lines so that it is not... | Brad King | 2007-04-10 | 1 | -23/+2 |
|
|
* | BUG: Fix utility dependencies for static libraries in VS generators. This ad... | Brad King | 2007-04-04 | 1 | -7/+5 |
|
|
* | ENH: some more cleanup | Ken Martin | 2007-03-13 | 1 | -1/+1 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -1/+1 |
|
|
* | BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. | Brad King | 2007-03-05 | 1 | -3/+0 |
|
|
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -2/+1 |
|
|
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name bec... | Brad King | 2006-06-01 | 1 | -1/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -16/+25 |
|
|
* | BUG: MSVC* variables should be set in IDE generators instead of just NMake. | Brad King | 2006-05-06 | 1 | -0/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -4/+4 |
|
|
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding in... | Brad King | 2006-03-03 | 1 | -2/+6 |
|
|
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -2/+2 |
|
|
* | BUG: More fixing of support for global target son visual studio | Andy Cedilnik | 2006-02-24 | 1 | -17/+36 |
|
|
* | ENH: Switched order of slash and configuration name in cmGlobalGenerator::App... | Brad King | 2006-02-20 | 1 | -1/+1 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -2/+3 |
|
|
* | BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on... | Brad King | 2006-02-03 | 1 | -0/+12 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -5/+2 |
|
|
* | ENH: Add a way for the generated command to include extra flags. This is usef... | Andy Cedilnik | 2005-12-01 | 1 | -1/+7 |
|
|
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ... | Ken Martin | 2005-06-22 | 1 | -4/+3 |
|
|
* | ENH: Add option to ignore errors. Only works on make | Andy Cedilnik | 2005-04-29 | 1 | -2/+5 |
|
|
* | COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU... | Brad King | 2005-04-29 | 1 | -23/+13 |
|
|
* | ENH: Start working on a method that abstracts generating of build command | Andy Cedilnik | 2005-04-28 | 1 | -36/+13 |
|
|
* | ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets... | Brad King | 2005-04-28 | 1 | -2/+23 |
|
|
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 1 | -69/+0 |
|
|
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -2/+2 |
|
|