| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -12/+12 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -16/+20 |
|
|
* | cmGeneratorTarget: Classify sources on demand, not up front. | Stephen Kelly | 2014-02-24 | 1 | -1/+0 |
|
|
* | cmTarget: Find source files on request. | Stephen Kelly | 2014-02-24 | 1 | -35/+0 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2014-02-19 | 1 | -1/+0 |
|\ |
|
| * | cmGlobalGenerator: Remove unused variable. | Stephen Kelly | 2014-02-17 | 1 | -1/+0 |
|
|
* | | cmTarget: Don't try to get sources of an INTERFACE_LIBRARY. | Stephen Kelly | 2014-02-14 | 1 | -1/+2 |
|/ |
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -0/+7 |
|
|
* | QNX: Introduce QCC compiler id for that QNX platform compiler. | Stephen Kelly | 2014-01-22 | 1 | -1/+37 |
|
|
* | Merge topic 'constify' | Brad King | 2014-01-13 | 1 | -34/+50 |
|\ |
|
| * | 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 | -29/+45 |
|
|
* | | cmake: Future-proof --find-package mode. | Stephen Kelly | 2014-01-13 | 1 | -24/+26 |
|/ |
|
* | Merge topic 'minor-cleanups' | Brad King | 2014-01-09 | 1 | -1/+2 |
|\ |
|
| * | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -1/+2 |
|
|
* | | Merge topic 'policies' | Brad King | 2014-01-09 | 1 | -9/+14 |
|\ \ |
|
| * | | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. | Stephen Kelly | 2014-01-08 | 1 | -9/+14 |
| |/ |
|
* | | Merge topic 'optional-install' | Brad King | 2014-01-09 | 1 | -2/+13 |
|\ \
| |/
|/| |
|
| * | InstallRules: added new variable to disable generation of install rules | Nils Gladitz | 2014-01-08 | 1 | -2/+13 |
|
|
* | | Merge topic 'unicode-fstream' | Brad King | 2014-01-07 | 1 | -2/+3 |
|\ \ |
|
| * | | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
|
|
* | | | Don't allow include() of export(EXPORT) file at configure time. | Stephen Kelly | 2014-01-06 | 1 | -1/+13 |
|
|
* | | | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -11/+0 |
|
|
* | | | cmTarget: INTERFACE_LIBRARY is always EXCLUDE_FROM_ALL. | Stephen Kelly | 2014-01-06 | 1 | -1/+2 |
|
|
* | | | cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-06 | 1 | -2/+2 |
|/ / |
|
* | | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -0/+28 |
|\ \
| |/
|/| |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -0/+28 |
|
|
* | | Merge topic 'constify' | Brad King | 2013-12-23 | 1 | -1/+1 |
|\ \ |
|
| * | | cmGlobalGenerator: Fix value type pushed into autogens vector | Brad King | 2013-12-20 | 1 | -1/+1 |
|
|
* | | | Merge topic 'minor-cleanup' | Brad King | 2013-12-19 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Avoid certain actions on IMPORTED targets. | Stephen Kelly | 2013-12-11 | 1 | -0/+4 |
| |/ |
|
* | | Constify cmGeneratorTarget access. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
|
|
* | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -8/+9 |
|/ |
|
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -0/+9 |
|
|
* | Merge topic 'constify' | Brad King | 2013-11-20 | 1 | -9/+11 |
|\ |
|
| * | cmGlobalGenerator: Make NameResolvesToFramework const. | Stephen Kelly | 2013-11-19 | 1 | -7/+9 |
|
|
| * | cmMakefile: Make IsAlias const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
| * | cmTarget: Make custom command accessors API const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | | Notify extra generators about languages | Ben Boeckel | 2013-11-19 | 1 | -0/+5 |
|/ |
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-11-19 | 1 | -66/+79 |
|\ |
|
| * | Simplify some calls to cmGlobalGenerator::Build | Brad King | 2013-11-18 | 1 | -10/+1 |
|
|
| * | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -0/+20 |
|
|
| * | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -28/+18 |
|
|
| * | cmGlobalGenerator: Add method to compute "cmake --build" command line | Brad King | 2013-11-14 | 1 | -0/+40 |
|
|
| * | cmGlobalGenerator: Drop unused GenerateBuildCommand implementation | Brad King | 2013-11-14 | 1 | -33/+5 |
|
|
* | | CMP0037: Extend policy to reserved names and custom targets | Nils Gladitz | 2013-11-19 | 1 | -0/+31 |
|/ |
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -7/+8 |
|
|
* | Merge topic 'constify' | Brad King | 2013-11-12 | 1 | -7/+4 |
|\ |
|
| * | cmTarget: Don't finalize include directories in GetIncludeDirectories. | Stephen Kelly | 2013-11-07 | 1 | -5/+2 |
|
|