index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interpreter.py
Age
Commit message (
Expand
)
Author
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2016-01-10
Can use external libs as dependencies of dependencies. Closes #321.
Jussi Pakkanen
2016-01-02
Can tag include directories as system dirs to reduce compiler warning noise. ...
Jussi Pakkanen
2015-12-28
Fix vcs_tag missing fallback error string
Martin Ejdestig
2015-12-27
Use set_value to preserve option invariants.
Jussi Pakkanen
2015-12-23
Moved pkg-config to a module so we no longer need special case code in core f...
Jussi Pakkanen
2015-12-12
Merge pull request #330 from mesonbuild/swift
Jussi Pakkanen
2015-12-11
Use period as the separator because colon causes problems on Windows.
Jussi Pakkanen
2015-12-10
A test can be part of multiple suites.
Jussi Pakkanen
2015-12-09
Added possibility to have multiple test suites so you can run only a subset o...
Jussi Pakkanen
2015-12-08
Can specify a working directory for tests. Closes #326.
Jussi Pakkanen
2015-12-07
Can build simple Swift executables.
Jussi Pakkanen
2015-12-04
Make it working on python 3.3
Thibault Saunier
2015-12-03
Merge pull request #317 from mesonbuild/benchmark
Jussi Pakkanen
2015-12-02
Can specify extra arguments to generator commands. Closes #315.
Jussi Pakkanen
2015-12-02
Clarify error message when trying to compile Vala without C.
Jussi Pakkanen
2015-11-29
Projects can specify a license which is written to the dep manifest.
Jussi Pakkanen
2015-11-25
Can define benchmarks and run them.
Jussi Pakkanen
2015-11-24
Do not cache paths of found external libraries. Closes #312.
Jussi Pakkanen
2015-11-10
Add has method to cdata.
Jussi Pakkanen
2015-11-06
Merged default library branch.
Jussi Pakkanen
2015-11-05
Use the correct one.
Jussi Pakkanen
2015-11-04
Can store ext deps to internal deps. Closes #304.
Jussi Pakkanen
2015-11-03
Renamed default_library to library.
Jussi Pakkanen
2015-11-03
Refactored builtin options to a dictionary and created a new default library ...
Jussi Pakkanen
2015-10-28
Can specify a subproject fallback for dependencies.
Jussi Pakkanen
2015-10-25
Use project default settings in compile tests unless told not to. Closes #296.
Jussi Pakkanen
2015-10-22
Can set extra args to all compilation checks.
Jussi Pakkanen
2015-10-20
Extra args also for compiles. Closes #292.
Jussi Pakkanen
2015-10-20
Created a link test method.
Jussi Pakkanen
2015-10-20
Projects can specify default values for options.
Jussi Pakkanen
2015-10-18
Gracefully handle missing machine info.
Wink Saville
2015-10-18
Added cpu family property to system information.
Jussi Pakkanen
2015-10-18
Only compile when doing cross compilation sanity checks because linking gets ...
Jussi Pakkanen
2015-10-16
Can specify version requirements to subprojects.
Jussi Pakkanen
2015-10-15
Merge pull request #275 from mesonbuild/compileroptions
Jussi Pakkanen
2015-10-15
Can check for Meson version in project definition.
Jussi Pakkanen
2015-10-15
String startswith and endswith methods.
Jussi Pakkanen
2015-10-14
More variable introspection.
Jussi Pakkanen
2015-10-07
Expose compiler options in get_option().
Jussi Pakkanen
2015-10-04
Can set compiler options, added language versions for Gnu and Clang.
Jussi Pakkanen
2015-10-03
Basic outline for exposing private dir. Not working fully yet.
Jussi Pakkanen
2015-10-02
Flatten method arguments so you can generate an array of items.
Jussi Pakkanen
2015-09-28
Can set build targets as arguments to run_target. Closes #270.
Jussi Pakkanen
2015-09-17
Merged trunk changes.
Jussi Pakkanen
2015-09-17
Added outdir() method to build targets so we can make output dirs togglable.
Jussi Pakkanen
2015-09-11
Can have built binaries in run_targets. Closes #264.
Jussi Pakkanen
2015-09-04
Finally full test suite passes, even gir.
Jussi Pakkanen
2015-08-27
Use makedirs instead of mkdir. Closes #247.
Jussi Pakkanen
2015-08-25
Expose project version properly.
Jussi Pakkanen
[next]