aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Add profile kwarg to test()tingping/test-profilePatrick Griffis6-4/+69
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen3-18/+69
2017-06-21Consistently use windows.h, not Windows.hJon Turney1-1/+1
2017-06-21Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen6-5/+34
2017-06-21docs: be more consistentIgor Gnatenko1-2/+2
2017-06-20Bump version number for new development.Jussi Pakkanen1-1/+1
2017-06-19Update version number for bugfix release.0.41.1Jussi Pakkanen6-6/+6
2017-06-19Storage object has changed so use values(). Closes #1963.Jussi Pakkanen1-1/+1
2017-06-19Expand magic markers on custom and run targets too. Closes #1681.Jussi Pakkanen1-6/+14
2017-06-19Only call to_native once per invocation.Jussi Pakkanen1-1/+1
2017-06-19Merge pull request #1956 from mesonbuild/fix1934Igor Gnatenko1-8/+14
2017-06-18Handle both pkg-config and pkgconf argument order. Closes #1934.Jussi Pakkanen1-8/+14
2017-06-18Merge pull request #1951 from mesonbuild/dedupfixJussi Pakkanen4-0/+40
2017-06-18Fix a stray variable renaming. Closes #1952.Jussi Pakkanen1-1/+1
2017-06-18Preserve standalone -D arguments always.Jussi Pakkanen2-3/+15
2017-06-17tests: Always consider symlink as valid installed filePatrick Griffis1-1/+2
2017-06-17Failing test for -D dedupping.Jussi Pakkanen3-0/+28
2017-06-17Make external library no-op when used with incompatible target (#1941)Nirbheek Chauhan2-2/+9
2017-06-17Use the Windows proof dir deleter consistently.Jussi Pakkanen1-5/+5
2017-06-17wxwidgets: Fix usage of multiple dependency() callsNirbheek Chauhan2-1/+4
2017-06-17valgrind: Fix __init__ callNirbheek Chauhan2-2/+2
2017-06-13Add test for Mercurial dist'ing.Elliott Sales de Andrade1-10/+36
2017-06-13Add Mercurial dist support.Elliott Sales de Andrade2-5/+29
2017-06-13Remove extraneous os.path.split()s.Elliott Sales de Andrade1-3/+4
2017-06-12Update versions for new development.Jussi Pakkanen4-6/+13
2017-06-12Updated version number for release.0.41.0Jussi Pakkanen6-6/+6
2017-06-12Merge pull request #1932 from centricular/fix-libpath-reorderingJussi Pakkanen8-4/+87
2017-06-12tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan5-4/+7
2017-06-12Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen5-0/+53
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan4-4/+31
2017-06-12Merge pull request #1919 from fmuellner/masterJussi Pakkanen1-8/+8
2017-06-11gnome: Guard all cflags passed to g-ir-scannerFlorian Müllner1-7/+6
2017-06-11gnome: Fix includedir cflagsFlorian Müllner1-1/+2
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen5-53/+76
2017-06-11Merge pull request #1900 from centricular/abstract-extdepsJussi Pakkanen24-454/+496
2017-06-11gnome: Don't assume that a C compiler is being usedNirbheek Chauhan1-6/+12
2017-06-11gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan4-18/+35
2017-06-10gnome.yelp(): Default symlink_media to truePatrick Griffis2-2/+4
2017-06-10tests: Make SDL2 compulsory now that it's in the CI imageNirbheek Chauhan1-5/+6
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan4-6/+29
2017-06-10compilers: Fix build_unix_rpath_args indentationNirbheek Chauhan1-29/+29
2017-06-09gnome.yelp(): Handle file existing on symlinkPatrick Griffis1-1/+5
2017-06-09gnome.yelp(): Test symlink_media casePatrick Griffis2-0/+14
2017-06-09gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis1-2/+5
2017-06-09gnome.yelp(): Make copies of media files when symlink is falsePatrick Griffis2-1/+6
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan4-10/+71
2017-06-09vs: Sometimes WindowsSDKVersion is unsetNirbheek Chauhan1-1/+3
2017-06-09vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan1-17/+15
2017-06-09tests: Improve llvm dependency test coverageNirbheek Chauhan3-0/+13
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan4-27/+93