aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Change the implementation of `Arena` to use virtual memory, and remove the ol...gingerBill2021-08-269-1053/+424
|/
* Fix return valuegingerBill2021-08-251-0/+1
* Add `[^]` to `GameControllerGetSensorData`gingerBill2021-08-251-1/+1
* Use `[^]` on `PeepEvents`gingerBill2021-08-251-1/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-08-251-1/+9
|\
| * Add `PortMidi` to `vendor:README.txt`.Jeroen van Rijn2021-08-251-1/+9
* | Add `gl_set_proc_address` to both sdl2 and glfw as utility loaders for OpenGLgingerBill2021-08-252-1/+14
|/
* Add `vendor:portmidi`gingerBill2021-08-255-0/+743
* Simplify logic for `parse_binary_expr`gingerBill2021-08-251-16/+17
* Update enumsgingerBill2021-08-241-58/+58
* Update licences for GLFWgingerBill2021-08-242-23/+9
* Add `vendor:glfw`gingerBill2021-08-2411-0/+902
* Merge pull request #1099 from Kelimion/vendorgingerBill2021-08-247-0/+340
|\
| * vendor: Add `README.md` and clarify licensing.Jeroen van Rijn2021-08-247-0/+340
* | Remove ICD from generationgingerBill2021-08-244-176/+72
|/
* Add `vendor:vulkan`gingerBill2021-08-2413-0/+25845
* Add `gamecontrollerdb.txt` to `vendor:sdl`gingerBill2021-08-241-0/+1140
* Remove debug messagegingerBill2021-08-241-7/+0
* Make `sync_t` `distinct`gingerBill2021-08-241-1/+1
* Change `[^][1]T` usage to `[^]T`gingerBill2021-08-242-24/+24
* Correct indentationgingerBill2021-08-241-10/+10
* More `[^][N]T` usage for `UniformNuiv`gingerBill2021-08-242-12/+12
* More `[^][N]T` usagegingerBill2021-08-242-24/+24
* Improve signatures for `[^][N*M]T` like matrix parametersgingerBill2021-08-242-171/+171
* Change some usages of `[^]T` to `^[N]T` where appropriategingerBill2021-08-242-213/+213
* Update more uses of `[^]T` typesgingerBill2021-08-232-146/+146
* Correct `int` to `i32` usagegingerBill2021-08-232-6/+6
* Add more indirect command structs to the procedure callsgingerBill2021-08-232-22/+28
* More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...gingerBill2021-08-232-86/+67
* Remove dead proceduregingerBill2021-08-231-6/+0
* Remove space prefixgingerBill2021-08-231-84/+84
* Add `vendor:OpenGL`gingerBill2021-08-238-0/+6491
* Correct core library usage of the new `mem.new` behaviourgingerBill2021-08-232-2/+2
* Correct procedure checking flag handling, and correct the (bodge) handle of u...gingerBill2021-08-236-28/+58
* Fix bug in `check_is_terminating`gingerBill2021-08-231-0/+3
* Add extra message to assertgingerBill2021-08-231-1/+2
* Correct `mem.clone_slice`gingerBill2021-08-232-4/+4
* Remove the old `inline` and `no_inline` tokensgingerBill2021-08-232-26/+1
* Unify `new`/`make` the internal logic between runtime and memgingerBill2021-08-233-50/+77
* Add suggestions when trying to take the address the a value from a `for`/`swi...gingerBill2021-08-233-5/+21
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-08-232-89/+25
|\
| * Merge pull request #1097 from nakst/masterJeroen van Rijn2021-08-231-4/+6
| |\
| | * Thread pool: create threads in thread_pool_waitnakst2021-08-231-4/+6
| |/
| * Merge pull request #1096 from nakst/mastergingerBill2021-08-232-85/+19
| |\
| | * thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo codenakst2021-08-232-85/+19
| |/
* / Make SDL_image.Init return `InitFlags`gingerBill2021-08-231-1/+1
|/
* Make `ThreadPool` use `std::atomic` and `heap_allocator()`gingerBill2021-08-221-18/+8
* Merge pull request #1095 from nakst/mastergingerBill2021-08-223-136/+71
|\
| * Thread pool fix on Win32nakst2021-08-221-1/+5
| * Rewrite thread_pool.cppnakst2021-08-223-136/+67
|/