summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* list: add tests for CMP0007 behaviorRolf Eike Beer2012-11-022-0/+20
* Add test to secure the file(GLOB empty) behavior.Amine Chadly2012-11-021-0/+5
* file: remove dead codeAmine Chadly2012-11-024-10/+14
* Consolidate list() argument count testingPetr Kmoch2012-11-023-38/+30
* Add tests for list() invalid argumentsPetr Kmoch2012-11-0210-0/+39
* Add tests for list() argument countPetr Kmoch2012-11-026-0/+49
* CMakeTests: allow to call the check_cmake_test macro with a given fileRolf Eike Beer2012-11-021-24/+29
* CMake Nightly Date StampKitware Robot2012-09-291-1/+1
* Merge topic 'generator-expression-target-properties'Brad King2012-09-2847-121/+666
|\
| * Process generator expressions in the COMPILE_DEFINITIONS target property.Stephen Kelly2012-09-2810-1/+67
| * Process generator expressions in the INCLUDE_DIRECTORIES property.Stephen Kelly2012-09-2820-3/+116
| * Early return if there is no target.Stephen Kelly2012-09-281-4/+7
| * Add a self-reference check for target properties.Stephen Kelly2012-09-281-1/+16
| * Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-288-26/+204
| * Add a generator expression for target properties.Stephen Kelly2012-09-286-5/+66
| * Extend the generator expression language with more logic.Stephen Kelly2012-09-284-0/+108
| * Refactor GetCompileDefinitions a bit.Stephen Kelly2012-09-211-6/+6
| * Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-215-8/+10
| * Add an AppendDefines std::string overload.Stephen Kelly2012-09-211-0/+5
| * Convert paths in INCLUDE_DIRECTORIES property to Unix slashes.Stephen Kelly2012-09-211-2/+7
| * Don't prepend a path before generator expressions in include_directories.Stephen Kelly2012-09-211-4/+7
| * Add include guard for cmGeneratorExpression.Stephen Kelly2012-09-211-0/+6
| * Port remaining code to GetCompileDefinitions().Stephen Kelly2012-09-214-36/+18
| * Fix indentation in the code blocks generator.Stephen Kelly2012-09-211-43/+41
* | Merge topic 'fix-13549-make-findmpi-quiet'David Cole2012-09-281-0/+5
|\ \
| * | FindMPI: Set correct variables for calls to FPHSADavid Cole2012-09-271-0/+5
* | | Merge topic 'ninja-OBJECT_DEPENDS'David Cole2012-09-281-4/+3
|\ \ \
| * | | Ninja: OBJECT_DEPENDS should set an implicit dependencyPeter Kümmel2012-09-251-4/+3
* | | | Merge topic 'ctest-svn-non-interactive'David Cole2012-09-284-22/+63
|\ \ \ \
| * | | | ctest_update: Tell svn not to prompt interactively (#13024)Nils Gladitz2012-09-254-22/+63
* | | | | CMake Nightly Date StampKitware Robot2012-09-281-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-271-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-09-261-1/+1
* | | | Merge topic 'AutomocUseTargetProperties'David Cole2012-09-253-36/+27
|\ \ \ \
| * | | | Use the cmGeneratorTarget for the include directories API.Stephen Kelly2012-09-191-2/+3
| * | | | Merge branch 'use-generator-target' into AutomocUseTargetPropertiesStephen Kelly2012-09-19224-2112/+19892
| |\ \ \ \
| * | | | | Automoc: also the makefile-COMPILE_DEFINITIONSAlex Neundorf2012-09-061-0/+6
| * | | | | Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONSAlex Neundorf2012-09-053-34/+6
| * | | | | Automoc: fix #13493, use target properties for include dirsAlex Neundorf2012-09-051-4/+16
* | | | | | Merge topic 'use-generator-target'David Cole2012-09-2526-262/+378
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-205-79/+76
| | |/ / / | |/| | |
| * | | | Fix compiler warning with initialization order.Stephen Kelly2012-09-191-1/+1
| * | | | Add convenience for getting a cmGeneratorTarget to use.Stephen Kelly2012-09-192-0/+7
| * | | | Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-195-12/+31
| * | | | Append the COMPILE_DEFINITIONS from the Makefile to all targets.Stephen Kelly2012-09-194-26/+19
| * | | | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-1916-52/+68
| * | | | Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-196-26/+28
| * | | | Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-195-24/+25
| * | | | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-1913-49/+56
| * | | | Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-1913-78/+95