gingerBill
|
2a8d4c5bf5
|
Disallow or_return within defer
|
2021-10-09 19:11:10 +01:00 |
|
gingerBill
|
2b8807eb73
|
Keep -vet happy
|
2021-10-09 16:35:26 +01:00 |
|
gingerBill
|
2ef0e6b8f6
|
Update core:sync/sync2 to have a generic Futex interface, and implement the calls appropriately for each platform
|
2021-10-09 16:33:28 +01:00 |
|
gingerBill
|
d386563344
|
Correct issue with the generated map type internals; Simplify map rehash logic to utilize resize
|
2021-10-07 21:23:37 +01:00 |
|
gingerBill
|
9ecc2ab15b
|
Add more runtime.print_int procedures
|
2021-10-07 21:22:49 +01:00 |
|
gingerBill
|
cb9101e0a0
|
Simplify lb_gen_map_header
|
2021-10-07 14:12:47 +01:00 |
|
gingerBill
|
fd9adaf1de
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-10-07 13:41:26 +01:00 |
|
gingerBill
|
af7008aa44
|
Allow for array programming value constants
|
2021-10-07 13:41:14 +01:00 |
|
gingerBill
|
58e3f779f2
|
Remove nonsense from static_arena_init
|
2021-10-05 17:12:24 +01:00 |
|
gingerBill
|
455d64fbd4
|
Add error value to commit
|
2021-10-05 17:11:12 +01:00 |
|
gingerBill
|
16ca677c1f
|
Correct mmap usage
|
2021-10-05 17:05:33 +01:00 |
|
gingerBill
|
1f1434b384
|
Add arena_util.odin
|
2021-10-05 16:42:42 +01:00 |
|
gingerBill
|
f83370235f
|
Add static_arena_bootstrap_new
|
2021-10-05 16:39:14 +01:00 |
|
gingerBill
|
4961aff51b
|
Minor cleanup
|
2021-10-05 16:37:15 +01:00 |
|
gingerBill
|
0ed3143006
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-10-05 16:28:25 +01:00 |
|
gingerBill
|
bc2b8b597c
|
Add virtual.Static_Arena
|
2021-10-05 16:28:14 +01:00 |
|
gingerBill
|
ccc4c641c4
|
Clean up Memory_Block logic
|
2021-10-05 16:25:30 +01:00 |
|
gingerBill
|
9d9ec192f1
|
Rename to growing_arena.odin
|
2021-10-04 17:57:59 +01:00 |
|
gingerBill
|
586a000152
|
Add Protect_Flags for virtual.protect
|
2021-10-04 17:42:15 +01:00 |
|
gingerBill
|
728f143e33
|
Add virtual_linux.odin
|
2021-10-04 17:30:06 +01:00 |
|
gingerBill
|
f2e78dcc0b
|
Separate out the virtual memory allocation procedures
`reserve`, `commit`, `reserve_and_commit`, `decommit`, `release`, `protect`
|
2021-10-04 16:43:52 +01:00 |
|
gingerBill
|
a463609e4c
|
If an entity is inserted into a scope already exists by the same name, it will not report as an error any more
|
2021-10-04 12:41:33 +01:00 |
|
gingerBill
|
e05a305764
|
Minor clean up
|
2021-10-03 12:43:11 +01:00 |
|
gingerBill
|
a437c95fed
|
Remove mutex from Growing_Arena; Add Growing_Arena_Temp
|
2021-10-03 12:41:24 +01:00 |
|
gingerBill
|
8fe70978ff
|
Add @(init) usage to core:mem/virtual
|
2021-10-03 12:40:51 +01:00 |
|
gingerBill
|
647fee31f8
|
Correct offset_of_by_string
|
2021-10-03 12:34:01 +01:00 |
|
gingerBill
|
8af6b6fa18
|
Remove debug code
|
2021-10-03 12:32:51 +01:00 |
|
gingerBill
|
f48f06e7b7
|
Add offset_of_by_string
|
2021-10-03 12:32:04 +01:00 |
|
gingerBill
|
51b5a973e2
|
Allow constant string value for the field argument of offset_of
|
2021-10-03 12:24:54 +01:00 |
|
gingerBill
|
2bdae52fed
|
Add @(init) attribute for procedures, allowing for procedures to be called at startup
These procedures will be called after global variables have been initialized as normal
|
2021-10-03 11:53:32 +01:00 |
|
gingerBill
|
b3a66b3950
|
Change c.int to PixelFormat where appropriate
|
2021-10-02 23:58:40 +01:00 |
|
gingerBill
|
a971fb6e94
|
Make TextFormat use static internal buffers; Add TextFormatAlloc
|
2021-10-02 22:43:55 +01:00 |
|
gingerBill
|
036fa5cb24
|
Correct ABI for windows with LLVM
|
2021-10-02 18:12:34 +01:00 |
|
gingerBill
|
81fe50d623
|
Add sizes to assert message
|
2021-10-02 17:48:09 +01:00 |
|
gingerBill
|
b9b9bd8612
|
Add message to assert; add sanity check for possible future behaviour
|
2021-10-02 17:44:24 +01:00 |
|
gingerBill
|
171a5d6476
|
Clean up struct_fields_index_by_increasing_offset
|
2021-10-02 17:43:48 +01:00 |
|
gingerBill
|
00671a59a0
|
Minor code cleanup for backend; add struct_fields_index_by_increasing_offset for future use
|
2021-10-02 17:22:56 +01:00 |
|
gingerBill
|
ebca0398a7
|
Remove need for alignment lb_struct_has_padding_prefix
|
2021-10-02 16:06:42 +01:00 |
|
gingerBill
|
58a405cc9f
|
Fix typos; Add MemAllocator which wraps the raylib allocation procedures into an Odin Allocator; Reimplement TextFormat using fmt.*printf
|
2021-10-02 15:46:55 +01:00 |
|
gingerBill
|
444fedd8d4
|
Heavily improve the LLVM struct type generation to improve ABI
|
2021-10-02 15:45:46 +01:00 |
|
gingerBill
|
f7137bf367
|
Improvements to vendor:microui
|
2021-10-02 14:06:34 +01:00 |
|
gingerBill
|
92a0ce991e
|
Update examples/all
|
2021-10-02 14:06:11 +01:00 |
|
gingerBill
|
1e7c60e171
|
Minor style change
|
2021-10-02 14:05:26 +01:00 |
|
gingerBill
|
2d2e3ed6a1
|
Remove dead code
|
2021-10-02 14:04:52 +01:00 |
|
gingerBill
|
21a06df5e1
|
Add alias for MJSON as Bitsquid
|
2021-10-02 14:04:41 +01:00 |
|
gingerBill
|
594049027b
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-10-02 01:13:35 +01:00 |
|
gingerBill
|
b1ea291942
|
Fix typos
|
2021-10-02 01:13:28 +01:00 |
|
gingerBill
|
d32d1b7e07
|
Add reflect.set_union_value
|
2021-09-30 12:04:27 +01:00 |
|
gingerBill
|
cf94fd7b82
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-30 11:46:02 +01:00 |
|
gingerBill
|
6ca793f0e9
|
Remove deprecation from the build specific procedures
|
2021-09-30 11:45:56 +01:00 |
|
gingerBill
|
08ac2fd1b6
|
Rename virtual.Arena to virtual.Growing_Arena
|
2021-09-29 16:50:36 +01:00 |
|
gingerBill
|
b2a36f204e
|
Add a mutex to arena_free_all
|
2021-09-29 16:46:14 +01:00 |
|
gingerBill
|
efdd5cf499
|
Add a mutex to virtual.Arena
|
2021-09-29 16:43:58 +01:00 |
|
gingerBill
|
805e48ae1e
|
Add core:mem/virtual
|
2021-09-29 16:39:20 +01:00 |
|
gingerBill
|
c6ff88e85a
|
Add io.write_f16 io.write_f32 io.write_f64
|
2021-09-29 16:39:02 +01:00 |
|
gingerBill
|
f99bea12c7
|
Allow uintptr <-> [^]T
|
2021-09-29 16:36:05 +01:00 |
|
gingerBill
|
19ac822e4a
|
Improve reflect.Type_Info_Complex support
|
2021-09-29 15:08:45 +01:00 |
|
gingerBill
|
9d797ea225
|
Add more support for complex types
|
2021-09-29 15:02:51 +01:00 |
|
gingerBill
|
aac290e366
|
Clean up json.marshal_to_writer
|
2021-09-29 14:50:53 +01:00 |
|
gingerBill
|
1d6e398f20
|
Add io.Error to fmt.fprintf_typeid
|
2021-09-29 14:49:58 +01:00 |
|
gingerBill
|
9fae575531
|
Keep -vet happy
|
2021-09-29 14:49:25 +01:00 |
|
gingerBill
|
e928793e79
|
Correct _builder_stream_vtable
|
2021-09-29 14:49:06 +01:00 |
|
gingerBill
|
e99061500d
|
Minor clean up of n_read/n_written handling
|
2021-09-29 14:28:09 +01:00 |
|
gingerBill
|
8e2a0be804
|
Add an extra optional ^int parameter to most io read/write calls allowing for simplified or_return use with incrementing byte usage
|
2021-09-29 13:59:47 +01:00 |
|
gingerBill
|
94a27224b2
|
Deprecate strings.write_quoted_* in favour of io.write_quoted_*; make reflect.write_type a little more robust with io.Error handling
|
2021-09-29 13:42:58 +01:00 |
|
gingerBill
|
4acb4c4ee2
|
Split examples/all into different files
|
2021-09-29 13:41:29 +01:00 |
|
gingerBill
|
b2164b5da6
|
Make the io/conv.odin utilities be #optional_ok
|
2021-09-29 13:24:42 +01:00 |
|
gingerBill
|
057310472e
|
Add io.write_i128 and io.writer_u128
|
2021-09-29 13:21:49 +01:00 |
|
gingerBill
|
c22f2866c7
|
Remove fmt dependency
|
2021-09-29 13:18:06 +01:00 |
|
gingerBill
|
07ba3e6304
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-29 13:06:13 +01:00 |
|
gingerBill
|
9bc12e3f38
|
Improve json.marshal error handling for io.Writer; Add docs for the different JSON specifications
|
2021-09-29 13:06:03 +01:00 |
|
gingerBill
|
b3f2263442
|
Add io.write_quoted_* utility procedures to package io
|
2021-09-29 13:04:59 +01:00 |
|
gingerBill
|
d452758afc
|
Improve MJSON handling
|
2021-09-28 15:01:11 +01:00 |
|
gingerBill
|
c933054872
|
Support json.Specification.MJSON
https://bitsquid.blogspot.com/2009/10/simplified-json-notation.html
|
2021-09-28 14:53:16 +01:00 |
|
gingerBill
|
6f872e04c8
|
Move redundant auto_cast error from -vet to -vet-extra
|
2021-09-28 12:24:51 +01:00 |
|
gingerBill
|
ea0bf05727
|
Make it clear that integers are parsed separately from floats
|
2021-09-28 12:18:11 +01:00 |
|
gingerBill
|
bcb07b6b9e
|
Correct runtime.floattidf and other related i128<->f64 internal procedures
|
2021-09-28 12:17:36 +01:00 |
|
gingerBill
|
edbf2bf56f
|
Correct append_soa for #soa[dynamic][N]T
|
2021-09-26 13:42:53 +01:00 |
|
gingerBill
|
93f97defb9
|
Remove @private from some procedures
|
2021-09-26 00:08:42 +01:00 |
|
gingerBill
|
22827da4a2
|
Minor changes to microui.odin
|
2021-09-25 23:59:28 +01:00 |
|
gingerBill
|
aa382959a7
|
Make empty arrays work on a single line with %#v
|
2021-09-25 21:12:10 +01:00 |
|
gingerBill
|
6fab93c4b3
|
Fix [^]u8 to cstring conversion
|
2021-09-25 21:11:54 +01:00 |
|
gingerBill
|
5e30b3eeef
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-25 18:05:42 +01:00 |
|
gingerBill
|
14a3ddb9af
|
Allow for union{T} like types in json.unmarshal
|
2021-09-25 18:05:35 +01:00 |
|
gingerBill
|
6a271355a6
|
Add json.unmarshal
|
2021-09-25 17:47:45 +01:00 |
|
gingerBill
|
931fdd2dca
|
Add reflect.any_base reflect.any_core
|
2021-09-25 17:47:23 +01:00 |
|
gingerBill
|
e6d8fbf194
|
Add runtime.__get_map_header_runtime
|
2021-09-25 17:30:18 +01:00 |
|
gingerBill
|
6fa3c992b5
|
mem.Raw_* alias runtime.Raw_*
|
2021-09-25 17:29:51 +01:00 |
|
gingerBill
|
868c923770
|
Make map internals more robust when using mem.nil_allocator()
|
2021-09-25 15:55:27 +01:00 |
|
gingerBill
|
fa0d58f96e
|
Correct f64 -> u128/i128 generation
|
2021-09-25 15:38:56 +01:00 |
|
gingerBill
|
ebc09d5e4e
|
Add i128 and u128 parsers to strconv
|
2021-09-25 14:30:50 +01:00 |
|
gingerBill
|
bfc92d0aaf
|
Make runtime.memset use int for the length from uint
|
2021-09-23 23:43:29 +01:00 |
|
gingerBill
|
8c4197af38
|
Add #load_or(path_string, default_byte_slice)
|
2021-09-23 23:32:46 +01:00 |
|
gingerBill
|
374f98356c
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-23 23:25:26 +01:00 |
|
gingerBill
|
20529c6512
|
Minor simplification to #assert and #panic parsing
|
2021-09-23 23:25:13 +01:00 |
|
gingerBill
|
ea555c0ccd
|
Simplify directive parsing for expressions
|
2021-09-23 23:22:16 +01:00 |
|
gingerBill
|
6a86b3c82b
|
Cleanup hash implementation
|
2021-09-23 12:41:48 +01:00 |
|
gingerBill
|
a7f59ab388
|
Add asserts to begin_window and begin_panel
|
2021-09-23 12:40:40 +01:00 |
|
gingerBill
|
5586c6b9c5
|
Update microui/README.md
|
2021-09-23 12:20:44 +01:00 |
|
gingerBill
|
964a09ef7a
|
Add vendor:microui
This is a direct port in Odin, not bindings; utilizing Odin's rich type system
|
2021-09-23 12:20:01 +01:00 |
|