| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #1842 from ftphikari/master | gingerBill | 2022-06-12 | 2 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | Tetralux | 2022-06-04 | 3 | -2/+110 | |
| * | | | | | | | Merge pull request #1827 from JungerBoyo/patch-1 | gingerBill | 2022-06-12 | 1 | -0/+27 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | unset function | JungerBoyo | 2022-06-03 | 1 | -0/+27 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter... | gingerBill | 2022-06-12 | 2 | -12/+63 | |
| * | | | | | | | 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 | |
| * | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2022-06-11 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | Fix typo | gingerBill | 2022-06-11 | 1 | -2/+2 | |
| * | | | | | | | Refactor `fmt_value` | gingerBill | 2022-06-11 | 1 | -220/+230 | |
| |/ / / / / / | ||||||
| * | | | | | | Support optional length parameter on struct tags for multi-pointers | gingerBill | 2022-06-11 | 1 | -0/+5 | |
| * | | | | | | Refactor to `fmt_array` | gingerBill | 2022-06-11 | 1 | -25/+25 | |
| * | | | | | | Correct #soa printing | gingerBill | 2022-06-11 | 1 | -64/+103 | |
| * | | | | | | Clean up trailing comma | gingerBill | 2022-06-11 | 1 | -6/+7 | |
| * | | | | | | Refactor with `fmt_struct` | gingerBill | 2022-06-11 | 1 | -234/+119 | |
| * | | | | | | Check for `in_bad` | gingerBill | 2022-06-11 | 1 | -2/+7 | |
| * | | | | | | Default to `q` for strings within structs | gingerBill | 2022-06-11 | 1 | -2/+6 | |
| * | | | | | | Allow for `fmt:"s"` and `fmt:"s,field_length"` | gingerBill | 2022-06-11 | 1 | -10/+62 | |
| * | | | | | | Add `fmt:"-"` to ignore fields in a struct | gingerBill | 2022-06-11 | 1 | -5/+29 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | sys/windows: add functions and constants | hikari | 2022-06-09 | 3 | -0/+221 | |
| * | | | | | sys/windows: add macro | hikari | 2022-06-08 | 1 | -0/+2 | |
| * | | | | | Merge branch 'odin-lang:master' into master | ftphikari | 2022-06-08 | 11 | -29/+43 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fixed `slice.is_sorted_cmp` | Despacito696969 | 2022-06-07 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | * | | | | Remove `strings` dependency from `core:sys/windows` | gingerBill | 2022-06-02 | 7 | -20/+35 | |
| | * | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2022-06-02 | 1 | -4/+5 | |
| | |\| | | | ||||||
| | | * | | | tighter allocation for arena allocator | Ian Lilley | 2022-06-01 | 1 | -4/+5 | |
| | | |/ / | ||||||
| | * / / | Remove `simd_rem`; Disallow `simd_div` for integers | gingerBill | 2022-06-02 | 2 | -4/+2 | |
| | |/ / | ||||||
| * | | | sys/windows: add interfaces from shobjidl_core.h | hikari | 2022-06-08 | 1 | -0/+462 | |
| * | | | sys/windows: fix formatting | hikari | 2022-06-07 | 2 | -3/+4 | |
| * | | | sys/windows: fix file picker dialog | hikari | 2022-06-07 | 3 | -3/+59 | |
| * | | | sys/windows: add several functions and constants | hikari | 2022-06-03 | 3 | -0/+63 | |
| * | | | sys/windows: add RegSetValueExW | hikari | 2022-06-03 | 1 | -0/+9 | |
| * | | | sys/windows: add registry functions and create winerror.odin | hikari | 2022-06-03 | 4 | -34/+241 | |
| |/ / | ||||||
| * | | Deprecate `a..b` based ranges in favour of `..=`dev-2022-06 | gingerBill | 2022-06-01 | 2 | -4/+4 | |
| * | | Merge pull request #1807 from odin-lang/simd-dev | gingerBill | 2022-05-31 | 21 | -109/+3160 | |
| |\ \ | ||||||
| | * | | Correct documentation | gingerBill | 2022-05-31 | 1 | -3/+3 | |
| | * | | Correct intrinsics.odin for documentation | gingerBill | 2022-05-30 | 1 | -2/+2 | |
| | * | | Add enable_target_feature to ABM | gingerBill | 2022-05-30 | 1 | -4/+4 | |
| | * | | Add SSE4.2 | gingerBill | 2022-05-30 | 1 | -0/+149 | |
| | * | | Add `@(require_results)` to all appropriate procedures | gingerBill | 2022-05-30 | 10 | -386/+398 | |
| | * | | Add SSE4.1 | gingerBill | 2022-05-30 | 1 | -0/+352 | |
| | * | | `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)` | gingerBill | 2022-05-30 | 7 | -0/+364 | |
| | * | | Rename to `lanes_rotate_left`, `lanes_rotate_right`, `lanes_reverse` | gingerBill | 2022-05-29 | 1 | -3/+3 | |
| | * | | Use single line attributes | gingerBill | 2022-05-29 | 9 | -18/+9 | |