aboutsummaryrefslogtreecommitdiff
path: root/src/build_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* odin querygingerBill2019-05-251-0/+1
* Change the file name rules for imports (use / rather than \ on windows)gingerBill2019-04-201-0/+8
* Add -pdb-name for custom names of PDBsgingerBill2019-03-141-0/+1
* New build flag: -define:foo=123gingerBill2019-02-231-0/+2
* Allow for @indent for attributes that don't require any parameters; Add -igno...gingerBill2019-01-301-0/+1
* Reorganize decl attribute codegingerBill2018-12-041-1/+1
* Add package encoding/celgingerBill2018-12-031-1/+1
* Endian specific integers: e.g. i32 i32le i32begingerBill2018-12-021-0/+3
* `-vet` flag to do basic vetting of codegingerBill2018-11-251-0/+1
* Place optimization level flag in condition again; `-memcpyopt -die` only in n...gingerBill2018-10-241-1/+3
* Merge pull request #260 from lachsinc/mastergingerBill2018-10-241-2/+15
|\
| * Remove llc/opt hack. XX.bc now contains useful debug info thanks to removal o...lachsinc2018-09-181-2/+15
* | Fix compilation error #272gingerBill2018-10-171-3/+19
|/
* Add `-lld` flag for using "bin\lld-link.exe" on WindowsgingerBill2018-08-281-0/+1
* `-no-crt` flag for windows amd64gingerBill2018-08-131-1/+2
* Fix `is_excluded_target_filename`gingerBill2018-06-211-8/+6
* Make source code compile with 32 bit (but not build 32 bit code)gingerBill2018-06-151-2/+0
* Modify how build settings are handledgingerBill2018-06-151-69/+121
* Use gbString for opt_flagsgingerBill2018-06-031-14/+10
* Add -debug-compile parameter for llcgingerBill2018-06-031-2/+9
* Comment based build tags for packages (basic and temporary)gingerBill2018-05-281-0/+1
* Remove `tmp_allocator` from `Checker`gingerBill2018-05-281-1/+1
* Reorganize `runtime` packagegingerBill2018-05-271-1/+3
* Move ODIN_* platform constants to `core:os`gingerBill2018-05-271-3/+3
* Add basic package support (no IR support yet)gingerBill2018-05-261-3/+112
* added compiler command for only parsing and typecheckingJoshua Mark Manton2018-05-161-0/+1
* Calls rc.exe if -resource specifiedMikkel Hjortshoej2018-03-051-0/+2
* Fix build_settings.cppgingerBill2018-02-251-4/+2
* Revert demogingerBill2018-02-251-1/+1
* Minor code rearrangementgingerBill2018-02-251-1/+1
* `array_make`gingerBill2018-02-251-2/+1
* Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...gingerBill2018-02-251-1/+1
* `-out` and generate executable in the current working directorygingerBill2018-02-251-0/+1
* v0.8.1gingerBill2018-02-111-1/+1
* 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