aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-03Can install man files from a subdir.Jussi Pakkanen1-2/+6
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen1-7/+11
2014-10-24Remove deprecated bits.Jussi Pakkanen1-15/+0
2014-10-11Renamed data() to install_data().Jussi Pakkanen1-0/+5
2014-10-11Renamed man() to install_man().Jussi Pakkanen1-0/+5
2014-10-11Renamed headers() to install_headers().Jussi Pakkanen1-0/+5
2014-10-05Moved is_subproject into the meson object.Jussi Pakkanen1-4/+4
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen1-1/+3
2014-09-18Added array methods.Jussi Pakkanen1-3/+27
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen1-2/+9
2014-08-12Can set headers() with variables.Jussi Pakkanen1-0/+1
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-20/+20
2014-08-06Can specify project options on the command line and the override defaults.Jussi Pakkanen1-1/+2
2014-08-01Basic Fortran support.Jussi Pakkanen1-0/+4
2014-07-27Can do run_command in the build tree.Jussi Pakkanen1-5/+12
2014-07-26Generators work in subdirectories.Jussi Pakkanen1-3/+4
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen1-0/+4
2014-07-09Make it possible to run a custom script during install.Jussi Pakkanen1-0/+13
2014-06-27Only print total number of targets, not each one separately.Jussi Pakkanen1-1/+1
2014-06-22Output text cleanification.Jussi Pakkanen1-3/+3
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-15/+15
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-0/+4
2014-06-11Can specify standalone command targets.Jussi Pakkanen1-2/+24
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-0/+5
2014-05-26Parse function and method calls properly.Jussi Pakkanen1-0/+1
2014-05-19Can define custom targets.Jussi Pakkanen1-0/+27