| Commit message (Expand) | Author | Age | Files | Lines |
* | Only run symlink test from git checkout.symlinkinrelease | Jussi Pakkanen | 2019-12-30 | 1 | -1/+11 |
* | cmake: Use trace for missing link flags (fixes #6386) | Daniel Mensinger | 2019-12-29 | 12 | -8/+152 |
* | bugfix: netcdf pkgconfig stop if found | Michael Hirsch, Ph.D | 2019-12-28 | 1 | -0/+2 |
* | Merge pull request #6380 from scivision/cuda_qc | Jussi Pakkanen | 2019-12-28 | 18 | -59/+69 |
|\ |
|
| * | refactor: cuda no unused args | Michael Hirsch, Ph.D | 2019-12-23 | 16 | -25/+25 |
| * | doc: cuda windows comment | Michael Hirsch, Ph.D | 2019-12-23 | 1 | -1/+2 |
| * | doc: examples of run_project_tests.py options | Michael Hirsch, Ph.D | 2019-12-23 | 1 | -33/+42 |
* | | bugfix: check len before index | Michael Hirsch, Ph.D | 2019-12-24 | 1 | -2/+2 |
|/ |
|
* | cmake: Fix obeject libraries | Daniel Mensinger | 2019-12-22 | 16 | -23/+236 |
* | Merge pull request #6355 from scivision/depmethod | Jussi Pakkanen | 2019-12-21 | 9 | -186/+226 |
|\ |
|
| * | ci: improve robustness | Michael Hirsch, Ph.D | 2019-12-19 | 4 | -23/+23 |
| * | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 2019-12-19 | 5 | -163/+203 |
* | | summary: Change 'section' to be a kwarg instead of positional | Xavier Claessens | 2019-12-19 | 4 | -50/+39 |
* | | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 2019-12-19 | 7 | -34/+69 |
|/ |
|
* | CI: Skip NetCDF Fortran test on OSX | Daniel Mensinger | 2019-12-19 | 1 | -1/+1 |
* | CI: Skip git tests if g-ir-scanner does not exist | Daniel Mensinger | 2019-12-19 | 2 | -2/+2 |
* | CI: Fix C++11 related error on osx for protocol buffer | Daniel Mensinger | 2019-12-19 | 1 | -1/+1 |
* | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 2019-12-19 | 3 | -16/+29 |
* | linkers: Remove get_allow_undefined_args from link.exe | Dylan Baker | 2019-12-18 | 1 | -2/+1 |
* | PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATH | Ting-Wei Lan | 2019-12-18 | 2 | -0/+60 |
* | python: add embed to the python dependency function | Daniel Mensinger | 2019-12-18 | 5 | -12/+27 |
* | Merge pull request #4649 from dcbaker/summary-function | Jussi Pakkanen | 2019-12-18 | 9 | -6/+265 |
|\ |
|
| * | summary: Add 'Subprojects' section to main project | Xavier Claessens | 2019-12-12 | 1 | -4/+20 |
| * | summary: Add bool_yn keyword argument | Xavier Claessens | 2019-12-12 | 4 | -6/+21 |
| * | summary: Allow section with no title, and passing key/value separately | Xavier Claessens | 2019-12-12 | 5 | -26/+43 |
| * | Add a summary() function for configuration summarization | Xavier Claessens | 2019-12-12 | 9 | -2/+213 |
* | | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 2019-12-17 | 17 | -135/+156 |
|\ \ |
|
| * | | Consider compiler arguments in linker detection logic | Dylan Baker | 2019-12-12 | 5 | -17/+23 |
| * | | Allow setting <lang>_args before the compiler is detected | Dylan Baker | 2019-12-12 | 3 | -99/+102 |
| * | | compilers: Make get_display_language a class or static method | Dylan Baker | 2019-12-12 | 7 | -12/+11 |
| * | | compilers: move language attribute to the class level | Dylan Baker | 2019-12-12 | 12 | -13/+26 |
* | | | ci cmake: Windows link.exe skip due to symbol issues | Michael Hirsch, Ph.D | 2019-12-17 | 10 | -12/+16 |
* | | | Fail gracefully detecting hdf5 if pkg-config is not available. | Jussi Pakkanen | 2019-12-17 | 1 | -8/+11 |
* | | | Fix macOS library test when using system zlib. | Jussi Pakkanen | 2019-12-17 | 1 | -1/+2 |
* | | | Clean MSI generator Try 2 [skip ci] | Michael Brockus | 2019-12-16 | 1 | -28/+85 |
* | | | default inc dirs: Fix warning on MSYS (fixes #6336) | Daniel Mensinger | 2019-12-15 | 1 | -5/+8 |
* | | | ci: type hint checking for compilers/mixins/intel.py | Michael Hirsch, Ph.D | 2019-12-14 | 1 | -1/+1 |
* | | | intel/intel-cl: handle arguments in intel-specific way | Michael Hirsch, Ph.D | 2019-12-14 | 1 | -20/+38 |
* | | | run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warnings | Dylan Baker | 2019-12-13 | 1 | -3/+3 |
* | | | compilers: make use of mlog.log_once | Dylan Baker | 2019-12-13 | 2 | -6/+2 |
* | | | mlog: Add a log_once function | Dylan Baker | 2019-12-13 | 2 | -10/+67 |
* | | | mlog: remove incorrect uses of global keyword | Dylan Baker | 2019-12-13 | 1 | -2/+0 |
* | | | mintro: include test protocol in introspection data | Paolo Bonzini | 2019-12-13 | 4 | -2/+8 |
* | | | ci fortran: add case where buildtype=release and warning_level=3 | Michael Hirsch, Ph.D | 2019-12-13 | 2 | -0/+6 |
|/ / |
|
* | | docs: Fix wrong example for shaderc dependency [skip ci] | ePirat | 2019-12-12 | 1 | -12/+12 |
|/ |
|
* | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 2019-12-11 | 15 | -174/+334 |
|\ |
|
| * | run_unittests: Add tests for LD on windows | Dylan Baker | 2019-12-03 | 1 | -0/+23 |
| * | linkers: make constructor signature of VisualStudioLike linkers the same | Dylan Baker | 2019-12-03 | 1 | -4/+6 |
| * | environment: Fix selecting the linker with rustc | Dylan Baker | 2019-12-03 | 2 | -29/+45 |
| * | linkers: Correct MSVC-like linkers invoke directly flag | Dylan Baker | 2019-12-03 | 1 | -1/+1 |