Age | Commit message (Expand) | Author | Files | Lines |
2019-08-14 | environment: Use a single function to check for ObjC and ObjC++ | Dylan Baker | 1 | -38/+17 |
2019-08-14 | compilers/cuda: don't use re for replacement | Dylan Baker | 1 | -3/+2 |
2019-08-14 | unittests: add b_lundef=false to address sanitizer test | Dylan Baker | 1 | -1/+1 |
2019-08-14 | compilers/mixins/pgi: simplify pic logic | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-08-14 | tests/153: skip with PGI as macros are unique | Michael Hirsch, Ph.D | 1 | -0/+5 |
2019-08-14 | tests: skip common/204 for PGI (need unique feature list) | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-08-14 | tests/common/186: skip some due to PGI link failure stderr=0 | Michael Hirsch, Ph.D | 1 | -4/+7 |
2019-08-14 | tests/186: Make work with apple ld's -fatal_warnings | Dylan Baker | 1 | -2/+2 |
2019-08-14 | re-architect the D compiler abstractions | Dylan Baker | 1 | -215/+197 |
2019-08-14 | run_unittests: extend binary wrapper creater for Wl,--version | Dylan Baker | 1 | -3/+4 |
2019-08-12 | tests: add wasm to run_project_tests --only | Dylan Baker | 1 | -0/+1 |
2019-08-12 | gnome: Use find_program() to get glib-compile-resources | Xavier Claessens | 1 | -4/+5 |
2019-08-12 | Put native file before cross file in options list | John Ericson | 2 | -5/+5 |
2019-08-12 | Add is_disabler function | James Hilliard | 15 | -1/+149 |
2019-08-11 | Print only host platform info in some cases during native builds | Jussi Pakkanen | 2 | -9/+15 |
2019-08-10 | ninjabackend: Squish Coco support | Aleksey Gurtovoy | 1 | -7/+17 |
2019-08-08 | docs: meson -> Meson in one place | John Ericson | 1 | -1/+1 |
2019-08-07 | dist: Add '-C' option and print better error message | Xavier Claessens | 1 | -2/+9 |
2019-08-06 | Made build. options alias basic ones when native building. | Jussi Pakkanen | 7 | -14/+68 |
2019-08-06 | Made set_option kwargs named-only. | Jussi Pakkanen | 2 | -3/+3 |
2019-08-06 | Do not print build and host settings when compiling natively. | Jussi Pakkanen | 1 | -8/+14 |
2019-08-06 | Do not print build compiler info when not cross compiling. It is confusing. | Jussi Pakkanen | 1 | -2/+3 |
2019-08-06 | Describe how to set up VS external project. [skip ci] | Jussi Pakkanen | 2 | -0/+58 |
2019-08-05 | Update MSI creator script to newest VS on Win 7. [skip ci] | Jussi Pakkanen | 1 | -4/+1 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 14 | -1/+127 |
2019-08-04 | environment: simplify powerpc conditionals | Jan Beich | 1 | -5/+3 |
2019-08-04 | environment: simplify CPU logic via hw.machine_arch on BSDs | Jan Beich | 1 | -13/+6 |
2019-08-04 | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | 2 | -2/+21 |
2019-08-04 | Fix cross compilation on OSX | Xavier Claessens | 1 | -2/+6 |
2019-08-04 | sourceset: add all_dependencies() method | Marc-André Lureau | 5 | -5/+33 |
2019-08-04 | sourceset: fix using FeatureCheck decorators | Marc-André Lureau | 1 | -4/+5 |
2019-08-04 | gtkdoc: Use find_program() to get gtkdoc tools | Xavier Claessens | 2 | -14/+24 |
2019-08-03 | Improve support for crosscompiled CMake modules | Marcin Niestroj | 2 | -1/+12 |
2019-08-03 | Condense test directory names. | Jussi Pakkanen | 1015 | -69/+69 |
2019-08-03 | Merge pull request #5644 from bonzini/meson-exe-cmdline | Jussi Pakkanen | 5 | -135/+118 |
2019-08-02 | Merge pull request #5749 from mensinda/cmGenExp | Jussi Pakkanen | 7 | -3/+210 |
2019-08-02 | Make ARM compilers work on Linux. | Jussi Pakkanen | 2 | -2/+37 |
2019-08-02 | add pylint Azure job | Michael Hirsch, Ph.D | 1 | -0/+15 |
2019-08-02 | add pylint config file. update Sider CI name | Michael Hirsch, Ph.D | 2 | -0/+9 |
2019-08-02 | remove unreachable code | Michael Hirsch, Ph.D | 2 | -4/+2 |
2019-08-02 | Add aravis to meson users (#5757) [skip-ci] | Emmanuel Pacaud | 1 | -0/+1 |
2019-07-31 | coredata: Ignore directories when searching for machine files | Dylan Baker | 1 | -6/+14 |
2019-07-31 | OpenMP:stop searching when openmp headers are first found | Michael Hirsch, Ph.D | 1 | -2/+3 |
2019-07-31 | Allow kconfig to read from configure_file() | Marc-André Lureau | 3 | -8/+12 |
2019-07-31 | cmake: added generator expression test case | Daniel Mensinger | 4 | -0/+75 |
2019-07-31 | cmake: Parse a subset of generator expressions | Daniel Mensinger | 3 | -3/+135 |
2019-07-31 | Merge pull request #5638 from mensinda/cmInterface | Jussi Pakkanen | 6 | -19/+173 |
2019-07-31 | Merge pull request #5733 from scivision/pgi_openmp | Jussi Pakkanen | 8 | -24/+52 |
2019-07-31 | mintro: Fix crash related to the sources kwarg (fixes #5741) | Daniel Mensinger | 3 | -4/+8 |
2019-07-30 | skip common/223 for PGI, as even 19.4 doesn't fully support C++17 as claimed | Michael Hirsch, Ph.D | 1 | -0/+6 |