summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-10project tests: Skip lang-specific tests based on backendNirbheek Chauhan
2016-11-10appveyor.yml: Test more than just MSVC2010 + Ninja on x86Nirbheek Chauhan
2016-11-09custom_target: Substitute @OUTPUT@ and @INPUT properlyNirbheek Chauhan
2016-11-09Create target directory if it does not exist. Closes #935.Jussi Pakkanen
2016-11-09Merge pull request #1006 from centricular/cpp-has-header-symbolJussi Pakkanen
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen
2016-11-08rpm: Fix trivial typo in BuildRequiresNirbheek Chauhan
2016-11-08Merge pull request #1005 from centricular/javac-no-javaJussi Pakkanen
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-11-09project tests: Require both javac and java for Java testsNirbheek Chauhan
2016-11-09javac: Fail gracefully if there's no JVMNirbheek Chauhan
2016-11-08Search for headers in build dir before source dir. Closes #984.Jussi Pakkanen
2016-11-08Inherit VisualStudioCPPCompiler from CPPCompilerNirbheek Chauhan
2016-11-08has_function: Cast to void* instead of intNirbheek Chauhan
2016-11-08travis.yml: Export CC and CXX inside the docker instanceNirbheek Chauhan
2016-11-08travis.yml: Don't test for GCC on OS XNirbheek Chauhan
2016-11-08tests/common: Run compiler checks for both C & C++Nirbheek Chauhan
2016-11-08has_function: Fix trivial typoNirbheek Chauhan
2016-11-08has_header_symbol: Also detect C++ classes and templatesNirbheek Chauhan
2016-11-08has_header_symbol: Make it work with C++ compilersNirbheek Chauhan
2016-11-07Minor adjusts (#1001)alvarez86
2016-11-06Use a cross linker when cross compiling.Jussi Pakkanen
2016-11-06Merge pull request #942 from mesonbuild/tingping/private-methodsJussi Pakkanen
2016-11-06Merge pull request #993 from centricular/cached-dep-required-attrJussi Pakkanen
2016-11-06Merge pull request #994 from centricular/more-travis-buildsJussi Pakkanen
2016-11-06Added reconfigure target that always reruns Meson.Jussi Pakkanen
2016-11-06Merge pull request #950 from centricular/fix-dependency-subproject-exceptionsJussi Pakkanen
2016-11-06gnome: Mark helper functions as privatePatrick Griffis
2016-11-06Don't expose module functions prefixed with _Patrick Griffis
2016-11-05ninjabackend: fix error messageTim-Philipp Müller
2016-11-05Test that invalid subproject code in dependency() errors outNirbheek Chauhan
2016-11-05Don't ignore invalid code related to subproject callsNirbheek Chauhan
2016-11-04travis: Disable sudo; we don't need itNirbheek Chauhan
2016-11-04failing tests: required : true is true implicitlyNirbheek Chauhan
2016-11-04dependency: Check that cached_dep has the 'required' attributeNirbheek Chauhan
2016-11-04travis.yml: Run tests for both unity builds tooNirbheek Chauhan
2016-11-04travis.yml: Run tests against both gcc and clangNirbheek Chauhan
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis
2016-11-02Allow subproject declarations in subdirectoriesScott D Phillips
2016-11-02Fix dependency() ignoring required attribute when checked second or third timeTim-Philipp Müller
2016-11-02Merge pull request #980 from ebassi/gtkdoc-fixesJussi Pakkanen
2016-11-02Do not error out if compdb can not be created.Jussi Pakkanen
2016-11-02The regex to detect version numbers needs to be a bit more complex. Closes #967.Jussi Pakkanen
2016-11-02A few sysconf fixes.Jussi Pakkanen
2016-11-02Merge pull request #895 from mesonbuild/wip/tingping/gnome-vapiJussi Pakkanen
2016-11-02Merge pull request #949 from centricular/has-function-xcode8-fixesJussi Pakkanen
2016-11-01Run unittests only with default compiler.Jussi Pakkanen
2016-11-01gtkdoc: Add `ignore_headers` positional argumentEmmanuele Bassi
2016-11-01gtkdochelper: Add 'overrides.txt' to the content filesEmmanuele Bassi
2016-10-30Exposes the install names of targets in introspection. Closes #829.Jussi Pakkanen