Josh Engler
|
6f80174f84
Merge branch 'master' into windows-bindings
|
3 years ago |
gingerBill
|
c75dd14308
Fix typo
|
3 years ago |
gingerBill
|
c166b6a21d
Support optional length parameter on struct tags for multi-pointers
|
3 years ago |
gingerBill
|
6ed5cbee12
Refactor to `fmt_array`
|
3 years ago |
gingerBill
|
5b200ccdf8
Correct #soa printing
|
3 years ago |
gingerBill
|
cf0f0c4b31
Clean up trailing comma
|
3 years ago |
gingerBill
|
1399ecb41c
Refactor with `fmt_struct`
|
3 years ago |
gingerBill
|
339d6cfd41
Check for `in_bad`
|
3 years ago |
gingerBill
|
7bded4f189
Default to `q` for strings within structs
|
3 years ago |
gingerBill
|
c7269b9ef0
Allow for `fmt:"s"` and `fmt:"s,field_length"`
|
3 years ago |
gingerBill
|
85688015aa
Add `fmt:"-"` to ignore fields in a struct
|
3 years ago |
gingerBill
|
0564cb6483
Merge pull request #1824 from ftphikari/master
|
3 years ago |
hikari
|
88e9eb7d0c
sys/windows: add functions and constants
|
3 years ago |
hikari
|
d19fc54c3d
sys/windows: add macro
|
3 years ago |
ftphikari
|
5d4291d9fa
Merge branch 'odin-lang:master' into master
|
3 years ago |
hikari
|
b70cd03e9e
sys/windows: add interfaces from shobjidl_core.h
|
3 years ago |
hikari
|
e91e5e1fe9
sys/windows: fix formatting
|
3 years ago |
hikari
|
ae57a49915
sys/windows: fix file picker dialog
|
3 years ago |
gingerBill
|
bfcb527b42
Merge pull request #1831 from Despacito696969/master
|
3 years ago |
Despacito696969
|
a343fb171d
Fixed `slice.is_sorted_cmp`
|
3 years ago |
hikari
|
176954a6d8
sys/windows: add several functions and constants
|
3 years ago |
Josh Engler
|
762895bc45
- Added EnumDisplaySettingsW and friends.
|
3 years ago |
hikari
|
592e9afa5f
sys/windows: add RegSetValueExW
|
3 years ago |
hikari
|
a2e0373934
sys/windows: add registry functions and create winerror.odin
|
3 years ago |
gingerBill
|
fb49841b1d
Remove `strings` dependency from `core:sys/windows`
|
3 years ago |
gingerBill
|
01ea0d6f1e
Merge branch 'master' of https://github.com/odin-lang/Odin
|
3 years ago |
gingerBill
|
bb7f291f5f
Remove `simd_rem`; Disallow `simd_div` for integers
|
3 years ago |
gingerBill
|
174fa9b490
Merge pull request #1817 from IanLilleyT/arena_allocation
|
3 years ago |
Ian Lilley
|
66de1856e3
tighter allocation for arena allocator
|
3 years ago |
gingerBill
|
ba5f7c4e2a
Deprecate `a..b` based ranges in favour of `..=`
|
3 years ago |