Age | Commit message (Expand) | Author | Files | Lines |
2019-11-07 | wrap.py: catch connection error with WrapException | Michael Hirsch, Ph.D | 2 | -7/+13 |
2019-11-07 | wrap.py: apply type annotation, modernize syntax | Michael Hirsch, Ph.D | 3 | -59/+61 |
2019-11-07 | dependencies/pkgconfig: Log pkg-config exceptions | Marvin Scholz | 1 | -0/+1 |
2019-11-07 | dependencies/pkgconfig: Fix error reporting | Marvin Scholz | 1 | -19/+20 |
2019-11-07 | dependencies/pkgconfig: Fix found state ignoring errors | Marvin Scholz | 1 | -2/+2 |
2019-11-06 | Add -L= to soname linker argument, too. | Jussi Pakkanen | 1 | -1/+4 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 31 | -60/+60 |
2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | 5 | -2/+269 |
2019-11-05 | Change default pkgconfig directory on FreeBSD | sghctoma | 1 | -1/+4 |
2019-11-02 | Fix split of CMAKE_PREFIX_PATH under Windows | Wolfgang Stöggl | 1 | -2/+2 |
2019-11-02 | Merge pull request #6123 from scivision/bugfix-fortran | Jussi Pakkanen | 2 | -8/+7 |
2019-11-02 | Minit templates modularization | Michael Hirsch, Ph.D | 8 | -330/+930 |
2019-11-02 | Add option for controlling RTTI. | Jussi Pakkanen | 1 | -0/+15 |
2019-11-02 | Pass explicit command line argument to disable exceptions with MSVC. | Jussi Pakkanen | 1 | -1/+3 |
2019-11-02 | Ask Ninja to expand rsp files in compile_commands.json | Aleksey Gurtovoy | 2 | -4/+10 |
2019-10-31 | fix PGI Windows 'ar' linker | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-10-31 | bugfix: fortran compiler assertionerror from 0c22798 | Michael Hirsch, Ph.D | 2 | -7/+6 |
2019-10-29 | MSVC: support -LIBPATH | Aleksey Gurtovoy | 1 | -2/+4 |
2019-10-24 | Return a disabler when an unknown method is called on a disabler object | James Hilliard | 1 | -2/+5 |
2019-10-23 | Fix for issue #4499, multiple entries per file in install-log.txt | Orlando Wingbrant | 1 | -1/+0 |
2019-10-22 | raise exception when a non-required module not found and subsequently used | Michael Hirsch, Ph.D | 1 | -0/+2 |
2019-10-22 | ducking 'None' for missing module | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-10-22 | mconf: Fix printing options when there is no compiler/project options | Xavier Claessens | 1 | -3/+3 |
2019-10-22 | Merge pull request #6090 from GoaLitiuM/master | Jussi Pakkanen | 2 | -8/+27 |
2019-10-22 | Add source tags targets | Marc-André Lureau | 2 | -0/+69 |
2019-10-21 | Use run-clang-tidy when available. | Jussi Pakkanen | 1 | -4/+18 |
2019-10-21 | d: Fix various linking issues on Windows | GoaLitiuM | 1 | -1/+10 |
2019-10-21 | d: Prefer MSVC and LLVM linker over optlink when available | GoaLitiuM | 1 | -7/+17 |
2019-10-21 | Remove duplicated object files in static libraries | Xavier Claessens | 1 | -1/+2 |
2019-10-20 | Merge pull request #6074 from mensinda/cmFileAPI | Jussi Pakkanen | 6 | -157/+524 |
2019-10-20 | Fix all flake8 warnings | Daniel Mensinger | 6 | -6/+4 |
2019-10-20 | cmake: Blacklist more compiler warning flags | Daniel Mensinger | 1 | -1/+2 |
2019-10-20 | cmake: Do not add imported targets | Daniel Mensinger | 2 | -9/+11 |
2019-10-20 | cmake: Add CMake file API support | Daniel Mensinger | 2 | -5/+366 |
2019-10-20 | cmake: Comment out unused variables | Daniel Mensinger | 1 | -4/+4 |
2019-10-20 | cmake: Move CMake API classes to common | Daniel Mensinger | 4 | -144/+148 |
2019-10-19 | mdist.py: import lzma only when needed | Thomas Petazzoni | 1 | -1/+1 |
2019-10-19 | Fix according to deprecation of usage of non-standard escape sequences | makise-homura | 1 | -1/+1 |
2019-10-19 | Add a proper way to get include dirs for elbrus compiler | makise-homura | 1 | -0/+13 |
2019-10-19 | Make search of library dirs correct | makise-homura | 1 | -2/+2 |
2019-10-18 | xcode 64 bit for catalina [skip ci] | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-10-18 | mconf: Group all options per subproject and align all groups | Xavier Claessens | 1 | -72/+115 |
2019-10-18 | Add missing newlines to "meson introspect" error | Aaron Plattner | 1 | -3/+3 |
2019-10-18 | default inc dirs: fix warning for unsupporte lang (fixes #6050) | Daniel Mensinger | 1 | -2/+9 |
2019-10-18 | emscripten: fix false positives in linking tests | Andrei Alexeyev | 1 | -0/+13 |
2019-10-18 | Refactor duplicate Emscripten code into a mixin | Andrei Alexeyev | 3 | -26/+37 |
2019-10-15 | Fix emscripten C compiler initialization | Andrei Alexeyev | 2 | -6/+8 |
2019-10-15 | environment: Add missing space between words | Matt Turner | 1 | -1/+1 |
2019-10-15 | envconfig: Add Alpha CPU family | Matt Turner | 1 | -0/+2 |
2019-10-14 | Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixin | Andrei Alexeyev | 1 | -0/+3 |