summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add profile kwarg to test()tingping/test-profilePatrick Griffis2017-06-216-4/+69
* Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen2017-06-213-18/+69
|\
| * Add test for Mercurial dist'ing.Elliott Sales de Andrade2017-06-131-10/+36
| * Add Mercurial dist support.Elliott Sales de Andrade2017-06-132-5/+29
| * Remove extraneous os.path.split()s.Elliott Sales de Andrade2017-06-131-3/+4
* | Consistently use windows.h, not Windows.hJon Turney2017-06-211-1/+1
* | Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen2017-06-216-5/+34
|\ \
| * | tests: Always consider symlink as valid installed filePatrick Griffis2017-06-171-1/+2
| * | gnome.yelp(): Default symlink_media to truePatrick Griffis2017-06-102-2/+4
| * | gnome.yelp(): Handle file existing on symlinkPatrick Griffis2017-06-091-1/+5
| * | gnome.yelp(): Test symlink_media casePatrick Griffis2017-06-092-0/+14
| * | gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis2017-06-091-2/+5
| * | gnome.yelp(): Make copies of media files when symlink is falsePatrick Griffis2017-06-092-1/+6
* | | docs: be more consistentIgor Gnatenko2017-06-211-2/+2
* | | Bump version number for new development.Jussi Pakkanen2017-06-201-1/+1
* | | Update version number for bugfix release.0.41.1Jussi Pakkanen2017-06-196-6/+6
* | | Storage object has changed so use values(). Closes #1963.Jussi Pakkanen2017-06-191-1/+1
* | | Expand magic markers on custom and run targets too. Closes #1681.Jussi Pakkanen2017-06-191-6/+14
* | | Only call to_native once per invocation.Jussi Pakkanen2017-06-191-1/+1
* | | Merge pull request #1956 from mesonbuild/fix1934Igor Gnatenko2017-06-191-8/+14
|\ \ \
| * | | Handle both pkg-config and pkgconf argument order. Closes #1934.Jussi Pakkanen2017-06-181-8/+14
|/ / /
* | | Merge pull request #1951 from mesonbuild/dedupfixJussi Pakkanen2017-06-184-0/+40
|\ \ \
| * | | Preserve standalone -D arguments always.Jussi Pakkanen2017-06-182-3/+15
| * | | Failing test for -D dedupping.Jussi Pakkanen2017-06-173-0/+28
| | |/ | |/|
* | | Fix a stray variable renaming. Closes #1952.Jussi Pakkanen2017-06-181-1/+1
* | | Make external library no-op when used with incompatible target (#1941)Nirbheek Chauhan2017-06-172-2/+9
* | | Use the Windows proof dir deleter consistently.Jussi Pakkanen2017-06-171-5/+5
* | | wxwidgets: Fix usage of multiple dependency() callsNirbheek Chauhan2017-06-172-1/+4
* | | valgrind: Fix __init__ callNirbheek Chauhan2017-06-172-2/+2
|/ /
* | Update versions for new development.Jussi Pakkanen2017-06-124-6/+13
* | Updated version number for release.0.41.0Jussi Pakkanen2017-06-126-6/+6
* | Merge pull request #1932 from centricular/fix-libpath-reorderingJussi Pakkanen2017-06-128-4/+87
|\ \
| * | tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan2017-06-125-4/+7
| * | Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen2017-06-125-0/+53
| * | Preserve -L -l pairings fetched from external depsNirbheek Chauhan2017-06-124-4/+31
* | | Merge pull request #1919 from fmuellner/masterJussi Pakkanen2017-06-121-8/+8
|\ \ \ | |/ / |/| |
| * | gnome: Guard all cflags passed to g-ir-scannerFlorian Müllner2017-06-111-7/+6
| * | gnome: Fix includedir cflagsFlorian Müllner2017-06-111-1/+2
|/ /
* | Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen2017-06-115-53/+76
|\ \
| * | gnome: Don't assume that a C compiler is being usedNirbheek Chauhan2017-06-111-6/+12
| * | gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan2017-06-114-18/+35
| * | compilers: Fix build_unix_rpath_args indentationNirbheek Chauhan2017-06-101-29/+29
| |/
* | Merge pull request #1900 from centricular/abstract-extdepsJussi Pakkanen2017-06-1124-454/+496
|\ \ | |/ |/|
| * tests: Make SDL2 compulsory now that it's in the CI imageNirbheek Chauhan2017-06-101-5/+6
| * tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan2017-06-104-6/+29
| * tests: Increase dependencies coverage a bit moreNirbheek Chauhan2017-06-104-10/+71
| * vs: Sometimes WindowsSDKVersion is unsetNirbheek Chauhan2017-06-091-1/+3
| * vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan2017-06-091-17/+15
| * tests: Improve llvm dependency test coverageNirbheek Chauhan2017-06-093-0/+13
| * unit tests: Add class to generate failing testsNirbheek Chauhan2017-06-094-27/+93