summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.Stephen Kelly2014-02-244-42/+71
| * | | | | | | | | cmTarget: Find source files on request.Stephen Kelly2014-02-244-51/+4
| * | | | | | | | | cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-247-168/+166
* | | | | | | | | | Merge topic 'fix-find_dependency-macro'Brad King2014-02-251-13/+20
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | find_dependency: Ensure that ARGV1 has valid local contentStephen Kelly2014-02-241-1/+4
| * | | | | | | | | find_dependency: Add namespacing for variables in the macro.Stephen Kelly2014-02-241-13/+17
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-02-251-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge topic 'variable-expansion-tests'Brad King2014-02-2425-0/+130
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: Add variable expansion testsBen Boeckel2014-02-2125-0/+130
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'ExternalProject-BUILD_ALWAYS'Brad King2014-02-244-0/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ExternalProject: Add option to always run the build stepBrad King2014-02-214-0/+65
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix-find_dependency-macro'Brad King2014-02-241-3/+1
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Always set version variable of find_dependency macroAlex Merry2014-02-231-3/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'install-FILES-genex'Brad King2014-02-2412-178/+288
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-2112-7/+105
| * | | | | | | cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-215-10/+21
| * | | | | | | Help: Format install() command documentationBrad King2014-02-211-161/+162
* | | | | | | | Merge topic 'doc-add_test-cleanup'Brad King2014-02-241-48/+38
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |