| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -4/+3 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -2/+2 |
|
|
* | cmMakefile: Add a PropertyKeys accessor. | Stephen Kelly | 2015-07-18 | 1 | -7/+9 |
|
|
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -6/+6 |
|
|
* | Merge topic 'move-Feature-API' | Brad King | 2015-06-08 | 1 | -1/+2 |
|\ |
|
| * | cmGeneratorTarget: Move Feature API from cmTarget. | Stephen Kelly | 2015-06-06 | 1 | -1/+2 |
|
|
* | | VS: Use cmUuid RFC 4122 compliant hash based UUID generation | Nils Gladitz | 2015-06-05 | 1 | -8/+10 |
|/ |
|
* | VS: Compute project GUIDs deterministically | Brad King | 2015-06-04 | 1 | -34/+18 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | VS: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -66/+23 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -2/+2 |
|
|
* | VS: Simplify setting of flag table. | Stephen Kelly | 2015-05-19 | 1 | -31/+27 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+1 |
|
|
* | VS: Add option to put INSTALL target in .sln default build | Robert Goulet | 2015-05-06 | 1 | -0/+18 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+4 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
* | Deprecate Visual Studio 7 generator (.NET 2002) | Brad King | 2015-04-15 | 1 | -1/+18 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -4/+4 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | VS: Do not generate a BOM in .sln files | Brad King | 2015-02-24 | 1 | -5/+0 |
|
|
* | Encoding: Write Visual Studio solution file with BOM. | Clinton Stimpson | 2014-12-27 | 1 | -0/+5 |
|
|
* | VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 | Brad King | 2014-09-05 | 1 | -3/+14 |
|
|
* | VS: Refactor internal default platform name selection | Brad King | 2014-09-05 | 1 | -4/+10 |
|
|
* | VS: Move internal MasmEnabled member up to VS 7 generator | Brad King | 2014-08-20 | 1 | -0/+1 |
|
|
* | cmGlobalVisualStudio7Generator: Remove unused variable | Brad King | 2014-07-22 | 1 | -1/+0 |
|
|
* | VS: Delay platform definitions until system name is known | Brad King | 2014-07-17 | 1 | -2/+3 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -1/+8 |
|
|
* | VS: Remove unused parameter of WriteTargetConfigurations | Brad King | 2014-06-13 | 1 | -2/+1 |
|
|
* | VS: Fix subproject .sln dependencies on custom targets | Brad King | 2014-06-12 | 1 | -27/+12 |
|
|
* | VS: Move VS-only API out of cmGlobalGenerator | Brad King | 2014-06-12 | 1 | -0/+31 |
|
|
* | Merge topic 'vs-vcproj-bool-case' | Brad King | 2014-05-29 | 1 | -3/+3 |
|\ |
|
| * | VS: Use lower-case boolean values in VS 7-9 (#14927) | Mark Salisbury | 2014-05-28 | 1 | -3/+3 |
|
|
* | | Encoding: If configured, write Visual Studio project files as UTF-8. | Clinton Stimpson | 2014-03-14 | 1 | -1/+13 |
|
|
* | | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -9/+13 |
|
|
* | | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -9/+10 |
|
|
* | | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -6/+7 |
|/ |
|
* | VS: Teach include_external_msproject about non-C++ projects (#14661) | David Golub | 2013-12-20 | 1 | -1/+36 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -7/+7 |
|
|
* | Windows: Use wide-character system APIs | Clinton Stimpson | 2013-12-09 | 1 | -4/+5 |
|
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-12-05 | 1 | -0/+8 |
|\ |
|
| * | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 1 | -0/+8 |
|
|
* | | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -0/+8 |
|/ |
|