aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add files in corev0.2.1Ginger Bill2017-05-013-0/+284
* `for in` iteration of Enum Type (request from issue #58)Ginger Bill2017-05-011-7/+11
* Improve vector math; Make bprint* return stringGinger Bill2017-05-012-18/+18
* v0.2.0v0.2.0Ginger Bill2017-04-302-10/+10
* Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...Ginger Bill2017-04-3016-432/+425
* Fix issues #50 and #55Ginger Bill2017-04-292-1/+2
* Fix issue #51; begin work on `atomic` typesGinger Bill2017-04-283-100/+8
* `fmt.String_Buffer`, Fix issue #44, Tweak overloading rulesGinger Bill2017-04-262-71/+150
* Swap memory layout of `any`Ginger Bill2017-04-232-14/+14
* Fix constant bounds checking for slicingGinger Bill2017-04-223-7/+8
* Making slicing a little more robustGinger Bill2017-04-211-3/+1
* Change interval syntax: .. open range, ..< half-closed rangeGinger Bill2017-04-2010-50/+50
* Fix procedure calls from non-regular addressing modesGinger Bill2017-04-171-0/+6
* Fix error printing for basic directivesGinger Bill2017-04-172-0/+5
* Calling convention, change from bitcast to transmuteGinger Bill2017-04-161-2/+2
* Add parse_int; Fix union bugs with size, alignment, and recursive definition ...Ginger Bill2017-04-141-0/+46
* Fix fmt for type; remove dead stuffGinger Bill2017-04-132-7/+20
* Fix: map key not getting transferred on rehashGinger Bill2017-04-111-4/+3
* Fix map bug which removed N values from the beginningGinger Bill2017-04-111-13/+29
* Remove debug textGinger Bill2017-04-111-2/+1
* Fix `map` assignment bug due to growthGinger Bill2017-04-112-9/+18
* Fix slicing bug on dynamic arraysGinger Bill2017-04-113-2/+14
* Basic Linux Build!Ginger Bill2017-04-095-197/+99
* Merge pull request #33 from zangent/mastergingerBill2017-04-095-151/+542
|\
| * Merged from upstream, fixed 'args' name colissionZachary Pierson2017-04-062-1/+197
| * Merge https://github.com/gingerBill/OdinZachary Pierson2017-04-061-3/+3
| |\
| * | Bridged a bugfix from os_windows to other os's.Zachary Pierson2017-04-042-8/+8
| * | Merge https://github.com/gingerBill/OdinZachary Pierson2017-04-042-6/+60
| |\ \
| * \ \ Merge https://github.com/gingerBill/OdinZachary Pierson2017-04-0311-158/+156
| |\ \ \
| * | | | It's terrible, but I added _some_ form of launch args support for Linux/macOSZachary Pierson2017-04-022-2/+5
| * | | | Merge https://github.com/gingerBill/OdinZachary Pierson2017-04-026-188/+298
| |\ \ \ \
| * | | | | Literally just a commit to revert a previous one.Zachary Pierson2017-03-312-2/+0
| * | | | | Merge https://github.com/gingerBill/Odin, cleaned up a bit, fixed the object ...Zachary Pierson2017-03-302-9/+7
| |\ \ \ \ \
| * | | | | | Fixed os_linux and os_x read_entire_file function not null-terminating data.Zac Pierson2017-03-212-2/+4
| * | | | | | Remember kids, always test your code. There was a variable name colission in ...Zac Pierson2017-03-212-4/+5
| * | | | | | Fixed some memory leaks and made os_* use strings.odinZac Pierson2017-03-212-40/+34
| * | | | | | Merge https://github.com/gingerBill/OdinZac Pierson2017-03-219-315/+391
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge https://github.com/gingerBill/OdinZac Pierson2017-03-025-56/+122
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge https://github.com/gingerBill/OdinZachary Pierson2017-02-2712-419/+996
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge https://github.com/gingerBill/OdinZachary Pierson2017-02-243-17/+45
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added `getenv` to the *nix stdlib.Zac Pierson2017-02-232-0/+17
| * | | | | | | | | | Merge https://github.com/gingerBill/OdinZac Pierson2017-02-222-78/+69
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge https://github.com/gingerBill/OdinZac Pierson2017-02-205-31/+133
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed an error in function naming in os_linuxZac Pierson2017-02-151-1/+1
| * | | | | | | | | | | | Merge https://github.com/gingerBill/odinZac Pierson2017-02-157-131/+144
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Changed standard libraries for MacOS and Linux to be closer to os_windows.Zachary Pierson2017-02-122-20/+1
| * | | | | | | | | | | | | Updated Linux standard library to convert c strsZachary Pierson2017-02-121-11/+3
| * | | | | | | | | | | | | Merge https://github.com/gingerBill/OdinZachary Pierson2017-02-122-38/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fixed Windows (updated gb.h) | Need to test on MacOS and Linux now!Zachary Pierson2017-02-111-3/+3
| * | | | | | | | | | | | | | Merging from gingerBill's masterZachary Pierson2017-02-113-4/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \