Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-21 | Verify that option names do not have invalid characters. | Jussi Pakkanen | 2 | -0/+2 | |
2014-11-16 | More strict type checking for arithmetic operations. | Jussi Pakkanen | 3 | -5/+5 | |
2014-11-16 | Add number, string and array arithmetic | Robin McCorkell | 3 | -0/+9 | |
Addition (+), subtraction (-), multiplication (*) and division (/) for numbers follows the BIDMAS rules. Strings and arrays can be concatenated with the addition operator Strings can be concatenated with numbers with the addition operator | |||||
2014-11-05 | Implement a foreach loop construct. Closes #17. | Jussi Pakkanen | 1 | -0/+4 | |
2014-04-25 | Can specify extra files that show up in IDEs as parts of a target. | Jussi Pakkanen | 2 | -0/+6 | |
2014-02-24 | Test for recursive instantiations of subprojects. | Jussi Pakkanen | 3 | -0/+9 | |
2014-02-24 | Added failing test. | Jussi Pakkanen | 2 | -0/+4 | |
2014-01-18 | After an actual, factual bug report from a user, fixed include_directories ↵ | Jussi Pakkanen | 1 | -0/+3 | |
so that it checks that the specified directories exist. | |||||
2013-10-16 | Preserve option function for option files. | Jussi Pakkanen | 1 | -0/+3 | |
2013-08-11 | Check that missing subdirs cause an error. | Jussi Pakkanen | 3 | -0/+7 | |
2013-08-10 | Check that non-existing source files cause errors. | Jussi Pakkanen | 1 | -0/+3 | |
2013-08-10 | Created new suite of tests that should fail when executed. | Jussi Pakkanen | 2 | -0/+5 | |