| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -4/+7 |
|
|
* | cmGlobalGenerator: Move generation object creation to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -0/+2 |
|
|
* | VisualStudio: Skip global targets when processing. | Stephen Kelly | 2015-07-29 | 1 | -0/+4 |
|
|
* | Merge topic 'auto_export_dll_symbols' | Brad King | 2015-07-08 | 1 | -0/+70 |
|\ |
|
| * | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+70 |
|
|
* | | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -9/+18 |
|/ |
|
* | cmState: Host some state from the cmGlobalGenerator. | Stephen Kelly | 2015-05-27 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -0/+13 |
|
|
* | cmGlobalGenerator: Move some flags from cmLocalGenerator. | Stephen Kelly | 2015-05-14 | 1 | -0/+2 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -10/+2 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -10/+0 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+9 |
|
|
* | Merge topic 'target-objects-refactor' | Brad King | 2014-03-17 | 1 | -43/+4 |
|\ |
|
| * | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 1 | -24/+0 |
|
|
| * | cmLocalGenerator: Add ComputeObjectFilenames interface. | Stephen Kelly | 2014-03-13 | 1 | -34/+14 |
|
|
| * | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 1 | -5/+5 |
|
|
| * | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 1 | -1/+6 |
|
|
* | | Encoding: If configured, write Visual Studio project files as UTF-8. | Clinton Stimpson | 2014-03-14 | 1 | -1/+2 |
|/ |
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -0/+17 |
|
|
* | cmGeneratorTarget: Add methods to access source file groups. | Stephen Kelly | 2014-01-09 | 1 | -6/+8 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -11/+13 |
|
|
* | Windows: Use wide-character system APIs | Clinton Stimpson | 2013-12-09 | 1 | -33/+39 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -0/+13 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+4 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -4/+0 |
|
|
* | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | VS: Change variable type of ArchitectureId from const char* to string | Patrick Gansterer | 2012-11-26 | 1 | -2/+2 |
|
|
* | VS: Add static method to get the base of the registry | Patrick Gansterer | 2012-11-26 | 1 | -2/+9 |
|
|
* | VS: Remove AddPlatformDefinitions from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -0/+6 |
|
|
* | Resolve warnings about shadowing parameters and local variables. | Stephen Kelly | 2012-11-13 | 1 | -1/+0 |
|
|
* | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 1 | -6/+0 |
|
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -0/+14 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | VS: Add CMakeLists.txt re-run rules at start of generation | Brad King | 2012-03-28 | 1 | -0/+10 |
|
|
* | Add OBJECT_LIBRARY target type | Brad King | 2012-03-13 | 1 | -1/+7 |
|
|
* | Pre-compute and store target object directory in cmGeneratorTarget | Brad King | 2012-03-12 | 1 | -0/+16 |
|
|
* | Pre-compute object file names before VS project generation | Brad King | 2012-03-09 | 1 | -1/+45 |
|
|
* | Avoid passing string literal to char* type | Brad King | 2010-12-28 | 1 | -2/+3 |
|
|
* | Use modern global dependency graph for VS < 8 deps | Brad King | 2010-11-18 | 1 | -68/+136 |
|
|
* | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+15 |
|\ |
|
| * | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+15 |
|
|
* | | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -164/+27 |
|
|
* | | Factor out duplicate VS target dependency code | Brad King | 2010-08-24 | 1 | -0/+58 |
|/ |
|
* | Add alternative _UTILITY targets to all solutions | Brad King | 2009-10-01 | 1 | -0/+24 |
|
|