5888 Commits (87871e7b95d4cc89627971f316bdeffebde048e5)
 

Author SHA1 Message Date
Nirbheek Chauhan 00654aeb11 Don't accept an empty string for name_suffix: 7 years ago
Martin Kelly 0627e9d616 mesonlib: handle meson exe wrappers 7 years ago
Martin Kelly ab599b5733 commandrunner: make run handle python options 7 years ago
Martin Kelly 0f86df4d23 make ExternalProgram get_path() a bit smarter 7 years ago
Martin Kelly b6995aac70 run_unittests: typo fix 7 years ago
Nirbheek Chauhan 27b290d6df Add check_header to Reference manual and release notes [skip ci] 7 years ago
Nirbheek Chauhan ff07314a86 New compiler method: check_header 7 years ago
Nirbheek Chauhan c87c42b736
Document how to set the default name_prefix and name_suffix [skip ci] 7 years ago
Christoph Reiter a87496addd Don't raise StopIteration in generators, no longer allowed with Python 3.7. Fixes #3622 7 years ago
George Koehler 64906b0755 Don't call getpgid() when killing a test. 7 years ago
Jussi Pakkanen cc3e0bc469
Merge pull request #3491 from jeandet/qt_private_headers 7 years ago
Michael Mera 1ff15f527b Make install doc less surprising for new users [skip ci] 7 years ago
Alexis Jeandet 7cfe970cef [Qt module] private_headers kwarg documentation reformulation 7 years ago
Jussi Pakkanen 320a5865d9 Mark even empty confs used appropriately. 7 years ago
Jussi Pakkanen c8256a30a0
Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templates 7 years ago
Jussi Pakkanen 41ab5166e4
Merge pull request #3476 from filbranden/intbase1 7 years ago
Jussi Pakkanen 160da30732 Typos are fun. [skip ci] 7 years ago
Aleksey Filippov 5f5360470f Clarify that configuration_data()'s copy is immutable 7 years ago
Nirbheek Chauhan 1ffbddc31a backends: Also accept dylibs while finding RPATHs 7 years ago
Nirbheek Chauhan fecd580687 backends: Simplify loop getting rpaths for bundled libs 7 years ago
Nirbheek Chauhan 165da6fb65 backends: Use a set while gathering RPATHs 7 years ago
Nirbheek Chauhan 9f616e98bf depfixer: Run install_name_tool only once while deleting rpaths 7 years ago
Nirbheek Chauhan a6c9f98c57 depfixer: We no longer run this as a script 7 years ago
Mathieu Duponchelle 9a0e380525 gnome.mkenums: test header built from generated template 7 years ago
Mathieu Duponchelle 6dd896d001 gnome/mkenums: allow passing generated files as templates 7 years ago
Filipe Brandenburger fa04e5c8fb Add a testing case for a decimal number with a leading zero 7 years ago
Filipe Brandenburger 5572bbc6cc Document octal and binary integer literals in syntax. 7 years ago
Filipe Brandenburger 86d2f57e86 Add support for octal and binary int literals. 7 years ago
Niklas Claesson ecbeae565b Enable running tests that fail at 'meson test' 7 years ago
Tim-Philipp Müller 8d040fad6e Print project version 7 years ago
Tim-Philipp Müller d4ee534155 interpreter: fix configure_file() message on empty configuration_data() [skip ci] 7 years ago
Jussi Pakkanen 55a0831bc3
Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodata 7 years ago
Jussi Pakkanen 9ecd92c6fe
Merge pull request #3490 from MathieuDuponchelle/dict_builtin 7 years ago
Jussi Pakkanen f4194d4dbc
Merge pull request #3523 from taisei-project/run_command_check 7 years ago
randy408 710a3f7f20 Update Users.md 7 years ago
Andrei Alexeyev 2e2d14c9d7
Update documentation for run_command [skip ci] 7 years ago
Andrei Alexeyev d72f9a3e0f
Add 'check' kwarg for run_command 7 years ago
Mathieu Duponchelle fe6fc59ee7 dict: add since annotations 7 years ago
Nirbheek Chauhan 4b9393e165 docs: Add manual entry for configure_file copy kwarg 7 years ago
Nirbheek Chauhan f5af0f9b5a configure_file: Don't use reserved keyword 'format' 7 years ago
Nirbheek Chauhan a00433fdbc configure_file: Add a new action 'copy' 7 years ago
Xavier Claessens b3f74b9c3a Windows: Fix exception when windres is not found 7 years ago
Matthew Krupcale 45cc001a40 Add support for finding libraries in Fortran projects 7 years ago
Nirbheek Chauhan cf5fe1d440 for_darwin: Also accept system='ios' in cross files 7 years ago
Mathieu Duponchelle 5bb863c891 dict: unit test integer key 7 years ago
Mathieu Duponchelle 10e7566ed8 dict: fix CI issues 7 years ago
Jussi Pakkanen e3be7f7021 Write coredata transactionally. Closes #3511. 7 years ago
Mathieu Duponchelle f59d7bafd2 dict: address review comment I missed 7 years ago
Mathieu Duponchelle 1de7dce414 dict: Document, add release snippet 7 years ago
Mathieu Duponchelle 195c356f91 dict: address review comments 7 years ago