| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove `@(require_results)` from one procedure | gingerBill | 2023-01-30 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-01-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix decimal_to_float_bits for floats >= 1 | Hyp-X | 2023-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | Add `@(require_results)` to `package reflect` | gingerBill | 2023-01-29 | 3 | -3/+86 |
| |/ | |||||
| * | Correct `arena_temp_end` usage when no allocation ever happens for that arena | gingerBill | 2023-01-28 | 2 | -17/+86 |
| | | |||||
| * | Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore` | gingerBill | 2023-01-28 | 2 | -1/+26 |
| | | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-01-27 | 1 | -5/+5 |
| |\ | |||||
| | * | Add caller location info to `os.read_entire_file()` | Daniel | 2023-01-27 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | This helps people using the mem.Tracking_Allocator to more easily pinpoint where they leaked memory in their own code, rather than having the leaks be reported as if they were in the core library itself. | ||||
| * | | Fix `slice.reverse` | gingerBill | 2023-01-27 | 1 | -2/+1 |
| |/ | |||||
| * | Fix json.marshal for `map[string]string` | gingerBill | 2023-01-24 | 1 | -0/+4 |
| | | |||||
| * | Use a LUT for `shift_left` | gingerBill | 2023-01-23 | 1 | -21/+121 |
| | | |||||
| * | Fix typo in `decimal_to_float_bits` | gingerBill | 2023-01-23 | 2 | -6/+5 |
| | | |||||
| * | Change to use `ODIN_VALGRIND_SUPPORT` | gingerBill | 2023-01-23 | 2 | -18/+18 |
| | | |||||
| * | Add helgrind markers to package sync | gingerBill | 2023-01-23 | 2 | -0/+67 |
| | | |||||
| * | Merge pull request #2273 from ap29600/core_slice_rotate_fix | gingerBill | 2023-01-19 | 2 | -18/+22 |
| |\ | | | | | Fix `core:slice.rotate_left` | ||||
| | * | Add the inner `for` loop back in the logic | Andrea Piseri | 2022-12-21 | 1 | -6/+16 |
| | | | | | | | | | | | | | This could be easier to predict in cases where one of `left` and `right` is significantly greater than the other, and as such the same branch is taken multiple times in a row | ||||
| | * | Fix non-generic cast in core:slice.rotate_left | Andrea Piseri | 2022-12-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix `core:slice.rotate_left` | Andrea Piseri | 2022-12-21 | 2 | -16/+10 |
| | | | | | | | | | | | | | | | This commit includes two fixes: - a temporary cast to make the function compile - a fix to a logic error that caused the function to hang or return incorrect results | ||||
| * | | Fix `cnd_timedwait` | gingerBill | 2023-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix memory leak in `os.get_current_directory` on failure on *nix systems | gingerBill | 2023-01-16 | 4 | -0/+4 |
| | | | |||||
| * | | Remove `auto_cast` | gingerBill | 2023-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Remove `auto_cast` procedure field flag | gingerBill | 2023-01-16 | 1 | -2/+2 |
| | | | | | | | | | Fixes #2285 | ||||
| * | | Fix #2304 | gingerBill | 2023-01-16 | 1 | -3/+4 |
| | | | |||||
| * | | Clean up float_fmt logic | MarenFayre | 2023-01-10 | 1 | -13/+6 |
| | | | |||||
| * | | Merge pull request #2297 from MarenFayre/d-parsing | gingerBill | 2023-01-10 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix off by one error in %d parsing | ||||
| | * | | Fix off by one error in %d parsing | MarenFayre | 2023-01-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #2298 from MarenFayre/left-pad | gingerBill | 2023-01-10 | 2 | -76/+27 |
| |\ \ \ | | | | | | | | | Fix left padding format specifier and float formatting | ||||
| | * | | | Removed unneeded semicolon. | MarenFayre | 2023-01-09 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Remove unused formatting flag | MarenFayre | 2023-01-08 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Fix left padding format specifier and float formatting | MarenFayre | 2023-01-08 | 2 | -75/+27 |
| | |/ / | |||||
| * | | | remove unused c import | Colin Davidson | 2023-01-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | more windows fixes | Colin Davidson | 2023-01-06 | 1 | -3/+3 |
| | | | | |||||
| * | | | more windows kerfuffle | Colin Davidson | 2023-01-06 | 2 | -2/+3 |
| | | | | |||||
| * | | | Merge branch 'master' into get_core_count | Colin Davidson | 2023-01-06 | 6 | -0/+123 |
| |\| | | |||||
| | * | | Merge pull request #2265 from JooperGH/more_dwmapi_bindings | gingerBill | 2023-01-06 | 6 | -0/+121 |
| | |\ \ | | | | | | | | | More dwmapi bindings | ||||
| | | * | | Fixed CI error | Jooper | 2022-12-21 | 2 | -1/+2 |
| | | | | | |||||
| | | * | | App bar bindings | JooperGH | 2022-12-19 | 1 | -0/+33 |
| | | | | | |||||
| | | * | | One last binding | JooperGH | 2022-12-19 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | HRGB and Rect functions | JooperGH | 2022-12-19 | 2 | -0/+30 |
| | | | | | |||||
| | | * | | CreateSolidBrush and FillRect | JooperGH | 2022-12-19 | 2 | -0/+4 |
| | | | | | |||||
| | | * | | Added uxtheme bindings | JooperGH | 2022-12-19 | 2 | -3/+12 |
| | | | | | |||||
| | | * | | Merge branch 'master' of https://github.com/odin-lang/Odin into ↵ | JooperGH | 2022-12-19 | 23 | -213/+265 |
| | | |\| | | | | | | | | | | | | | more_dwmapi_bindings | ||||
| | | * | | Added more DWMAPI bindings | JooperGH | 2022-12-19 | 2 | -0/+43 |
| | | | | | |||||
| | * | | | Add GetKeyboardState to user32 | matias | 2023-01-06 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | shuffle to private/public wrapper | Colin Davidson | 2023-01-06 | 7 | -11/+21 |
| | | | | | |||||
| * | | | | add get thread count to openbsd | Colin Davidson | 2023-01-05 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | fix more things? | Colin Davidson | 2023-01-05 | 2 | -5/+5 |
| | | | | | |||||
| * | | | | fix windows structs | Colin Davidson | 2023-01-05 | 1 | -7/+10 |
| | | | | | |||||
| * | | | | name raw union | Colin Davidson | 2023-01-05 | 1 | -10/+11 |
| | | | | | |||||
| * | | | | fix darwin/freebsd | Colin Davidson | 2023-01-05 | 2 | -2/+2 |
| | | | | | |||||