aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-04Updated information for new release.0.45.0Jussi Pakkanen27-176/+200
2018-03-04Make gtkdoc test pass on Debian unstable.Jussi Pakkanen2-6/+9
2018-03-04Skip test that requires mocking when using an external exe. Also logging.Jussi Pakkanen1-1/+10
2018-03-04Explain change of default better. [skip ci]Jussi Pakkanen1-32/+165
2018-03-04Fixing broken language arguments [skip ci]Tim Ansell1-1/+1
2018-03-04Document wxwidgets dependency, closes #3159 [skip ci]Aleksey Filippov1-2/+26
2018-03-04The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci]Jussi Pakkanen2-16/+64
2018-03-03Fix test setup's timeout_multiplier handling.Hemmo Nieminen1-2/+4
2018-03-03Fix OSX CI with current homebrewJon Turney1-1/+2
2018-03-01Merge pull request #3150 from trhd/setups2Jussi Pakkanen8-102/+103
2018-03-01Add jpakkane's answer to "Why must all subprojects be inside a single directo...Aleksey Filippov1-0/+24
2018-03-01Add links to Subprojects.md page from subproject() and subproject object docu...Aleksey Filippov1-1/+3
2018-03-01Add reference to implicit_include_directories from include_directories() [ski...Aleksey Filippov1-0/+4
2018-03-01Avoid unnecessary unpickling of build data during testing.Hemmo Nieminen1-24/+24
2018-03-01Harmonize data pickling.Hemmo Nieminen8-78/+83
2018-03-01Remove some unused variables.Hemmo Nieminen2-5/+1
2018-02-27Merge pull request #2311 from trhd/setupsJussi Pakkanen11-61/+134
2018-02-27Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26Jon Turney2-5/+12
2018-02-27Refactor 'common/145 whole archive' test caseAleksey Filippov13-17/+23
2018-02-27Do not unpack link_whole target, BuildTarget.link_whole() does listify() anywayAleksey Filippov1-4/+0
2018-02-27Look up compilers based on sources from deps, too. Closes #2768.Jussi Pakkanen4-3/+23
2018-02-25Add a release note snippet for the improved test setup selection.Hemmo Nieminen1-0/+16
2018-02-25Add some test setup selection tests.Hemmo Nieminen7-0/+54
2018-02-25Use test setups from the active (sub)project by default.Hemmo Nieminen1-40/+44
2018-02-25Include project name in a test object.Hemmo Nieminen2-11/+11
2018-02-25Namespace test setups.Hemmo Nieminen2-13/+12
2018-02-25Change an error message when find_program() fails.Hemmo Nieminen1-1/+1
2018-02-25Adding a "Projects using Meson" to Community section (#3138)Tim Ansell1-0/+10
2018-02-25[skip ci] Improve Contributing file slightlyTim Ansell2-4/+8
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen5-14/+68
2018-02-25Merge pull request #3132 from mesonbuild/cscJussi Pakkanen17-47/+123
2018-02-25[skip ci] docs: Add reference table for language args parameter names (#3126)Hylke Bons2-0/+20
2018-02-25Determining whether to run C# tests is so difficult it deserves its own funct...Jussi Pakkanen1-1/+23
2018-02-25Hide banner when invoking csc.Jussi Pakkanen1-1/+7
2018-02-25Made test program consist of two source files.Jussi Pakkanen3-3/+11
2018-02-25Added release note snippet for csc support.Jussi Pakkanen1-0/+4
2018-02-25Removed test dir 4 which was doing the same thing as the other test dir numbe...Jussi Pakkanen2-23/+0
2018-02-25Renamed test dir with duplicate number.Jussi Pakkanen5-0/+0
2018-02-25Skip tests if deps are not found.Jussi Pakkanen2-2/+12
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier5-24/+73
2018-02-24Robustify msi creator script.Jussi Pakkanen1-2/+7
2018-02-22llvm: Add configs for freebsd 6.0 and debian 7svnDylan Baker1-4/+5
2018-02-22Fix Rust compiler-private library ambiguityAdam C. Foltzer6-0/+24
2018-02-22Merge pull request #3060 from jon-turney/always-run-framework-testsJussi Pakkanen18-26/+140
2018-02-22Fix wxwidgets dependency: pass modules to wx-configAleksey Filippov3-2/+13
2018-02-22Allow for missing install_dir in install_data()Peter Hutterer6-0/+12
2018-02-22Use dependency link arguments in C# targetsNiclas Moeslund Overby2-0/+18
2018-02-22docs: Add a paragraph to the Manual about @EXTRA_ARGS@. [skip ci]TÖRÖK Attila1-0/+11
2018-02-21Enable searching system crossfile locations on more platformsJon Turney2-51/+54
2018-02-21Always run all framework tests on all platformsJon Turney1-14/+31