| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | Merge branch 'backport-FindBoost-explicit-arch-tag' | Brad King | 2018-11-05 | 1 | -21/+32 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | | /
| | | |_|_|_|_|_|_|_|/
| | |/| | | | | | | | |
|
| | * | | | | | | | | | FindBoost: Add explicit Boost_ARCHITECTURE option | Brad King | 2018-11-05 | 1 | -19/+30 |
| | | |_|/ / / / / /
| | |/| | | | | | | |
|
| | * | | | | | | | | Merge branch 'FindBoost-stacktrace' into release-3.13 | Brad King | 2018-10-29 | 1 | -0/+6 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch 'flang-preprocess-source' into release-3.13 | Brad King | 2018-10-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'qccDepfile' into release-3.13 | Brad King | 2018-10-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'UseSWIG-multi-input' into release-3.13 | Brad King | 2018-10-29 | 2 | -2/+40 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
* | | \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'rename-cpack-ext-generator' | Brad King | 2018-11-06 | 1 | -11/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | CPack: Rename Ext generator to External | Craig Scott | 2018-11-05 | 1 | -11/+11 |
| | |_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge topic 'blaslapack95' | Brad King | 2018-11-06 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / /
|/| | | | | | | | | | | /
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | FindLAPACK: Correct library name and symbol searched in LAPACK95 wrapper | Jakub Benda | 2018-11-05 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | FindBLAS: Correct symbol searched in BLAS95 wrapper | Jakub Benda | 2018-11-05 | 1 | -1/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge topic 'FindGDAL-target' | Brad King | 2018-11-02 | 1 | -11/+46 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | FindGDAL: set the GDAL_VERSION | Ben Boeckel | 2018-11-01 | 1 | -1/+14 |
|
|
| * | | | | | | | | | | | FindGDAL: add an imported target | Ben Boeckel | 2018-11-01 | 1 | -0/+13 |
|
|
| * | | | | | | | | | | | FindGDAL: Modernize documentation layout | Brad King | 2018-11-01 | 1 | -12/+21 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge topic 'msvc-custom-rc-mt' | Brad King | 2018-11-02 | 7 | -21/+53 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe} | Mateusz Zych | 2018-10-29 | 7 | -20/+44 |
|
|
| * | | | | | | | | | | | CUDA: Enable RC language on Windows | Brad King | 2018-10-29 | 1 | -0/+2 |
|
|
| * | | | | | | | | | | | MSVC: Factor out enable_language(RC) call into helper macro | Brad King | 2018-10-29 | 1 | -1/+4 |
|
|
| * | | | | | | | | | | | CUDA: Find CMAKE_LINKER on Windows | Brad King | 2018-10-29 | 2 | -0/+3 |
|
|
* | | | | | | | | | | | | Merge topic 'FindBoost-exact-version' | Brad King | 2018-11-02 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | FindBoost: search default path if Boost_FIND_VERSION_EXACT | Hannes Franke | 2018-10-29 | 1 | -2/+2 |
|
|
* | | | | | | | | | | | | | Merge topic 'FindProtobuf-threads' | Brad King | 2018-11-01 | 1 | -14/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / /
|/| | | | | | | | | | | /
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | FindProtobuf: Add missing link dependencies on threads | Brad King | 2018-10-31 | 1 | -14/+22 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge topic 'FindBoost-debug-lib-prefix' | Brad King | 2018-10-31 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | FindBoost: Output Boost_LIB_PREFIX if Boost_DEBUG=ON requested | Mateusz Ĺoskot | 2018-10-30 | 1 | -0/+7 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge topic 'FindPostgreSQL-11' | Brad King | 2018-10-31 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| * | | | | | | | | | | FindPostgreSQL: Search for version 11 | Sylvain Joubert | 2018-10-30 | 1 | -2/+2 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge topic 'flang-preprocess-source' | Brad King | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
| * | | | | | | | | | Flang: Fix command-line used to preprocess sources | Brad King | 2018-10-29 | 1 | -1/+1 |
|
|
* | | | | | | | | | | Merge topic 'FindBoost-stacktrace' | Brad King | 2018-10-30 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | FindBoost: Add support for stacktrace components | Martin Quinson | 2018-10-29 | 1 | -0/+6 |
|
|
* | | | | | | | | | | Merge topic 'qccDepfile' | Brad King | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | QNX: Update qcc depfile flags to be compliant with ccache | Maikel van den Hurk | 2018-10-29 | 1 | -1/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge topic 'UseSWIG-typos' | Brad King | 2018-10-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | UseSWIG: Add target language and input file in command description | Sylvain Joubert | 2018-10-29 | 1 | -1/+1 |
|
|
| * | | | | | | | | UseSWIG: Typo, add missing letter | Sylvain Joubert | 2018-10-29 | 1 | -1/+1 |
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Merge branch 'FindMPI-pthread-cuda' into release-3.13 | Brad King | 2018-10-25 | 1 | -1/+6 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | Merge branch 'FindBoost-1.69' into release-3.13 | Brad King | 2018-10-25 | 1 | -14/+29 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
* | | | | | | | | Merge topic 'UseSWIG-multi-input' | Brad King | 2018-10-30 | 2 | -2/+40 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | UseSWIG: multiple input files must be supported in version 2 | Marc Chevrier | 2018-10-29 | 2 | -2/+40 |
|
|
* | | | | | | | | Merge topic 'FindMatlab-2018a-API' | Brad King | 2018-10-30 | 1 | -119/+124 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | FindMatlab: Fix linker command under Windows. | Cris Luengo | 2018-10-29 | 1 | -4/+5 |
|
|
| * | | | | | | | FindMatlab: `matlab_add_mex` has new options `R2017b` and `R2018a`. | Cris Luengo | 2018-10-24 | 1 | -70/+87 |
|
|
| * | | | | | | | FindMatlab: Always find core libraries. | Cris Luengo | 2018-10-24 | 1 | -48/+35 |
|
|
* | | | | | | | | ExternalProject: add LOG_PATCH option to log the patch command | Wouter Klouwen | 2018-10-26 | 1 | -0/+11 |
|
|
* | | | | | | | | Merge topic 'deprecation2' | Brad King | 2018-10-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Use_wxWindows: Correct version of deprecation | Joachim Wuttke (o) | 2018-10-26 | 1 | -1/+1 |
|
|
* | | | | | | | | | Merge topic 'relative-rpath' | Brad King | 2018-10-26 | 7 | -0/+14 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | RPATH: Record support for $ORIGIN on various *BSD | Peter Wu | 2018-10-26 | 4 | -0/+11 |
|
|