| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -7/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -32/+32 |
|
|
* | VS: Fix line-too-long style errors | Brad King | 2012-04-19 | 1 | -4/+5 |
|
|
* | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) | Leonid Yurchenko | 2012-04-16 | 1 | -7/+18 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -1/+2 |
|
|
* | Fix automoc with VS builds: apply patch from Bill | Alex Neundorf | 2011-08-18 | 1 | -12/+0 |
|
|
* | Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594) | Brad King | 2010-12-20 | 1 | -4/+8 |
|
|
* | Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633) | Brad King | 2010-12-20 | 1 | -0/+2 |
|
|
* | Revert "Remove unused parameter "root" in some VS generator methods" | Brad King | 2010-12-20 | 1 | -1/+2 |
|
|
* | Remove unused parameter "root" in some VS generator methods | Brad King | 2010-12-10 | 1 | -2/+1 |
|
|
* | Avoid msbuild idiosyncrasy that builds multiple configs (#11594) | Brad King | 2010-12-10 | 1 | -2/+0 |
|
|
* | Remove unused variable "rootdir" in VS generators | Brad King | 2010-12-10 | 1 | -2/+0 |
|
|
* | Honor FOLDER on include_external_msproject targets (#11436) | David Cole | 2010-11-10 | 1 | -37/+41 |
|
|
* | Merge topic 'vs-project-groups' | Brad King | 2010-10-05 | 1 | -2/+10 |
|\ |
|
| * | New USE_FOLDERS property OFF by default. (#3796) | David Cole | 2010-10-02 | 1 | -2/+10 |
|
|
* | | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+99 |
|\ \
| |/ |
|
| * | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+99 |
|
|
* | | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -0/+74 |
|
|
* | | Factor out duplicate VS target dependency code | Brad King | 2010-08-24 | 1 | -51/+15 |
|/ |
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -1/+2 |
|
|
* | Avoid duplicate ZERO_CHECK in VS solutions | Brad King | 2009-10-19 | 1 | -7/+0 |
|
|
* | Avoid non-root copies of root-only targets | Brad King | 2009-10-06 | 1 | -27/+16 |
|
|
* | Cleanup cmGlobalGenerator::GetTargetSets method | Brad King | 2009-10-01 | 1 | -10/+7 |
|
|
* | Move OrderedTargetDependSet into VS superclass | Brad King | 2009-09-30 | 1 | -28/+0 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Separate VS flag table type | Brad King | 2009-07-29 | 1 | -1/+1 |
|
|
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i... | Bill Hoffman | 2009-07-14 | 1 | -49/+19 |
|
|
* | ENH: only 5 failing tests for VS 10 | Bill Hoffman | 2009-07-10 | 1 | -33/+2 |
|
|
* | BUG: Fix ALL_BUILD ordering enforcement | Brad King | 2009-01-21 | 1 | -4/+4 |
|
|
* | ENH: Make ALL_BUILD always the default project | Brad King | 2009-01-21 | 1 | -0/+9 |
|
|
* | BUG: Fix VS IDE project order | Brad King | 2009-01-21 | 1 | -21/+34 |
|
|
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
|
|
* | BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not ava... | Bill Hoffman | 2008-08-19 | 1 | -0/+1 |
|
|
* | ENH: add support for Intel Fortran Visual studio IDE | Bill Hoffman | 2008-04-30 | 1 | -5/+14 |
|
|
* | ENH: make sure ALL_BUILD only shows up once | Bill Hoffman | 2008-02-04 | 1 | -1/+3 |
|
|
* | ENH: make sure global targets are in the right projects | Bill Hoffman | 2008-01-30 | 1 | -24/+5 |
|
|
* | ENH: fix for bug 3218 dependant projects are written out automatically if the... | Bill Hoffman | 2008-01-30 | 1 | -295/+216 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -2/+1 |
|
|
* | ENH: remove patch as directory change was already fixed | Bill Hoffman | 2008-01-15 | 1 | -0/+18 |
|
|
* | ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro metho... | Brad King | 2007-11-19 | 1 | -1/+1 |
|
|
* | BUG: Fix exception handling flag translation to be specific to each VS versio... | Brad King | 2007-11-16 | 1 | -0/+8 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -3/+14 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -2/+2 |
|
|
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets.... | Brad King | 2007-05-23 | 1 | -8/+2 |
|
|
* | COMP: compile fix and remove warning | Alexander Neundorf | 2007-05-22 | 1 | -2/+1 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+3 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -2/+1 |
|
|
* | BUG: The ALL_BUILD target should not have any command lines so that it is not... | Brad King | 2007-04-10 | 1 | -26/+2 |
|
|