summaryrefslogtreecommitdiff
path: root/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Use set_value to preserve option invariants.Jussi Pakkanen2015-12-271-2/+1
* Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen2015-12-231-50/+16
* Merge pull request #330 from mesonbuild/swiftJussi Pakkanen2015-12-121-0/+5
|\
| * Can build simple Swift executables.Jussi Pakkanen2015-12-071-0/+5
* | Use period as the separator because colon causes problems on Windows.Jussi Pakkanen2015-12-111-1/+1
* | A test can be part of multiple suites.Jussi Pakkanen2015-12-101-2/+5
* | Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen2015-12-091-4/+8
* | Can specify a working directory for tests. Closes #326.Jussi Pakkanen2015-12-081-2/+11
|/
* Make it working on python 3.3Thibault Saunier2015-12-041-1/+1
* Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen2015-12-031-2/+13
|\
| * Can define benchmarks and run them.Jussi Pakkanen2015-11-251-2/+13
* | Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen2015-12-021-5/+4
* | Clarify error message when trying to compile Vala without C.Jussi Pakkanen2015-12-021-1/+1
* | Projects can specify a license which is written to the dep manifest.Jussi Pakkanen2015-11-291-2/+4
|/
* Do not cache paths of found external libraries. Closes #312.Jussi Pakkanen2015-11-241-4/+8
* Add has method to cdata.Jussi Pakkanen2015-11-101-0/+4
* Merged default library branch.Jussi Pakkanen2015-11-061-4/+13
|\
| * Renamed default_library to library.Jussi Pakkanen2015-11-031-2/+4
| * Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen2015-11-031-4/+11
* | Use the correct one.Jussi Pakkanen2015-11-051-1/+1
* | Can store ext deps to internal deps. Closes #304.Jussi Pakkanen2015-11-041-1/+13
|/
* Can specify a subproject fallback for dependencies.Jussi Pakkanen2015-10-281-1/+18
* Use project default settings in compile tests unless told not to. Closes #296.Jussi Pakkanen2015-10-251-9/+22
* Can set extra args to all compilation checks.Jussi Pakkanen2015-10-221-11/+18
* Extra args also for compiles. Closes #292.Jussi Pakkanen2015-10-201-6/+6
* Created a link test method.Jussi Pakkanen2015-10-201-0/+20
* Projects can specify default values for options.Jussi Pakkanen2015-10-201-2/+40
* Gracefully handle missing machine info.Wink Saville2015-10-181-0/+5
* Added cpu family property to system information.Jussi Pakkanen2015-10-181-4/+9
* Only compile when doing cross compilation sanity checks because linking gets ...Jussi Pakkanen2015-10-181-1/+1
* Can specify version requirements to subprojects.Jussi Pakkanen2015-10-161-2/+7
* Merge pull request #275 from mesonbuild/compileroptionsJussi Pakkanen2015-10-151-4/+16
|\
| * Expose compiler options in get_option().Jussi Pakkanen2015-10-071-4/+9
| * Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen2015-10-041-0/+7
* | Can check for Meson version in project definition.Jussi Pakkanen2015-10-151-0/+5
* | String startswith and endswith methods.Jussi Pakkanen2015-10-151-1/+8
* | More variable introspection.Jussi Pakkanen2015-10-141-0/+25
* | Basic outline for exposing private dir. Not working fully yet.Jussi Pakkanen2015-10-031-3/+8
|/
* Flatten method arguments so you can generate an array of items.Jussi Pakkanen2015-10-021-1/+3
* Can set build targets as arguments to run_target. Closes #270.Jussi Pakkanen2015-09-281-3/+5
* Merged trunk changes.Jussi Pakkanen2015-09-171-1/+8
|\
| * Can have built binaries in run_targets. Closes #264.Jussi Pakkanen2015-09-111-1/+8
* | Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen2015-09-171-12/+18
* | Finally full test suite passes, even gir.Jussi Pakkanen2015-09-041-1/+6
|/
* Use makedirs instead of mkdir. Closes #247.Jussi Pakkanen2015-08-271-1/+1
* Expose project version properly.Jussi Pakkanen2015-08-251-2/+1
* Give sanity test binaries different names. Also expose project version to mod...Jussi Pakkanen2015-08-251-0/+1
* Better sanity testing.Jussi Pakkanen2015-08-251-0/+1
* Merge pull request #236 from mesonbuild/depmanifest2Jussi Pakkanen2015-08-231-2/+16
|\
| * Add version numbers to projects and generate a dep manifest.Jussi Pakkanen2015-08-211-2/+16