aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2015-04-22More stringlist refactoring.Jussi Pakkanen1-38/+22
2015-04-22Verify stringargs with decorator.Jussi Pakkanen1-39/+28
2015-04-22Started enforcing types better with decorators.Jussi Pakkanen1-7/+25
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen1-0/+14
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen1-1/+14
2015-04-09Fix subproject again.Jussi Pakkanen1-0/+1
2015-04-08Fix use of shared subprojects.Jussi Pakkanen1-1/+2
2015-03-30Clarified error message.Jussi Pakkanen1-1/+1
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-2/+4
2015-03-27Allow use of external test executables. Closes #89.Jussi Pakkanen1-1/+1
2015-03-27More path normalisation.Jussi Pakkanen1-2/+1
2015-03-26Shameful hack to get configure files working with custom targets. Needs to be...Jussi Pakkanen1-0/+10
2015-03-24modules/gnome: inherit global cflags to g-ir-scanner. Closes #74Igor Gnatenko1-0/+1
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen1-2/+6
2015-03-21modules/rpm: handle pkgconfig filesIgor Gnatenko1-0/+1
2015-03-21modules/rpm: handle mansIgor Gnatenko1-0/+1
2015-03-21modules/rpm: implement handling includedirsIgor Gnatenko1-0/+1
2015-03-21modules/rpm: add compilers to BuildRequires automaticallyIgor Gnatenko1-0/+1
2015-03-21add RPM module (Closes #49)Igor Gnatenko1-0/+2
2015-03-20Add support for checking out git repos to subprojects automatically.Jussi Pakkanen1-8/+5
2015-03-13Fix pipelining.Jussi Pakkanen1-2/+2
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen1-9/+7
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen1-2/+10
2015-03-09Metaprogramming in da hause fixing.Jussi Pakkanen1-5/+8
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen1-17/+31
2015-03-06Create a gnome module and add support for resource compiling.Jussi Pakkanen1-6/+37
2015-03-04A very simple module implementation to get things going.Jussi Pakkanen1-0/+26
2015-02-21Added found method to dependencies.Jussi Pakkanen1-1/+10
2015-02-21Validate variable names better in assignment.Jussi Pakkanen1-3/+5
2015-02-21Created a set_variable command.Jussi Pakkanen1-2/+14
2015-02-15Can install files created with configure_file.Jussi Pakkanen1-4/+7
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen1-9/+9
2015-02-14moved helper function detect_vcs into mesonlib.pyAxel Waggershauser1-18/+2
2015-02-11added support for optional custom command and replace_string parameter of vcs...Axel Waggershauser1-64/+41
2015-02-11tracked upstream (mostly new vcs_tag)Axel Waggershauser1-3/+13
2015-02-08Provide the vcs_tag command. Closes #33.Jussi Pakkanen1-1/+12
2015-02-06Make directories in build tree, too.Jussi Pakkanen1-0/+1
2015-02-06added basic version of VCS supprt for configuring files based on VCS state du...Axel Waggershauser1-0/+60
2015-02-02First cut at the Wrap dependency downloader.Jussi Pakkanen1-1/+7
2014-12-21Verify that option names do not have invalid characters.Jussi Pakkanen1-1/+1
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-2/+1
2014-11-16More strict type checking for arithmetic operations.Jussi Pakkanen1-4/+10
2014-11-16Merge pull request #18 from Xenopathic/arithmetic.Jussi Pakkanen1-28/+28
2014-11-16Add number, string and array arithmeticRobin McCorkell1-28/+28
2014-11-16Allow getting builtin options with get_option. Fixes #23.Jussi Pakkanen1-0/+4
2014-11-07Further harmonise held_object.Jussi Pakkanen1-4/+4
2014-11-07Harmonise held_object usage somewhat.Jussi Pakkanen1-11/+11
2014-11-05Implement a foreach loop construct. Closes #17.Jussi Pakkanen1-0/+19
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen1-0/+23
2014-11-03Can install data files from subdirectories.Jussi Pakkanen1-5/+9