Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'swift-deduplicate' | Brad King | 2019-07-19 | 1 | -16/+10 |
|\ | |||||
| * | Swift: refactor rule construction to reduce duplication | Saleem Abdulrasool | 2019-07-17 | 1 | -16/+10 |
* | | Merge topic 'FindProtobuf-DLLs' | Brad King | 2019-07-19 | 1 | -0/+15 |
|\ \ | |||||
| * | | FindProtobuf: Fix usage of protobuf dynamic libraries on Windows | gnaggnoyil | 2019-07-18 | 1 | -0/+15 |
* | | | Fix repeated word in FindVulkan.cmake | NeroBurner | 2019-07-18 | 1 | -1/+1 |
* | | | Merge topic 'FindPython-interpreter-crosscompiling' | Brad King | 2019-07-18 | 1 | -11/+10 |
|\ \ \ | |||||
| * | | | FindPython: ensure interpreter is founded when cross-compiling | Marc Chevrier | 2019-07-18 | 1 | -11/+10 |
| * | | | Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.15 | Brad King | 2019-07-12 | 1 | -3/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'fortran-submodule-cray' into release-3.15 | Brad King | 2019-07-11 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'implicit-includes-cray-hlist' into release-3.15 | Brad King | 2019-07-10 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'iar-riscv' into release-3.15 | Brad King | 2019-07-09 | 7 | -3/+20 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | AIX: Do not enable runtime linking by default anymore | Brad King | 2019-07-17 | 2 | -14/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | AIX: Create import library for executables with exports | Brad King | 2019-07-16 | 4 | -5/+12 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'aix-explicit-exports' | Brad King | 2019-07-16 | 9 | -30/+71 |
|\ \ \ \ \ \ | |||||
| * | | | | | | AIX: Explicitly compute executable exports for both XL and GNU | Brad King | 2019-07-15 | 2 | -2/+10 |
| * | | | | | | AIX: Explicitly compute shared object exports for both XL and GNU | Brad King | 2019-07-15 | 3 | -20/+60 |
| * | | | | | | AIX: Drop redundant -brtl flags | Brad King | 2019-07-15 | 2 | -4/+0 |
| * | | | | | | XL: De-duplicate shared object creation flags | Brad King | 2019-07-15 | 6 | -5/+2 |
* | | | | | | | Merge topic 'FindPNG-msvc-static' | Brad King | 2019-07-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindPNG: Add static libpng names for MSVC | Steve Robinson | 2019-07-15 | 1 | -2/+2 |
* | | | | | | | | Merge topic 'FindMatlab/pre-2018-fixes' | Brad King | 2019-07-16 | 1 | -81/+81 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | FindMatlab: code comment and ordering of the finders | Raffi Enficiaud | 2019-07-14 | 1 | -73/+69 |
| * | | | | | | | FindMatlab: fixing extension bat file invocation error | Raffi Enficiaud | 2019-07-14 | 1 | -2/+11 |
| * | | | | | | | FindMatlab: Fixing compilation issues on Windows | Raffi Enficiaud | 2019-07-14 | 1 | -6/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'FindBISON-CMP0088-SourcePath' | Brad King | 2019-07-15 | 1 | -3/+9 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | FindBISON: Fix CMP0088 NEW behavior for non-absolute input paths | Brian Carlson | 2019-07-12 | 1 | -3/+9 |
* | | | | | | | Merge topic 'soname' | Brad King | 2019-07-15 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Swift: support SONAME on ELFish targets | Saleem Abdulrasool | 2019-07-11 | 1 | -2/+5 |
* | | | | | | | CMakeDetermineCompilerId: Consider UTF-16 encodings of INFO strings | Brad King | 2019-07-11 | 2 | -5/+8 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'CheckSymbolExists-doc' | Brad King | 2019-07-11 | 2 | -8/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CheckSymbolExists: Add examples for check_symbol_exists | Hong Xu | 2019-07-10 | 2 | -0/+22 |
| * | | | | | | CheckCXXSymbolExists: Clarify documented role | Brad King | 2019-07-10 | 1 | -8/+9 |
* | | | | | | | Merge topic 'fix/move-more-cpack-internals' | Kyle Edwards | 2019-07-10 | 17 | -4/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Refactor: Move CPack internal files to `Internal/CPack/` directory | Alex Turbov | 2019-07-09 | 17 | -4/+3 |
* | | | | | | | | Merge topic 'elseif' | Brad King | 2019-07-10 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix elseif() in place of else() | Artalus | 2019-07-03 | 3 | -3/+3 |
* | | | | | | | | | Merge topic 'implicit-includes-cray-hlist' | Brad King | 2019-07-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'backport-implicit-includes-cray-hlist' | Brad King | 2019-07-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Cray: Fix include parsing when the -hlist= flag is present | Chuck Atkins | 2019-07-09 | 1 | -2/+2 |
| | | |_|_|/ / / / | | |/| | | | | | | |||||
* | | | | | | | | | Merge topic 'iar-riscv' | Brad King | 2019-07-09 | 7 | -3/+20 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | IAR: Add support for the RISC-V compiler | Stefan Andersson | 2019-07-08 | 7 | -3/+20 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'fortran-submodule-cray' | Brad King | 2019-07-08 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fortran: Add support for submodules on Cray | Willem Deconinck | 2019-07-08 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'pb-cxx11' | Brad King | 2019-07-08 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindProtobuf: libprotoc also needs C++11 | Rolf Eike Beer | 2019-07-03 | 1 | -0/+5 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'threads-are-good' | Brad King | 2019-07-08 | 1 | -6/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Swift: support multithreaded compilation | Saleem Abdulrasool | 2019-07-02 | 1 | -6/+10 |
* | | | | | | Merge topic 'FindPostgreSQL-lib-dir' | Brad King | 2019-07-03 | 1 | -1/+8 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | FindPostgreSQL: Fix regression in computation of library directory | Brad King | 2019-07-02 | 1 | -1/+8 |
| |/ / / | |||||
* | | | | Merge topic 'static' | Brad King | 2019-07-02 | 1 | -0/+6 |
|\ \ \ \ |