| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -3/+3 |
|
|
* | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 1 | -0/+8 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+0 |
|
|
* | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -18/+3 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+28 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -43/+29 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+4 |
|
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+3 |
|
|
* | 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 |
|
|