aboutsummaryrefslogtreecommitdiff
path: root/src/build_settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ginger Bill2017-06-171-1/+1
| | | | compilation on *nix
* 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