2958 Commits (51e9db370a0ebccaf220e171c3444a0f2c4e1723)

Author SHA1 Message Date
Nirbheek Chauhan ff07314a86 New compiler method: check_header 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 320a5865d9 Mark even empty confs used appropriately. 7 years ago
Jussi Pakkanen 160da30732 Typos are fun. [skip ci] 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 6dd896d001 gnome/mkenums: allow passing generated files as templates 7 years ago
Filipe Brandenburger 86d2f57e86 Add support for octal and binary int literals. 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
Andrei Alexeyev d72f9a3e0f
Add 'check' kwarg for run_command 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 10e7566ed8 dict: fix CI issues 7 years ago
Jussi Pakkanen e3be7f7021 Write coredata transactionally. Closes #3511. 7 years ago
Mathieu Duponchelle 195c356f91 dict: address review comments 7 years ago
Kyrylo Shpytsya 09dc48d941 Add methods to the dict builtin 7 years ago
Mathieu Duponchelle ecb8838082 Add new built-in type, dict 7 years ago
Ryan Gonzalez 7e8c099387 Print message when using polkit 7 years ago
Ryan Gonzalez 60352521d1 Fix #3579: Wait for a permissions failure before trying to run pkexec 7 years ago
Jon Turney 13e92223be Generalize message about fallback failure 7 years ago
Jon Turney 0e898def93 Improve reporting about falling back to a subproject for a dependency 7 years ago
Ryan Gonzalez 559286a0da Support installation via polkit 7 years ago
Robert Bragg ec7b834b6e ninja: add build dir to javac -sourcepath 7 years ago
Robert Bragg 61dd46811b ninja: avoid needing include_directory('.') with jar() 7 years ago
Robert Bragg 65b730bd59 ninja: pass separated paths to javac -sourcepath 7 years ago
Nirbheek Chauhan 8a9f7cf133 vala: Fix shared_module linking with export_dynamic executable 7 years ago
Nirbheek Chauhan 9565293f16 test setups: Inherit env when using a test setup 7 years ago
Nirbheek Chauhan ed701b5cb0 Revert "Add macOS linker versioning information" 7 years ago
Mathieu Duponchelle dc91aad420 args flattening: preserve configuration_data.set behaviour 7 years ago
Nirbheek Chauhan 86cc4f2707 gdbus_codegen: Guess the output list for docbook generation 7 years ago
Nirbheek Chauhan 7ca2b8caca gtkdoc: Fix typo that made xml_files an array of arrays 7 years ago
Nirbheek Chauhan 6485f04c16 introspect: Fix listing target files that are File objects 7 years ago
Nirbheek Chauhan c1f275bfa6 gnome.gtkdoc: Allow passing file objects as xml_files 7 years ago
Nirbheek Chauhan c5865c50c4 gnome: Use the header basename for #include in mkenums_simple 7 years ago
Nirbheek Chauhan 45aa57f660 gnome: Update minimum glib version for gdbus-codegen 7 years ago
Jasper Lievisse Adriaanse 3729e127ff add linker flag to handle $ORIGIN on OpenBSD 7 years ago
Nirbheek Chauhan 2e0485bb9b gnome: Disable usage of new --body and --header args 7 years ago
Mathieu Duponchelle f1c92d7c9c Interpreter: don't flatten the arguments of various methods 7 years ago
Jussi Pakkanen 8b9fe0efff No longer require duplicate gtest header install. 7 years ago
Mathieu Duponchelle 8bda86faab python module: make it work with pypy 7 years ago
Jussi Pakkanen a2fdaa9ea0 Can use C++ and FORTRAN in a single target. Closes #2685. 7 years ago
Jussi Pakkanen 1918c0d231 Can combine D and C++ in a single target. Closes #3125. 7 years ago