summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2012-10-021-1/+1
* Merge topic 'documentation-cleanup'Brad King2012-10-015-14/+24
|\
| * Fix minor typos.Stephen Kelly2012-09-293-5/+5
| * Remove unused parameter marker and the unused parameter.Stephen Kelly2012-09-291-2/+1
| * Document that generator expressions can be used in target properties.Stephen Kelly2012-09-291-2/+9
| * Fix punctuation in some variables documentation.Stephen Kelly2012-09-291-2/+4
| * Fix the layout of the generator expression documentation.Stephen Kelly2012-09-291-3/+5
* | Merge topic 'export-sets'Brad King2012-10-0118-181/+450
|\ \
| * \ Merge topic 'AutomocUseTargetProperties' into export-setsAlex Neundorf2012-09-3051-788/+1887
| |\ \
| * | | exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()Alex Neundorf2012-09-302-1/+10
| * | | exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-306-98/+124
| * | | exports: fix build with MSVC6Alex Neundorf2012-09-284-7/+7
| * | | exports: first try at error handling if a target is missingAlex Neundorf2012-09-284-11/+42
| * | | exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-287-22/+111
| * | | exports: store pointers to all installations of each export setAlex Neundorf2012-09-283-0/+14
| * | | exports: cmGlobalGenerator::ExportSets destructor will clear itYury G. Kudryashov2012-09-281-1/+0
| * | | exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-285-38/+30
| * | | exports: Add cmExportSetMap classYury G. Kudryashov2012-09-287-38/+75
| * | | exports: Create class cmExportSetYury G. Kudryashov2012-09-289-43/+102
| * | | exports: Rename cmGlobalGenerator::AddTargetToExport{s,}Yury G. Kudryashov2012-09-283-17/+3
| * | | exports: Remove cmTargetExport constructorYury G. Kudryashov2012-09-284-31/+25
| * | | exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-285-31/+54
| * | | find_package: add support for a <package>_NOT_FOUND_MESSAGE variableAlex Neundorf2012-09-281-0/+10
| * | | cmGlobalGenerator.h: some minor coding style fixesAlex Neundorf2012-09-281-6/+5
* | | | Merge topic 'vs-pdb-output'Brad King2012-10-019-16/+172
|\ \ \ \
| * | | | Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6Brad King2012-09-251-4/+12
| * | | | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-259-16/+164
* | | | | CMake Nightly Date StampKitware Robot2012-10-011-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-301-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-09-291-1/+1
* | | | Merge topic 'generator-expression-target-properties'Brad King2012-09-2818-121/+490
|\ \ \ \
| * | | | Process generator expressions in the COMPILE_DEFINITIONS target property.Stephen Kelly2012-09-281-1/+16
| * | | | Process generator expressions in the INCLUDE_DIRECTORIES property.Stephen Kelly2012-09-282-3/+26
| * | | | 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-287-26/+203
| * | | | Add a generator expression for target properties.Stephen Kelly2012-09-286-5/+66
| * | | | Extend the generator expression language with more logic.Stephen Kelly2012-09-282-0/+74
| * | | | 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 '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-283-22/+62
|\ \ \ \ \ \
| * | | | | | ctest_update: Tell svn not to prompt interactively (#13024)Nils Gladitz2012-09-253-22/+62