summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document CMAKE_FIND_PACKAGE_NAMEAlex Neundorf2012-10-041-0/+3
* CMake Nightly Date StampKitware Robot2012-10-041-1/+1
* CMake Nightly Date StampKitware Robot2012-10-031-1/+1
* Merge topic 'ninja-LIBPATH'Brad King2012-10-029-40/+85
|\
| * Ninja: add option to enforce usage of response filesPeter Kümmel2012-10-011-4/+4
| * Ninja: move <OBJECTS> in front of the first linker optionPeter Kümmel2012-10-014-14/+31
| * Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-016-27/+55
* | Merge topic 'ninja-link-rsp-expand'Brad King2012-10-027-33/+30
|\ \ | |/
| * Revert "Ninja: don't expand any rsp files"Bill Hoffman2012-10-014-28/+13
| * Ninja: don't confuse ninja's rsp files with nmake'sPeter Kümmel2012-09-283-5/+17
* | Merge topic 'FindCURL-libcurl'Brad King2012-10-021-1/+3
|\ \
| * | FindCURL: Find older MSVC prebuiltsAndreas Mohr2012-10-011-1/+3
* | | CMake Nightly Date StampKitware Robot2012-10-021-1/+1
* | | Merge topic 'documentation-cleanup'Brad King2012-10-017-16/+26
|\ \ \
| * | | Remove period at the end of the check message.Stephen Kelly2012-09-292-2/+2
| * | | 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-0125-182/+480
|\ \ \ \
| * \ \ \ Merge topic 'AutomocUseTargetProperties' into export-setsAlex Neundorf2012-09-3069-925/+2183
| |\ \ \ \
| * | | | | exports: add a test for exporting dependent targetsAlex Neundorf2012-09-304-0/+21
| * | | | | 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-288-38/+76
| * | | | | exports: Create class cmExportSetYury G. Kudryashov2012-09-2810-43/+103
| * | | | | 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-283-0/+16
| * | | | | Modules/readme.txt: fix typoAlex Neundorf2012-09-281-1/+1
| * | | | | cmGlobalGenerator.h: some minor coding style fixesAlex Neundorf2012-09-281-6/+5
* | | | | | Merge topic 'vs-pdb-output'Brad King2012-10-0118-16/+274
|\ \ \ \ \ \
| * | | | | | Run PDBDirectoryAndName test on MSVC and IntelBrad King2012-09-292-3/+8
| * | | | | | Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6Brad King2012-09-252-4/+17
| * | | | | | Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in testBrad King2012-09-252-0/+36
| * | | | | | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-2517-16/+220
* | | | | | | 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-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