summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Utilities/Release: Do not upload doc staging tarballBrad King2014-02-261-3/+3
* Merge branch 'release'Brad King2014-02-260-0/+0
|\
| * Merge branch 'fix-find_dependency-macro' into releasev3.0.0-rc1Brad King2014-02-261-1/+2
| |\
| * \ Merge branch 'INTERFACE-property-docs' into releaseBrad King2014-02-261-0/+10
| |\ \
| * \ \ Merge branch 'fix-showinclude-warnings' into releaseBrad King2014-02-262-2/+18
| |\ \ \
* | \ \ \ Merge topic 'fix-find_dependency-macro'Brad King2014-02-261-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | find_dependency: unset cmake_fd_version variable at end of macroAlex Merry2014-02-261-0/+1
| * | | | find_dependency: use correct version variable nameAlex Merry2014-02-261-1/+1
* | | | | Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-260-0/+0
|\ \ \ \ \
| * | | | | MSVC: Add properties to configure compiler PDB files (#14763)Brad King2014-02-2627-11/+262
* | | | | | Merge topic 'INTERFACE-property-docs'Brad King2014-02-261-0/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Help: List the whitelist of properties for INTERFACE libraries.Stephen Kelly2014-02-261-0/+10
| | |_|/ / | |/| | |
* | | | | Merge topic 'release-doc-tarball'Brad King2014-02-262-5/+6
|\ \ \ \ \
| * | | | | Utilities/Release: Copy pre-built docs tarball to unique nameBrad King2014-02-252-5/+6
* | | | | | Merge topic 'release-upload-version'Brad King2014-02-261-1/+1
|\ \ \ \ \ \
| * | | | | | Utilities/Release: Update default binary distribution dir to v3.0Brad King2014-02-251-1/+1
| |/ / / / /
* | | | | | Merge topic 'fix-showinclude-warnings'Brad King2014-02-262-2/+18
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | CTest: exclude /showIncludes notes when scraping logsNils Gladitz2014-02-252-2/+18
* | | | | | Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-2627-33/+331
|\ \ \ \ \ \
| * | | | | | MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-2627-11/+262
| | |_|_|/ / | |/| | | |
| * | | | | cmTarget: Add per-config compilation infoBrad King2014-02-242-0/+50
| * | | | | cmTarget: Refactor ComputePDBOutputDir interfaceBrad King2014-02-242-6/+7
| * | | | | Help: Refactor PDB_NAME and PDB_OUTPUT_DIRECTORY docsBrad King2014-02-245-13/+9
| * | | | | Makefile: Fix per-config linker PDB output directoryBrad King2014-02-243-4/+4
* | | | | | Merge topic 'UseSWIG-avoid-extra-rebuilds'Brad King2014-02-261-3/+4
|\ \ \ \ \ \
| * | | | | | UseSWIG: Name extra generated files after module name (#10080)Julien Schueller2014-02-241-3/+4
* | | | | | | CMake Nightly Date StampKitware Robot2014-02-261-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'release'Brad King2014-02-250-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'fix-find_dependency-macro' into releaseBrad King2014-02-241-14/+19
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'install-FILES-genex' into releaseBrad King2014-02-2412-178/+288
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-add_test-cleanup' into releaseBrad King2014-02-201-48/+38
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindHg-add-WC_INFO'Brad King2014-02-251-1/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | FindHg: Add Hg_WC_INFO macroMatthäus G. Chajdas2014-02-251-1/+34
| * | | | | | | | FindHg: Search for TortoiseHgMatthäus G. Chajdas2014-02-251-0/+2
* | | | | | | | | Merge topic 'dev/faster-parsers'Brad King2014-02-254-71/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Add release notes for the 'faster-parsers' topicBen Boeckel2014-02-251-0/+6
| * | | | | | | | | cmGeneratorExpression: Improve parsing in StripEmptyListElementsBen Boeckel2014-02-211-3/+10
| * | | | | | | | | cmGeneratorExpressionLexer: Use a switch statement to parseBen Boeckel2014-02-211-35/+35
| * | | | | | | | | ExpandListArguments: Optimize the parserBen Boeckel2014-02-211-33/+18
* | | | | | | | | | Merge topic 'target-SOURCES-refactor'Brad King2014-02-2514-502/+782
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Handle Mac OSX source flags for individual files lazily.Stephen Kelly2014-02-241-26/+17
| * | | | | | | | | | cmGeneratorTarget: Classify sources on demand, not up front.Stephen Kelly2014-02-243-126/+241
| * | | | | | | | | | cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-245-12/+20
| * | | | | | | | | | cmTarget: Add GetTransitiveTargetClosure method.Stephen Kelly2014-02-243-26/+67
| * | | | | | | | | | cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibilityStephen Kelly2014-02-241-8/+9
| * | | | | | | | | | cmTarget: Avoid computing languages when computing transitive targets.Stephen Kelly2014-02-243-12/+108
| * | | | | | | | | | cmTarget: Move ComputeLinkInterface to the internal class.Stephen Kelly2014-02-242-24/+28
| * | | | | | | | | | cmTarget: Extract a ComputeLinkInterfaceLibraries method.Stephen Kelly2014-02-242-72/+99
| * | | | | | | | | | cmTarget: Re-arrange the ComputeLinkInterface method.Stephen Kelly2014-02-241-5/+15
| * | | | | | | | | | cmTarget: Extract a ComputeLinkImplementationLanguages method.Stephen Kelly2014-02-242-0/+7