Age | Commit message (Expand) | Author | Files | Lines |
2020-02-22 | unit tests: Make assertBuildNoOp check stricter | Nirbheek Chauhan | 1 | -5/+5 |
2020-02-22 | unit tests: Skip if pkg-config is not found | Nirbheek Chauhan | 1 | -0/+1 |
2020-02-22 | ninjabackend: Pass the import library to SHSYM | Nirbheek Chauhan | 2 | -9/+16 |
2020-02-22 | ninjabackend: Minor refactoring | Nirbheek Chauhan | 1 | -2/+5 |
2020-02-22 | tests: Ensure that executable and library are named differently | Nirbheek Chauhan | 10 | -10/+17 |
2020-02-22 | ninjabackend: List PDBs in output list for targets | Nirbheek Chauhan | 6 | -20/+51 |
2020-02-17 | symbolextractor: Add typing hints | Nirbheek Chauhan | 1 | -6/+7 |
2020-02-17 | symbolextractor: Support passing arguments to tools | Nirbheek Chauhan | 1 | -8/+13 |
2020-02-17 | symbolextractor: Print a warning if required tools not found | Nirbheek Chauhan | 1 | -26/+49 |
2020-02-16 | symbolextractor: Correctly filter undefined symbols on macOS | Nirbheek Chauhan | 1 | -2/+4 |
2020-02-16 | symbolextractor: Print one warning when no implementation found | Nirbheek Chauhan | 2 | -7/+20 |
2020-02-15 | cmake: Fix crash when no C++ compiler is not installed (fixes #6559) | Daniel Mensinger | 1 | -46/+50 |
2020-02-14 | docs: Update documentation about linker selection | Nirbheek Chauhan | 2 | -5/+23 |
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 |