| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -1/+1 |
|
|
* | Merge topic 'auto_export_dll_symbols' | Brad King | 2015-07-08 | 1 | -0/+4 |
|\ |
|
| * | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+4 |
|
|
* | | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -1/+2 |
|/ |
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+1 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -0/+21 |
|
|
* | VS: Drop reload macros for VS >= 10 (#11258,#14680) | Brad King | 2015-04-15 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -5/+2 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -3/+0 |
|
|
* | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 1 | -1/+0 |
|
|
* | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 1 | -0/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
|
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -0/+4 |
|
|
* | cmGlobalGenerator: Make SelectMakeProgram const. | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -8/+9 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -0/+3 |
|
|
* | Require CMAKE_<LANG>_COMPILER to be found as a full path | Brad King | 2013-10-28 | 1 | -0/+1 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -1/+0 |
|
|
* | VS: Support setting correct subsystem and entry point for WinCE | Patrick Gansterer | 2012-11-26 | 1 | -0/+3 |
|
|
* | VS: Change variable type of ArchitectureId from const char* to string | Patrick Gansterer | 2012-11-26 | 1 | -1/+1 |
|
|
* | VS: Add static method to get the base of the registry | Patrick Gansterer | 2012-11-26 | 1 | -0/+3 |
|
|
* | VS: Remove AddPlatformDefinitions from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -0/+1 |
|
|
* | 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 | -0/+5 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Pre-compute object file names before VS project generation | Brad King | 2012-03-09 | 1 | -0/+2 |
|
|
* | Use modern global dependency graph for VS < 8 deps | Brad King | 2010-11-18 | 1 | -5/+20 |
|
|
* | VS10: Order .vcxproj dependencies deterministically (#10502) | Brad King | 2010-10-07 | 1 | -8/+8 |
|
|
* | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -9/+5 |
|
|
* | Factor out duplicate VS target dependency code | Brad King | 2010-08-24 | 1 | -0/+5 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 1 | -0/+5 |
|
|
* | Do not link library dependencies in VS solutions | Brad King | 2009-10-20 | 1 | -1/+2 |
|
|
* | Add alternative _UTILITY targets to all solutions | Brad King | 2009-10-01 | 1 | -0/+3 |
|
|
* | Move OrderedTargetDependSet into VS superclass | Brad King | 2009-09-30 | 1 | -0/+11 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Create VS generator GetRegistryBase method | Brad King | 2009-09-16 | 1 | -0/+3 |
|
|
* | ENH: make sure GUIDs for filters are cached | Bill Hoffman | 2009-07-17 | 1 | -1/+0 |
|
|
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i... | Bill Hoffman | 2009-07-14 | 1 | -1/+1 |
|
|
* | ENH: add support for Intel Fortran Visual studio IDE | Bill Hoffman | 2008-04-30 | 1 | -0/+3 |
|
|
* | ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a... | David Cole | 2008-02-15 | 1 | -0/+6 |
|
|
* | ENH: Make static library targets depend on targets to which they "link" for t... | Brad King | 2007-12-21 | 1 | -1/+6 |
|
|
* | ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro metho... | Brad King | 2007-11-19 | 1 | -1/+4 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -0/+20 |
|
|
* | BUG: The ALL_BUILD target should not have any command lines so that it is not... | Brad King | 2007-04-10 | 1 | -0/+5 |
|
|
* | BUG: Fix utility dependencies for static libraries in VS generators. This ad... | Brad King | 2007-04-04 | 1 | -0/+9 |
|
|
* | ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global gener... | Brad King | 2007-04-04 | 1 | -0/+35 |
|
|