Age | Commit message (Expand) | Author | Files | Lines |
2018-06-03 | Extend test_rc_depends_files test case | Jon Turney | 1 | -3/+19 |
2018-06-03 | Have the windows.resource_compiler() preprocesor write a depfile | Jon Turney | 1 | -1/+7 |
2018-06-02 | Add extended unit test for 'install_mode' | Filipe Brandenburger | 1 | -0/+33 |
2018-06-02 | Check mode of file, not subdirectory, in install_subdir. | Filipe Brandenburger | 1 | -1/+1 |
2018-06-01 | Fix assertRebuiltTarget with VS backend | Jon Turney | 1 | -2/+0 |
2018-06-01 | Also run Windows unit tests on Cygwin | Jon Turney | 1 | -1/+2 |
2018-06-01 | Add a depend_files: keyword to windows.compile_resources() | Jon Turney | 1 | -0/+10 |
2018-06-01 | Set the meson command to use when we know what it is | Nirbheek Chauhan | 1 | -39/+25 |
2018-05-31 | Revert "mesonlib: handle meson exe wrappers" | Nirbheek Chauhan | 1 | -2/+1 |
2018-05-30 | mesonlib: handle meson exe wrappers | Martin Kelly | 1 | -1/+2 |
2018-05-30 | run_unittests: typo fix | Martin Kelly | 1 | -1/+1 |
2018-05-22 | Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodata | Jussi Pakkanen | 1 | -1/+1 |
2018-05-22 | configure_file: Add a new action 'copy' | Nirbheek Chauhan | 1 | -1/+1 |
2018-05-21 | dict: unit test integer key | Mathieu Duponchelle | 1 | -0/+4 |
2018-05-21 | dict: fix CI issues | Mathieu Duponchelle | 1 | -4/+3 |
2018-05-20 | dict: address review comments | Mathieu Duponchelle | 1 | -0/+11 |
2018-05-17 | Generalize message about fallback failure | Jon Turney | 1 | -2/+2 |
2018-05-10 | unit tests: Undo accidental disabling of test | Nirbheek Chauhan | 1 | -1/+0 |
2018-05-09 | gdbus_codegen: Guess the output list for docbook generation | Nirbheek Chauhan | 1 | -2/+16 |
2018-05-03 | python module: Move tests to test cases/unit | Nirbheek Chauhan | 1 | -1/+1 |
2018-05-03 | python module: make it work with pypy | Mathieu Duponchelle | 1 | -0/+13 |
2018-05-02 | pkgconfig: Don't expose internal libraries in .pc files | Nirbheek Chauhan | 1 | -5/+6 |
2018-05-02 | Keep separator spaces in pkg-config declarations. Closes #3479. | Jussi Pakkanen | 1 | -0/+11 |
2018-04-27 | Passing --default-library=both should override project value | Xavier Claessens | 1 | -0/+10 |
2018-04-27 | Passing --bindir twice is fine | Xavier Claessens | 1 | -4/+2 |
2018-04-27 | Fix --warnlevel being renamed to --warning-level in latest release | Xavier Claessens | 1 | -0/+38 |
2018-04-26 | Merge pull request #3225 from filbranden/fixperms3 | Jussi Pakkanen | 1 | -0/+68 |
2018-04-25 | tests: Add the same kind of tests for configure. | Dylan Baker | 1 | -1/+29 |
2018-04-25 | Tests: Add some tests for mixing -Dfoo and --foo | Dylan Baker | 1 | -0/+26 |
2018-04-23 | Skip snippet validation if docs dir does not exist. | Jussi Pakkanen | 1 | -0/+1 |
2018-04-23 | Use the correct file path. Not the wrong one. | Jussi Pakkanen | 1 | -1/+1 |
2018-04-20 | regression: pkgconfig module: Fix Fix regression in Requires.private generation. | Martin Hostettler | 1 | -1/+8 |
2018-04-18 | Add a unit test for install_umask. | Filipe Brandenburger | 1 | -0/+68 |
2018-04-18 | Renamed test dirs so numbers are sequential. | Jussi Pakkanen | 1 | -1/+1 |
2018-04-17 | Merge pull request #3240 from MathieuDuponchelle/python_module | Jussi Pakkanen | 1 | -1/+49 |
2018-04-16 | Add '189 same target name flat layout' test | Aleksey Filippov | 1 | -0/+9 |
2018-04-16 | Generate target id based on subdirectory instead of subproject | Aleksey Filippov | 1 | -3/+3 |
2018-04-15 | cross: Add compiler cross_args after normal args | Nirbheek Chauhan | 1 | -2/+21 |
2018-04-15 | Merge pull request #3115 from makise-homura/e2k-lcc-support | Jussi Pakkanen | 1 | -2/+3 |
2018-04-15 | ninjabackend: Try to guess library dependencies for linker invocation. | Martin Hostettler | 1 | -0/+49 |
2018-04-14 | Improve generation of pkg-config files for static only libraries. | Martin Hostettler | 1 | -0/+21 |
2018-04-14 | pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,... | textshell | 1 | -0/+14 |
2018-04-13 | Deduplicate dependencies resolved to absolute paths | Daniel Schulte | 1 | -0/+6 |
2018-04-09 | [fixup]: Fix python2 detection and unit test | Mathieu Duponchelle | 1 | -3/+13 |
2018-04-07 | [fixup]: rename test after rebase | Mathieu Duponchelle | 1 | -1/+1 |
2018-04-06 | [fixup]: Add test | Mathieu Duponchelle | 1 | -0/+6 |
2018-04-06 | run_unittests: disable testsetup_selection | Mathieu Duponchelle | 1 | -0/+1 |
2018-04-06 | Implement a generic python module | Mathieu Duponchelle | 1 | -1/+38 |
2018-03-29 | Merge pull request #3277 from chitranjali/shared-mod-link | Jussi Pakkanen | 1 | -0/+10 |
2018-03-29 | Merge pull request #3322 from sarum9in/run_timeout | Jussi Pakkanen | 1 | -7/+9 |