summaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Collapse)Author
2014-11-03Can install man files from a subdir.Jussi Pakkanen
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen
2014-10-24Remove deprecated bits.Jussi Pakkanen
2014-10-11Renamed data() to install_data().Jussi Pakkanen
2014-10-11Renamed man() to install_man().Jussi Pakkanen
2014-10-11Renamed headers() to install_headers().Jussi Pakkanen
2014-10-05Moved is_subproject into the meson object.Jussi Pakkanen
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ↵Jussi Pakkanen
Windows (where files with weird suffixes are unrunnable.
2014-09-18Added array methods.Jussi Pakkanen
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen
2014-08-12Can set headers() with variables.Jussi Pakkanen
2014-08-11Updated copyright years.Jussi Pakkanen
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen
2014-08-06Can specify project options on the command line and the override defaults.Jussi Pakkanen
2014-08-01Basic Fortran support.Jussi Pakkanen
2014-07-27Can do run_command in the build tree.Jussi Pakkanen
2014-07-26Generators work in subdirectories.Jussi Pakkanen
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen
2014-07-09Make it possible to run a custom script during install.Jussi Pakkanen
2014-06-27Only print total number of targets, not each one separately.Jussi Pakkanen
2014-06-22Output text cleanification.Jussi Pakkanen
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen
2014-06-11Can specify standalone command targets.Jussi Pakkanen
2014-06-07Store build flags into coredata as it is persistent and needs to survive ↵Jussi Pakkanen
over Meson reconfigurations.
2014-05-26Parse function and method calls properly.Jussi Pakkanen
2014-05-19Can define custom targets.Jussi Pakkanen
2014-05-13Existing dir is ok.Jussi Pakkanen
2014-05-12Create subdirectories in build dir as they are encountered.Jussi Pakkanen
2014-05-10Now can compile Vala executables.Jussi Pakkanen
2014-05-10Started work on Vala compilation.Jussi Pakkanen
2014-04-28Can generate configuration files with custom scripts.Jussi Pakkanen
2014-04-20Can execute found programs with run_command.Jussi Pakkanen
2014-04-16Some windows cleanups.Jussi Pakkanen
2014-04-16Added string splitting and with that a file grabber test case.Jussi Pakkanen
2014-04-07Slightly cleaner log output.Jussi Pakkanen
2014-03-18Thanks, Microsoft! Thanks a fucking lot for making your uuids case sensitive ↵Jussi Pakkanen
in one location and case insensitive in another. And thanks especially a fucking lot for failing in this case while pretending thate everything works. Fuck you!
2014-03-17A fledgling of a vcxproj.Jussi Pakkanen
2014-03-17Backend work is start.Jussi Pakkanen
2014-03-17The final renaming.Jussi Pakkanen
2014-03-17Kill ply dependency dead.Jussi Pakkanen
2014-03-17All unit tests now pass!Jussi Pakkanen
2014-03-17Logical ops work.Jussi Pakkanen
2014-03-17Less not working.Jussi Pakkanen
2014-03-17Comparisons work.Jussi Pakkanen
2014-03-17If statements worky.Jussi Pakkanen
2014-03-16Method calls work now.Jussi Pakkanen
2014-03-16More tests passing.Jussi Pakkanen
2014-03-16More stuff passing.Jussi Pakkanen
2014-03-16Can parse first unit test with recursive descent parser.Jussi Pakkanen