Mikkel Hjortshoej
|
678b58e0b1
|
Added widechar versions of functions, plus cursor functions
|
2018-02-07 21:17:59 +01:00 |
|
Mikkel Hjortshoej
|
1160fd4331
|
functions, structs and constants related to getting file notifications
|
2018-02-03 21:56:15 +01:00 |
|
gingerBill
|
0134c38759
|
Fix issue #181
|
2018-02-03 10:32:47 +00:00 |
|
gingerBill
|
d079095517
|
Fix bug #179
|
2018-02-03 10:27:33 +00:00 |
|
gingerBill
|
028d628e9f
|
Add extra zero init for IR
|
2018-01-31 18:27:08 +00:00 |
|
gingerBill
|
5e4b62acfe
|
Fix literal
|
2018-01-28 15:59:37 +00:00 |
|
gingerBill
|
9366fa8e95
|
Simplify printing for float and complex types
|
2018-01-28 15:58:34 +00:00 |
|
gingerBill
|
369db3a8e3
|
Add __print_type to runtime
|
2018-01-28 15:55:37 +00:00 |
|
gingerBill
|
8c360b2a3c
|
Reduce type info data size in IR
|
2018-01-28 15:43:58 +00:00 |
|
gingerBill
|
b66e7bed45
|
Improve min-dep for Type Info
|
2018-01-28 15:37:15 +00:00 |
|
gingerBill
|
0361a18551
|
Remove old math constants
|
2018-01-28 11:59:28 +00:00 |
|
gingerBill
|
bee4cb57f2
|
Fix printf bug #177
|
2018-01-28 09:13:29 +00:00 |
|
Mikkel Hjortshoej
|
4e7867fcc1
|
More file handling functions
|
2018-01-25 00:00:34 +01:00 |
|
Mikkel Hjortshoej
|
4c3e65791e
|
added stuff to windows.odin
|
2018-01-24 07:26:29 +01:00 |
|
gingerBill
|
a9c8031b61
|
Fix sync_windows.odin
|
2018-01-21 21:21:57 +00:00 |
|
gingerBill
|
afb3033913
|
Change thread.odin to use a rawptr rather than any
|
2018-01-21 21:19:03 +00:00 |
|
gingerBill
|
add53228b2
|
-no-bounds-check
|
2018-01-18 12:22:27 +00:00 |
|
gingerBill
|
b3734a5f77
|
Add math/rand.odin
|
2018-01-17 19:09:22 +00:00 |
|
gingerBill
|
419ab6f00c
|
Named return value act as variables; Code reorganization
|
2018-01-17 19:07:38 +00:00 |
|
gingerBill
|
4b14d608f4
|
Update sys/windows.odin to use Bool :: b32; rather than i32
|
2018-01-17 14:02:19 +00:00 |
|
gingerBill
|
9428d86f2b
|
Specific sized booleans: b8, b16, b32, b64
|
2018-01-17 14:00:49 +00:00 |
|
gingerBill
|
ddebf0daf2
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2018-01-17 13:16:59 +00:00 |
|
gingerBill
|
6b3c4cc379
|
Remove u128 and i128
|
2018-01-13 22:26:37 +00:00 |
|
gingerBill
|
0b137e087c
|
Fix mem.odin #173
|
2018-01-12 11:44:09 +00:00 |
|
gingerBill
|
90dbfe7660
|
Fix issue #167 regarding abs, min, and, max for floats
|
2017-12-27 20:35:50 +00:00 |
|
gingerBill
|
b449305cc1
|
Fix free_map
|
2017-12-21 21:05:53 +00:00 |
|
gingerBill
|
49bee6bad0
|
Fix free_map
|
2017-12-21 21:01:28 +00:00 |
|
gingerBill
|
ac277a1cce
|
Revert map to be a value type and not a reference type
(Implement code for "const ref" parameters)
|
2017-12-21 20:59:23 +00:00 |
|
gingerBill
|
a17310a83c
|
Fix len, cap, comparison against nil for map
|
2017-12-18 20:43:02 +00:00 |
|
gingerBill
|
a69ea58388
|
map is internally backed by a pointer (i.e. a "reference type")
|
2017-12-17 19:25:35 +00:00 |
|
gingerBill
|
30530d058c
|
Remove struct #ordered
|
2017-12-17 14:53:40 +00:00 |
|
gingerBill
|
78b459590c
|
Print nil for nil procedures in fmt.odin
|
2017-12-12 21:21:55 +00:00 |
|
gingerBill
|
f7e9649be4
|
Disable struct field reordering (for the time being)
|
2017-12-12 18:21:40 +00:00 |
|
gingerBill
|
3aea08df78
|
Change how abs, min, max, and clamp are implemented for floats
|
2017-12-11 11:06:43 +00:00 |
|
gingerBill
|
3c6f90e552
|
Fix proc groups from import names
|
2017-12-10 11:35:11 +00:00 |
|
gingerBill
|
3703ca4df4
|
Explicit procedure group; Remove implicit procedure overloading
|
2017-12-09 18:11:36 +00:00 |
|
gingerBill
|
991682e9fd
|
Fix write_entire_file
|
2017-12-06 10:58:02 +00:00 |
|
gingerBill
|
f0de994059
|
Make core library use procedure groupings rather than normal overloading
|
2017-12-04 22:01:51 +00:00 |
|
gingerBill
|
05ad38ae2d
|
Fix procedure grouping
|
2017-12-03 23:19:25 +00:00 |
|
gingerBill
|
9f52b2c283
|
Update demo.odin
|
2017-12-03 22:28:54 +00:00 |
|
gingerBill
|
d75291097e
|
&x.(type)
|
2017-11-30 23:09:21 +00:00 |
|
gingerBill
|
db632b7e22
|
buffer_from_slice
|
2017-11-30 20:42:16 +00:00 |
|
gingerBill
|
1a75dfe075
|
Remove vector type (will be replaced by something else in the future)
|
2017-11-30 20:34:42 +00:00 |
|
gingerBill
|
04cce1826b
|
Fix map IR bug
|
2017-11-28 23:46:01 +00:00 |
|
gingerBill
|
3e1ff0ec67
|
Update fmt for runes; Add strings.contains_rune
|
2017-11-26 23:54:23 +00:00 |
|
gingerBill
|
c340827381
|
Remove old slice procedures
|
2017-11-26 18:38:46 +00:00 |
|
gingerBill
|
74fa7ca25d
|
New slice memory layout (ptr+len); byte
|
2017-11-26 18:36:46 +00:00 |
|
gingerBill
|
5a9223afda
|
nil_allocator; Fix IR type checking assert; append_string
|
2017-11-26 15:25:45 +00:00 |
|
Nakst
|
b0d3fbba47
|
essence cross compile
|
2017-11-26 11:03:11 +00:00 |
|
gingerBill
|
976415ff9d
|
Fix key lookup of pointer to map
|
2017-11-21 22:32:41 +00:00 |
|