summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-14Show appveyor badge on readme.Jussi Pakkanen
2016-06-13Finish appveyor integration by moving static library in a subdir to avoid cla...Jussi Pakkanen
2016-06-13Explicitly add python dir to path so it is found.Jussi Pakkanen
2016-06-13Print full log when failures happen under Appveyor.Jussi Pakkanen
2016-06-13Call setenv so hopefully Visual Studio tools will be in path.Jussi Pakkanen
2016-06-13More random appveyor poking.Jussi Pakkanen
2016-06-13Random debugging command thingy.Jussi Pakkanen
2016-06-13Copy ninja.exe to Python dir so it hopefully appears in path.Jussi Pakkanen
2016-06-13Added Appveyor config file.Jussi Pakkanen
2016-06-11Merge pull request #585 from mesonbuild/hasargJussi Pakkanen
2016-06-11Add special casing for VS which ignores unknown arguments.Jussi Pakkanen
2016-06-09Merge pull request #582 from trhd/masterJussi Pakkanen
2016-06-09Ensure cargs and libs variables always exist. Closes #581.Jussi Pakkanen
2016-06-09Added functionality to pick the first supported argument from a list. Closes ...Jussi Pakkanen
2016-06-09Add a has_arg method to compiler to check whether it supports a given argument.Jussi Pakkanen
2016-06-06Add support for running specific test suites with valgrind.Hemmo Nieminen
2016-06-06Change test suite separator character from '-' to ':'.Hemmo Nieminen
2016-06-06meson_test: Fix a bug in valgrind argument handling.Hemmo Nieminen
2016-06-05Bump version number for new development.Jussi Pakkanen
2016-06-05Update version number for release.Jussi Pakkanen
2016-06-05Removed vs nomod test because it fails at compile time but the framework need...Jussi Pakkanen
2016-06-05Put emergency wraptool in source zip. Just in case.Jussi Pakkanen
2016-06-05Try to delete target files before installing. Closes #578.Jussi Pakkanen
2016-06-05Merge pull request #573 from centricular/dependency-versionsJussi Pakkanen
2016-06-05Merge pull request #577 from nioncode/vs2015Jussi Pakkanen
2016-06-01Can generate config headers without an input file. Closes #549.Jussi Pakkanen
2016-06-01Add various tests for versioned dependency checkingNirbheek Chauhan
2016-05-30Handle case of install_subdirring a subdir.Jussi Pakkanen
2016-05-30extract vs2015backend into own fileNicolas Schneider
2016-05-30vs2015: fix object generatorsNicolas Schneider
2016-05-30add vs2015 backendNicolas Schneider
2016-05-30Set Gnu fortran type based on platform.Jussi Pakkanen
2016-05-30Print all of the things when CI fails.Jussi Pakkanen
2016-05-30Use ninja backend on OSX CI builds.Jussi Pakkanen
2016-05-30Added OSX support for Travis.Jussi Pakkanen
2016-05-30Remove unmaintained and broken PyQt5 GUI (#574)Nirbheek Chauhan
2016-05-30compilers: Add the buildtype args for checks that perform linking (#543)Nirbheek Chauhan
2016-05-30Installing subdirs now merges with existing files in the target dir.Jussi Pakkanen
2016-05-30Added method to get current project name.Jussi Pakkanen
2016-05-30Fix installing manpages from subdirs.Jussi Pakkanen
2016-05-30Can haz next revision of C++ standard.Jussi Pakkanen
2016-05-30Pch disabling works now.Jussi Pakkanen
2016-05-30interpreter: Compare the version of a cached dependency() before using itNirbheek Chauhan
2016-05-30interpretor: Correctly check the version of a fallback dependencyNirbheek Chauhan
2016-05-30interpreter: Set declare_dependency version from the project version if missingNirbheek Chauhan
2016-05-30mesonlib: Fix typo in version_compare errorNirbheek Chauhan
2016-05-30Also reuse subproject-based fallback dependenciesNirbheek Chauhan
2016-05-30interpreter: Check if subproject version is defined before comparingNirbheek Chauhan
2016-05-30Make sure outputs do not contain stray path segments.Jussi Pakkanen
2016-05-29Merge pull request #569 from mesonbuild/cargsJussi Pakkanen