summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'add-vs-shader-properties'Brad King2017-09-291-0/+34
|\
| * VS: Add VS_SHADER_OUTPUT_HEADER_FILE and VS_SHADER_VARIABLE_NAME properties.Kevin M. Godby2017-09-271-0/+34
* | Merge topic 'autogen-macro-names2'Brad King2017-09-292-12/+11
|\ \
| * | Autogen: Create info file directory before writingSebastian Holtermann2017-09-281-5/+10
| * | Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-271-7/+1
* | | Merge topic 'autogen-cmp0071-warning'Brad King2017-09-291-28/+37
|\ \ \
| * | | Autogen: Offer solution for CMP0071 in warning messageSebastian Holtermann2017-09-281-28/+37
| |/ /
* | | Merge topic 'cxx11-eq-delete'Brad King2017-09-294-27/+3
|\ \ \
| * | | Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-284-26/+3
| * | | Drop unused CMake_HAVE_CXX_UNIQUE_PTR macroBrad King2017-09-281-1/+0
* | | | Merge topic 'clang-tidy'Brad King2017-09-2933-339/+302
|\ \ \ \
| * | | | Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-285-18/+30
| * | | | Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-289-232/+165
| * | | | Fix occurrences of readability-non-const-parameterMatthias Maennich2017-09-281-12/+14
| * | | | Fix some occurrences of readability-avoid-const-params-in-declsMatthias Maennich2017-09-282-5/+5
| * | | | Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-285-31/+30
| * | | | Fix minor clang-tidy findingsMatthias Maennich2017-09-284-7/+5
| * | | | Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-2811-1/+13
| * | | | Fix some occurrences of missing override keywordsMatthias Maennich2017-09-284-13/+16
| * | | | Clean up some C-Style castsMatthias Maennich2017-09-282-2/+2
| * | | | Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-288-18/+20
| * | | | Replace several occurrences of empty string comparisons by string::empty()Matthias Maennich2017-09-282-5/+5
| * | | | clang-tidy: Make .clang-tidy a build-time dependencyMatthias Maennich2017-09-281-0/+2
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2017-09-291-1/+1
| |/ / |/| |
* | | Merge topic 'remove-auto_ptr-checks'Brad King2017-09-284-21/+1
|\ \ \
| * | | Remove checks for auto_ptr that we no longer needBrad King2017-09-273-20/+0
| * | | cpack: Fix compilation on Cygwin after auto_ptr removalBrad King2017-09-271-1/+1
| |/ /
* | | CMake Nightly Date StampKitware Robot2017-09-281-1/+1
|/ /
* | Merge topic 'auto_ptr'Brad King2017-09-2751-562/+351
|\ \
| * | Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-2551-562/+351
* | | Merge topic 'vs-guid-tolerate-no-curly'Brad King2017-09-272-2/+10
|\ \ \
| * | | VS: Adapt project parsers to support "ProjectGUID" without curly bracketsFredrik Orderud2017-09-262-2/+10
| | |/ | |/|
* | | Merge topic 'reduce-strcpy'Brad King2017-09-271-33/+16
|\ \ \
| * | | CursesDialog: avoid calling strcpy()Rolf Eike Beer2017-09-251-33/+16
| | |/ | |/|
* | | Merge topic 'autogen-per-config-sources'Brad King2017-09-276-243/+369
|\ \ \
| * | | Autogen: Reintroduce per-config sources supportSebastian Holtermann2017-09-256-217/+343
| * | | Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::GeneratorSebastian Holtermann2017-09-255-29/+29
* | | | Merge topic 'ninja-rc-depfile-quoting'Brad King2017-09-271-1/+1
|\ \ \ \
| * | | | Ninja: Fix quoting of RC language depfile in cmcldeps callBrad King2017-09-251-1/+1
| | |/ / | |/| |
* | | | Merge topic 'revert-perf-source-lookup'Brad King2017-09-272-58/+3
|\ \ \ \
| * | | | Revert "Performance: Improve efficiency of source file lookup in cmMakefile"Brad King2017-09-252-58/+3
* | | | | CMake Nightly Date StampKitware Robot2017-09-271-1/+1
| |_|_|/ |/| | |
* | | | 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