Age | Commit message (Expand) | Author | Files | Lines |
2019-07-18 | fix all flake8 issues | Daniel Mensinger | 3 | -7/+5 |
2019-07-18 | azure cygwin cmake 3.14.5 | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-18 | add cross-platform test for cmake_module_path | Michael Hirsch, Ph.D | 2 | -0/+41 |
2019-07-18 | str => pathlib for cmakelists | Michael Hirsch, Ph.D | 1 | -10/+6 |
2019-07-17 | cmake: additional debug logging | Daniel Mensinger | 1 | -0/+3 |
2019-07-17 | cmake: Fix empty -D due to empty strings (closes #5522) | Daniel Mensinger | 4 | -17/+52 |
2019-07-17 | mintro: Fix section key in buildoptions | Daniel Mensinger | 3 | -7/+26 |
2019-07-17 | Accept vs_module_defs for modules | Marc-André Lureau | 4 | -1/+13 |
2019-07-16 | gtkdoc: Add 'check' kwarg (#5591) | Xavier Claessens | 12 | -29/+228 |
2019-07-16 | Add Irssi to Users | ailin-nemui | 1 | -0/+1 |
2019-07-16 | Merge pull request #5654 from marxin/fix-return-type-warnings | Michael Hirsch, Ph.D | 2 | -0/+5 |
2019-07-16 | Merge pull request #5663 from ePirat/patch-3 | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-07-16 | Docs: Fix brackets in generator examples [ci skip] | ePirat | 1 | -3/+3 |
2019-07-16 | Fix missing return statements that are seen with -Werror=return-type. | Martin Liska | 2 | -0/+5 |
2019-07-15 | No need to reserve build_ because we use build. instead. | Jussi Pakkanen | 1 | -1/+1 |
2019-07-15 | meson: skip captured write if content didn't change | Marc-André Lureau | 1 | -2/+9 |
2019-07-15 | run_unittests: use sys.executable on Windows for python | Dylan Baker | 1 | -4/+1 |
2019-07-15 | compilers/mixins/pgi: Finish type annoations | Dylan Baker | 1 | -21/+27 |
2019-07-15 | compilers: split pgi compiler out of compilers module | Dylan Baker | 5 | -72/+92 |
2019-07-15 | compilers/mixins/elbrus: add type annotations and fix types | Dylan Baker | 4 | -18/+23 |
2019-07-15 | compilers: put elbrus in mixins | Dylan Baker | 5 | -43/+62 |
2019-07-15 | compilers/mixins/clang: Add type annotations | Dylan Baker | 1 | -12/+21 |
2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker | 9 | -68/+92 |
2019-07-15 | compilers/mixins/arm: Add type annotations to armclang | Dylan Baker | 1 | -41/+47 |
2019-07-15 | compilers: move ArmClang into mixins/arm.py | Dylan Baker | 4 | -122/+119 |
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 |