gingerBill
|
027d69678a
|
Add vendor/raylib/rlgl.odin
|
2021-09-08 19:40:18 +01:00 |
|
gingerBill
|
0262539f68
|
Add vendor/raylib/easings.odin
|
2021-09-08 19:11:35 +01:00 |
|
gingerBill
|
bff66ff600
|
Remove unnecessary operations
|
2021-09-08 19:07:25 +01:00 |
|
gingerBill
|
d36329b8ec
|
Add binaries for raylib on "linux" and "darwin"
|
2021-09-08 18:15:20 +01:00 |
|
gingerBill
|
7e859c3e75
|
Update vendor/README.md
|
2021-09-08 18:10:10 +01:00 |
|
gingerBill
|
5bcb47989d
|
Allow vendor:raylib to use core:math/linalg types with -define:RAYLIB_USE_LINALG=true
|
2021-09-08 18:08:38 +01:00 |
|
gingerBill
|
e5fbf45c42
|
Add vendor:raylib (core only)
|
2021-09-08 18:04:05 +01:00 |
|
gingerBill
|
123db3a23d
|
Fix typo
|
2021-09-08 14:55:07 +01:00 |
|
gingerBill
|
d29a0c6680
|
Add a minimum alignment on *nix for the compiler in heap_allocator_proc
|
2021-09-08 14:53:42 +01:00 |
|
gingerBill
|
ff40e47042
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-08 14:45:59 +01:00 |
|
gingerBill
|
76419383a8
|
Add some minor sanity checks to the compiler's heap_allocator_proc on Darwin
|
2021-09-08 14:45:53 +01:00 |
|
gingerBill
|
3aa2924a06
|
Remove trailing ; in vulkan wrapper
|
2021-09-08 13:28:41 +01:00 |
|
gingerBill
|
36151d227a
|
Update vulkan generator tool
|
2021-09-08 13:22:29 +01:00 |
|
gingerBill
|
e0ee59084e
|
Add calling convention "system" which is an alias for "stdcall" on Windows and "cdecl" on other platforms
|
2021-09-08 13:22:03 +01:00 |
|
gingerBill
|
8ff898079f
|
Minor correct for freebsd
|
2021-09-08 13:14:23 +01:00 |
|
gingerBill
|
5006674a9b
|
Correct math/big
|
2021-09-08 13:14:13 +01:00 |
|
gingerBill
|
ca33cb990b
|
Strip semicolons in core which were missing
|
2021-09-08 13:12:38 +01:00 |
|
gingerBill
|
d4f5ef046d
|
Remove goto in favour of multiple exits
|
2021-09-08 11:58:01 +01:00 |
|
gingerBill
|
30554f4758
|
Correct PointInRect
|
2021-09-08 11:49:30 +01:00 |
|
gingerBill
|
83bd7c73c4
|
Fix #1120 code generation
|
2021-09-08 11:49:07 +01:00 |
|
gingerBill
|
3754af62d6
|
Correct "contextless" stuff in mem
|
2021-09-08 11:43:00 +01:00 |
|
gingerBill
|
12296cec2c
|
Fix typo
|
2021-09-08 11:38:22 +01:00 |
|
gingerBill
|
a9f4273514
|
Make many mem procedures "contextless"
|
2021-09-08 11:18:05 +01:00 |
|
gingerBill
|
72508dbce3
|
Fix code gen bug for slicing multi pointers
|
2021-09-08 11:14:26 +01:00 |
|
gingerBill
|
3e459ba16b
|
Correct SDL.OpenURL
|
2021-09-08 11:09:24 +01:00 |
|
gingerBill
|
0434281f73
|
Strip semicolons; Make odin strip-semicolon replace .. with ..= if used as a binary operator
|
2021-09-06 20:15:59 +01:00 |
|
gingerBill
|
3bf005bfc5
|
Remove redundant semicolons from comments
|
2021-09-06 20:05:41 +01:00 |
|
gingerBill
|
adcb39ef29
|
Update tag line
|
2021-09-06 19:52:36 +01:00 |
|
gingerBill
|
3ebfaf5f4c
|
Update README.md
|
2021-09-06 19:50:08 +01:00 |
|
gingerBill
|
97a1147537
|
Correct fix to heap_allocator_proc in compiler
|
2021-09-06 19:34:44 +01:00 |
|
gingerBill
|
f5615b204c
|
Minor fix to heap_allocator_proc in common_memory.cpp
|
2021-09-06 16:50:13 +01:00 |
|
gingerBill
|
2800d4b8d0
|
Merge branch 'master' into optional-semicolons
|
2021-09-06 16:46:57 +01:00 |
|
gingerBill
|
bc15ce302c
|
Add dummy docs for intrinsics.syscall on Linux and Darwin
|
2021-09-06 15:49:51 +01:00 |
|
gingerBill
|
31f779f1a4
|
intrinsics.alloca now returns [^]u8
|
2021-09-06 15:45:05 +01:00 |
|
gingerBill
|
a3a891a7f4
|
Add intrinsics.is_package_imported(<string>)
|
2021-09-06 15:41:09 +01:00 |
|
gingerBill
|
e3809f5c1b
|
Allow comparisons of any if reflect.equal if including_indirect_array_recursion is enabled
|
2021-09-03 15:52:47 +01:00 |
|
gingerBill
|
4b7dcc1513
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-03 15:49:35 +01:00 |
|
gingerBill
|
c9f4fdc856
|
Update reflect.equal to support more types
|
2021-09-03 15:49:29 +01:00 |
|
gingerBill
|
11ae87cc2f
|
Add including_indirect_array_recursion argument to reflect.equal
|
2021-09-03 12:00:43 +01:00 |
|
gingerBill
|
b0f1b1ca16
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-03 11:02:38 +01:00 |
|
gingerBill
|
7ed4f01d02
|
Add reflect.equal and reflect.not_equal
|
2021-09-03 11:02:31 +01:00 |
|
gingerBill
|
b2cf0755f2
|
Add vendor to nightly.yml
|
2021-09-01 13:08:26 +01:00 |
|
gingerBill
|
720884e0f1
|
Strip even more semicolons if followed by a } or ) on the same line
|
2021-08-31 23:47:57 +01:00 |
|
gingerBill
|
773a766b83
|
Strip semicolon if followed by a } or ) on the same line
|
2021-08-31 23:47:20 +01:00 |
|
gingerBill
|
169e717021
|
Remove debug message
|
2021-08-31 22:49:18 +01:00 |
|
gingerBill
|
72a741554c
|
Remove unneeded semicolons from demo
|
2021-08-31 22:45:26 +01:00 |
|
gingerBill
|
cd09068e33
|
Correct parsing rules for #assert directives for semicolons
|
2021-08-31 22:45:08 +01:00 |
|
gingerBill
|
cd4687cb13
|
Delete unneeded demo
|
2021-08-31 22:34:22 +01:00 |
|
gingerBill
|
b810781368
|
Remove unneeded semicolon from examples/demo and examples/all
|
2021-08-31 22:33:53 +01:00 |
|
gingerBill
|
82f58aa3de
|
Remove unneeded semicolons from vendor
|
2021-08-31 22:33:19 +01:00 |
|
gingerBill
|
f57201bbd1
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:32:53 +01:00 |
|
gingerBill
|
2db6fea665
|
Remove dead code and add debug messages
|
2021-08-31 22:31:43 +01:00 |
|
gingerBill
|
b450a853d5
|
Strip unneeded semicolons from vendor library
|
2021-08-31 22:26:58 +01:00 |
|
gingerBill
|
251da264ed
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:21:13 +01:00 |
|
gingerBill
|
b176af2742
|
Add semicolon stripping command: odin strip-semicolon, has the same parameters as odin check
|
2021-08-31 22:20:36 +01:00 |
|
gingerBill
|
1fff96e088
|
Make -insert-semicolon the default now
|
2021-08-31 21:13:53 +01:00 |
|
gingerBill
|
d399d2256b
|
Change to [^][N] to just [^]
|
2021-08-31 20:39:32 +01:00 |
|
gingerBill
|
5f29288254
|
Remove Syscall type
|
2021-08-29 15:00:35 +01:00 |
|
gingerBill
|
7c108dbf48
|
Update usage of syscall to use the intrinsics
|
2021-08-29 14:56:47 +01:00 |
|
gingerBill
|
54b37573c9
|
Add intrinsics.syscall (for Linux and Darwin only)
|
2021-08-29 13:17:06 +01:00 |
|
gingerBill
|
c3a64c2a59
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-08-29 11:45:16 +01:00 |
|
gingerBill
|
a5c31bbee0
|
Add map_insert which returns the pointer to inserted value
|
2021-08-29 11:45:11 +01:00 |
|
gingerBill
|
b88e945268
|
ERROR_BLOCK() any usages of "Did you mean?" like behaviour whilst iterating across a scope entry map
|
2021-08-27 12:14:51 +01:00 |
|
gingerBill
|
bf56e3ea8d
|
Improve strings.index_any and strings.last_index_any
|
2021-08-27 12:07:57 +01:00 |
|
gingerBill
|
284acc37f9
|
Update SDL scancodes to have the same C enums equivalent global values
|
2021-08-27 11:38:29 +01:00 |
|
gingerBill
|
582559f7ac
|
Correct did you mean logic and make thread-safe-er
|
2021-08-27 11:18:38 +01:00 |
|
gingerBill
|
53556d9bd2
|
Disable local mutex for the time being.
|
2021-08-26 23:16:57 +01:00 |
|
gingerBill
|
da79124e5d
|
Use local mutex for each AstFile.arena
|
2021-08-26 23:10:15 +01:00 |
|
gingerBill
|
2f34f1283a
|
Make thread_join be more correct
|
2021-08-26 22:42:56 +01:00 |
|
gingerBill
|
f973d271cf
|
Add mutex around condition_broadcast
|
2021-08-26 22:28:09 +01:00 |
|
gingerBill
|
4625b25287
|
Wrap linux specific code for internal_thread_proc
|
2021-08-26 22:26:51 +01:00 |
|
gingerBill
|
8d8b3fd071
|
Add missing header
|
2021-08-26 22:24:26 +01:00 |
|
gingerBill
|
a852c17614
|
Don't permit any signal delivery to threads on Linux
|
2021-08-26 22:20:10 +01:00 |
|
gingerBill
|
b33bf3f704
|
Correct race condition and incorrect usage of condition_signal outside of a mutex lock
|
2021-08-26 22:17:51 +01:00 |
|
gingerBill
|
726788a483
|
Treat Type_Tuple closer to a Type_Struct in lb_type
|
2021-08-26 22:01:02 +01:00 |
|
gingerBill
|
6d49df1d87
|
Don't use the thread pool if worker count is 0
|
2021-08-26 21:40:54 +01:00 |
|
gingerBill
|
ac191bd31f
|
Simplify logic for -thread-count:1
|
2021-08-26 21:30:23 +01:00 |
|
gingerBill
|
ad3a3547d6
|
Unify thread pool logic across the rest of the compiler, using a global thread pool
|
2021-08-26 21:22:30 +01:00 |
|
gingerBill
|
aba14c43ac
|
Fix typo
|
2021-08-26 17:57:29 +01:00 |
|
gingerBill
|
25c3fd48f0
|
Improved ThreadPool implementation
|
2021-08-26 17:56:28 +01:00 |
|
gingerBill
|
e45aa68c14
|
Remove unneeded +1 for outstanding_task_count
|
2021-08-26 16:10:32 +01:00 |
|
gingerBill
|
d3d805ffb3
|
Fix typo
|
2021-08-26 15:58:34 +01:00 |
|
gingerBill
|
05b9724c85
|
Correct platform_virtual_memory_init on Unix
|
2021-08-26 15:55:09 +01:00 |
|
gingerBill
|
5053f0179c
|
Implement virtual memory code for *nix and make generic
|
2021-08-26 15:53:08 +01:00 |
|
gingerBill
|
3e4d615983
|
Minor fixes
|
2021-08-26 15:41:32 +01:00 |
|
gingerBill
|
aa8777ee47
|
Change the implementation of Arena to use virtual memory, and remove the old gbArena code
|
2021-08-26 15:38:34 +01:00 |
|
gingerBill
|
98dd59e412
|
Fix return value
|
2021-08-25 22:28:15 +01:00 |
|
gingerBill
|
7b2f6aaa1c
|
Add [^] to GameControllerGetSensorData
|
2021-08-25 16:10:39 +01:00 |
|
gingerBill
|
ad943f0189
|
Use [^] on PeepEvents
|
2021-08-25 15:50:35 +01:00 |
|
gingerBill
|
224496dca7
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-08-25 15:21:14 +01:00 |
|
gingerBill
|
1ef59417ef
|
Add gl_set_proc_address to both sdl2 and glfw as utility loaders for OpenGL
|
2021-08-25 15:21:06 +01:00 |
|
gingerBill
|
82facb387c
|
Add vendor:portmidi
|
2021-08-25 12:46:18 +01:00 |
|
gingerBill
|
da7a0df7a1
|
Simplify logic for parse_binary_expr
|
2021-08-25 11:43:02 +01:00 |
|
gingerBill
|
fcbd94b924
|
Update enums
|
2021-08-24 20:05:01 +01:00 |
|
gingerBill
|
5bb3912001
|
Update licences for GLFW
|
2021-08-24 20:04:35 +01:00 |
|
gingerBill
|
f4248b159d
|
Add vendor:glfw
|
2021-08-24 20:00:24 +01:00 |
|
gingerBill
|
0d3272d914
|
Remove ICD from generation
|
2021-08-24 18:33:35 +01:00 |
|
gingerBill
|
964d91b855
|
Add vendor:vulkan
|
2021-08-24 17:08:03 +01:00 |
|
gingerBill
|
bdac3ee120
|
Add gamecontrollerdb.txt to vendor:sdl
https://github.com/gabomdq/SDL_GameControllerDB
|
2021-08-24 14:04:27 +01:00 |
|
gingerBill
|
b81c670597
|
Remove debug message
|
2021-08-24 11:08:41 +01:00 |
|