summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Compilers: Add common macros to be used by various compilersChuck Atkins2017-05-011-0/+62
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'doc-no-depend'Brad King2017-05-021-12/+14
|\ \ \ \ \ \ \
| * | | | | | | Utilities/Sphinx: Build documentation independently by defaultBrad King2017-05-011-12/+14
| |/ / / / / /
* | | | | | | Merge topic 'excludeFixtures'Brad King2017-05-0220-29/+359
|\ \ \ \ \ \ \
| * | | | | | | Add ctest options for limiting which tests fixtures addCraig Scott2017-05-0120-29/+359
* | | | | | | | Merge topic 'sunpro-c++11-link'Brad King2017-05-029-19/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | Features: On SunPro link with language standard compiler flagBrad King2017-05-012-0/+10
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | KWSys 2017-05-01 (3ec3252c)KWSys Upstream2017-05-011-1/+11
* | | | | | | | | Merge topic 'FindMatlab-2017a'Brad King2017-05-021-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | FindMatlab: Add support for Matlab 2017aRaffi Enficiaud2017-05-011-0/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-05-021-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'yacclex-clang-tidy'Brad King2017-05-0131-96/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | LexerParser: disable clang-tidy checksDaniel Pfeifer2017-04-281-0/+6
| * | | | | | | | LexerParser: move to custom directoryDaniel Pfeifer2017-04-2830-41/+65
| * | | | | | | | 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-016-9/+118
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clang IPO (LTO) supportRuslan Baratov2017-04-286-9/+118
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'xl-enhancements'Brad King2017-05-013-2/+100
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | XL: Add C and C++ language level flagsChuck Atkins2017-04-282-2/+99
| * | | | | | | | | | XL: Add additional regex for bogus compile optionsChuck Atkins2017-04-281-0/+1
* | | | | | | | | | | 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 'fix-qhalt-for-xl'Brad King2017-04-2814-4/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | XL: Fix the use of the -qhalt flag for varying OSsChuck Atkins2017-04-2714-4/+38
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindBoost-compile-features'Brad King2017-04-281-0/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Boost Fiber actually require at least C++11.Alex Turbov2017-04-231-0/+34
* | | | | | | | | | Merge topic 'separgs-native'Brad King2017-04-2819-52/+84
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | separgs: Use NATIVE_COMMAND where appropriateChristian Pfeiffer2017-04-265-22/+5
| * | | | | | | | | | separgs: Add a NATIVE_COMMAND modeChristian Pfeiffer2017-04-266-4/+39
| * | | | | | | | | | separgs: Migrate tests to RunCMake testsChristian Pfeiffer2017-04-269-26/+40
* | | | | | | | | | | Merge topic 'bindexplib-consts'Brad King2017-04-283-19/+25
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | bindexplib: fix constants symbols exportMikhail Paulyshka2017-04-263-19/+25
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-04-281-1/+1
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'cpackifw-framework-version'Brad King2017-04-271-13/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CPackIFW: Framework versionKonstantin Podsvirov2017-04-251-13/+50
* | | | | | | | | | | 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 'UseSWIG-fallback-prefix'Brad King2017-04-271-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | UseSWIG: Fall back to empty PREFIX for unknown languagesBrad King2017-04-251-0/+3