2236 Commits (1e82416a938a962ed626f9f628dd0f89d49d05a8)

Author SHA1 Message Date
Martin Hostettler 1e82416a93 Generate build rpath for pkg-config dependencies consisting of a one absolute path 7 years ago
Jussi Pakkanen d0f2f0ad3b Newlines in single line strings should only be a warning for now. 7 years ago
Aleksey Filippov ffa5293901 Split boost dependency out into separate file 7 years ago
Nirbheek Chauhan 74ae719033 pkgconfig deps: Add all -L args when using -l args 7 years ago
Matthias Klumpp 7e0db58f81 d: gdc: Implement proper dependency gen support 7 years ago
Nirbheek Chauhan 8842839bb4 pkgconfig deps: Warn when a static library isn't found 7 years ago
Nirbheek Chauhan 0c1c387703 gnome: Fix depend_files listing for compile_resources 7 years ago
Caio Marcelo de Oliveira Filho 37b702e9aa Fail if singleline string has multiple lines 7 years ago
Nirbheek Chauhan aeee01f639 rmtree: Don't retry when the file is not found 7 years ago
Nirbheek Chauhan b2007217e0 vala: Fix path of C file with generated Vala files 7 years ago
Nirbheek Chauhan 657d9f2b29 Support running out-of-tree tests against a meson in PATH 7 years ago
Nirbheek Chauhan 0ec18a0531 wrap: Fix broken logic when initializing submodules 7 years ago
Matthias Klumpp a64a237d72 Don't mention "error" in error messages 7 years ago
Hemmo Nieminen ff1146bc8c Fix subproject prefix handling when checking subproject option validity. 7 years ago
Niklas Claesson e88887be4a Only remove substring if it is part of string 7 years ago
Jon Turney 7297e9f7a3 Add source location to warning for comparing different types 7 years ago
Jon Turney f37692bedb Fix exception in 'test cases/failing/55 wrong shared crate type' when rustc is missing 7 years ago
Jon Turney 56286fd2b8 Fix test cases/failing/52 inconsistent comparison 7 years ago
Jon Turney 9e6d3f903c Only expose exception() test function during unit tests 7 years ago
Jon Turney b78a01bced Add a test case for python exception exit status 7 years ago
Jon Turney 2a64ed855e Verify that failing tests are failing with an error, not a python exception 7 years ago
Jussi Pakkanen 9dc995b3e9 Permit path separators in subproject names but with a warning. Closes #2794. 7 years ago
Dylan Baker b11035693c backends: Only add pch args that are appropriate for the compiler 7 years ago
Jon Turney c027bb2c42 Ensure any generation error appears in the logfile and thus in CI output 7 years ago
Jussi Pakkanen e2b5ac29d6 Only add reconfigure deps on files, not dirs. Closes #2919. 7 years ago
Hemmo Nieminen d0f620364f Fix a stack trace caused by subproject.get_variable('non-existing'). 7 years ago
Jussi Pakkanen ca4cbab004 Use absolute path if relative can not be evaluated. Closes #2784. 7 years ago
Alex Hirsch 3e8eab66a1 Do not set MALLOC_PERTURB_ for benchmarks 7 years ago
Matthias Klumpp 3274f951d2 Don't fail loading subprojects if subprojects_dir is in a subdirectory 7 years ago
Matthias Klumpp f35606f61e Show a better error message if subproject can not be configured 7 years ago
Leon Krause 2fa44cf326 Enable default linker optimisations in MSVC release and minsize builds 7 years ago
Nirbheek Chauhan 15a1a317f4 wrap: Handle more submodule status cases 7 years ago
Jon Turney 0774f319e8 Don't use --export-dynamic on Cygwin 7 years ago
Benjamin Redelings ab37727289 Add comment. 7 years ago
Benjamin Redelings 52775ecb14 Clean up code a bit. 7 years ago
Benjamin Redelings 8596c36214 Don't give up - boost could be in search path. 7 years ago
Benjamin Redelings 80e4ac2d49 Don't give up before check for libraries - they could be in search path. 7 years ago
Benjamin Redelings 45a7d094cc Remove completed TODO notes. 7 years ago
Benjamin Redelings b762655e98 Remove unused import. 7 years ago
Benjamin Redelings 8cf9c7f268 Allow finding boost libraries on windows. 7 years ago
Benjamin Redelings 4babf035e5 Factor our sourceforge dir names, and don't crash on non-msvc. 7 years ago
Benjamin Redelings 47ced35b77 Don't crash if we are not msvc. 7 years ago
Benjamin Redelings f7862bcd92 Add note about mingw-w64 libraries. 7 years ago
Benjamin Redelings 7a233d01c7 Factor out debug tag. 7 years ago
Benjamin Redelings a47a521b50 Correctly check for cross-compilation. 7 years ago
Benjamin Redelings 632d12f281 Add the right directory to linker search path. 7 years ago
Benjamin Redelings f62a8aa413 Remove old code and debug messages since abi tags now work. 7 years ago
Henk van der Laan 0e07f1a896 Remove all files outside the source directory from the coverage report 7 years ago
Jon Turney 7bfcf68777 Add get_pkgconfig_variable(default:) 7 years ago
Jussi Pakkanen 54d7817087 User options can "yield to" a user option of the same name in superproject. Closes ##2853. 7 years ago