aboutsummaryrefslogtreecommitdiff
path: root/src/build_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add `-show-timings`; Clean up polymorphic procedure code a bitGinger Bill2017-07-071-0/+1
* Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functionsGinger Bill2017-07-061-7/+7
* Implicit parametric polymorphic proceduresGinger Bill2017-06-291-2/+2
* Update procedure names and extend demo.odinGinger Bill2017-06-291-1/+1
* Basic command line flags: e.g. `-opt=0`Ginger Bill2017-06-241-10/+36
* Use UTF-8 command line on windowsGinger Bill2017-06-241-2/+5
* Fix compilation bug on LinuxGinger Bill2017-06-211-1/+1
* Code will compile as 32 bit but will causes errors in the linker on WindowsGinger Bill2017-06-191-20/+22
* Begin work on documentation generationGinger Bill2017-06-181-1/+2
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-1/+1
* Fix IR bug for TypeSpecGinger Bill2017-06-121-1/+1
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-2/+2
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-6/+6
* Update `String` to use overloadingGinger Bill2017-06-081-13/+13
* Build as C++Ginger Bill2017-06-081-0/+328