| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: fix usage of memory checker with spaces in path | Rolf Eike Beer | 2012-10-01 | 1 | -9/+6 |
|
|
* | CMake Nightly Date Stamp | Kitware Robot | 2012-09-30 | 1 | -1/+1 |
|
|
* | CMake Nightly Date Stamp | Kitware Robot | 2012-09-29 | 1 | -1/+1 |
|
|
* | Merge topic 'generator-expression-target-properties' | Brad King | 2012-09-28 | 47 | -121/+666 |
|\ |
|
| * | Process generator expressions in the COMPILE_DEFINITIONS target property. | Stephen Kelly | 2012-09-28 | 10 | -1/+67 |
|
|
| * | Process generator expressions in the INCLUDE_DIRECTORIES property. | Stephen Kelly | 2012-09-28 | 20 | -3/+116 |
|
|
| * | Early return if there is no target. | Stephen Kelly | 2012-09-28 | 1 | -4/+7 |
|
|
| * | Add a self-reference check for target properties. | Stephen Kelly | 2012-09-28 | 1 | -1/+16 |
|
|
| * | Add API to check that dependent target properties form a DAG. | Stephen Kelly | 2012-09-28 | 8 | -26/+204 |
|
|
| * | Add a generator expression for target properties. | Stephen Kelly | 2012-09-28 | 6 | -5/+66 |
|
|
| * | Extend the generator expression language with more logic. | Stephen Kelly | 2012-09-28 | 4 | -0/+108 |
|
|
| * | Refactor GetCompileDefinitions a bit. | Stephen Kelly | 2012-09-21 | 1 | -6/+6 |
|
|
| * | Return a std::string from GetCompileDefinitions. | Stephen Kelly | 2012-09-21 | 5 | -8/+10 |
|
|
| * | Add an AppendDefines std::string overload. | Stephen Kelly | 2012-09-21 | 1 | -0/+5 |
|
|
| * | Convert paths in INCLUDE_DIRECTORIES property to Unix slashes. | Stephen Kelly | 2012-09-21 | 1 | -2/+7 |
|
|
| * | Don't prepend a path before generator expressions in include_directories. | Stephen Kelly | 2012-09-21 | 1 | -4/+7 |
|
|
| * | Add include guard for cmGeneratorExpression. | Stephen Kelly | 2012-09-21 | 1 | -0/+6 |
|
|
| * | Port remaining code to GetCompileDefinitions(). | Stephen Kelly | 2012-09-21 | 4 | -36/+18 |
|
|
| * | Fix indentation in the code blocks generator. | Stephen Kelly | 2012-09-21 | 1 | -43/+41 |
|
|
* | | Merge topic 'fix-13549-make-findmpi-quiet' | David Cole | 2012-09-28 | 1 | -0/+5 |
|\ \ |
|
| * | | FindMPI: Set correct variables for calls to FPHSA | David Cole | 2012-09-27 | 1 | -0/+5 |
|
|
* | | | Merge topic 'ninja-OBJECT_DEPENDS' | David Cole | 2012-09-28 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | Ninja: OBJECT_DEPENDS should set an implicit dependency | Peter Kümmel | 2012-09-25 | 1 | -4/+3 |
|
|
* | | | | Merge topic 'ctest-svn-non-interactive' | David Cole | 2012-09-28 | 4 | -22/+63 |
|\ \ \ \ |
|
| * | | | | ctest_update: Tell svn not to prompt interactively (#13024) | Nils Gladitz | 2012-09-25 | 4 | -22/+63 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-09-28 | 1 | -1/+1 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-09-27 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-09-26 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'AutomocUseTargetProperties' | David Cole | 2012-09-25 | 3 | -36/+27 |
|\ \ \ \ |
|
| * | | | | Use the cmGeneratorTarget for the include directories API. | Stephen Kelly | 2012-09-19 | 1 | -2/+3 |
|
|
| * | | | | Merge branch 'use-generator-target' into AutomocUseTargetProperties | Stephen Kelly | 2012-09-19 | 224 | -2112/+19892 |
| |\ \ \ \ |
|
| * | | | | | Automoc: also the makefile-COMPILE_DEFINITIONS | Alex Neundorf | 2012-09-06 | 1 | -0/+6 |
|
|
| * | | | | | Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONS | Alex Neundorf | 2012-09-05 | 3 | -34/+6 |
|
|
| * | | | | | Automoc: fix #13493, use target properties for include dirs | Alex Neundorf | 2012-09-05 | 1 | -4/+16 |
|
|
* | | | | | | Merge topic 'use-generator-target' | David Cole | 2012-09-25 | 26 | -262/+378 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Revert "Move GenerateTargetManifest to cmGeneratorTarget." | Stephen Kelly | 2012-09-20 | 5 | -79/+76 |
| | |/ / /
| |/| | | |
|
| * | | | | Fix compiler warning with initialization order. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
| * | | | | Add convenience for getting a cmGeneratorTarget to use. | Stephen Kelly | 2012-09-19 | 2 | -0/+7 |
|
|
| * | | | | Add a wrapper for accessing config-specific compile-definitions. | Stephen Kelly | 2012-09-19 | 5 | -12/+31 |
|
|
| * | | | | Append the COMPILE_DEFINITIONS from the Makefile to all targets. | Stephen Kelly | 2012-09-19 | 4 | -26/+19 |
|
|
| * | | | | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 16 | -52/+68 |
|
|
| * | | | | Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 6 | -26/+28 |
|
|
| * | | | | Move GetCreateRuleVariable to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 5 | -24/+25 |
|
|
| * | | | | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 13 | -49/+56 |
|
|
| * | | | | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 13 | -78/+95 |
|
|
| * | | | | Move GenerateTargetManifest to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 5 | -76/+79 |
|
|
| * | | | | Store cmGeneratorTargets with the makefile. | Stephen Kelly | 2012-09-19 | 4 | -6/+24 |
|
|
| * | | | | Add more forwarding API to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 2 | -0/+36 |
|
|
* | | | | | Merge topic 'osx-sysroot-cleanup' | David Cole | 2012-09-25 | 13 | -133/+154 |
|\ \ \ \ \ |
|
| * | | | | | OS X: Ignore MACOSX_DEPLOYMENT_TARGET during Xcode compiler id | Brad King | 2012-09-24 | 1 | -0/+8 |
|
|