aboutsummaryrefslogtreecommitdiff
path: root/src/build_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* v0.8.0v0.8.0gingerBill2018-02-091-1/+1
* Add ODIN_DEBUGgingerBill2018-01-281-1/+1
* `-no-bounds-check`gingerBill2018-01-181-0/+1
* Fix lhs < rhs bug (#164)gingerBill2017-12-141-1/+1
* Explicit procedure group; Remove implicit procedure overloadinggingerBill2017-12-091-1/+1
* essence cross compileNakst2017-11-261-1/+11
* Add `-debug` command (still in development)gingerBill2017-11-191-0/+1
* Set version number to v0.7.1gingerBill2017-11-191-1/+1
* Begin with on debugging symbol; fix version number 0.7.0gingerBill2017-11-191-1/+1
* `build_dll` replace with `-build-mode=dll`gingerBill2017-11-171-0/+2
* Library collectionsGinger Bill2017-09-071-22/+44
* v0.6.2; Use Ada_Case for typesv0.6.2Ginger Bill2017-08-031-1/+1
* v0.6.1av0.6.1aGinger Bill2017-08-011-1/+1
* Fix minor errors for *nixGinger Bill2017-08-011-1/+1
* v0.6.1v0.6.1Ginger Bill2017-08-011-1/+1
* Add mutexes to string buffer allocator usesGinger Bill2017-08-011-17/+25
* Add -keep-temp-files optionGinger Bill2017-07-311-0/+1
* Extra type safety; Fix typosGinger Bill2017-07-311-2/+2
* Parallelization of the ParserGinger Bill2017-07-301-11/+24
* `transmute(type)x`; Minor code clean upGinger Bill2017-07-301-5/+5
* 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