| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324) | Brad King | 2015-01-29 | 1 | -0/+2 |
|
|
* | Xcode: Add internal API to find xcodebuild | Brad King | 2015-01-28 | 1 | -0/+5 |
|
|
* | Merge topic 'xcode-target-sort' | Brad King | 2015-01-20 | 1 | -3/+3 |
|\ |
|
| * | Xcode: Fix early termination on per-config source file error | Brad King | 2015-01-19 | 1 | -3/+3 |
|
|
* | | Xcode: Fix rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 1 | -2/+1 |
|
|
* | | Xcode: use a map to look up target pointers (#15201) | Ben Boeckel | 2014-12-02 | 1 | -0/+1 |
|/ |
|
* | Fix some spelling errors in comments | Geoff Viola | 2014-10-13 | 1 | -1/+1 |
|
|
* | Merge topic 'xcode-6-librarian-flags' | Brad King | 2014-07-29 | 1 | -0/+1 |
|\ |
|
| * | Xcode: Fix static library creation for Xcode 6 (#15038) | Brad King | 2014-07-28 | 1 | -0/+1 |
|
|
* | | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -7/+2 |
|
|
* | | Allow a toolchain file to specify a generator toolset | Brad King | 2014-06-04 | 1 | -1/+1 |
|
|
* | | Xcode: Rename internal variable {Platform => Generator}Toolset | Brad King | 2014-06-04 | 1 | -1/+1 |
|
|
* | | Xcode: Add source file property to control file type (#14854) | Brad King | 2014-05-15 | 1 | -2/+4 |
|
|
* | | 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 |
|
|
* | | cmGlobalXCodeGenerator: Simplify handling of multiple outputs | Brad King | 2014-03-12 | 1 | -3/+1 |
|
|
* | | 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 | -2/+2 |
|
|
* | | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -5/+6 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -8/+8 |
|
|
* | | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | 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 | -5/+6 |
|
|
* | | stringapi: Use strings for AddString methods | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|/ |
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: Make SelectMakeProgram const. | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -8/+10 |
|
|
* | Require CMAKE_<LANG>_COMPILER to be found as a full path | Brad King | 2013-10-28 | 1 | -0/+1 |
|
|
* | Escape target flags taken from COMPILE_OPTIONS | Brad King | 2013-06-27 | 1 | -1/+1 |
|
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+1 |
|
|
* | Xcode: Implement generator toolset selection (#9831, #13802) | Brad King | 2013-02-07 | 1 | -0/+2 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
|
|
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -1/+3 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
|
|
* | Pre-compute object file names before Xcode generation | David Cole | 2012-03-19 | 1 | -0/+2 |
|
|
* | Xcode: Re-factor some existing methods into "FromPath" variants | David Cole | 2012-03-16 | 1 | -0/+6 |
|
|
* | Xcode: Re-factor code into GetObjectsNormalDirectory method | David Cole | 2012-03-16 | 1 | -0/+5 |
|
|
* | Rename/constify build-time config placeholder lookup | Brad King | 2012-03-09 | 1 | -1/+1 |
|
|
* | Remove unused partial OBJECT_FILES property implementation | Brad King | 2012-03-06 | 1 | -3/+0 |
|
|
* | Constify XCode generator getters to match cmGlobalGenerator | Brad King | 2011-10-07 | 1 | -2/+2 |
|
|
* | Xcode: Save object id values in CMakeCache.txt (#11690) | David Cole | 2011-08-24 | 1 | -0/+4 |
|
|
* | Merge topic 'xcode-source_groups-folders-issue-10039' | Brad King | 2011-06-08 | 1 | -0/+2 |
|\ |
|
| * | Xcode: Support multiple level nesting of XCode folders (#10039) | Johan Björk | 2011-06-07 | 1 | -0/+2 |
|
|
* | | Xcode: Fix parallel build depends with universal binaries (#11844) | Brad King | 2011-06-06 | 1 | -0/+2 |
|/ |
|
* | Xcode: Make generation depend on all input directories | Brad King | 2011-01-13 | 1 | -1/+2 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 1 | -0/+5 |
|
|