gingerBill
|
eb11edabe0
|
Add file scopes for the packages
|
2018-05-27 00:10:38 +01:00 |
|
gingerBill
|
c067b90403
|
Add basic package support (no IR support yet)
|
2018-05-26 23:12:55 +01:00 |
|
gingerBill
|
5b6770f3d2
|
Parse directories to be packages
|
2018-05-21 20:47:52 +01:00 |
|
gingerBill
|
718b80ba39
|
Fix demo for removing default struct values
|
2018-05-20 17:39:49 +01:00 |
|
gingerBill
|
4d052d5119
|
Remove code relating to default struct values
|
2018-05-20 17:31:46 +01:00 |
|
gingerBill
|
7e4c643401
|
Disable default struct field values; Update README.md
|
2018-05-20 16:00:39 +01:00 |
|
gingerBill
|
e920338f21
|
Remove old dependency
|
2018-05-20 08:58:48 +01:00 |
|
gingerBill
|
e25c72ecdd
|
Fix #219 and #220
|
2018-05-14 17:05:52 +01:00 |
|
gingerBill
|
780b81a59f
|
Allow for NO_DEFAULT_STRUCT_VALUES
(will decide later if I want them or not)
|
2018-05-13 21:09:49 +01:00 |
|
gingerBill
|
9f1dda701d
|
Comment out test
|
2018-05-13 18:43:21 +01:00 |
|
gingerBill
|
e597a8d72e
|
Fix issues with exact integer bounds and remove dead code
|
2018-05-13 17:38:35 +01:00 |
|
gingerBill
|
de9a4b5164
|
Disable pointer arithmetic
|
2018-05-13 16:10:02 +01:00 |
|
gingerBill
|
6164672421
|
Change FreeAll to Free_All
|
2018-05-13 10:14:32 +01:00 |
|
gingerBill
|
61906613b0
|
Add typeid to Type_Info struct
|
2018-05-13 10:09:21 +01:00 |
|
gingerBill
|
3b48fa8e7d
|
Fix default initialized values for globals (#217)
|
2018-05-12 21:22:39 +01:00 |
|
gingerBill
|
324b7d65e7
|
Use __type_info_of internally
|
2018-05-12 20:17:12 +01:00 |
|
gingerBill
|
373a60b9ef
|
type_info_of allows typeid; typeid_of allows ^Type_Info; Otherwise only allow type
|
2018-05-12 19:54:16 +01:00 |
|
gingerBill
|
2ef22e86e0
|
Make any use typeid rather than ^Type_Info
|
2018-05-12 18:40:49 +01:00 |
|
gingerBill
|
830f4f540f
|
typeid
|
2018-05-12 17:39:04 +01:00 |
|
gingerBill
|
56ff5496bc
|
Minimal Type Info Dependency handling
|
2018-05-12 16:53:44 +01:00 |
|
gingerBill
|
20fbece14c
|
Change semantics for distinctness for pointers, arrays, dynamic arrays, and maps.
|
2018-05-12 10:47:32 +01:00 |
|
gingerBill
|
9fbfd86cde
|
Add log to math.odin
|
2018-05-12 10:46:00 +01:00 |
|
gingerBill
|
7547bc66cf
|
Complete remove all non required preload stuff from min dep and only use what is used.
|
2018-05-12 10:38:40 +01:00 |
|
gingerBill
|
18a9fa7355
|
Improve minimal dependency system
|
2018-05-12 10:27:55 +01:00 |
|
gingerBill
|
b32af841c5
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2018-05-06 15:31:32 +01:00 |
|
gingerBill
|
66b4252931
|
Fix #210
|
2018-05-06 15:31:18 +01:00 |
|
gingerBill
|
fc77b5b4ac
|
Try to fix internal compiler error in #208
|
2018-04-10 21:03:51 +01:00 |
|
gingerBill
|
a83d916fad
|
Fix immutable context to any assignment #214
|
2018-04-10 20:51:44 +01:00 |
|
gingerBill
|
e71a641379
|
Fix internal compiler error trigger for issue #212
|
2018-04-10 20:46:32 +01:00 |
|
gingerBill
|
e2eca45188
|
Fix race condition caused by parallelized parser: #211
|
2018-04-10 20:35:05 +01:00 |
|
gingerBill
|
4d78540658
|
Fix #210
|
2018-04-10 20:20:33 +01:00 |
|
gingerBill
|
b83c3f265b
|
Fix #209 #assert bug
|
2018-04-10 20:18:16 +01:00 |
|
gingerBill
|
30f5a3bb93
|
Move cycle checking to much earlier on in the semantic stage
|
2018-03-23 20:48:30 +00:00 |
|
gingerBill
|
2e1e1e6034
|
Type caching
|
2018-03-23 16:35:41 +00:00 |
|
gingerBill
|
991479fbf9
|
Remove allocator parameter to types.cpp functions
|
2018-03-23 16:01:23 +00:00 |
|
gingerBill
|
5660f98cc3
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2018-03-23 15:23:31 +00:00 |
|
gingerBill
|
5bf0f9d630
|
Fix type cycle bug
|
2018-03-23 15:23:14 +00:00 |
|
gingerBill
|
fff4ead96a
|
Fix gb_alloc_str_len
|
2018-03-07 20:36:15 +00:00 |
|
gingerBill
|
f4cf88c2ca
|
Move os_*.odin files to os/
|
2018-03-04 11:38:49 +00:00 |
|
gingerBill
|
6db95b554f
|
__args__: []cstring
|
2018-03-04 11:25:23 +00:00 |
|
gingerBill
|
105de7705a
|
Add unselector_expr
|
2018-03-04 11:06:59 +00:00 |
|
gingerBill
|
584dffea14
|
Remove dead code; fix referencing of a type assertion in a selector expression
|
2018-03-04 09:25:02 +00:00 |
|
gingerBill
|
41b6d215bb
|
Fix using determination order
|
2018-03-03 20:07:12 +00:00 |
|
gingerBill
|
9274f29ca9
|
deprecated attribute for procedure declarations
|
2018-03-03 11:16:48 +00:00 |
|
gingerBill
|
08c87e57f8
|
Remove cwd in odin run for Linux
|
2018-03-03 10:26:25 +00:00 |
|
gingerBill
|
b21cdd5037
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2018-03-03 10:25:13 +00:00 |
|
gingerBill
|
63ab8b2418
|
Make irGen.output_base use full path rather than relative
|
2018-03-03 10:23:27 +00:00 |
|
gingerBill
|
40542e6e26
|
Fix comparison against nil for cstring
|
2018-02-28 12:01:26 +00:00 |
|
gingerBill
|
9da05dd4cb
|
Update core library with cstring
|
2018-02-28 11:44:41 +00:00 |
|
gingerBill
|
ae9da0abfb
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2018-02-28 11:20:31 +00:00 |
|
gingerBill
|
d3ea334e7a
|
cstring
|
2018-02-28 11:20:11 +00:00 |
|
gingerBill
|
223c473cf6
|
Demo fix
|
2018-02-25 20:57:34 +00:00 |
|
gingerBill
|
fd57cfa1ae
|
Fix build_settings.cpp
|
2018-02-25 20:52:06 +00:00 |
|
gingerBill
|
f23bd2dc27
|
Revert demo
|
2018-02-25 20:46:32 +00:00 |
|
gingerBill
|
69062ba3ab
|
More code tidying with Array
|
2018-02-25 20:24:38 +00:00 |
|
gingerBill
|
e75563cb32
|
Minor code rearrangement
|
2018-02-25 19:42:12 +00:00 |
|
gingerBill
|
d63885a495
|
array_make
|
2018-02-25 19:23:52 +00:00 |
|
gingerBill
|
f28a34fa99
|
Use Array<irValue *> in ir.cpp
|
2018-02-25 15:31:00 +00:00 |
|
gingerBill
|
a1e8de4e00
|
Fix ir_emit_slice_bounds_check
|
2018-02-25 15:11:20 +00:00 |
|
gingerBill
|
d247ba4751
|
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use bit_cast in compiler
|
2018-02-25 15:09:16 +00:00 |
|
gingerBill
|
27b7dc336a
|
Change parsing for floats and disallow x.0
|
2018-02-25 14:36:41 +00:00 |
|
gingerBill
|
60a7c68aa6
|
Minor code reorganization
|
2018-02-25 14:23:45 +00:00 |
|
gingerBill
|
5357181484
|
Multithreaded parser (windows only)
|
2018-02-25 13:45:44 +00:00 |
|
gingerBill
|
1cd453db14
|
Remove unneeded disabled warnings for MSVC
|
2018-02-25 12:29:48 +00:00 |
|
gingerBill
|
3b5932699c
|
Fix #assert in opengl.odin
|
2018-02-25 12:14:35 +00:00 |
|
gingerBill
|
bada81159d
|
Add #no_bounds_check to __dynamic_map_* procedures
|
2018-02-25 12:13:45 +00:00 |
|
gingerBill
|
652da98c70
|
Fix slice bounds checking
|
2018-02-25 12:10:19 +00:00 |
|
gingerBill
|
e14e2c3b4d
|
-out and generate executable in the current working directory
|
2018-02-25 11:49:44 +00:00 |
|
gingerBill
|
f96a897821
|
Make switch in f { valid
|
2018-02-25 10:55:18 +00:00 |
|
gingerBill
|
35ba5771a5
|
Replace compile_assert with #assert
|
2018-02-24 19:03:29 +00:00 |
|
gingerBill
|
b2461f7192
|
Fix issue #195
|
2018-02-24 18:19:11 +00:00 |
|
gingerBill
|
921f261377
|
Fix os.args on Windows #143
|
2018-02-22 21:34:09 +00:00 |
|
gingerBill
|
d70a555c1c
|
Fix issue #192
|
2018-02-22 21:24:38 +00:00 |
|
gingerBill
|
4c339360e9
|
auto_cast
|
2018-02-18 15:14:13 +00:00 |
|
gingerBill
|
731dad480d
|
Fix issue regarding nullptr Type *
|
2018-02-18 14:37:58 +00:00 |
|
gingerBill
|
a0f2357cb3
|
Minor fix to demo
|
2018-02-17 19:40:33 +00:00 |
|
gingerBill
|
e86ac75e9c
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2018-02-17 19:24:15 +00:00 |
|
gingerBill
|
f51de2e488
|
Disallow #complete switch ranges
|
2018-02-17 19:24:02 +00:00 |
|
gingerBill
|
cabb2bb992
|
Commit 1000 🎉🎂
|
2018-02-17 19:15:58 +00:00 |
|
gingerBill
|
d560f6c920
|
Fix compile time issue regarding switch ranges
|
2018-02-17 19:05:14 +00:00 |
|
gingerBill
|
21432ba96e
|
Clean up range code for switch
|
2018-02-17 18:34:14 +00:00 |
|
gingerBill
|
c341597657
|
Remove constant from switch for strings
|
2018-02-17 18:22:43 +00:00 |
|
gingerBill
|
c4d2d287fc
|
#complete switch; Removal of dyncall
|
2018-02-17 11:54:08 +00:00 |
|
gingerBill
|
6a85546b76
|
Fix #187
|
2018-02-14 21:46:39 +00:00 |
|
gingerBill
|
2e92d0c821
|
Remove old procedures
|
2018-02-13 22:05:25 +00:00 |
|
gingerBill
|
23ab3c4713
|
Replace [...] with [?]
|
2018-02-13 21:59:49 +00:00 |
|
gingerBill
|
da300aa9c3
|
Fix enum #export does not work with export #185
|
2018-02-13 18:01:42 +00:00 |
|
gingerBill
|
2ce55783d2
|
Fix make
|
2018-02-11 23:47:46 +00:00 |
|
gingerBill
|
14eeee40b2
|
Update demo.odin
|
2018-02-11 11:16:17 +00:00 |
|
gingerBill
|
038dea9202
|
v0.8.1
Fix initialization values for variables
|
2018-02-11 11:15:53 +00:00 |
|
gingerBill
|
0ae3484171
|
Fix zero value initialization in IR
|
2018-02-11 11:13:52 +00:00 |
|
gingerBill
|
54976c3249
|
v0.8.0
|
2018-02-09 18:03:06 +00:00 |
|
gingerBill
|
8f913c656c
|
Fix error reporting for assignment to a built-in procedure (#183)
|
2018-02-07 18:55:01 +00:00 |
|
gingerBill
|
001b48a5c6
|
Change local variable alignment to 16 bytes for the time being
|
2018-02-05 23:27:18 +00:00 |
|
gingerBill
|
54929a1b92
|
Minor context fix
|
2018-02-05 23:09:34 +00:00 |
|
gingerBill
|
92780e2683
|
distinct keyword for type declarations
|
2018-02-05 22:46:30 +00:00 |
|
gingerBill
|
2891988d3b
|
Add extra check to ir_emit_zero_init
|
2018-02-05 22:26:22 +00:00 |
|
gingerBill
|
c1728914c6
|
Fix typos #type_alias
|
2018-02-04 21:34:45 +00:00 |
|
gingerBill
|
ed2f49e8d2
|
Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc)
|
2018-02-04 20:07:05 +00:00 |
|
gingerBill
|
0134c38759
|
Fix issue #181
|
2018-02-03 10:32:47 +00:00 |
|