summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake Nightly Date StampKitware Robot2012-09-151-1/+1
* CMake Nightly Date StampKitware Robot2012-09-141-1/+1
* CMake Nightly Date StampKitware Robot2012-09-131-1/+1
* Merge topic 'file-download-verify'Brad King2012-09-122-40/+135
|\
| * file(DOWNLOAD): Add options for SSLBill Hoffman2012-09-112-1/+77
| * file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASHBill Hoffman2012-09-112-39/+58
* | CMake Nightly Date StampKitware Robot2012-09-121-1/+1
* | Merge topic 'docbook-validate'Brad King2012-09-113-100/+94
|\ \
| * | docbook: Fix Sun CC warning on ptr_fun(isalnum)Brad King2012-09-101-1/+8
| * | docbook: Fix formatter naming convention to avoid shadowBrad King2012-09-092-3/+3
| * | docbook: Remove redundant docs that cause invalid DocBookDaniel Pfeifer2012-09-081-7/+0
| * | docbook: Add support for <abstract> at section level 1Daniel Pfeifer2012-09-081-2/+24
| * | docbook: Cleanup formatter and generated DocBookDaniel Pfeifer2012-09-071-24/+24
| * | docbook: Fix the DocBook section outputDaniel Pfeifer2012-09-071-24/+15
| * | docbook: Factor out code to write valid DocBook IDsDaniel Pfeifer2012-09-072-37/+36
| * | docbook: Remove table of contentsDaniel Pfeifer2012-09-071-18/+0
| |/
* | Merge topic 'IsSourceFileTryCompile'Brad King2012-09-113-2/+15
|\ \
| * | Ninja: suppress cmcldeps only for source file signature try_compilesPeter Kümmel2012-09-053-2/+15
* | | Merge topic 'ninja-cmcldeps-first-line'Brad King2012-09-111-1/+3
|\ \ \
| * | | Ninja: don't suppress warning about compiler optionsPeter Kümmel2012-09-041-1/+3
| |/ /
* | | Merge topic 'cmake-gui-interrupt-error'Brad King2012-09-111-1/+2
|\ \ \
| * | | cmake-gui: Fix error status when interrupted.Clinton Stimpson2012-09-041-1/+2
* | | | Merge topic 'ctest-svn-update'Brad King2012-09-112-77/+239
|\ \ \ \
| * | | | cmCTestSVN: Load and process information from externalsXavier Besseron2012-09-041-6/+32
| * | | | cmCTestSVN: Add a LoadExternal() function and an ExternalParser classXavier Besseron2012-09-042-0/+53
| * | | | cmCTestSVN: Use the SVNInfo structureXavier Besseron2012-09-042-77/+92
| * | | | cmCTestSVN: Create the SVNInfo for the root repositoryXavier Besseron2012-09-041-0/+3
| * | | | cmCTestSVN: Add the Repositories list and the RootInfo pointerXavier Besseron2012-09-041-0/+6
| * | | | cmCTestSVN: Extend Revision struct with SVN repo informationXavier Besseron2012-09-042-5/+13
| * | | | cmCTestSVN: Add the new SVNInfo structureXavier Besseron2012-09-032-0/+51
* | | | | CMake Nightly Date StampKitware Robot2012-09-111-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-101-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-091-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-081-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-071-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-061-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-09-051-1/+1
* | | | Merge topic 'doc-add_library-PIC'David Cole2012-09-042-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | add_library: Document POSITION_INDEPENDENT_CODE default (#13479)Brad King2012-08-312-2/+4