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
2015-05-09
Handle then unary negation operator.
Jussi Pakkanen
2015-05-09
Fix cross compilation tests.
Jussi Pakkanen
2015-05-07
Make the message() function able to print out user defined types.
Afief Halumi
2015-05-02
Renamed file function to files and made it take multiple arguments.
Jussi Pakkanen
2015-04-26
A few more eradications of plain strings.
Jussi Pakkanen
2015-04-22
More stringlist refactoring.
Jussi Pakkanen
2015-04-22
Verify stringargs with decorator.
Jussi Pakkanen
2015-04-22
Started enforcing types better with decorators.
Jussi Pakkanen
2015-04-22
Use File objects for all sources. Fix all basic tests.
Jussi Pakkanen
2015-04-21
The first step in a major refactoring starts by adding a new layer of abstrac...
Jussi Pakkanen
2015-04-09
Fix subproject again.
Jussi Pakkanen
2015-04-08
Fix use of shared subprojects.
Jussi Pakkanen
2015-03-30
Clarified error message.
Jussi Pakkanen
2015-03-27
Generate configure files immediately when they are declared. Closes #88.
Jussi Pakkanen
2015-03-27
Allow use of external test executables. Closes #89.
Jussi Pakkanen
2015-03-27
More path normalisation.
Jussi Pakkanen
2015-03-26
Shameful hack to get configure files working with custom targets. Needs to be...
Jussi Pakkanen
2015-03-24
modules/gnome: inherit global cflags to g-ir-scanner. Closes #74
Igor Gnatenko
2015-03-23
Add should_fail kwarg to test to indicate tests that should fail.
Jussi Pakkanen
2015-03-21
modules/rpm: handle pkgconfig files
Igor Gnatenko
2015-03-21
modules/rpm: handle mans
Igor Gnatenko
2015-03-21
modules/rpm: implement handling includedirs
Igor Gnatenko
2015-03-21
modules/rpm: add compilers to BuildRequires automatically
Igor Gnatenko
2015-03-21
add RPM module (Closes #49)
Igor Gnatenko
2015-03-20
Add support for checking out git repos to subprojects automatically.
Jussi Pakkanen
2015-03-13
Fix pipelining.
Jussi Pakkanen
2015-03-13
Persist modules so they are imported only once for the lifetime of a build di...
Jussi Pakkanen
2015-03-13
Made Qt5 module do just preprocessing instead of building full executable, so...
Jussi Pakkanen
2015-03-09
Metaprogramming in da hause fixing.
Jussi Pakkanen
2015-03-09
Major refactoring to move Qt5 from core into a module. Rules are written but ...
Jussi Pakkanen
2015-03-06
Create a gnome module and add support for resource compiling.
Jussi Pakkanen
2015-03-04
A very simple module implementation to get things going.
Jussi Pakkanen
2015-02-21
Added found method to dependencies.
Jussi Pakkanen
2015-02-21
Validate variable names better in assignment.
Jussi Pakkanen
2015-02-21
Created a set_variable command.
Jussi Pakkanen
2015-02-15
Can install files created with configure_file.
Jussi Pakkanen
2015-02-15
Changed install_data to get rid of useless and confusing target subdir name.
Jussi Pakkanen
2015-02-14
moved helper function detect_vcs into mesonlib.py
Axel Waggershauser
2015-02-11
added support for optional custom command and replace_string parameter of vcs...
Axel Waggershauser
2015-02-11
tracked upstream (mostly new vcs_tag)
Axel Waggershauser
2015-02-08
Provide the vcs_tag command. Closes #33.
Jussi Pakkanen
2015-02-06
Make directories in build tree, too.
Jussi Pakkanen
2015-02-06
added basic version of VCS supprt for configuring files based on VCS state du...
Axel Waggershauser
2015-02-02
First cut at the Wrap dependency downloader.
Jussi Pakkanen
2014-12-21
Verify that option names do not have invalid characters.
Jussi Pakkanen
2014-11-16
Harmonised copyright declarations.
Jussi Pakkanen
2014-11-16
More strict type checking for arithmetic operations.
Jussi Pakkanen
2014-11-16
Merge pull request #18 from Xenopathic/arithmetic.
Jussi Pakkanen
2014-11-16
Add number, string and array arithmetic
Robin McCorkell
2014-11-16
Allow getting builtin options with get_option. Fixes #23.
Jussi Pakkanen
[next]