Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-12 | cmake: Capture stdout with UNIX pipes | Daniel Mensinger | 3 | -1/+38 | |
2020-04-12 | cmake: Fix custom command CMake list issue | Daniel Mensinger | 2 | -4/+17 | |
2020-04-11 | opts: Allow `-` and `not` in meson_options.txt (fixes #6948) | Daniel Mensinger | 3 | -2/+17 | |
2020-04-11 | Handle BuildTarget as custom_target() argument #6914 | Marc-André Lureau | 5 | -11/+28 | |
2020-04-11 | docs: fix the docs for install_subdir's strip_directory [skip ci] | Peter Hutterer | 1 | -1/+1 | |
When set to **true** only the last component is used. And throw in two minor grammatical fixes while we're there. | |||||
2020-04-11 | References-tables.md: repair broken table | Vanadiae | 1 | -1/+1 | |
At https://mesonbuild.com/Reference-tables.html#compiler-and-linker-selection-variables, the table is broken and it seems that the only difference with other well-working tables on this page is the semi-column ":" that are present under Language. | |||||
2020-04-11 | Add rust stdlib dir to PATH on Windows. | Jussi Pakkanen | 1 | -0/+3 | |
2020-04-10 | compilers: disable b_sanitize on hurd | Pino Toscano | 1 | -1/+3 | |
ASAN is not supported on the Hurd yet. | |||||
2020-04-10 | symbolextractor: add support for hurd | Pino Toscano | 1 | -1/+1 | |
Use the GNU toolchain for that. | |||||
2020-04-10 | symbolextractor: rename linux_syms to gnu_syms | Pino Toscano | 1 | -2/+2 | |
It is not specific to Linux but works with the GNU toolchain, so give it a better name. No functional changes. | |||||
2020-04-10 | Recognize Hurd as platform/OS | Pino Toscano | 2 | -0/+10 | |
2020-04-10 | cmake: support cmake config file syntax (#6917) | dabrain34 | 2 | -14/+96 | |
* cmake: enhance support of cmake config file syntax Enhance the cmakedefine support by accepting 2 or 3 tokens in the conf line as mesondefine supports strictly 2 tokens * fixup! cmake: enhance support of cmake config file syntax * fixup! fixup! cmake: enhance support of cmake config file syntax | |||||
2020-04-10 | Fix typo in help of option '--wipe' [skip ci] | Jens Carl | 1 | -1/+1 | |
2020-04-10 | Log when ignoring LLVM because dynamic was requested | Jesse Natalie | 1 | -0/+1 | |
Without this, there's tons of log output about finding LLVM, followed by "couldn't find LLVM." | |||||
2020-04-10 | Fixes meson bug to allow arm64 build | Jesse Natalie | 1 | -1/+5 | |
2020-04-10 | ci: Fix passing env vars | Daniel Mensinger | 1 | -1/+1 | |
2020-04-10 | Fix typos | Jens Carl | 1 | -2/+2 | |
2020-04-08 | Fix requireed meson version for override_dependency() | Xavier Claessens | 1 | -1/+1 | |
2020-04-08 | docs: Update Using-with-Visual Studio | Nirbheek Chauhan | 1 | -10/+11 | |
Very out of date instructions. We install `meson.exe` now and you don't need to have `py` in PATH or use `/path/to/meson.py`. | |||||
2020-04-08 | mcompile: Use the current dir if unspecified | Nirbheek Chauhan | 1 | -1/+0 | |
With this running `meson compile` inside the builddir actually works, and you don't have to do `meson compile -C .` Clearly this was the intent since the option already has `default='.'` | |||||
2020-04-08 | travis: Fix Travis OSX build | Daniel Mensinger | 3 | -20/+80 | |
2020-04-07 | docs: Mention library command as well [skip ci] | Vedran Miletić | 1 | -4/+4 | |
2020-04-05 | ci: Travis: Use the new mesonbuild/eoan image | Daniel Mensinger | 1 | -3/+3 | |
2020-04-05 | boost: Fix library version (fixes #6899) | Daniel Mensinger | 1 | -0/+5 | |
2020-04-05 | ci: Added cuda image (Arch Linux based) | Daniel Mensinger | 5 | -6/+36 | |
2020-04-05 | ci: Fix env_vars.sh path in the opensuse image | Daniel Mensinger | 1 | -4/+4 | |
2020-04-05 | Rename test dir names with dircondenser.py. | Jussi Pakkanen | 66 | -2/+2 | |
2020-04-05 | quality / test: Fortran type hinting | Michael Hirsch, Ph.D | 5 | -28/+53 | |
enhance fortran args tests | |||||
2020-04-05 | qt dependency: Pick debug libraries based on b_vscrt | Cerbero | 2 | -0/+32 | |
`b_vscrt` has existed forever, and is the canonical source for which CRT to link to, and hence whether to use the debug libraries or not. | |||||
2020-04-04 | backend/vs: Fix link of wmain / wWinMain based apps | Peter Harris | 1 | -5/+0 | |
Executables may have an entry point of wmain or wWinMain. These executables link successfully with ninja. Rather than add more flags to executable() in meson.build, remove the EntryPointSymbol override. This makes the vs backend behave more like the ninja backend. Fixes #6698 | |||||
2020-04-04 | Make cc.has_function work on GCC/Clang __builtins | Andrei Alexeyev | 2 | -5/+14 | |
2020-04-04 | ci: Use self hosted CI data | Daniel Mensinger | 3 | -243/+75 | |
2020-04-04 | ci: Add debug logs to for the setup process | Daniel Mensinger | 2 | -4/+15 | |
2020-04-04 | Merge pull request #6843 from mensinda/ciJSONSCHEMA | Jussi Pakkanen | 21 | -100/+417 | |
CI: Maintain docker images with GitHub Actions | |||||
2020-04-04 | docs: add LLVM tool section to dependencies [skip ci] | Gerion Entrup | 1 | -0/+11 | |
2020-04-04 | mparser: fix precedence of arithmetic operators | Andrei Alexeyev | 2 | -27/+41 | |
The arithmetic operators are now split into two groups: * The add/sub group: +, - * The mul/div group: *, /, % All operators within the same group are left-associative and have equal precedence. The mul/div group has a higher precedence than the add/sub group, as one would expect. Previously every operator had a different precedence and was right-associative, which resulted in surprising behavior. This is a potentially breaking change for projects that relied on the old incorrect behavior. Fixes #6870 | |||||
2020-04-03 | backend/vs: Fix debug information and runtime checks | Peter Harris | 1 | -6/+6 | |
Both DebugInformationFormat and BasicRuntimeChecks need to be in clconf (not type_config) for Visual Studio to recognize them. Fixes #6699 | |||||
2020-04-03 | mtest: Improve test output formatting. | Hemmo Nieminen | 1 | -22/+29 | |
Remove some weirdness from test output such as extra commas, missing spaces and way too precise time durations. Also improve the overall alignment of the output. | |||||
2020-04-02 | ci: Retry if dub fetch failed | Daniel Mensinger | 6 | -10/+52 | |
2020-04-02 | ci: Fix OpenSUSE image | Daniel Mensinger | 1 | -4/+4 | |
2020-04-02 | boost: make python2 optional | Daniel Mensinger | 1 | -2/+2 | |
2020-04-02 | interpreter: Fix Disabler support for modules | Daniel Mensinger | 1 | -2/+2 | |
2020-04-02 | ci: Automatically build and publish images | Daniel Mensinger | 1 | -0/+54 | |
2020-04-02 | ci: Use new images in OS Comp | Daniel Mensinger | 1 | -32/+17 | |
2020-04-02 | ci: Use the new CI image builder for eoan | Daniel Mensinger | 3 | -36/+60 | |
2020-04-02 | ci: Skip dub compiler test on SINGLE_DUB_COMPILER | Daniel Mensinger | 1 | -0/+9 | |
2020-04-02 | ci: New CI image builder infrastructure | Daniel Mensinger | 11 | -19/+220 | |
2020-04-02 | ci: Added python-jsonschema to docker images | Daniel Mensinger | 3 | -4/+6 | |
2020-04-01 | ci: Added boost_python to fedora | Daniel Mensinger | 1 | -0/+1 | |
2020-04-01 | boost: Fix boost_python detection on bionic (fixes #6886 #4788) | Daniel Mensinger | 2 | -1/+38 | |