| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | flux fixed key deletion and generic in `flux_to` | Michael Kutowski | 2022-06-28 | 1 | -11/+23 |
| | | |||||
| * | Merge pull request #1826 from englerj/windows-bindings | gingerBill | 2022-06-28 | 2 | -8/+75 |
| |\ | | | | | Added additional Windows bindings. | ||||
| | * | Fix tab spacing. | Josh Engler | 2022-06-12 | 1 | -25/+25 |
| | | | |||||
| | * | Merge branch 'master' into windows-bindings | Josh Engler | 2022-06-11 | 11 | -281/+1313 |
| | |\ | |||||
| | * | | - Added EnumDisplaySettingsW and friends. | Josh Engler | 2022-06-03 | 2 | -9/+80 |
| | | | | | | | | | | | | | - Added additional file access/security/sharing attributes | ||||
| * | | | Merge pull request #1863 from OrigamiDev-Pete/master | gingerBill | 2022-06-28 | 1 | -11/+31 |
| |\ \ \ | | | | | | | | | Correct error reporting for Win32 file operations | ||||
| | * | | | Correct error reporting | Peter DV | 2022-06-27 | 1 | -11/+31 |
| | | | | | |||||
| * | | | | Change LPCSTR to LPCWSTR in windows _W procedures | Jimmy "Keeba" Lefevre | 2022-06-27 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | assign package docs to file docs | Pablo Narvaja | 2022-06-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add runtime.dll_forward_reason for Windows DLLs. | Jeroen van Rijn | 2022-06-21 | 2 | -5/+22 |
| | | | | |||||
| * | | | sys/windows: add constants and macro | hikari | 2022-06-17 | 2 | -1/+17 |
| | | | | |||||
| * | | | Merge branch 'odin-lang:master' into master | ftphikari | 2022-06-16 | 4 | -17/+49 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2022-06-16 | 1 | -6/+15 |
| | |\ \ \ | |||||
| | | * | | | Update `strings.prefix_length` to handle partial UTF-8 runes. | Jeroen van Rijn | 2022-06-16 | 1 | -6/+15 |
| | | | | | | |||||
| | * | | | | Rename to SJSON for the Simplified JSON notation variant | gingerBill | 2022-06-16 | 2 | -3/+4 |
| | |/ / / | |||||
| | * | | | Add numerous procedure groups `decode_rune`, `decode_last_rune`, ↵ | gingerBill | 2022-06-16 | 1 | -8/+30 |
| | | | | | | | | | | | | | | | | | `rune_count`, `full_rune` | ||||
| * | | | | sys/windows: add RegSetKeyValueW | hikari | 2022-06-16 | 1 | -0/+9 |
| |/ / / | |||||
| * | | | Add `strings.prefix_length` & `slice.prefix_length` | Jeroen van Rijn | 2022-06-16 | 2 | -0/+38 |
| | | | | |||||
| * | | | wrong variable names in functions | hfr4 | 2022-06-14 | 1 | -5/+5 |
| | | | | |||||
| * | | | Allow %q with enums | gingerBill | 2022-06-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Increase record_level on displaying `map` values | gingerBill | 2022-06-13 | 1 | -0/+2 |
| | | | | |||||
| * | | | Add missing commas | gingerBill | 2022-06-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Minor changes to `core:slice/heap`; add to examples/all | gingerBill | 2022-06-12 | 1 | -24/+24 |
| | | | | |||||
| * | | | Merge pull request #1830 from graphitemaster/dale/max_heap | gingerBill | 2022-06-12 | 1 | -0/+231 |
| |\ \ \ | | | | | | | | | add max heap implementation to slice package | ||||
| | * | | | fix | Dale Weiler | 2022-06-04 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | add max heap implementation to slice package | Dale Weiler | 2022-06-04 | 1 | -0/+232 |
| | |/ / | |||||
| * | | | Merge pull request #1818 from IanLilleyT/reserve_exceed | gingerBill | 2022-06-12 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | Dynamic array append reserves more space when it exceeds capacity | ||||
| | * | | | Reserve more space when exceeding, not meeting, capacity | Ian Lilley | 2022-06-01 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #1819 from IanLilleyT/no_query_info | gingerBill | 2022-06-12 | 4 | -9/+8 |
| |\ \ \ \ | | | | | | | | | | | Allocator: tidying up Query_Info return values when not part of Query_Features | ||||
| | * | | | | tidying up Query_Info return value when not in query features | Ian Lilley | 2022-06-01 | 4 | -9/+8 |
| | |/ / / | |||||
| * | | | | Merge pull request #1829 from totoki-kei/dev/totoki-kei/patch-testing | gingerBill | 2022-06-12 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | [testing] Fixed `@(test)` always fails unless `testing.set_fail_timeout` is called | ||||
| | * | | | | [core:testing] add global_fail_timeout_thread nil check | Totoki Kei | 2022-06-04 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | Fixed an issue where test would always fail unless set_fail_timeout was called. | ||||
| * | | | | Minor code clean up | gingerBill | 2022-06-12 | 1 | -16/+10 |
| | | | | | |||||
| * | | | | Update utf-32 printing | gingerBill | 2022-06-12 | 1 | -19/+14 |
| | | | | | |||||
| * | | | | Support UTF-16 printing with `[]u16` and `[^]u16` related types | gingerBill | 2022-06-12 | 1 | -18/+75 |
| | | | | | |||||
| * | | | | Merge pull request #1828 from JungerBoyo/patch-2 | gingerBill | 2022-06-12 | 1 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | front() and back() | ||||
| | * | | | | front() and back() | JungerBoyo | 2022-06-04 | 1 | -0/+10 |
| | |/ / / | | | | | | | | | based on pop_front(), pop_back() | ||||
| * | | | | Merge pull request #1842 from ftphikari/master | gingerBill | 2022-06-12 | 2 | -0/+4 |
| |\ \ \ \ | | | | | | | | | | | sys/windows: add a couple of constants | ||||
| | * | | | | sys/windows: add GetTextExtentPoint32W | hikari | 2022-06-11 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | sys/windows: add a couple of constants | hikari | 2022-06-10 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Minor change to `shrink` | gingerBill | 2022-06-12 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #1820 from Tetralux/shrink | gingerBill | 2022-06-12 | 3 | -2/+110 |
| |\ \ \ \ \ | | | | | | | | | | | | | [runtime] Add builtin `shrink` for dynamic arrays and maps | ||||
| | * | | | | | [runtime] Add builtin `shrink` for dynamic arrays and maps | Tetralux | 2022-06-04 | 3 | -2/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Asks the allocator to shrink the backing allocation to the current __length__, or a capacity of the user's choosing. Returns `(did_shrink: bool, err: mem.Allocator_Error)`. ``` shrink(&array) // shrinks to len(array) shrink(&array, N) // shrink to N capacity shrink(&map) // shrinks down to len(map) shrink(&map, N) // shrink to N capacity ``` | ||||
| * | | | | | | Merge pull request #1827 from JungerBoyo/patch-1 | gingerBill | 2022-06-12 | 1 | -0/+27 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | unset function | ||||
| | * | | | | | | unset function | JungerBoyo | 2022-06-03 | 1 | -0/+27 |
| | | |_|/ / / | |/| | | | | | | | | | | unset function, clear single bits | ||||
| * | | | | | | Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ↵ | gingerBill | 2022-06-12 | 2 | -12/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | termination | ||||
| * | | | | | | Minor fix | gingerBill | 2022-06-11 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Correct distinction between indirection and record level | gingerBill | 2022-06-11 | 1 | -15/+28 |
| | | | | | | | |||||
| * | | | | | | Disable again | gingerBill | 2022-06-11 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Re-enable string quoting within records | gingerBill | 2022-06-11 | 1 | -3/+3 |
| | | | | | | | |||||