aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Users.md: lightdm-webkit2-greeter no longer uses meson [skip ci]Nirbheek Chauhan1-1/+0
2018-02-20docs: Add subproject warning for source_root and build_root [skip ci]Nirbheek Chauhan1-6/+11
2018-02-20Users.md: Add libzim, which only uses mesonNirbheek Chauhan1-0/+1
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 Chauhan3-9/+50
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-20Run FPGA tests.Jussi Pakkanen1-0/+1
2018-02-20Users.md: Update some old/broken URLsNirbheek Chauhan1-17/+17
2018-02-19docs: fix missing backtickEric Engestrom1-1/+1
2018-02-19Users.md: link to github page for easy editingNirbheek Chauhan1-1/+1
2018-02-18Merge pull request #2863 from jon-turney/exit-status-on-exceptionJussi Pakkanen10-9/+75
2018-02-18Merge pull request #2943 from ximion/masterJussi Pakkanen8-8/+63
2018-02-18Add python3 dependency documentation and link it from python3 moduleAleksey Filippov2-0/+16
2018-02-17Don't mention "error" in error messagesMatthias Klumpp1-1/+1
2018-02-17doc: fix typo in icestorm documentationDavid Fort1-1/+1
2018-02-16Merge pull request #2999 from peteruithoven/patch-1Jussi Pakkanen1-16/+36
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 Nieminen2-9/+26
2018-02-16Document how to set options in subprojectsMartin Ejdestig1-0/+7
2018-02-16Merge pull request #3069 from dcbaker/pch_one_argJussi Pakkanen2-13/+20
2018-02-15Updated docs to do "meson wrap" instead of "wraptool".Jussi Pakkanen1-11/+11
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 Turney2-4/+26
2018-02-15Only expose exception() test function during unit testsJon Turney2-1/+3
2018-02-15Add a test case for python exception exit statusJon Turney3-0/+18
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney4-3/+26
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-14tests/15 mixed pch: Add a test using only the headersDylan Baker1-0/+10
2018-02-14tests/15 mixed pch: Use current styleDylan Baker1-3/+6
2018-02-14Update Users.md (#3063)Amit D1-0/+5
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-13Add an example for gresourceDaniel Foré1-0/+19
2018-02-13Update Users.mdAmit D1-4/+4
2018-02-12Space fix.Jussi Pakkanen1-1/+1
2018-02-12Do not set MALLOC_PERTURB_ for benchmarksAlex Hirsch1-3/+3
2018-02-12Clarify that int options are available since 0.45.0.Jussi Pakkanen1-3/+5
2018-02-12Add test for subprojects in subdirectoriesMatthias Klumpp7-0/+49
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-12Update Users.md (#3050)Amit D1-1/+6
2018-02-12Use the same name for the conf_data variableAndrea G1-13/+15
2018-02-12Add missing closed parenthesisAndrea G1-2/+2