aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Use project default settings in compile tests unless told not to. Closes #296.Jussi Pakkanen1-9/+22
2015-10-22Can set extra args to all compilation checks.Jussi Pakkanen1-11/+18
2015-10-20Extra args also for compiles. Closes #292.Jussi Pakkanen1-6/+6
2015-10-20Created a link test method.Jussi Pakkanen1-0/+20
2015-10-20Projects can specify default values for options.Jussi Pakkanen1-2/+40
2015-10-18Gracefully handle missing machine info.Wink Saville1-0/+5
2015-10-18Added cpu family property to system information.Jussi Pakkanen1-4/+9
2015-10-18Only compile when doing cross compilation sanity checks because linking gets ...Jussi Pakkanen1-1/+1
2015-10-16Can specify version requirements to subprojects.Jussi Pakkanen1-2/+7
2015-10-15Merge pull request #275 from mesonbuild/compileroptionsJussi Pakkanen1-4/+16
2015-10-15Can check for Meson version in project definition.Jussi Pakkanen1-0/+5
2015-10-15String startswith and endswith methods.Jussi Pakkanen1-1/+8
2015-10-14More variable introspection.Jussi Pakkanen1-0/+25
2015-10-07Expose compiler options in get_option().Jussi Pakkanen1-4/+9
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen1-0/+7
2015-10-03Basic outline for exposing private dir. Not working fully yet.Jussi Pakkanen1-3/+8
2015-10-02Flatten method arguments so you can generate an array of items.Jussi Pakkanen1-1/+3
2015-09-28Can set build targets as arguments to run_target. Closes #270.Jussi Pakkanen1-3/+5
2015-09-17Merged trunk changes.Jussi Pakkanen1-1/+8
2015-09-17Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen1-12/+18
2015-09-11Can have built binaries in run_targets. Closes #264.Jussi Pakkanen1-1/+8
2015-09-04Finally full test suite passes, even gir.Jussi Pakkanen1-1/+6
2015-08-27Use makedirs instead of mkdir. Closes #247.Jussi Pakkanen1-1/+1
2015-08-25Expose project version properly.Jussi Pakkanen1-2/+1
2015-08-25Give sanity test binaries different names. Also expose project version to mod...Jussi Pakkanen1-0/+1
2015-08-25Better sanity testing.Jussi Pakkanen1-0/+1
2015-08-23Merge pull request #236 from mesonbuild/depmanifest2Jussi Pakkanen1-2/+16
2015-08-21Merge pull request #229 from mesonbuild/crossnameJussi Pakkanen1-5/+5
2015-08-21Add version numbers to projects and generate a dep manifest.Jussi Pakkanen1-2/+16
2015-08-21Can add file objects to command line arguments. Closes #235.Jussi Pakkanen1-1/+1
2015-08-19Add support for subscripting array objects with [].Jussi Pakkanen1-0/+14
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen1-5/+5
2015-08-14Copy permission bits from source files and fix a path issue.Jussi Pakkanen1-6/+1
2015-08-14Created the += operator.Jussi Pakkanen1-0/+21
2015-08-14A few tweaks.Jussi Pakkanen1-1/+2
2015-08-12Fix introspection and make it possible to have top level targets with the sam...Jussi Pakkanen1-2/+2
2015-08-07Merge pull request #218 from mesonbuild/gtkdocJussi Pakkanen1-3/+9
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen1-3/+5
2015-08-02Can generate gtkdoc documentation.Jussi Pakkanen1-0/+4
2015-07-31Add cpu method that was forgotten somehow.Jussi Pakkanen1-0/+1
2015-07-28cleanupsIgor Gnatenko1-3/+3
2015-07-28cleanupsIgor Gnatenko1-4/+4
2015-07-28Cleanups.Jussi Pakkanen1-6/+6
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-12/+14
2015-07-27Get build machine's CPU info too.Jussi Pakkanen1-2/+18
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen1-35/+53
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-2/+2
2015-07-25Added (or, rather, brought back) the add_languages function.Jussi Pakkanen1-0/+6
2015-07-23Added timeout kwarg to tests.Jussi Pakkanen1-2/+6
2015-07-21Added a extract_all_objects method to make recombining targets easier. Fixes ...Jussi Pakkanen1-1/+6