aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-28Can specify a subproject fallback for dependencies.Jussi Pakkanen6-1/+52
2015-10-27Put extra flags at the end because some versions of gcc do not handle -l flag...Jussi Pakkanen1-1/+1
2015-10-26Handle resource path properly.Jussi Pakkanen1-5/+7
2015-10-26Resource can be either a string or a File.Jussi Pakkanen1-2/+9
2015-10-26Parse contents of gresource xml and add deps manually. A bit of a hack but ne...Jussi Pakkanen4-6/+49
2015-10-26Now that projects can easily override defaults, return warning level to 2.Jussi Pakkanen1-7/+1
2015-10-25Use project default settings in compile tests unless told not to. Closes #296.Jussi Pakkanen2-13/+36
2015-10-25Trying to run nonexisting programs can return many different types of excepti...Jussi Pakkanen1-1/+1
2015-10-22Can set extra args to all compilation checks.Jussi Pakkanen2-38/+45
2015-10-22Open all wrapdb urls via the same code path.Jussi Pakkanen1-5/+8
2015-10-20Extra args also for compiles. Closes #292.Jussi Pakkanen2-6/+9
2015-10-20Created a link test method.Jussi Pakkanen4-46/+98
2015-10-20Projects can specify default values for options.Jussi Pakkanen4-6/+63
2015-10-20Merge pull request #288 from mesonbuild/gdocflagsJussi Pakkanen2-22/+62
2015-10-19Wait properly.Jussi Pakkanen1-1/+3
2015-10-19More robust output decoding. Closes #289.Jussi Pakkanen1-2/+8
2015-10-18Gracefully handle missing machine info.Wink Saville2-0/+6
2015-10-19Can set extra args to gtkdoc scan.Jussi Pakkanen2-14/+26
2015-10-19Can specify extra args to gtkdoc-scan.Jussi Pakkanen2-4/+21
2015-10-19Made gtkdochelper take arguments by switches rather than location.Jussi Pakkanen2-19/+30
2015-10-18Added cpu family property to system information.Jussi Pakkanen6-7/+20
2015-10-18Only compile when doing cross compilation sanity checks because linking gets ...Jussi Pakkanen3-4/+13
2015-10-16Clang fix.Jussi Pakkanen1-2/+0
2015-10-16Can specify version requirements to subprojects.Jussi Pakkanen4-3/+12
2015-10-15Merge pull request #275 from mesonbuild/compileroptionsJussi Pakkanen13-182/+329
2015-10-15Can check for Meson version in project definition.Jussi Pakkanen3-1/+7
2015-10-15String startswith and endswith methods.Jussi Pakkanen2-1/+28
2015-10-14Merge pull request #279 from ieei/fixup-manual_test_4Jussi Pakkanen2-4/+5
2015-10-14Add Haakon Sporsheim to authors.Haakon Sporsheim1-0/+1
2015-10-14More variable introspection.Jussi Pakkanen2-0/+41
2015-10-13Fix manual tests using host.name()Haakon Sporsheim1-4/+4
2015-10-12Created a stringarray option type and added Windows system libs option that u...Jussi Pakkanen3-6/+65
2015-10-11Fix Rust to work with 1.3 release. Closes #277.Jussi Pakkanen8-80/+17
2015-10-11A few Rust fixes.Jussi Pakkanen1-2/+2
2015-10-07Expose compiler options in get_option().Jussi Pakkanen1-4/+9
2015-10-05Put compiler options to introspection output.Jussi Pakkanen1-6/+9
2015-10-05Added option for VS exception type.Jussi Pakkanen2-5/+17
2015-10-05Merge pull request #274 from mesonbuild/privincJussi Pakkanen10-6/+80
2015-10-04Can set compiler options with mesonconf.Jussi Pakkanen3-24/+43
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen8-9/+85
2015-10-04Extracted common functionality to base class.Jussi Pakkanen1-71/+29
2015-10-04Refactored option classes to mesonlib.Jussi Pakkanen4-72/+87
2015-10-04Merge pull request #273 from kylemanna/python3-envJussi Pakkanen5-4/+5
2015-10-04Make generated header dependencies transitive.Jussi Pakkanen1-1/+4
2015-10-03Basic outline for exposing private dir. Not working fully yet.Jussi Pakkanen10-5/+76
2015-10-02Flatten method arguments so you can generate an array of items.Jussi Pakkanen2-2/+4
2015-10-02authors: Add KyleKyle Manna1-0/+1
2015-10-01tests: Use /usr/bin/env python3Kyle Manna4-4/+4
2015-09-29Use rspfile on compiles too.Jussi Pakkanen1-1/+8
2015-09-29Use rspfile so long command lines work on Windows. Closes #271.Jussi Pakkanen1-2/+23