gingerBill
|
80c10644dd
|
Remove assert
|
2022-07-16 17:39:13 +01:00 |
|
gingerBill
|
041625381c
|
Fix #1888
|
2022-07-16 17:36:03 +01:00 |
|
gingerBill
|
48f56d728b
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-07-16 16:12:24 +01:00 |
|
gingerBill
|
872d391cfb
|
Mock up for the ability to enforce our own runtime.memset if necessary
|
2022-07-16 16:12:16 +01:00 |
|
Jeroen van Rijn
|
3e6ec65dd9
|
Fix murmur64a's tail handling.
Also, split up the murmur64 proc into murmur64a and murmur64b as they're distinct hashes with their own output.
|
2022-07-15 13:02:07 +02:00 |
|
gingerBill
|
157c87b2a2
|
Fix typo
|
2022-07-15 00:34:26 +01:00 |
|
gingerBill
|
d3081bd889
|
Add buffer_read_ptr and buffer_write_ptr
|
2022-07-14 15:26:50 +01:00 |
|
gingerBill
|
2ae5bf4395
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-07-14 11:56:13 +01:00 |
|
gingerBill
|
f28547cae1
|
Fix libc.putchar
|
2022-07-14 11:56:05 +01:00 |
|
Jeroen van Rijn
|
5332705e31
|
[hash] Give crc-64 a 64-bit seed.
|
2022-07-14 11:07:52 +02:00 |
|
gingerBill
|
bfb082cda4
|
Merge pull request #1881 from odin-lang/strings-builder-cleanup
Rename strings.Builder procedures to be consistent with the rest of the core library
|
2022-07-13 16:09:19 +01:00 |
|
gingerBill
|
37d04198ab
|
Add improved error message when doing ^x instead of &x for addressable variables
|
2022-07-11 12:31:01 +01:00 |
|
gingerBill
|
ae9d540c1c
|
Correct naming in tests
|
2022-07-11 11:55:49 +01:00 |
|
gingerBill
|
c90b7c38f1
|
Rename strings.Builder procedures to be consistent with the rest of the core library
|
2022-07-11 11:50:08 +01:00 |
|
gingerBill
|
9e376fbda7
|
Update README.md
|
2022-07-10 00:52:59 +01:00 |
|
Wes Hardee
|
00739bf06d
|
Merge branch 'odin-lang:master' into master
|
2022-07-09 18:09:21 -05:00 |
|
gingerBill
|
e8148055ad
|
Fix compilation on non-windows platforms
|
2022-07-09 23:55:02 +01:00 |
|
gingerBill
|
dd0a20ab45
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-07-09 23:53:24 +01:00 |
|
gingerBill
|
babbc304b8
|
Fix wasm compilation in windows
|
2022-07-09 23:53:18 +01:00 |
|
Mohamed Akram
|
a8b44f33bd
|
Allow passing config options to build script
|
2022-07-08 16:14:54 +04:00 |
|
gingerBill
|
bd48561688
|
Merge pull request #1865 from thePHTest/ogl_bindless
Add OpenGL bindless textures ARB api to vendor
|
2022-07-05 20:03:15 +01:00 |
|
Wes Hardee
|
23842a8950
|
fix -build-mode:shared on MacOS
|
2022-06-30 12:40:32 -05:00 |
|
gingerBill
|
1676c643df
|
Change MAX_STORE_SIZE
dev-2022-07
|
2022-06-30 15:47:19 +01:00 |
|
gingerBill
|
e2bfb024de
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-06-30 15:42:11 +01:00 |
|
gingerBill
|
4d06a54c0c
|
Use memmove if possible when emitting store over a certain size
|
2022-06-30 15:42:02 +01:00 |
|
Phil
|
0a8e6169d7
|
remove unneeded semicolons
|
2022-06-28 11:36:50 -07:00 |
|
Jeroen van Rijn
|
04ae87eaef
|
Merge pull request #1868 from Skytrias/skytrias-ease-flux-fixes
math ease fixed flux map key deletion and generic in `flux_to`
|
2022-06-28 18:35:18 +02:00 |
|
Michael Kutowski
|
b313d09c2c
|
flux fixed key deletion and generic in flux_to
|
2022-06-28 18:27:52 +02:00 |
|
gingerBill
|
c0d2359a91
|
Merge pull request #1826 from englerj/windows-bindings
Added additional Windows bindings.
|
2022-06-28 13:14:35 +01:00 |
|
gingerBill
|
51a2f09032
|
Merge pull request #1863 from OrigamiDev-Pete/master
Correct error reporting for Win32 file operations
|
2022-06-28 13:12:41 +01:00 |
|
gingerBill
|
f60e8031f2
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-06-28 11:27:57 +01:00 |
|
gingerBill
|
ea42613fec
|
Improve error message with suggestion for #1866
|
2022-06-28 11:27:50 +01:00 |
|
Phil
|
b89bb87759
|
Add OpenGL bindless textures ARB api to vendor
|
2022-06-27 14:50:24 -07:00 |
|
gingerBill
|
2cbb3d5a24
|
Merge pull request #1864 from JimmyLefevre/master
Change LPCSTR to LPCWSTR in windows _W procedures
|
2022-06-27 22:20:20 +01:00 |
|
Jimmy "Keeba" Lefevre
|
9e288b7ce8
|
Change LPCSTR to LPCWSTR in windows _W procedures
|
2022-06-27 21:48:02 +02:00 |
|
gingerBill
|
776b48c10d
|
Fix GetEventState
|
2022-06-27 11:02:40 +01:00 |
|
gingerBill
|
199dae6cd5
|
Make SDL.*Event procedures return booleans instead of an integer where appropriate
|
2022-06-27 11:02:20 +01:00 |
|
Peter DV
|
e58f45bef7
|
Correct error reporting
|
2022-06-27 11:26:34 +10:00 |
|
gingerBill
|
abe122ecb7
|
Implement #1859
|
2022-06-26 13:13:07 +01:00 |
|
gingerBill
|
f8744d87b0
|
Add shorthand flag to determine_type_from_polymorphic
|
2022-06-24 15:12:15 +01:00 |
|
Jeroen van Rijn
|
3e7f6b8751
|
Merge pull request #1857 from Pablo96/fix-core-lib-odin-parser-file-docs
Fix issue 1856
|
2022-06-23 23:22:36 +02:00 |
|
Pablo Narvaja
|
6ffe814ca7
|
assign package docs to file docs
|
2022-06-23 18:13:34 -03:00 |
|
Jeroen van Rijn
|
eec9be71f6
|
Merge pull request #1854 from Kelimion/dll-entry-point
Add runtime.dll_forward_reason for Windows DLLs.
|
2022-06-21 18:02:47 +02:00 |
|
Jeroen van Rijn
|
888913c739
|
Add runtime.dll_forward_reason for Windows DLLs.
|
2022-06-21 17:29:55 +02:00 |
|
gingerBill
|
33d96fd28a
|
Correct debug information of #simd vectors
|
2022-06-20 16:00:17 +01:00 |
|
gingerBill
|
f1e8738af2
|
Merge pull request #1851 from DaseinPhaos/patch-1
Add missing field for `TEXTURE_COPY_LOCATION`
|
2022-06-19 16:21:21 +01:00 |
|
gingerBill
|
9c52a11b1b
|
Merge pull request #1850 from ftphikari/master
sys/windows: add RegSetKeyValueW
|
2022-06-19 16:21:00 +01:00 |
|
Luxko
|
d89c4606bd
|
Add missing field for TEXTURE_COPY_LOCATION
Add missing anonymous union field for [D3D12_TEXTURE_COPY_LOCATION ](https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_texture_copy_location):
```C
union {
D3D12_PLACED_SUBRESOURCE_FOOTPRINT PlacedFootprint;
UINT SubresourceIndex;
};
```
|
2022-06-19 19:06:31 +08:00 |
|
hikari
|
c6903fbcd5
|
sys/windows: add constants and macro
|
2022-06-17 15:14:21 +03:00 |
|
ftphikari
|
13c8149046
|
Merge branch 'odin-lang:master' into master
|
2022-06-16 22:55:24 +03:00 |
|