summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2017-09-261-1/+1
* Merge topic 'load_command-cleanup'Brad King2017-09-251-25/+10
|\
| * cmCPluginAPI: remove explicit casts to void*Rolf Eike Beer2017-09-231-5/+4
| * cmCPluginAPI: do not check pointer before calling free()Rolf Eike Beer2017-09-231-3/+1
| * cmCPluginAPI: use strdup() instead of open coding itRolf Eike Beer2017-09-231-17/+5
* | Merge topic 'rc-missing-better-error'Brad King2017-09-252-32/+66
|\ \
| * | Windows: Improve link-time error messages when rc or mt failJonathan Marler2017-09-221-32/+62
| * | cmSystemTools: Teach RunSingleCommand another way to report exceptionsJonathan Marler2017-09-201-0/+4
* | | Merge topic 'cpackifw-options'Brad King2017-09-252-0/+43
|\ \ \
| * | | CPackIFW: Add some optionsKonstantin Podsvirov2017-09-212-0/+43
* | | | Merge topic 'cxx17-no-bind1st'Brad King2017-09-252-4/+2
|\ \ \ \
| * | | | Avoid using std::bind1st that is removed in C++17Brad King2017-09-232-4/+2
* | | | | CMake Nightly Date StampKitware Robot2017-09-251-1/+1
* | | | | CMake Nightly Date StampKitware Robot2017-09-241-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2017-09-231-1/+1
* | | | Merge topic 'graphviz-link-type'Craig Scott2017-09-221-5/+98
|\ \ \ \ | |/ / / |/| | |
| * | | graphviz: distinguish target dependency typesNico Müller2017-09-211-5/+98
* | | | Merge topic 'perf-source-lookup'Brad King2017-09-225-23/+66
|\ \ \ \
| * | | | Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-09-203-3/+59
| * | | | cmMakefile: Drop unused methodAaron Orenstein2017-09-201-1/+0
| * | | | cmSourceFileLocation: Drop unnecessary copy-assignment operatorAaron Orenstein2017-09-203-19/+7
| | |_|/ | |/| |
* | | | Merge topic 'autogen-generators-refactor'Brad King2017-09-223-1125/+1367
|\ \ \ \
| * | | | Autogen: Read relative paths from rcc outputSebastian Holtermann2017-09-211-9/+18
| * | | | Autogen: In VERBOSE mode print why files are (re)generatedSebastian Holtermann2017-09-202-44/+221
| * | | | Autogen: Refactor cmQtAutoGeneratorsSebastian Holtermann2017-09-202-1100/+1156
| |/ / /
* | | | Merge topic 'variable_watch-modify-on-callback'Brad King2017-09-222-20/+18
|\ \ \ \
| * | | | variable_watch: Made it safe to add/remove watches in access callbacksJustin Berger2017-09-212-20/+18
| | |_|/ | |/| |
* | | | Merge topic 'string-empty'Brad King2017-09-2224-42/+43
|\ \ \ \
| * | | | Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-2124-42/+43
* | | | | CMake Nightly Date StampKitware Robot2017-09-221-1/+1
| |/ / / |/| | |
* | | | Merge topic 'update-kwsys'Brad King2017-09-211-0/+6
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-09-211-0/+6
| |/ / /
* | | | Merge topic 'cpack-different-checksum-file-per-generator'Brad King2017-09-211-2/+1
|\ \ \ \
| * | | | CPack: use a distinct checksum file for each generatorDomen Vrankar2017-09-201-2/+1
* | | | | Merge topic 'cpack-check-install-script'Brad King2017-09-211-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CPack: Add missing check for CPACK_INSTALL_SCRIPT variableAlex Turbov2017-09-201-1/+2
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2017-09-211-1/+1
| |/ / |/| |
* | | Merge topic 'CTest-cov-string'Brad King2017-09-202-11/+10
|\ \ \
| * | | CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-192-11/+10
| |/ /
* | | Merge topic 'ninja-performance'Brad King2017-09-203-32/+59
|\ \ \
| * | | Ninja: Cache ConvertToNinjaPath results to avoid repeat workMatthias Maennich2017-09-192-5/+15
| * | | Ninja: Improve performance with deeply-dependent custom targetsMatthias Maennich2017-09-193-27/+44
| |/ /
* | | Merge topic 'tidy-modernize-loop-convert'Brad King2017-09-204-14/+7
|\ \ \
| * | | Enable clang-tidy modernize-loop-convert lintBrad King2017-09-194-14/+7
| |/ /
* | | Merge topic 'cxx11-nullptr'Brad King2017-09-2014-67/+68
|\ \ \
| * | | Use C++11 nullptr (cont.)Matthias Maennich2017-09-1914-67/+68
* | | | Merge topic 'cxx-checks-tolerate-unused-flag'Brad King2017-09-201-1/+4
|\ \ \ \
| * | | | C++ feature checks: Filter out warnings caused by user flagsBrad King2017-09-191-0/+2
| * | | | C++ feature checks: Prepare for multiple check output filtersBrad King2017-09-191-1/+2
| | |/ / | |/| |
* | | | Merge topic 'CTest-crash-missing-glob'Brad King2017-09-201-0/+2
|\ \ \ \