| Commit message (Expand) | Author | Age | Files | Lines |
* | find_library: Fix repeat call after changing directory content (#15293) | Brad King | 2014-12-08 | 1 | -8/+9 |
|
|
* | file: Add LOCK subcommand to do file and directory locking | Ruslan Baratov | 2014-12-03 | 1 | -0/+10 |
|
|
* | Give the interactive cache editor the USES_TERMINAL property | Peter Collingbourne | 2014-11-14 | 1 | -1/+2 |
|
|
* | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -0/+10 |
|
|
* | Fix some spelling errors in comments | Geoff Viola | 2014-10-13 | 1 | -4/+4 |
|
|
* | CMake: Add CMAKE_GENERATOR_PLATFORM option | Brad King | 2014-09-05 | 1 | -0/+4 |
|
|
* | cmGlobalGenerator: Take Build output argument by reference | Brad King | 2014-07-31 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -1/+3 |
|
|
* | Tell generators about CMAKE_SYSTEM_NAME as soon as it is known | Brad King | 2014-07-17 | 1 | -0/+4 |
|
|
* | cmTarget: Compile old-style link dependencies only for VS 6 | Brad King | 2014-07-14 | 1 | -0/+2 |
|
|
* | cmTarget: Run old-style link dependencies only for VS 6 | Brad King | 2014-07-14 | 1 | -0/+3 |
|
|
* | VS: Move VS-only API out of cmGlobalGenerator | Brad King | 2014-06-12 | 1 | -3/+0 |
|
|
* | Allow a toolchain file to specify a generator toolset | Brad King | 2014-06-04 | 1 | -1/+1 |
|
|
* | Add an "installed file" property scope | Nils Gladitz | 2014-05-28 | 1 | -0/+2 |
|
|
* | cmGlobalGenerator: Store targets in hash maps | Ben Boeckel | 2014-05-07 | 1 | -3/+12 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Compute target objects on demand | Stephen Kelly | 2014-04-02 | 1 | -2/+0 |
|
|
* | cmGlobalGenerator: Add interface to call ForceLinkerLanguages | Stephen Kelly | 2014-03-31 | 1 | -0/+2 |
|
|
* | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 1 | -0/+2 |
|
|
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -5/+5 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -23/+23 |
|
|
* | cmTarget: Remove the project argument to FindTarget | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for AddSubdirectory paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -9/+10 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -10/+11 |
|
|
* | cmTarget: Find source files on request. | Stephen Kelly | 2014-02-24 | 1 | -1/+0 |
|
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -0/+4 |
|
|
* | Merge topic 'constify' | Brad King | 2014-01-13 | 1 | -15/+15 |
|\ |
|
| * | cmGlobalGenerator: Make SelectMakeProgram const. | Stephen Kelly | 2014-01-12 | 1 | -4/+4 |
|
|
| * | cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
| * | cmGlobalGenerator: Make some API const. | Stephen Kelly | 2014-01-12 | 1 | -10/+10 |
|
|
* | | cmake: Future-proof --find-package mode. | Stephen Kelly | 2014-01-13 | 1 | -0/+2 |
|/ |
|
* | Don't allow include() of export(EXPORT) file at configure time. | Stephen Kelly | 2014-01-06 | 1 | -0/+2 |
|
|
* | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -0/+5 |
|\ |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -0/+5 |
|
|
* | | Constify autogen handling. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
|
|
* | | Constify cmGeneratorTarget access. | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|
|
* | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -5/+7 |
|/ |
|
* | cmGlobalGenerator: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 1 | -2/+2 |
|
|
* | cmMakefile: Make IsAlias const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-11-19 | 1 | -6/+15 |
|\ |
|
| * | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+1 |
|
|
| * | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -0/+2 |
|
|
| * | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -5/+5 |
|
|