summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | auto_ptr: silence clang-tidy warningsDaniel Pfeifer2017-05-041-5/+5
| |/ / / /
* | | | | Merge topic 'vs-masm-flags'Brad King2017-05-055-157/+164
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | VS: Use tool-specific flag table for COMPILE_FLAGS parsingPeter Ivanyi2017-05-031-1/+16
| * | | | VS: Fix MASM flag tablesPeter Ivanyi2017-05-034-156/+148
* | | | | CMake Nightly Date StampKitware Robot2017-05-051-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'cpackifw-part-refactoring'Brad King2017-05-0411-326/+251
|\ \ \ \
| * | | | CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-0311-326/+251
* | | | | Merge topic 'remove-top-level-xcode-groups'Brad King2017-05-042-37/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Xcode: Remove the top-level Sources and Resources groupsMatt Stevens2017-05-032-37/+1
* | | | | CMake Nightly Date StampKitware Robot2017-05-041-1/+1
* | | | | Merge topic 'ipo-xcode'Brad King2017-05-032-2/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Xcode: Support IPO (LTO)Ruslan Baratov2017-05-022-2/+7
* | | | | CMake Nightly Date StampKitware Robot2017-05-031-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'add-language-standards-to-more-compilers'Brad King2017-05-021-1/+5
|\ \ \ \
| * | | | CompileFeatures: Let STD compile options be a listChuck Atkins2017-05-011-1/+5
| |/ / /
* | | | Merge topic 'excludeFixtures'Brad King2017-05-026-27/+162
|\ \ \ \
| * | | | Add ctest options for limiting which tests fixtures addCraig Scott2017-05-016-27/+162
* | | | | Merge topic 'sunpro-c++11-link'Brad King2017-05-028-19/+87
|\ \ \ \ \
| * | | | | Features: On SunPro link with language standard compiler flagBrad King2017-05-011-0/+9
| * | | | | cmLocalGenerator: Add a hook for compiler flags used at link timeBrad King2017-05-015-11/+24
| * | | | | Features: Refactor <LANG>_STANDARD updateBrad King2017-05-015-8/+54
| | |/ / / | |/| | |
* | | | | Merge topic 'update-kwsys'Brad King2017-05-021-1/+11
|\ \ \ \ \
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-011-1/+11
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2017-05-021-1/+1
|/ / / /
* | | | Merge topic 'yacclex-clang-tidy'Brad King2017-05-0130-89/+53
|\ \ \ \
| * | | | LexerParser: disable clang-tidy checksDaniel Pfeifer2017-04-281-0/+6
| * | | | LexerParser: move to custom directoryDaniel Pfeifer2017-04-2829-34/+47
| * | | | CMakeLists: remove option to regenerate yacc/lexDaniel Pfeifer2017-04-281-55/+0
* | | | | Merge topic 'qt-clang-tidy'Brad King2017-05-011-0/+13
|\ \ \ \ \
| * | | | | Disable clang-tidy checks on files generated by QtDaniel Pfeifer2017-04-281-0/+13
* | | | | | Merge topic 'ipo-clang'Brad King2017-05-014-3/+45
|\ \ \ \ \ \
| * | | | | | Clang IPO (LTO) supportRuslan Baratov2017-04-284-3/+45
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-05-011-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2017-04-301-1/+1
| |_|_|/ / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2017-04-291-1/+1
|/ / / /
* | | | Merge topic 'refactor-ipo-flags'Brad King2017-04-289-34/+28
|\ \ \ \
| * | | | Inline and remove AddFeatureFlags methodBrad King2017-04-274-17/+10
| * | | | Add IPO compiler flags more consistently in generatorsBrad King2017-04-276-19/+20
* | | | | Merge topic 'separgs-native'Brad King2017-04-281-0/+7
|\ \ \ \ \
| * | | | | separgs: Add a NATIVE_COMMAND modeChristian Pfeiffer2017-04-261-0/+7
* | | | | | Merge topic 'bindexplib-consts'Brad King2017-04-281-19/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bindexplib: fix constants symbols exportMikhail Paulyshka2017-04-261-19/+13
* | | | | | CMake Nightly Date StampKitware Robot2017-04-281-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'elf-runpath-def'Brad King2017-04-271-4/+3
|\ \ \ \ \
| * | | | | cmELF: Remove now-redundant check for DT_RUNPATH's existenceMaya Rashish2017-04-261-4/+0
| * | | | | cmELF: Define DT_RUNPATH if it isn't already definedMaya Rashish2017-04-261-0/+3
* | | | | | Merge topic 'cuda-device-link-ar'Brad King2017-04-276-7/+141
|\ \ \ \ \ \
| * | | | | | CUDA: Static libraries can now explicitly resolve device symbolsRobert Maynard2017-04-264-4/+56
| * | | | | | CUDA: Makefile uses relative path for device linking status messagesRobert Maynard2017-04-262-3/+11
| * | | | | | CUDA: Visual Studio now properly delays device linkingRobert Maynard2017-04-262-0/+74