5346 Commits (23818fc5a389c49e2673f79af2c90d9d56b1aaf0)

Author SHA1 Message Date
Dylan Baker 793c3d706e backends/backends: sort and cleanup imports 5 years ago
Dylan Baker fe46515630 mtest: use argparse.type to simplify some code 5 years ago
Dylan Baker 542255993c mtest: Replace if (bool) { return bool; } with return bool; 5 years ago
James Hilliard d7c24ccddd Allow get_variable to still function when the fallback is a disabler. 5 years ago
Jon Turney b647ce1b63
Cosmetic tweak to error message for incdir() with an absolute path 5 years ago
Jon Turney 1081738113
Check before compiler detection if 'c' language is present when adding 'vala' 5 years ago
Jon Turney 6a5c6fb439
Be more careful about the use of repr() in error messages 5 years ago
Jon Turney f107f9b396
Make colourize_console() a function 5 years ago
Dylan Baker fdd6022530 interpreter: Add link_language to all build targets 5 years ago
Dylan Baker d8a3c777a6 build: Fix link_language selection 5 years ago
Dylan Baker 7d4af2ab7c build: add missing type annotation 5 years ago
Dylan Baker c239ce31f5 allow postconf and dist scripts to use Files, ExternalPrograms, and 5 years ago
Dylan Baker 2c0eaf5c4f interpreter: Allow install_script to use additional input types 5 years ago
Xavier Claessens 4929547b53 gnome: Print proper error when 'nsversion' or 'namespace' are missing 5 years ago
Xavier Claessens 9ddbcd301a ExternalProgram: Do special windows tricks even when name is provided 5 years ago
Laurent Pinchart c5d2299cac Fix symlink deletion with --wipe option 5 years ago
Benjamin Frye ad426547e8
Clarified error message for test(). (#7040) 5 years ago
Xavier Claessens 707d3a2e20 gnome: Fix usage of gobject-introspection as subproject 5 years ago
georgev93 30b89ea573 Adding a conditional case in _guess_files to confirm that the complete path is put together in even if a portion of the path is a location that exists. 5 years ago
Eli Schwartz 76c36a64c3
dependency: log cached or skipped dependencies with reference to modules 5 years ago
Xavier Claessens 39a69d1fb0 find_program: Fixes when the program has been overridden by executable 5 years ago
Daniel Mensinger ccdf7f6d34
wrap: Add support for local files via only `*_filename` 5 years ago
Peter Harris 7c68fe8008 backend/vs: Fix build when not all languages have pch 5 years ago
georgev93 8e397491b4 Adjust regex to handle cases such as C:/Program Files/folder 5 years ago
Dylan Baker 7b7f93a09f mtest: Generate a JUnit xml result file 5 years ago
Dylan Baker 0c3bb15357 mtest: Store individual results for TAP tests 5 years ago
Andrew Udvare 39ca178d21 compilers: fix type issue 5 years ago
Dylan Baker 4dcbb9254a mtest: Use textrwap.dedent for large block 5 years ago
Alexandre Lavigne bfea80677e Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installed 5 years ago
Dylan Baker 57b468c75a Use pkg_resource to find resources files (data) 5 years ago
Chun-wei Fan 89bd55b9da gtkdochelper.py: Ignore UnicodeEncodeError when printing output 5 years ago
Chun-wei Fan 415c9e14e7 gtkdochelper.py: Support Windows cmd.exe consoles 5 years ago
Michael c53b637959 switch python2 %s for python3 .format 5 years ago
John Ericson 278c294aa4 Compiler options per lang 5 years ago
Michael e04b0ae6b6 fix ninja version inconsistent 5 years ago
Nirbheek Chauhan dc19b13202 compilers: Silence warning about gnu_inline with clang 5 years ago
Xavier Claessens f798207a9a interpreter: Correctly ignore def files in build directory 5 years ago
Daniel Mensinger cf4b9e6502 cmake: Do not compile explicit header files 5 years ago
Ole André Vadla Ravnås c0a8abc580 compilers: Honor <lang>_ld when linking C-like outputs 5 years ago
Dylan Baker 66bc485646 compilers: Update gnu_inline test to work correctly with Clang >= 10 5 years ago
Daniel Mensinger d4449ed613 backend: Fix file name confilcts by using the complete path 5 years ago
Daniel Stone f5f3805ce2 dependencies/cmake: Only use abs paths as link args 5 years ago
Daniel Stone 0f4e88b181 dependencies/cmake: Suffix bare library dependencies on Windows 5 years ago
Daniel Stone 98e5e1ddc5 dependencies/cmake: Add Windows/VS library regex 5 years ago
Ariel D'Alessandro 55f02c1949 interpreter: find_program: Store program's name when not found 5 years ago
Ariel D'Alessandro b1b3987d9c interpreter: Show program's name on run_command error message 5 years ago
Xavier Claessens a6239d5100 wrap: Add fallback urls 5 years ago
Daniel Mensinger fa1bb2a676 cmake: Preserve include directory order (fixes #6959) 5 years ago
Daniel Mensinger 1be660ff64
cmake: Capture stdout with UNIX pipes 5 years ago
Daniel Mensinger 4199cb32a5
cmake: Fix custom command CMake list issue 5 years ago