Age | Commit message (Expand) | Author | Files | Lines |
2020-02-19 | removed hardcoded values for more add less work in the long run. | Michael | 1 | -24/+27 |
2020-02-19 | switch Python list for set | Michael | 1 | -3/+3 |
2020-02-19 | remove uneeded '(' and ')' | Michael | 1 | -1/+1 |
2020-02-19 | Update minit.py | Michael Brockus | 1 | -52/+58 |
2020-02-12 | Add unity block size option. | Jussi Pakkanen | 5 | -17/+46 |
2020-02-12 | Refactor UserIntegerOption to work with BuiltinOption. | Jussi Pakkanen | 2 | -8/+8 |
2020-02-12 | cmake: Add support for the new JSON trace format | Daniel Mensinger | 2 | -15/+43 |
2020-02-12 | unit tests: Ensure that --profile-self keeps working | Nirbheek Chauhan | 1 | -2/+3 |
2020-02-12 | meson: unbreak --profile-self | Marcel Hollerbach | 1 | -1/+1 |
2020-02-11 | tests: Make the cups test more robust | Daniel Mensinger | 1 | -5/+5 |
2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | 6 | -0/+106 |
2020-02-11 | configure_file: Also copy timestamps to avoid useless rebuilds | Nirbheek Chauhan | 2 | -4/+10 |
2020-02-11 | minstall: Make --only-changed less verbose | Nirbheek Chauhan | 1 | -1/+5 |
2020-02-10 | test cases/python3/3 cython: fix dependency files | Gerion Entrup | 1 | -0/+1 |
2020-02-10 | Exclude .hg* from dist tarballs | Richard Laager | 1 | -1/+10 |
2020-02-09 | Remove vs2015 jobs as Azure will stop supporting it. | Jussi Pakkanen | 2 | -40/+5 |
2020-02-07 | Merge pull request #6421 from dcbaker/zlib-system-dep | Jussi Pakkanen | 5 | -1/+97 |
2020-02-07 | run_project_tests: Fix it to actually work | Dylan Baker | 1 | -5/+10 |
2020-02-06 | Make 'default_library' per-subproject builtin option | Xavier Claessens | 11 | -26/+117 |
2020-02-06 | backends: Remove unused method | Xavier Claessens | 1 | -4/+0 |
2020-02-06 | topbar HTML module list | Michael Hirsch, Ph.D | 1 | -21/+27 |
2020-02-06 | html fs-module link | Michael Hirsch, Ph.D | 1 | -1/+2 |
2020-02-06 | add FeatureNew | Michael Hirsch, Ph.D | 2 | -1/+14 |
2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D | 3 | -2/+33 |
2020-02-06 | doc: filesystem module | Michael Hirsch, Ph.D | 1 | -4/+8 |
2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D | 3 | -5/+28 |
2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D | 3 | -12/+101 |
2020-02-06 | docs: explain the purpose of order-only deps for generated files [skip ci] | Marc Herbert | 1 | -5/+6 |
2020-02-05 | Merge pull request #6161 from scivision/native_property | Jussi Pakkanen | 10 | -15/+111 |
2020-02-05 | depdenencies/qt: Second attempt to allow qt --no-framework on MacOS. | nikolayp | 1 | -4/+12 |
2020-02-05 | Merge pull request #6589 from dcbaker/wx-widgets-static | Jussi Pakkanen | 1 | -5/+21 |
2020-02-05 | Fix import dependency from dub | Max | 1 | -0/+8 |
2020-02-05 | doc | Michael Hirsch, Ph.D | 3 | -5/+5 |
2020-02-05 | ci: properly handle cross/native cases | Michael Hirsch, Ph.D | 2 | -2/+6 |
2020-02-05 | add get_external_property to replace get_cross_property | Michael Hirsch, Ph.D | 9 | -39/+81 |
2020-02-05 | add native-file properties tests | Michael Hirsch, Ph.D | 5 | -7/+23 |
2020-02-05 | add meson.get_native_property for native files | Michael Hirsch, Ph.D | 4 | -1/+35 |
2020-02-05 | Merge pull request #6573 from michaelbadcrumble/add_sample_templates | Jussi Pakkanen | 8 | -59/+746 |
2020-02-05 | Merge pull request #6582 from mensinda/cmQuotes | Jussi Pakkanen | 7 | -32/+133 |
2020-02-05 | dependencies/ui: Honor static argument with wxwidgets | Dylan Baker | 1 | -2/+14 |
2020-02-05 | dependencies/ui: Add type annotations to WxDependency | Dylan Baker | 1 | -2/+6 |
2020-02-05 | dependencies/ui: wxwidgets requires C++ | Dylan Baker | 1 | -1/+1 |
2020-02-05 | pkgconfig: Generate -uninstalled.pc files | Xavier Claessens | 7 | -18/+104 |
2020-02-05 | pkgconfig: Fix code that make relative path | Xavier Claessens | 1 | -2/+6 |
2020-02-05 | Test using a File as an argument to run_command. | Jussi Pakkanen | 1 | -0/+6 |
2020-02-05 | cmake: Added test case for #6566 | Daniel Mensinger | 5 | -5/+36 |
2020-02-05 | tests: Added basic test matrix support for project tests | Daniel Mensinger | 1 | -22/+84 |
2020-02-04 | Fix prefix dependent option defaults (#6552) | Jon Turney | 2 | -4/+10 |
2020-02-04 | interpreter: Iterate custom target outputs | Xavier Claessens | 4 | -6/+44 |
2020-02-04 | Don't fail in setup on azure when commit message contains an equals sign | Jon Turney | 1 | -0/+4 |