summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-03-047-9/+268
| |/
* | Merge topic 'fix-check-build-system-crash'Brad King2014-03-051-1/+1
|\ \
| * | cmake: Fix --check-build-system argument count check (#14784)Brad King2014-03-041-1/+1
* | | Merge topic 'fix-CMP0017-check'Brad King2014-03-051-1/+2
|\ \ \
| * | | CMP0017: Fix check when including from CMake source treeBrad King2014-03-041-1/+2
* | | | CMake Nightly Date StampKitware Robot2014-03-051-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2014-03-041-1/+1
|/ /
* | Merge topic 'wix-additions'Brad King2014-03-036-0/+82
|\ \
| * | CPackWIX: support installation of empty directoriesNils Gladitz2014-03-013-0/+36
| * | CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-014-0/+46
* | | CMake Nightly Date StampKitware Robot2014-03-031-1/+1
* | | CMake Nightly Date StampKitware Robot2014-03-021-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2014-03-011-1/+1
* | Merge topic 'vs-Fortran-use-OBJECT-lib'Brad King2014-02-281-4/+4
|\ \
| * | VS: For Intel Fortran .vfproj put OBJECT libs in link line (#14777)Brad King2014-02-271-4/+4
* | | Merge topic 'no_gcov_error_msg'Brad King2014-02-281-0/+6
|\ \ \
| * | | CTest: notify user if gcov cannot be foundZack Galbreath2014-02-281-0/+6
* | | | Merge topic 'wix-refactor'Brad King2014-02-2818-534/+846
|\ \ \ \
| * | | | CPackWIX: refactor and cleanupNils Gladitz2014-02-2618-534/+846
* | | | | CMake Nightly Date StampKitware Robot2014-02-281-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2014-02-271-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-2610-11/+202
|\ \ \ | |_|/ |/| |
| * | MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-2610-1/+141
| * | cmTarget: Add per-config compilation infoBrad King2014-02-242-0/+50
| * | cmTarget: Refactor ComputePDBOutputDir interfaceBrad King2014-02-242-6/+7
| * | Makefile: Fix per-config linker PDB output directoryBrad King2014-02-243-4/+4
* | | CMake Nightly Date StampKitware Robot2014-02-261-1/+1
* | | Merge topic 'dev/faster-parsers'Brad King2014-02-253-71/+63
|\ \ \
| * | | 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-2513-495/+775
|\ \ \ \
| * | | | 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-242-19/+60
| * | | | 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
* | | | | CMake Nightly Date StampKitware Robot2014-02-251-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'install-FILES-genex'Brad King2014-02-245-17/+81
|\ \ \ \
| * | | | install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-215-7/+60