aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Comment out a line that does not compile and is not needed for the test.Jussi Pakkanen1-1/+1
2015-01-12Some tweaks.Jussi Pakkanen1-8/+7
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen3-0/+90
2014-12-21Verify that option names do not have invalid characters.Jussi Pakkanen2-0/+2
2014-11-16Test fixing.Jussi Pakkanen1-8/+4
2014-11-16More strict type checking for arithmetic operations.Jussi Pakkanen3-5/+5
2014-11-16Merge pull request #18 from Xenopathic/arithmetic.Jussi Pakkanen7-0/+81
2014-11-16Add number, string and array arithmeticRobin McCorkell7-0/+81
2014-11-16Allow getting builtin options with get_option. Fixes #23.Jussi Pakkanen1-0/+4
2014-11-05Implement a foreach loop construct. Closes #17.Jussi Pakkanen6-0/+41
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen5-0/+8
2014-11-03Can install data files from subdirectories.Jussi Pakkanen4-0/+4
2014-11-03Can install man files from a subdir.Jussi Pakkanen4-1/+5
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen4-0/+9
2014-10-27Do not hardcode path to Python3, because on e.g. OSX it can be anywhere.Jussi Pakkanen3-4/+4
2014-10-11Renamed data() to install_data().Jussi Pakkanen2-2/+2
2014-10-11Renamed man() to install_man().Jussi Pakkanen2-3/+3
2014-10-11Renamed headers() to install_headers().Jussi Pakkanen3-4/+4
2014-10-05Moved is_subproject into the meson object.Jussi Pakkanen2-2/+2
2014-09-26Install script fix for Windows.Jussi Pakkanen1-0/+6
2014-09-20Multiple generated sources in one target now work.Jussi Pakkanen6-0/+44
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen4-0/+28
2014-09-19Can chain multiple logical operations in a row.Jussi Pakkanen1-0/+12
2014-09-18Added array methods.Jussi Pakkanen1-0/+46
2014-09-03Use external libs of static libraries when the static library is linked to a ...Jussi Pakkanen3-0/+23
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen5-0/+20
2014-08-25Add flex+bison test case.Jussi Pakkanen5-0/+79
2014-08-12Can set headers() with variables.Jussi Pakkanen1-1/+3
2014-08-08Handle Fortran sources with dependencies to themselves.Jussi Pakkanen2-0/+15
2014-08-08Handle Fortran's MODULE PROCEDURE construct.Jussi Pakkanen2-0/+19
2014-08-06A few more pointless fixes.Jussi Pakkanen3-3/+3
2014-08-06Fix a few resource leaks in a fit of OCD.Jussi Pakkanen2-0/+2
2014-08-05Spell out include_directories.Jussi Pakkanen8-10/+10
2014-08-03Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.Jussi Pakkanen3-0/+16
2014-08-01Basic Fortran support.Jussi Pakkanen2-0/+7
2014-07-30Handle C# resource files.Jussi Pakkanen3-0/+50
2014-07-30Add test that I forgot.Jussi Pakkanen3-0/+30
2014-07-26Generators work in subdirectories.Jussi Pakkanen5-12/+15
2014-07-19Set up link paths.Jussi Pakkanen4-0/+22
2014-07-18Some fixes.Jussi Pakkanen2-1/+2
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen2-0/+11
2014-07-09Make it possible to run a custom script during install.Jussi Pakkanen4-0/+17
2014-07-08Use host dependent object suffix.Jussi Pakkanen1-1/+7
2014-07-08Can now build object files in generators, too.Jussi Pakkanen4-0/+44
2014-06-23Deal with Rust static libraries, too.Jussi Pakkanen4-0/+13
2014-06-23Install Rust shared libraries.Jussi Pakkanen2-2/+4
2014-06-22Generate prebuilt object on demand so we don't need to ship object files in t...Jussi Pakkanen8-36/+7
2014-06-22Invoke Rust via wrapper script.Jussi Pakkanen2-2/+2
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen12-15/+15
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-1/+1