| Commit message (Expand) | Author | Age | Files | Lines |
* | VS8/9: Add flag map entries for /Zc:wchar_t (#10397) | Sebastian Herbst | 2011-02-01 | 1 | -2/+8 |
|
|
* | VS9: Map enable/disable PREfast flags (#10638) | David Cole | 2011-02-01 | 1 | -0/+3 |
|
|
* | Skip VS <= 7.1 dependency analysis for VS >= 8 | Brad King | 2010-12-01 | 1 | -0/+8 |
|
|
* | Merge branch 'vs8-direct-depends' into vs-target-dependencies | Brad King | 2010-11-12 | 1 | -0/+14 |
|\ |
|
| * | Store direct dependencies in solutions for VS >= 8 | Brad King | 2010-09-10 | 1 | -0/+14 |
|
|
* | | Fix line-too-long style errors | Brad King | 2010-09-10 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+7 |
|\ |
|
| * | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+7 |
|
|
* | | VS: Add ArchitectureId to VS 8 and 9 generators | Patrick Gansterer | 2010-08-26 | 1 | -2/+3 |
|
|
* | | VS: Convert PlatformName member to a virtual method | Patrick Gansterer | 2010-08-24 | 1 | -7/+7 |
|/ |
|
* | Use full path file names in generate.stamp.list. | David Cole | 2010-06-17 | 1 | -2/+0 |
|
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+2 |
|
|
* | Do not link library dependencies in VS solutions | Brad King | 2009-10-20 | 1 | -0/+23 |
|
|
* | Avoid duplicate ZERO_CHECK in VS solutions | Brad King | 2009-10-19 | 1 | -114/+105 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Simplify VS generator ZERO_CHECK dependency | Brad King | 2009-09-04 | 1 | -35/+8 |
|
|
* | ENH: Separate VS flag table type | Brad King | 2009-07-29 | 1 | -1/+1 |
|
|
* | BUG: fix location of tmp file to use the full path, caused error on vista not... | Bill Hoffman | 2008-04-01 | 1 | -1/+1 |
|
|
* | BUG: Fixes to VS8/VS9 project regeneration rules | Brad King | 2008-03-11 | 1 | -60/+90 |
|
|
* | ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a... | David Cole | 2008-02-15 | 1 | -11/+9 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -1/+1 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2008-01-02 | 1 | -2/+4 |
|
|
* | BUG: Do not use VSMacros stuff for VS8sp0 because macros do not work in that ... | Brad King | 2008-01-02 | 1 | -0/+13 |
|
|
* | STYLE: fix line len | Bill Hoffman | 2007-12-18 | 1 | -1/+2 |
|
|
* | BUG: fix for bug 5931 add some more flags for the gui | Bill Hoffman | 2007-12-17 | 1 | -1/+8 |
|
|
* | STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions. | Brad King | 2007-11-20 | 1 | -1/+2 |
|
|
* | ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro metho... | Brad King | 2007-11-19 | 1 | -0/+2 |
|
|
* | BUG: Fix exception handling flag translation to be specific to each VS versio... | Brad King | 2007-11-16 | 1 | -0/+6 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -0/+28 |
|
|
* | BUG: Converted per-vcproj timestamp to a single directory-level CMakeFiles/ge... | Brad King | 2007-11-12 | 1 | -3/+3 |
|
|
* | ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-runni... | Brad King | 2007-11-10 | 1 | -2/+4 |
|
|
* | ENH: Converted vcproj file generation to use cmGeneratedFileStream for atomic... | Brad King | 2007-11-09 | 1 | -6/+7 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | COMP: Fix build for windows-only generators after change to GetSourceFiles si... | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
|
|
* | ENH: added internal target property for the name of the project file | Ken Martin | 2007-04-10 | 1 | -3/+0 |
|
|
* | ENH: some more cleanup | Ken Martin | 2007-03-13 | 1 | -1/+1 |
|
|
* | BUG: Split precompiled header flags into a separate per-global-generator flag... | Brad King | 2007-03-12 | 1 | -0/+19 |
|
|
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -2/+2 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -7/+7 |
|
|
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -4/+3 |
|
|
* | BUG: Centralized generation of command line arguments in escaped form. This ... | Brad King | 2006-09-21 | 1 | -2/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -9/+17 |
|
|
* | BUG: MSVC* variables should be set in IDE generators instead of just NMake. | Brad King | 2006-05-06 | 1 | -0/+6 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -2/+2 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 1 | -3/+7 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+7 |
|
|
* | BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ... | Brad King | 2006-02-14 | 1 | -0/+14 |
|
|
* | BUG: Fixed generation of VS8 solution file to not be re-written when loaded b... | Brad King | 2006-02-14 | 1 | -1/+34 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -1/+4 |
|
|