Age | Commit message (Expand) | Author | Files | Lines |
2019-11-17 | Issue #6174: run_command() with compiler object behind ccache fails. | Jehan | 1 | -2/+4 |
2019-11-16 | environment: Only check compiler basename for compiler name | Jan Tojnar | 1 | -4/+6 |
2019-11-13 | coredata: CmdLineFileParser no longer interpolates strings. | Paulo Neves | 1 | -1/+1 |
2019-11-13 | Revert "Add `-Wl,-rpath-link` for secondary dependencies" | Jussi Pakkanen | 1 | -48/+5 |
2019-11-12 | cmake: Log warnings in CMakeLists.txt | Daniel Mensinger | 1 | -4/+39 |
2019-11-12 | Prevent install_name_tool to run on EXE when cross compile on OSX | Binh Nguyen | 1 | -2/+2 |
2019-11-12 | Raise an exception if we cannot detect the MSVC compiler target architecture | Luca Bacci | 1 | -2/+4 |
2019-11-12 | Fixed issue that the key's value type wasn't checked correctly. | fchin | 2 | -4/+5 |
2019-11-12 | Adding dictionary entry using string variable as key. | franczc | 2 | -11/+22 |
2019-11-11 | hotdoc: work around argparse syntax ambiguity | Mathieu Duponchelle | 1 | -3/+19 |
2019-11-10 | Store run target names in build. | Jussi Pakkanen | 3 | -0/+10 |
2019-11-08 | Make the hint about built-in options more useful | Zbigniew JÄdrzejewski-Szmek | 1 | -6/+12 |
2019-11-08 | "built-in" is the standard spellling | Zbigniew JÄdrzejewski-Szmek | 1 | -5/+5 |
2019-11-08 | pass sanitize option to linker on macOS | mfurukawa | 1 | -0/+5 |
2019-11-08 | Created the filesystem module. | Jussi Pakkanen | 3 | -1/+78 |
2019-11-07 | mesonbuild/mtest: plumb and report a test's start time | Camilo Celis Guzman | 1 | -11/+17 |
2019-11-07 | pkgconfig: only check import_filename for shared libraries | Ryan Lucia | 1 | -1/+1 |
2019-11-07 | CI: add initial type annotation checking | Michael Hirsch, Ph.D | 3 | -11/+11 |
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 |