aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Organise files into a module structure.Jussi Pakkanen1-2250/+0
2016-01-10Can use external libs as dependencies of dependencies. Closes #321.Jussi Pakkanen1-1/+1
2016-01-02Can tag include directories as system dirs to reduce compiler warning noise. ...Jussi Pakkanen1-3/+5
2015-12-28Fix vcs_tag missing fallback error stringMartin Ejdestig1-1/+1
2015-12-27Use set_value to preserve option invariants.Jussi Pakkanen1-2/+1
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen1-50/+16
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen1-0/+5
2015-12-11Use period as the separator because colon causes problems on Windows.Jussi Pakkanen1-1/+1
2015-12-10A test can be part of multiple suites.Jussi Pakkanen1-2/+5
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen1-4/+8
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen1-2/+11
2015-12-07Can build simple Swift executables.Jussi Pakkanen1-0/+5
2015-12-04Make it working on python 3.3Thibault Saunier1-1/+1
2015-12-03Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen1-2/+13
2015-12-02Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen1-5/+4
2015-12-02Clarify error message when trying to compile Vala without C.Jussi Pakkanen1-1/+1
2015-11-29Projects can specify a license which is written to the dep manifest.Jussi Pakkanen1-2/+4
2015-11-25Can define benchmarks and run them.Jussi Pakkanen1-2/+13
2015-11-24Do not cache paths of found external libraries. Closes #312.Jussi Pakkanen1-4/+8
2015-11-10Add has method to cdata.Jussi Pakkanen1-0/+4
2015-11-06Merged default library branch.Jussi Pakkanen1-4/+13
2015-11-05Use the correct one.Jussi Pakkanen1-1/+1
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen1-1/+13
2015-11-03Renamed default_library to library.Jussi Pakkanen1-2/+4
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen1-4/+11
2015-10-28Can specify a subproject fallback for dependencies.Jussi Pakkanen1-1/+18
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