aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier4-23/+72
2018-02-22llvm: Add configs for freebsd 6.0 and debian 7svnDylan Baker1-4/+5
2018-02-22Fix Rust compiler-private library ambiguityAdam C. Foltzer1-0/+4
2018-02-22Merge pull request #3060 from jon-turney/always-run-framework-testsJussi Pakkanen1-1/+7
2018-02-22Fix wxwidgets dependency: pass modules to wx-configAleksey Filippov1-2/+2
2018-02-22Allow for missing install_dir in install_data()Peter Hutterer1-0/+2
2018-02-21Enable searching system crossfile locations on more platformsJon Turney1-7/+7
2018-02-21Handle a warning location which evaluates to FalseJon Turney1-1/+1
2018-02-21Generate build rpath for pkg-config dependencies consisting of a one absolute...Martin Hostettler1-1/+1
2018-02-21Fix for test cases/frameworks/17 mpi on CygwinJon Turney1-1/+7
2018-02-21Newlines in single line strings should only be a warning for now.Jussi Pakkanen1-1/+2
2018-02-21Split boost dependency out into separate fileAleksey Filippov3-661/+685
2018-02-20pkgconfig deps: Add all -L args when using -l argsNirbheek Chauhan1-8/+6
2018-02-20d: gdc: Implement proper dependency gen supportMatthias Klumpp1-3/+10
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan2-4/+21
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan1-21/+19
2018-02-20Fail if singleline string has multiple linesCaio Marcelo de Oliveira Filho1-0/+3
2018-02-20rmtree: Don't retry when the file is not foundNirbheek Chauhan1-0/+2
2018-02-20vala: Fix path of C file with generated Vala filesNirbheek Chauhan1-5/+21
2018-02-20Support running out-of-tree tests against a meson in PATHNirbheek Chauhan1-5/+11
2018-02-20wrap: Fix broken logic when initializing submodulesNirbheek Chauhan1-6/+10
2018-02-18Merge pull request #2863 from jon-turney/exit-status-on-exceptionJussi Pakkanen4-7/+27
2018-02-18Merge pull request #2943 from ximion/masterJussi Pakkanen1-8/+14
2018-02-17Don't mention "error" in error messagesMatthias Klumpp1-1/+1
2018-02-16Merge pull request #3004 from bredelings/clean-boostJussi Pakkanen1-81/+125
2018-02-16Fix subproject prefix handling when checking subproject option validity.Hemmo Nieminen1-8/+25
2018-02-16Merge pull request #3069 from dcbaker/pch_one_argJussi Pakkanen1-10/+4
2018-02-15Only remove substring if it is part of stringNiklas Claesson1-3/+6
2018-02-15Add source location to warning for comparing different typesJon Turney1-2/+2
2018-02-15Fix exception in 'test cases/failing/55 wrong shared crate type' when rustc i...Jon Turney1-2/+3
2018-02-15Fix test cases/failing/52 inconsistent comparisonJon Turney1-4/+15
2018-02-15Only expose exception() test function during unit testsJon Turney1-1/+2
2018-02-15Add a test case for python exception exit statusJon Turney1-0/+6
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney1-1/+2
2018-02-14Permit path separators in subproject names but with a warning. Closes #2794.Jussi Pakkanen1-2/+10
2018-02-14backends: Only add pch args that are appropriate for the compilerDylan Baker1-10/+4
2018-02-14Ensure any generation error appears in the logfile and thus in CI outputJon Turney1-4/+5
2018-02-14Only add reconfigure deps on files, not dirs. Closes #2919.Jussi Pakkanen1-1/+1
2018-02-13Fix a stack trace caused by subproject.get_variable('non-existing').Hemmo Nieminen1-3/+7
2018-02-13Use absolute path if relative can not be evaluated. Closes #2784.Jussi Pakkanen1-1/+8
2018-02-12Do not set MALLOC_PERTURB_ for benchmarksAlex Hirsch1-3/+3
2018-02-12Don't fail loading subprojects if subprojects_dir is in a subdirectoryMatthias Klumpp1-5/+11
2018-02-12Show a better error message if subproject can not be configuredMatthias Klumpp1-2/+2
2018-02-11Merge pull request #2926 from jon-turney/dependency-factoryJussi Pakkanen3-143/+140
2018-02-11Enable default linker optimisations in MSVC release and minsize buildsLeon Krause1-2/+5
2018-02-11wrap: Handle more submodule status casesNirbheek Chauhan1-5/+8
2018-02-08Don't use --export-dynamic on CygwinJon Turney1-1/+1
2018-02-08Add comment.Benjamin Redelings1-0/+1
2018-02-08Clean up code a bit.Benjamin Redelings1-17/+22
2018-02-08Don't give up - boost could be in search path.Benjamin Redelings1-5/+3