summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-10-30Merge pull request #965 from schultetwin/serialize_native_executable_exe_wrap...Jussi Pakkanen
2016-10-30Clang also supports gnu89/99/11, gnu++03/11/14/1zNirbheek Chauhan
2016-10-27Adding my name to authors.txt as requestedMark Schulte
2016-10-27Allow running native executable in cross buildMark Schulte
2016-10-27mesonlib: close file before (re)movingScott D Phillips
2016-10-27compilers: Ignore pthread flags when using MSVCNirbheek Chauhan
2016-10-26Merge pull request #952 from centricular/deterministic-sources-outputsJussi Pakkanen
2016-10-26Upgrade docker build image to yakkety.Jussi Pakkanen
2016-10-26Add osx test for the XCode 8 fixes to has_functionNirbheek Chauhan
2016-10-26Use *FLAGS from the env in compiler checksNirbheek Chauhan
2016-10-26Directly pass the compiler to get_args_from_envvarsNirbheek Chauhan
2016-10-26has_function: Try to use the function being checkedNirbheek Chauhan
2016-10-25Merge pull request #912 from valum-framework/wip/vala-custom-header-and-vapiJussi Pakkanen
2016-10-25vala: Use a portable path join for the VAPIGuillaume Poirier-Morency
2016-10-25Add a unit test to ensure object file orderNirbheek Chauhan
2016-10-25Ninja: Use OrderedDict in places where order mattersNirbheek Chauhan
2016-10-25Add -Wl,-no_weak_imports to has_function with XCode 8Nirbheek Chauhan
2016-10-25has_function: Only ignore prototype when no includes are specifiedNirbheek Chauhan
2016-10-25compilers: Derive ClangObj*Compiler from ClangCompiler tooNirbheek Chauhan