Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'msvc-c-features' | Brad King | 2019-04-30 | 1 | -2/+6 |
|\ | |||||
| * | CompileFeatures: Fix hard-coded MSVC C features | Brad King | 2019-04-22 | 1 | -2/+6 |
* | | Project: Report intel's simulation of gcc. | R. Andrew Ohana | 2019-04-25 | 1 | -0/+14 |
* | | Merge topic 'update-documentation' | Kyle Edwards | 2019-04-24 | 53 | -167/+177 |
|\ \ | |||||
| * | | Help: Improve description of modules | Bartosz Kosiorek | 2019-04-23 | 53 | -167/+177 |
* | | | Merge topic 'sunpro-cxx14-features' | Brad King | 2019-04-22 | 2 | -0/+13 |
|\ \ \ | |||||
| * | | | SunPro: Record support for C++14 features by SunPro 5.{14,15} | Brad King | 2019-04-19 | 2 | -0/+13 |
* | | | | Merge topic 'msvc-warning-flags' | Brad King | 2019-04-22 | 3 | -4/+33 |
|\ \ \ \ | |||||
| * | | | | MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by default | Brad King | 2019-04-19 | 3 | -4/+33 |
| |/ / / | |||||
* | | | | Merge topic 'findqt3-hints-fix' | Brad King | 2019-04-22 | 1 | -5/+7 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | FindQt3: Restore missing lib and bin path suffixes | Christian Pfeiffer | 2019-04-22 | 1 | -5/+7 |
* | | | | Merge topic 'add_xl_cxx14_support' | Brad King | 2019-04-18 | 2 | -0/+9 |
|\ \ \ \ | |||||
| * | | | | XL: Add C++14 language level flags | Robert Maynard | 2019-04-15 | 2 | -0/+9 |
* | | | | | Merge topic 'msvc-runtime-library' | Brad King | 2019-04-17 | 2 | -10/+58 |
|\ \ \ \ \ | |||||
| * | | | | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 2 | -10/+58 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'memorize_msvc_like_compilers_C_support' | Brad King | 2019-04-17 | 2 | -3/+10 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | CompileFeatures: Record which C features the MSVC compiler supports | Robert Maynard | 2019-04-12 | 2 | -3/+10 |
* | | | | | Merge topic 'libglvnd-subdir' | Brad King | 2019-04-17 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenGL: look for GLVND libraries with a libglvnd suffix | Ben Boeckel | 2019-04-17 | 1 | -0/+3 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'vs2019-redist' | Brad King | 2019-04-16 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | IRSL: Update redist directory for VS 2019 update 1 | Brad King | 2019-04-15 | 1 | -2/+5 |
* | | | | | | Merge topic 'Boost-Gentoo' | Brad King | 2019-04-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | FindBoost: Fix detection with version suffixes on Gentoo | Rolf Eike Beer | 2019-04-16 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'fix-submit-url' into release-3.14 | Craig Scott | 2019-04-09 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'backport-implicit-includes-relative' into release-3.14 | Brad King | 2019-04-08 | 1 | -0/+8 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'iar-generalize' | Brad King | 2019-04-15 | 9 | -116/+121 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | IAR: Generalize and add support for IAR RX compiler | Stefan Andersson | 2019-04-12 | 9 | -116/+121 |
* | | | | | | | | Merge topic 'ghs_custom' | Brad King | 2019-04-15 | 1 | -12/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | GHS: Update ExternalProject for GHS tools | Fred Baksik | 2019-04-11 | 1 | -12/+26 |
* | | | | | | | | | Merge topic 'FindBoost-msvc-toolset-14.2' | Brad King | 2019-04-15 | 1 | -5/+20 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | FindBoost: Add support for MSVC toolset version 14.2 | Brad King | 2019-04-12 | 1 | -5/+20 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | CompileFeatures: Record when CXX compilers have gained full support for 98 | Robert Maynard | 2019-04-11 | 6 | -0/+8 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'meta-feature_only_infer_granular_support' | Brad King | 2019-04-10 | 6 | -5/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CompileFeatures: Now able to presume full language level support | Robert Maynard | 2019-04-09 | 4 | -0/+12 |
| * | | | | | | | CompileFeatures: memoize C++ compilers with full language level support | Robert Maynard | 2019-04-09 | 2 | -5/+34 |
* | | | | | | | | Merge topic 'fix-submit-url' | Craig Scott | 2019-04-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Modules/CTest: Fix SubmitURL | Regina Pfeifer | 2019-04-09 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'vs2019-redist' into release-3.14 | Brad King | 2019-04-04 | 2 | -10/+18 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
* | | | | | | | Merge topic 'improve-formatting-of-help' | Brad King | 2019-04-09 | 13 | -118/+123 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Modules: Update documentation formatting | Bartosz Kosiorek | 2019-04-08 | 13 | -118/+123 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'backport-implicit-includes-relative' | Brad King | 2019-04-08 | 1 | -0/+8 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Fix implicit include directory extraction for adaptive relative paths | Brad King | 2019-04-08 | 1 | -0/+8 |
* | | | | | | Merge topic 'ghs_os_dir' | Brad King | 2019-04-08 | 1 | -11/+12 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | GHS: Print status message regarding GHS_OS_DIR | Fred Baksik | 2019-03-29 | 1 | -11/+12 |
* | | | | | | Merge topic 'armcc-compiler-id' | Brad King | 2019-04-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | ARMCC: Do not identify ARMClang as ARMCC | Brad King | 2019-04-03 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'vs2019-redist' | Brad King | 2019-04-04 | 2 | -10/+18 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | IRSL: Fix discovery of VS 2019 v142 toolset redistributables | Brad King | 2019-04-04 | 1 | -9/+14 |
| * | | | | MSVC: Fix MSVC_TOOLSET_VERSION for VS 2019 v142 toolset | Brad King | 2019-04-03 | 1 | -1/+4 |
| |/ / / | |||||
| * | | | Merge branch 'implicit-includes' into release-3.14 | Brad King | 2019-03-29 | 1 | -2/+14 |
| |\ \ \ |