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-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
2014-11-07
Further harmonise held_object.
Jussi Pakkanen
2014-11-07
Harmonise held_object usage somewhat.
Jussi Pakkanen
2014-11-05
Implement a foreach loop construct. Closes #17.
Jussi Pakkanen
2014-11-03
Can install entire subtrees with one command. Closes #14.
Jussi Pakkanen
2014-11-03
Can install data files from subdirectories.
Jussi Pakkanen
2014-11-03
Can install man files from a subdir.
Jussi Pakkanen
2014-11-03
Use correct path when installing headers. Fixes #16.
Jussi Pakkanen
2014-10-24
Remove deprecated bits.
Jussi Pakkanen
2014-10-11
Renamed data() to install_data().
Jussi Pakkanen
2014-10-11
Renamed man() to install_man().
Jussi Pakkanen
2014-10-11
Renamed headers() to install_headers().
Jussi Pakkanen
2014-10-05
Moved is_subproject into the meson object.
Jussi Pakkanen
2014-09-20
Autodetect runnable commands on unix (where chmod values might be wrong) and ...
Jussi Pakkanen
2014-09-18
Added array methods.
Jussi Pakkanen
2014-08-24
Can specify Valgrind command line arguments.
Jussi Pakkanen
2014-08-12
Can set headers() with variables.
Jussi Pakkanen
2014-08-11
Updated copyright years.
Jussi Pakkanen
2014-08-07
Kill end of line whitespace dead.
Jussi Pakkanen
2014-08-06
Can specify project options on the command line and the override defaults.
Jussi Pakkanen
2014-08-01
Basic Fortran support.
Jussi Pakkanen
2014-07-27
Can do run_command in the build tree.
Jussi Pakkanen
2014-07-26
Generators work in subdirectories.
Jussi Pakkanen
2014-07-18
Can compile C# programs with Mono.
Jussi Pakkanen
2014-07-09
Make it possible to run a custom script during install.
Jussi Pakkanen
2014-06-27
Only print total number of targets, not each one separately.
Jussi Pakkanen
2014-06-22
Output text cleanification.
Jussi Pakkanen
2014-06-22
The mass flags -> args renaming for consistency.
Jussi Pakkanen
2014-06-18
Can compile very basic Rust programs.
Jussi Pakkanen
2014-06-11
Can specify standalone command targets.
Jussi Pakkanen
2014-06-07
Store build flags into coredata as it is persistent and needs to survive over...
Jussi Pakkanen
2014-05-26
Parse function and method calls properly.
Jussi Pakkanen
2014-05-19
Can define custom targets.
Jussi Pakkanen
2014-05-13
Existing dir is ok.
Jussi Pakkanen
2014-05-12
Create subdirectories in build dir as they are encountered.
Jussi Pakkanen
2014-05-10
Now can compile Vala executables.
Jussi Pakkanen
[next]