summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2017-08-301-1/+1
* CMake Nightly Date StampKitware Robot2017-08-291-1/+1
* Merge topic 'lexer'Brad King2017-08-282-278/+435
|\
| * cmListFileLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-252-276/+429
| * cmListFileLexer: fix 'bail out on seek-errors' also in original fileMatthias Maennich2017-08-251-2/+6
* | Merge topic 'cpackifw-repositories-directories'Brad King2017-08-282-0/+40
|\ \
| * | CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variableKonstantin Podsvirov2017-08-172-0/+40
* | | Merge topic 'gnu-to-ms-ninja-support'Brad King2017-08-281-1/+10
|\ \ \
| * | | Ninja: Implement support for GNUToMSAlbert Ziegenhagel2017-08-251-1/+10
* | | | CMake Nightly Date StampKitware Robot2017-08-281-1/+1
* | | | Merge topic 'server-cxx11'Daniel Pfeifer2017-08-275-23/+36
|\ \ \ \
| * | | | server: always enable serverDaniel Pfeifer2017-08-262-21/+14
| * | | | server: backport to C++11Daniel Pfeifer2017-08-263-2/+22
| |/ / /
* | | | Merge topic 'cmSourceFile-Nocopy'Daniel Pfeifer2017-08-271-4/+4
|\ \ \ \
| * | | | cmSourceFile: Avoid unnecessary vector copySebastian Holtermann2017-08-261-4/+4
* | | | | Merge topic 'iwyu-keep-cmConfigure'Daniel Pfeifer2017-08-27316-331/+283
|\ \ \ \ \
| * | | | | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-26316-331/+283
| | |/ / / | |/| | |
* | | | | Merge topic 'cmConfigure-fix'Daniel Pfeifer2017-08-271-1/+1
|\ \ \ \ \
| * | | | | cmConfigure: Add missing #Daniel Pfeifer2017-08-261-1/+1
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2017-08-271-1/+1
* | | | | Merge topic 'deb-libarchive-ar'Daniel Pfeifer2017-08-261-271/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmCPackDebGenerator: Use libarchive to create .deb fileDaniel Pfeifer2017-08-251-271/+19
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2017-08-261-1/+1
|/ / /
* | | Merge topic 'cxx11-nullptr'Brad King2017-08-25231-1207/+1165
|\ \ \
| * | | Use C++11 nullptrDaniel Pfeifer2017-08-24231-1207/+1165
* | | | Merge topic 'revert-xcode-9-new-buildsystem-support'Brad King2017-08-251-11/+0
|\ \ \ \
| * | | | Xcode: Revert addition of "outputPaths" to custom command build phaseBrad King2017-08-241-11/+0
* | | | | CMake Nightly Date StampKitware Robot2017-08-251-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'vs-sdk-refs'Brad King2017-08-241-3/+3
|\ \ \ \
| * | | | VS: Fix VS_SDK_REFERENCES when target is not a Windows 10 appRoc Ramon2017-08-231-3/+3
* | | | | Merge topic 'ninja-gfortran-fpreprocessed'Brad King2017-08-241-1/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Ninja: Fix references to source files in gfortran diagnosticsRaul Laasner2017-08-231-1/+7
* | | | | CMake Nightly Date StampKitware Robot2017-08-241-1/+1
| |/ / / |/| | |
* | | | Merge topic 'autogen-optimize-cleanup'Brad King2017-08-236-367/+385
|\ \ \ \
| * | | | Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-224-25/+0
| * | | | Autogen: Don't use cmMakefile::GetQtUiFilesWithOptionsSebastian Holtermann2017-08-221-19/+19
| * | | | Autogen: Read skip files from makefileSebastian Holtermann2017-08-221-32/+58
| * | | | Autogen: Remove VS specific code exclusionSebastian Holtermann2017-08-221-31/+25
| * | | | Autogen: Initializer file type scanning optimizationsSebastian Holtermann2017-08-221-73/+91
| * | | | Autogen: Initializer optimizations and cleanupsSebastian Holtermann2017-08-222-210/+215
* | | | | Merge topic 'cxx11-unordered'Daniel Pfeifer2017-08-2319-111/+45
|\ \ \ \ \
| * | | | | Use C++11 unordered containersDaniel Pfeifer2017-08-2219-111/+45
| |/ / / /
* | | | | Merge topic 'cm_fallthrough'Daniel Pfeifer2017-08-233-3/+3
|\ \ \ \ \
| * | | | | Fix CM_FALLTHROUGH with -Wunused-parameterBrad King2017-08-223-3/+3
* | | | | | CMake Nightly Date StampKitware Robot2017-08-231-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'ccg-no-mutable'Brad King2017-08-222-21/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmCustomCommandGenerator: Avoid mutable stateBrad King2017-08-082-21/+17
* | | | | CMake Nightly Date StampKitware Robot2017-08-221-1/+1
* | | | | Merge topic 'perf-targetIter-missedGenerators'Craig Scott2017-08-2110-34/+39
|\ \ \ \ \
| * | | | | Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-1810-34/+39