Age | Commit message (Expand) | Author | Files | Lines |
2019-07-15 | compilers/mixins/intel: add type annotations | Dylan Baker | 1 | -17/+24 |
2019-07-15 | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 6 | -109/+139 |
2019-07-15 | compilers/mixins/gnu: Add type annotations | Dylan Baker | 1 | -100/+119 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 10 | -373/+405 |
2019-07-15 | compilers/mixins/visualstudio: Add type annotations | Dylan Baker | 1 | -106/+119 |
2019-07-15 | compilers: Move the VisualStudioLikeCompiler class into mixins | Dylan Baker | 6 | -391/+418 |
2019-07-15 | compilers/mixins/arm: Add type annotations | Dylan Baker | 1 | -42/+51 |
2019-07-15 | compilers: Move ArmCompiler to a mixin module | Dylan Baker | 4 | -111/+130 |
2019-07-15 | compilers/mixins/ccrx: add type annotations | Dylan Baker | 1 | -48/+59 |
2019-07-15 | compilers: move ccrx compiler abstraction into mixins | Dylan Baker | 5 | -134/+152 |
2019-07-15 | compilers: Move clike into a mixins directory | Dylan Baker | 8 | -9/+10 |
2019-07-14 | Add test to catch `-Werror=unused-parameter` brittleness | David Seifert | 1 | -2/+9 |
2019-07-14 | Do not fail on passing `-Werror=unused-parameter` from environment | David Seifert | 5 | -14/+14 |
2019-07-13 | cmake: Handle disabling subprojects | Thibault Saunier | 2 | -1/+9 |
2019-07-12 | Change meson test's build failure exit code to 125 | Christoph Weiss | 2 | -1/+20 |
2019-07-12 | unit tests: Don't keep builddirs inside source tree on Cygwin | Nirbheek Chauhan | 1 | -1/+9 |
2019-07-11 | Merge pull request #5560 from scivision/cstd18_bug | Michael Hirsch, Ph.D | 3 | -21/+67 |
2019-07-11 | Remove unnecessary setup.cfg lines that confound offline use | Michael Hirsch, Ph.D | 1 | -3/+0 |
2019-07-11 | setup.py >= python 3.5.2 | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-11 | doc | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-07-11 | minimum python 3.5.2 | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-07-11 | pythonic file checks | Michael Hirsch, Ph.D | 2 | -23/+22 |
2019-07-11 | add missing commas | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-07-11 | ENH: metadata PEP390 setup.cfg | Michael Hirsch, Ph.D | 4 | -59/+75 |
2019-07-11 | Ignore -D* and -fstack-protector* args for D compilers | myfreeweb | 1 | -0/+4 |
2019-07-11 | cmake: Fix dependencies with try_compile (closes #5605) | Daniel Mensinger | 2 | -11/+55 |
2019-07-11 | Fix MSVC /link argument ordering (#5598) | Norbert Nemec | 1 | -19/+32 |
2019-07-11 | Merge pull request #5606 from xclaesse/alias_target | Jussi Pakkanen | 11 | -18/+110 |
2019-07-11 | Adapting Boost Python library detection to Boost >= 1.67. Closes #4288. | gjaeger1 | 5 | -12/+120 |
2019-07-10 | vs backend: commandrunner.py takes source dir first | Xavier Claessens | 1 | -1/+1 |
2019-07-10 | Add alias_target() function | Xavier Claessens | 11 | -17/+109 |
2019-07-10 | try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependencies | Norbert Nemec | 1 | -1/+5 |
2019-07-10 | Merge pull request #5574 from mensinda/cmakeCCmd | Jussi Pakkanen | 16 | -46/+656 |
2019-07-10 | Warn if the user manually adds arguments we have builtin support for. | Jussi Pakkanen | 1 | -0/+19 |
2019-07-10 | Reference error code as hex value and improve comment | Norbert Nemec | 1 | -2/+2 |
2019-07-10 | diagnostics for missing DLLs on Windows in meson_exe.py | Norbert Nemec | 1 | -0/+5 |
2019-07-10 | Make faster w defender atp | Charlie Barto | 1 | -2/+2 |
2019-07-10 | Merge pull request #5621 from mesonbuild/paralleltests | Jussi Pakkanen | 6 | -9/+35 |
2019-07-10 | FAQ.md: Do I need to add headers to sources? [skip ci] | Nirbheek Chauhan | 1 | -0/+18 |
2019-07-10 | FAQ.md: Add an entry for generated headers [skip ci] | Nirbheek Chauhan | 1 | -0/+69 |
2019-07-09 | Use pytest-xdist in Azure and Linux on Travis. | Jussi Pakkanen | 2 | -0/+5 |
2019-07-09 | Use pytest parallelisation if available. | Jussi Pakkanen | 3 | -2/+15 |
2019-07-09 | Do not run unittests with unity builds because that is redundant. | Jussi Pakkanen | 1 | -1/+1 |
2019-07-09 | Add command line argument to skip unit tests. | Jussi Pakkanen | 2 | -6/+14 |
2019-07-09 | unit tests: Fix CI failures in NativeFileTests | Nirbheek Chauhan | 1 | -1/+1 |
2019-07-08 | typo | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-07-08 | cleanup clang version minimum | Michael Hirsch, Ph.D | 1 | -31/+51 |
2019-07-08 | type hints @dcbaker | Michael Hirsch, Ph.D | 1 | -6/+5 |
2019-07-08 | add clang c_std=c18 alias | Michael Hirsch, Ph.D | 3 | -19/+46 |
2019-07-08 | Merge pull request #5620 from mesonbuild/testenvvar | Jussi Pakkanen | 2 | -102/+162 |