summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmake-gui: Add button to open the generated projectNico Heßler2016-09-133-0/+46
* Merge topic 'cmake-server-prepare'Brad King2016-09-132-22/+45
|\
| * cmake: Factor out method to find the CMakeCache.txt fileTobias Hunger2016-09-122-17/+26
| * cmake: Introduce ReportCapabilitiesJsonTobias Hunger2016-09-122-5/+19
* | Merge topic 'timestamp-names'Brad King2016-09-131-0/+2
|\ \
| * | string(TIMESTAMP ...): add '%a' and '%b' format specifiersRuslan Baratov2016-09-121-0/+2
* | | Merge topic 'fix-ctest-segfault'Brad King2016-09-132-9/+10
|\ \ \
| * | | CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabledNils Gladitz2016-09-122-9/+10
| | |/ | |/|
* | | Merge topic 'link-generated-rpaths-first'Brad King2016-09-131-3/+3
|\ \ \
| * | | Re-order link line to place RPATH entries before librariesDan Kegel2016-09-121-3/+3
| | |/ | |/|
* | | Merge topic 'file-download-unexpected-arg'Brad King2016-09-131-0/+10
|\ \ \
| * | | file(DOWNLOAD|UPLOAD): Warn on unexpected argumentsRuslan Baratov2016-09-091-0/+10
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-09-131-1/+1
| |/ |/|
* | Merge topic 'clang-tidy'Brad King2016-09-123-28/+12
|\ \
| * | cmDependsFortran: simplify boolean expressionDaniel Pfeifer2016-09-121-6/+1
| * | cmSystemTools: simplify boolean expressionsDaniel Pfeifer2016-09-121-15/+5
| * | QCMakeCacheView: simplify boolean expressionDaniel Pfeifer2016-09-081-4/+1
| * | QCMakeCacheView: no else after returnDaniel Pfeifer2016-09-081-3/+5
* | | Merge topic 'drop-cygwin-binary'Brad King2016-09-121-69/+0
|\ \ \
| * | | Utilities/Release: Drop Cygwin binaryBrad King2016-09-121-69/+0
| | |/ | |/|
* | | Merge topic 'wix-feature-patch'Brad King2016-09-123-8/+15
|\ \ \
| * | | CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-093-8/+15
* | | | 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
* | | | | 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 '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-091-4/+53
|\ \ \ \
| * | | | cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-081-4/+53
| |/ / /
* | | | 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
| |/ /
* | | 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-0811-5/+259
|\ \ \
| * | | VS15: Add Visual Studio 15 generatorBrad King2016-09-078-1/+231
| * | | VS: Update v140 flag tables from VS 15 MSBuild filesBrad King2016-09-063-4/+28
* | | | 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
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2016-09-081-1/+1
* | | | Merge topic 'fix-continue-after-error'Brad King2016-09-074-16/+17
|\ \ \ \
| * | | | cmMakefile: Restore nested error logic use of cmExecutionStatusBrad King2016-09-064-16/+17
| |/ / /