summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Tests: Add FindBZip2 unit testsRoger Leigh2016-09-094-0/+53
| * | | | | FindBZip2: Add imported targetRoger Leigh2016-09-091-1/+35
| |/ / / /
* | | | | Merge topic 'drop-cygwin-binary'Brad King2016-09-1212-399/+0
|\ \ \ \ \
| * | | | | Utilities/Release: Drop Cygwin binaryBrad King2016-09-1212-399/+0
| | |_|/ / | |/| | |
* | | | | Merge topic 'wix-feature-patch'Brad King2016-09-125-9/+21
|\ \ \ \ \
| * | | | | CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-095-9/+21
* | | | | | Merge topic 'vs-default-v100'Brad King2016-09-121-0/+4
|\ \ \ \ \ \
| * | | | | | VS: Do not default to missing v100 64-bit toolset on VS 2010 ExpressBrad King2016-09-091-0/+4
* | | | | | | Merge topic 'libuv-link-kvm'Brad King2016-09-121-0/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | libuv: Link with kvm on NetBSD and OpenBSDBrad King2016-09-091-0/+6
| * | | | | | libuv: Link with kvm on FreeBSDRoger Leigh2016-09-091-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-09-121-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2016-09-111-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2016-09-101-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'GetPrerequisites-absolute-ucrt'Brad King2016-09-091-2/+2
|\ \ \ \ \
| * | | | | GetPrerequisites: Recognize absolute paths to UCRT system librariesBrad King2016-09-081-2/+2
| |/ / / /
* | | | | Merge topic 'cmGeneratorTarget-cleanup'Brad King2016-09-092-20/+14
|\ \ \ \ \
| * | | | | cmGeneratorTarget: factor out common part of AddSources commandsDaniel Pfeifer2016-09-082-11/+10
| * | | | | cmGeneratorTarget: use erase-unique instead of reinitializationDaniel Pfeifer2016-09-081-8/+4
| * | | | | cmGeneratorTarget: don't clear container in destructorDaniel Pfeifer2016-09-081-1/+0
| |/ / / /
* | | | | Merge topic 'parse_arguments_argv_n'Brad King2016-09-0917-4/+139
|\ \ \ \ \
| * | | | | cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-0817-4/+139
| |/ / / /
* | | | | Merge topic 'fortran-parser-keywords'Brad King2016-09-096-491/+567
|\ \ \ \ \
| * | | | | cmFortranParser: Parse keywords as lexical tokensBrad King2016-09-086-466/+581
| * | | | | cmFortranParser: Simplify grammar by skipping unknown statementsBrad King2016-09-082-191/+152
| |/ / / /
* | | | | Merge topic 'fortran-scanbuild-fixes'Brad King2016-09-091-0/+1
|\ \ \ \ \
| * | | | | CTestCustom: Suppress scan-build warnings in flex-generated lexerBrad King2016-09-081-0/+1
| |/ / / /
* | | | | Merge topic 'update-kwiml'Brad King2016-09-095-5/+9
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-KWIML' into update-kwimlBrad King2016-09-084-4/+8
| |\ \ \ \ \
| | * | | | | KWIML 2016-09-08 (d564b3c7)KWIML Upstream2016-09-084-4/+8
| * | | | | | kwiml: Update import script for new upstream URLBrad King2016-09-081-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindMatlab-regression-tests-print-on-error'Brad King2016-09-091-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | FindMatlab: add verbosity to the nightly testsRaffi Enficiaud2016-09-081-3/+3
* | | | | | CMake Nightly Date StampKitware Robot2016-09-091-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'fortran-depend-cleanup'Brad King2016-09-0810-1365/+1291
|\ \ \ \ \
| * | | | | cmFortranParser: Inject a newline at end-of-file when missingBrad King2016-09-062-2/+15
| * | | | | cmFortranParser: Revise indentation style to match rest of CMakeBrad King2016-09-063-333/+260
| * | | | | cmFortranLexer: Update to flex 2.6Brad King2016-09-065-1026/+1005
| * | | | | Fortran: Warn when dependency scanning fails to parse a source fileBrad King2016-09-063-4/+11
| | |_|_|/ | |/| | |
* | | | | Merge topic 'vs-15-generator'Brad King2016-09-0819-12/+290
|\ \ \ \ \
| * | | | | VS15: Add Visual Studio 15 generatorBrad King2016-09-0715-8/+259
| * | | | | VS: Update v140 flag tables from VS 15 MSBuild filesBrad King2016-09-063-4/+28
| * | | | | Features: Record features for VS 15 Preview 4Brad King2016-09-061-0/+3
* | | | | | Merge topic 'install-export-root-prefix'Brad King2016-09-081-1/+4
|\ \ \ \ \ \
| * | | | | | install: Fix computed import prefix in export files when it is "/"Ben Keller2016-09-061-1/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'ExternalData-repeat-file'Brad King2016-09-084-29/+74
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ExternalData: Tolerate files duplicated across multiple targetsBrad King2016-09-074-29/+74
* | | | | | CMake Nightly Date StampKitware Robot2016-09-081-1/+1
|/ / / / /
* | | | | Merge branch 'release'Brad King2016-09-070-0/+0
|\ \ \ \ \
| * | | | | CMake 3.6.2v3.6.2Brad King2016-09-071-1/+1