| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More `[^][N]T` usage for `UniformNuiv` | gingerBill | 2021-08-24 | 2 | -12/+12 | |
| | | ||||||
| * | More `[^][N]T` usage | gingerBill | 2021-08-24 | 2 | -24/+24 | |
| | | ||||||
| * | Improve signatures for `[^][N*M]T` like matrix parameters | gingerBill | 2021-08-24 | 2 | -171/+171 | |
| | | ||||||
| * | Change some usages of `[^]T` to `^[N]T` where appropriate | gingerBill | 2021-08-24 | 2 | -213/+213 | |
| | | ||||||
| * | Update more uses of `[^]T` types | gingerBill | 2021-08-23 | 2 | -146/+146 | |
| | | ||||||
| * | Correct `int` to `i32` usage | gingerBill | 2021-08-23 | 2 | -6/+6 | |
| | | ||||||
| * | Add more indirect command structs to the procedure calls | gingerBill | 2021-08-23 | 2 | -22/+28 | |
| | | ||||||
| * | More corrections; Add `DrawArraysIndirectCommand` and ↵ | gingerBill | 2021-08-23 | 2 | -86/+67 | |
| | | | | | `DrawElementsIndirectCommand` data structures | |||||
| * | Remove dead procedure | gingerBill | 2021-08-23 | 1 | -6/+0 | |
| | | ||||||
| * | Remove space prefix | gingerBill | 2021-08-23 | 1 | -84/+84 | |
| | | ||||||
| * | Add `vendor:OpenGL` | gingerBill | 2021-08-23 | 8 | -0/+6491 | |
| | | | | | Based off a heavily modified version of: https://github.com/vassvik/odin-gl | |||||
| * | Correct core library usage of the new `mem.new` behaviour | gingerBill | 2021-08-23 | 2 | -2/+2 | |
| | | ||||||
| * | Correct procedure checking flag handling, and correct the (bodge) handle of ↵ | gingerBill | 2021-08-23 | 6 | -28/+58 | |
| | | | | | unchecked procedure bodies | |||||
| * | Fix bug in `check_is_terminating` | gingerBill | 2021-08-23 | 1 | -0/+3 | |
| | | ||||||
| * | Add extra message to assert | gingerBill | 2021-08-23 | 1 | -1/+2 | |
| | | ||||||
| * | Correct `mem.clone_slice` | gingerBill | 2021-08-23 | 2 | -4/+4 | |
| | | ||||||
| * | Remove the old `inline` and `no_inline` tokens | gingerBill | 2021-08-23 | 2 | -26/+1 | |
| | | ||||||
| * | Unify `new`/`make` the internal logic between runtime and mem | gingerBill | 2021-08-23 | 3 | -50/+77 | |
| | | ||||||
| * | Add suggestions when trying to take the address the a value from a ↵ | gingerBill | 2021-08-23 | 3 | -5/+21 | |
| | | | | | `for`/`switch` statement | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2021-08-23 | 2 | -89/+25 | |
| |\ | ||||||
| | * | Merge pull request #1097 from nakst/master | Jeroen van Rijn | 2021-08-23 | 1 | -4/+6 | |
| | |\ | | | | | | | Thread pool: create threads in thread_pool_wait | |||||
| | | * | Thread pool: create threads in thread_pool_wait | nakst | 2021-08-23 | 1 | -4/+6 | |
| | |/ | ||||||
| | * | Merge pull request #1096 from nakst/master | gingerBill | 2021-08-23 | 2 | -85/+19 | |
| | |\ | | | | | | | thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code | |||||
| | | * | thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code | nakst | 2021-08-23 | 2 | -85/+19 | |
| | |/ | ||||||
| * / | Make SDL_image.Init return `InitFlags` | gingerBill | 2021-08-23 | 1 | -1/+1 | |
| |/ | ||||||
| * | Make `ThreadPool` use `std::atomic` and `heap_allocator()` | gingerBill | 2021-08-22 | 1 | -18/+8 | |
| | | ||||||
| * | Merge pull request #1095 from nakst/master | gingerBill | 2021-08-22 | 3 | -136/+71 | |
| |\ | | | | | Rewrite thread_pool.cpp | |||||
| | * | Thread pool fix on Win32 | nakst | 2021-08-22 | 1 | -1/+5 | |
| | | | ||||||
| | * | Rewrite thread_pool.cpp | nakst | 2021-08-22 | 3 | -136/+67 | |
| |/ | ||||||
| * | Add debug information for `[^]T` | gingerBill | 2021-08-22 | 1 | -0/+2 | |
| | | ||||||
| * | Correct build.bat | gingerBill | 2021-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix build.bat | gingerBill | 2021-08-22 | 2 | -9/+7 | |
| | | ||||||
| * | Embed the SDL2 libraries into `vendor:sdl2` | gingerBill | 2021-08-22 | 74 | -3/+6396 | |
| | | ||||||
| * | Keep `-vet` happy | gingerBill | 2021-08-22 | 1 | -1/+0 | |
| | | ||||||
| * | Fix indexing code gen for multi-pointers | gingerBill | 2021-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix code gen for compare against `nil` for multi pointers | gingerBill | 2021-08-22 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2021-08-22 | 18 | -0/+1878 | |
| |\ | ||||||
| | * | Merge pull request #1094 from graphitemaster/master | gingerBill | 2021-08-22 | 18 | -0/+1878 | |
| | |\ | | | | | | | Project all of libc | |||||
| | | * | cleanup | Dale Weiler | 2021-08-22 | 18 | -21/+19 | |
| | | | | ||||||
| | | * | Merge branch 'master' of https://github.com/odin-lang/Odin | Dale Weiler | 2021-08-22 | 24 | -105/+491 | |
| | | |\ | | |/ | |/| | ||||||
| | * | | Merge pull request #1093 from odin-lang/multi-pointers | gingerBill | 2021-08-22 | 24 | -91/+455 | |
| | |\ \ | | | | | | | | | Multi Pointers `[^]T` | |||||
| | | | * | libc projection | Dale Weiler | 2021-08-22 | 18 | -0/+1880 | |
| | | | | | ||||||
| * | | | | Remove the deprecated `fmt.print*_err` procedures | gingerBill | 2021-08-22 | 1 | -5/+0 | |
| | | | | | ||||||
| * | | | | Remove deprecated procedure `slice_ptr_to_bytes` | gingerBill | 2021-08-22 | 1 | -5/+0 | |
| | | | | | ||||||
| * | | | | Use multi-pointers when appropriate | gingerBill | 2021-08-22 | 4 | -16/+12 | |
| | | | | | ||||||
| * | | | | Update `signature_parameter_similar_enough` for multi pointers | gingerBill | 2021-08-22 | 1 | -2/+14 | |
| | |/ / |/| | | ||||||
| * | | | Update doc format for multi-pointers | gingerBill | 2021-08-22 | 3 | -0/+7 | |
| | | | | ||||||
| * | | | Update odin/ast for multi pointers | gingerBill | 2021-08-22 | 4 | -8/+34 | |
| | | | | ||||||
| * | | | Merge branch 'master' into multi-pointers | gingerBill | 2021-08-22 | 2 | -14/+36 | |
| |\| | | ||||||
| | * | | Improve error handling for missing semicolon separators in a `for` loop | gingerBill | 2021-08-22 | 2 | -14/+36 | |
| | |/ | ||||||