gingerBill
|
0683d2b4f4
|
Merge pull request #33 from zangent/master
Base of *nix port
|
2017-04-09 22:01:22 +01:00 |
|
Ginger Bill
|
83ebb24015
|
Move to Raw_* types to raw.odin; Add size and align members to Type_Info
|
2017-04-07 14:05:28 +01:00 |
|
Zachary Pierson
|
f952c7c747
|
Merge https://github.com/gingerBill/Odin
|
2017-04-03 00:08:00 -05:00 |
|
Ginger Bill
|
8ce58573df
|
len, cap, make; remove .count, .capacity, new_slice
|
2017-04-02 18:16:45 +01:00 |
|
Zachary Pierson
|
ce0d874efd
|
Merge https://github.com/gingerBill/Odin
|
2017-04-02 03:29:51 -05:00 |
|
Ginger Bill
|
5008e2c88b
|
Add Quaternions: quaternion128, quaternion256
|
2017-04-01 22:41:23 +01:00 |
|
Ginger Bill
|
dc303cde21
|
Complex numbers: complex64 complex128
|
2017-04-01 12:07:41 +01:00 |
|
Zachary Pierson
|
1349aa6f2c
|
Merge https://github.com/gingerBill/Odin, cleaned up a bit, fixed the object file version message on macOS
|
2017-03-30 00:26:46 -05:00 |
|
Ginger Bill
|
a75ccb6fbc
|
v0.1.3
|
2017-03-27 20:32:36 +01:00 |
|
Zachary Pierson
|
7a28827602
|
Forgot to include stdio.h since Win32 won't resolve it otherwise.
|
2017-03-21 19:30:54 -05:00 |
|
Zac Pierson
|
c7bb861d3c
|
Merge https://github.com/gingerBill/Odin
"Fixed" a proc overload bug. Still needs a *real* fix.
|
2017-03-21 14:16:42 -05:00 |
|
Ginger Bill
|
32150e401e
|
Update gb.h
|
2017-03-17 12:30:59 +00:00 |
|
Ginger Bill
|
5adfbec847
|
Refactoring of code: remove make prefix on many procedures
|
2017-03-05 15:03:01 +00:00 |
|
Ginger Bill
|
9e8c9be1ea
|
Allow pointers to append; Fix strconv stuff; new_slice allows for capacity
|
2017-03-02 19:24:34 +00:00 |
|
Ginger Bill
|
f29e303ce7
|
Slices now have a capacity.
|
2017-02-26 15:14:08 +00:00 |
|
Ginger Bill
|
9b2f5c359a
|
v0.1.1
|
2017-02-24 19:48:18 +00:00 |
|
Ginger Bill
|
047c0e4bcc
|
A decent union type with common fields and variants
|
2017-02-21 21:21:54 +00:00 |
|
Ginger Bill
|
0c37aa9ea0
|
Fix overloading bug due to comparison of named types
|
2017-02-18 22:19:35 +00:00 |
|
Ginger Bill
|
d1f65097c4
|
Fix immutable rules; add some general documentation
immutable is still a little weird and not completely what you'd expect. Maybe just not having it is better.
|
2017-02-14 15:19:29 +00:00 |
|
Ginger Bill
|
bd27c24fab
|
Use a global to store the build context information
|
2017-02-12 21:27:13 +00:00 |
|
Ginger Bill
|
b9ed546ce0
|
Record type field names
|
2017-02-12 11:31:04 +00:00 |
|
Ginger Bill
|
346aa5f71c
|
Only check files that have been truly imported.
|
2017-02-11 15:50:24 +00:00 |
|
Ginger Bill
|
f18ae89931
|
Remove Maybe type; Enum names
|
2017-02-10 14:59:18 +00:00 |
|
Ginger Bill
|
454d0b5cf5
|
Fix global maps and initialize the preload types before
|
2017-02-07 18:13:37 +00:00 |
|
Ginger Bill
|
219ca0ac46
|
Map type info and fmt printing
|
2017-02-07 00:10:58 +00:00 |
|
Ginger Bill
|
5796c41357
|
map immutable fields: count, capacity, allocator
|
2017-02-06 22:53:48 +00:00 |
|
Ginger Bill
|
9f2d9b596d
|
Nearly implement dynamics map, missing insertion
|
2017-02-06 01:21:23 +00:00 |
|
Ginger Bill
|
00c7489157
|
Begin writing dynamic map procs and fix using bug in IR
|
2017-02-05 23:52:01 +00:00 |
|
Ginger Bill
|
b1562edccf
|
Add types.odin; Begin work on map
|
2017-02-05 18:17:55 +00:00 |
|
Ginger Bill
|
2a5b674d33
|
Custom struct alignment
|
2017-02-05 15:19:30 +00:00 |
|
Ginger Bill
|
205f4664f8
|
Update code from OSX merge to be consistent with the rest of the code
Remove some dead code whilst I was here too :P
|
2017-02-01 20:59:14 +00:00 |
|
zhiayang
|
5516e80ab7
|
Merge branch 'master' of https://github.com/zhiayang/Odin
|
2017-02-02 04:21:42 +08:00 |
|
zhiayang
|
864310e3da
|
oh boy, basic osx/unix support
|
2017-02-02 04:20:33 +08:00 |
|
Ginger Bill
|
4e7082a68d
|
Change internals of context; Disable immutable
|
2017-02-01 17:52:55 +00:00 |
|
Ginger Bill
|
34150385d8
|
Change vector memory layout and operations; for in vector.
|
2017-01-30 22:31:34 +00:00 |
|
Ginger Bill
|
984e36a151
|
Dynamic arrays
|
2017-01-29 20:15:16 +00:00 |
|
Ginger Bill
|
31aacd5bf4
|
Fix parsing for block/if expression within if/for/etc. statements
|
2017-01-27 23:02:55 +00:00 |
|
Ginger Bill
|
b59a052e32
|
Change casting syntax: cast(T)x transmute(T)x et al.
|
2017-01-25 19:19:25 +00:00 |
|
Ginger Bill
|
367d307dc4
|
Fix conversion of untyped integers to pointers
|
2017-01-17 20:27:14 +00:00 |
|
Ginger Bill
|
cb59c1cf08
|
Comma for all field separators; Overloaded procedures follow exportation rules
|
2017-01-17 18:47:38 +00:00 |
|
Ginger Bill
|
383f5b55ad
|
Best viable overloading procedure algorithm; no_alias; call expr style casts
|
2017-01-17 15:20:11 +00:00 |
|
Ginger Bill
|
ac736aa4ec
|
Procedure overloading
|
2017-01-15 19:55:04 +00:00 |
|
Ginger Bill
|
6fe25badf0
|
Bug fix: comparisons with shifts
|
2017-01-15 12:00:13 +00:00 |
|
Ginger Bill
|
ff473e8342
|
"Old style" enums
name and value information
`count`, `min_value`, `max_value` constants
|
2017-01-08 20:24:12 +00:00 |
|
Ginger Bill
|
d9ce0b9da0
|
File reorganization for checker system.
|
2017-01-07 12:01:52 +00:00 |
|