| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | else statement to allow skipping unused struct fields | Michael Kutowski | 2022-09-30 | 1 | -9/+7 | |
| | |/ / / | ||||||
| | * / / | [strconv] Add parsing of Inf & NaN | Jeroen van Rijn | 2022-09-28 | 1 | -1/+33 | |
| | |/ / | ||||||
| | * | | Merge pull request #2085 from matias-eduardo/patch-2 | gingerBill | 2022-09-27 | 1 | -0/+1 | |
| | |\ \ | ||||||
| | | * | | Add WSATRY_AGAIN to windows/types.odin | matias | 2022-09-26 | 1 | -0/+1 | |
| | * | | | Merge pull request #2090 from ftphikari/master | gingerBill | 2022-09-27 | 2 | -1084/+1095 | |
| | |\ \ \ | ||||||
| | | * | | | Merge branch 'odin-lang:master' into master | ftphikari | 2022-09-27 | 15 | -201/+866 | |
| | | |\| | | ||||||
| | | * | | | Merge remote-tracking branch 'origin/master' | hikari | 2022-09-27 | 13 | -35/+56 | |
| | | |\ \ \ | ||||||
| | | * | | | | sys/windows: add a couple of functions and constants, fix formatting | hikari | 2022-09-27 | 2 | -1084/+1095 | |
| | * | | | | | Use `uint` instead of `int` to improve code generation for bounds checking | gingerBill | 2022-09-27 | 5 | -12/+9 | |
| | | |_|/ / | |/| | | | ||||||
| | * | | | | Fix typo in `map_insert` | gingerBill | 2022-09-23 | 1 | -1/+1 | |
| | * | | | | Merge pull request #2074 from Tetralux/serial-dcb | Jeroen van Rijn | 2022-09-22 | 1 | -0/+144 | |
| | |\ \ \ \ | ||||||
| | | * | | | | [sys/windows] Add DCB structure, SetCommState, GetCommState | Tetralux | 2022-09-22 | 1 | -0/+144 | |
| * | | | | | | Fix typo | gingerBill | 2022-09-22 | 1 | -1/+1 | |
| * | | | | | | Fix typo | gingerBill | 2022-09-22 | 1 | -1/+1 | |
| * | | | | | | Add `Allocator_Mode.Alloc_Non_Zerored` | gingerBill | 2022-09-22 | 19 | -61/+121 | |
| |/ / / / / | ||||||
| * | | | | | Fix `libc.aligned_alloc` for Windows (thanks Microsoft(!)) | gingerBill | 2022-09-22 | 1 | -3/+16 | |
| * | | | | | Fix `libc.aligned_alloc` on Windows | gingerBill | 2022-09-22 | 1 | -0/+13 | |
| * | | | | | Add `slice.enumerated_array` | gingerBill | 2022-09-22 | 1 | -0/+7 | |
| * | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2022-09-22 | 2 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Correcting libc pow bindings | 13419596 | 2022-09-21 | 1 | -2/+2 | |
| | * | | | | | Merge pull request #2065 from yay/core-os-indent-fix | Jeroen van Rijn | 2022-09-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix indent | Vitaly Kravchenko | 2022-09-21 | 1 | -1/+1 | |
| | | | |_|/ / | | |/| | | | ||||||
| * | / | | | | Fix `map_insert` | gingerBill | 2022-09-21 | 1 | -3/+3 | |
| |/ / / / / | ||||||
| * | | | | | Correct json.unmarshal for `map`s | gingerBill | 2022-09-21 | 1 | -2/+2 | |
| * | | | | | Remove header cache code | gingerBill | 2022-09-21 | 1 | -3/+0 | |
| * | | | | | Reduce unnecessary map gets | gingerBill | 2022-09-21 | 2 | -10/+21 | |
| * | | | | | Simplify `__get_map_header` stuff | gingerBill | 2022-09-21 | 1 | -11/+21 | |
| * | | | | | Split header table data and the map pointer | gingerBill | 2022-09-21 | 1 | -84/+90 | |
| | |/ / / |/| | | | ||||||
| * | | | | Begin work on `core:debug/pe` | gingerBill | 2022-09-17 | 3 | -0/+460 | |
| * | | | | Minor correction to `__get_map_header` | gingerBill | 2022-09-17 | 1 | -1/+1 | |
| * | | | | Merge pull request #2055 from odin-lang/map-index-internal | gingerBill | 2022-09-17 | 5 | -135/+116 | |
| |\ \ \ \ | ||||||
| | * | | | | General clean up minor with rearrangements and removing unneeded procedures | gingerBill | 2022-09-17 | 1 | -31/+26 | |
| | * | | | | Inline many calls and delete unused procedures | gingerBill | 2022-09-17 | 2 | -34/+20 | |
| | * | | | | Minor refactor of the dynamic_map_internal.odin stuff | gingerBill | 2022-09-17 | 2 | -66/+60 | |
| | * | | | | Correct `delete_key` | gingerBill | 2022-09-17 | 1 | -1/+1 | |
| | * | | | | Wrap `__dynamic_map_find` for certain cases | gingerBill | 2022-09-17 | 2 | -9/+12 | |
| | * | | | | Update json/unmarshal.odin for the new `runtime.__dynamic_map_set` | gingerBill | 2022-09-17 | 1 | -8/+6 | |
| | * | | | | Minor clean up | gingerBill | 2022-09-17 | 1 | -3/+2 | |
| | * | | | | Add `contextless` where possible in dynamic_map_internal.odin | gingerBill | 2022-09-17 | 1 | -8/+7 | |
| | * | | | | Change `__dynamic_map_get` and `__dynamic_map_set` to use separate parameters... | gingerBill | 2022-09-17 | 1 | -8/+13 | |
| | * | | | | Catch missing areas of `Map_Index` usage | gingerBill | 2022-09-17 | 1 | -5/+5 | |
| | * | | | | Change internal map indices to use a distinct `uint` rather than just `int` | gingerBill | 2022-09-17 | 3 | -26/+28 | |
| * | | | | | Correct slice/ptr.odin calls | gingerBill | 2022-09-17 | 1 | -7/+9 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2048 from odin-lang/pow2-map | gingerBill | 2022-09-17 | 1 | -6/+27 | |
| |\ \ \ \ | ||||||
| | * | | | | Chnage `next_pow2` to `ceil_to_pow2` | gingerBill | 2022-09-17 | 1 | -2/+2 | |
| | * | | | | Use pow of two capacity for hash maps to allow for `& (n-1)` instead of `% n` | gingerBill | 2022-09-12 | 1 | -6/+27 | |
| * | | | | | Fix #2052 typo in linalg.max_single | gingerBill | 2022-09-17 | 1 | -1/+1 | |
| | |/ / / |/| | | | ||||||
| * | | | | Clean up of the core library to make the stream vtables not be pointers direc... | gingerBill | 2022-09-15 | 11 | -33/+42 | |
| * | | | | Add missing import | gingerBill | 2022-09-14 | 1 | -1/+2 | |
| * | | | | Use `json` field tag for `json.marshal` | gingerBill | 2022-09-14 | 1 | -1/+5 | |