gingerBill
|
2958c1d6aa
|
Add new shorthand
|
2022-02-13 16:56:27 +00:00 |
|
gingerBill
|
9dc83bc1b3
|
Add more methods
|
2022-02-13 16:32:31 +00:00 |
|
gingerBill
|
88b1b2c629
|
Correct types
|
2022-02-13 15:11:45 +00:00 |
|
gingerBill
|
23bc643a81
|
Merge branch 'objc-intrinsics' of https://github.com/odin-lang/Odin into objc-intrinsics
|
2022-02-13 12:01:19 +00:00 |
|
gingerBill
|
41854bacf5
|
Add utility classes for dealing with Windows
Most for GLFW and SDL only
|
2022-02-13 11:54:40 +00:00 |
|
gingerBill
|
cf528431f5
|
Merge pull request #1495 from FancyKillerPanda/master
Updated vendor/sdl2/ttf LIB and DLL.
|
2022-02-12 23:46:44 +00:00 |
|
FancyKillerPanda
|
e59064dd59
|
Updated vendor/sdl2/ttf LIB and DLL.
|
2022-02-13 10:33:48 +11:00 |
|
gingerBill
|
8966294823
|
Correct method name
|
2022-02-12 22:03:15 +00:00 |
|
gingerBill
|
b8479ea79d
|
Merge branch 'master' into objc-intrinsics
|
2022-02-12 21:49:48 +00:00 |
|
gingerBill
|
e2aa8f426d
|
Improve type hierarchy and method names
|
2022-02-12 21:45:34 +00:00 |
|
gingerBill
|
39a0f8c96a
|
Use distinct array types
|
2022-02-12 21:28:56 +00:00 |
|
gingerBill
|
b647b45ba5
|
Remove temp file
|
2022-02-12 21:25:20 +00:00 |
|
gingerBill
|
5fe9aa919b
|
Correct types in methods
|
2022-02-12 21:24:28 +00:00 |
|
gingerBill
|
ff5d6a994b
|
Move vendor:Metal to core:sys/darwin/Metal
|
2022-02-12 17:59:40 +00:00 |
|
gingerBill
|
ae3b95b194
|
#force_inline procedures and move foreign procedures to a separate file
|
2022-02-12 17:46:19 +00:00 |
|
gingerBill
|
acaae1357c
|
Update Metal for the full API
Methods need better names
|
2022-02-12 17:30:32 +00:00 |
|
gingerBill
|
f8afda3b22
|
Add more objc attributes
|
2022-02-11 22:54:51 +00:00 |
|
Colin Davidson
|
31f544c258
|
Merge branch 'odin-lang:master' into master
|
2022-02-11 08:25:17 -08:00 |
|
Mikkel Hjortshøj
|
1c57d1c019
|
Update nightly.yml
|
2022-02-11 17:22:33 +01:00 |
|
Mikkel Hjortshøj
|
251edf7bc7
|
Update ci.yml
|
2022-02-11 17:22:14 +01:00 |
|
Colin Davidson
|
f77cd5533d
|
Add fork and personality
|
2022-02-11 08:10:48 -08:00 |
|
gingerBill
|
416413bebf
|
Begin work on Metal
|
2022-02-10 14:35:10 +00:00 |
|
gingerBill
|
c3809d7b84
|
Fix typo
|
2022-02-09 21:46:26 +00:00 |
|
gingerBill
|
42a1c58a80
|
Update Foundation linking
|
2022-02-09 21:42:20 +00:00 |
|
gingerBill
|
b6abaf739c
|
Add missing calls for Object; Add scoped_autoreleasepool
|
2022-02-09 12:29:52 +00:00 |
|
gingerBill
|
ef98e92e8d
|
Remove unneeded file
|
2022-02-09 12:23:41 +00:00 |
|
gingerBill
|
768c2684d0
|
Add NSBundle, NSError, NSEnumerator
|
2022-02-09 12:19:59 +00:00 |
|
gingerBill
|
5f2514db63
|
Add NSNumber and NSURL
|
2022-02-09 11:50:11 +00:00 |
|
gingerBill
|
b95ade40c0
|
Begin work on core:sys/darwin/Foundation
|
2022-02-09 00:19:20 +00:00 |
|
gingerBill
|
340838c878
|
Add procs_darwin.odin
|
2022-02-08 23:00:00 +00:00 |
|
gingerBill
|
c5d348515d
|
Add intrinsics.type_is_subtype_of; intrinsics.objc_selector_name
|
2022-02-08 22:59:37 +00:00 |
|
gingerBill
|
05dd3d490d
|
Correct objc_class propagation for parapoly structs
|
2022-02-08 17:33:55 +00:00 |
|
gingerBill
|
0cc40db565
|
Begin work on support objc intrinsics
|
2022-02-08 17:04:55 +00:00 |
|
Jeroen van Rijn
|
546faab0cb
|
Merge pull request #1481 from jasonKercher/vet_fix
fix `-vet` for `filepath/match.odin`
|
2022-02-08 15:27:51 +01:00 |
|
CiD-
|
83e9a6b417
|
fix -vet for filepath/match.odin
|
2022-02-08 09:21:43 -05:00 |
|
gingerBill
|
30bb2382aa
|
Correct simple boolean intrinsics
|
2022-02-08 11:48:59 +00:00 |
|
gingerBill
|
61a0b4ec5a
|
Merge pull request #1480 from NoahR02/opensimplex2_noise
Adds OpenSimplex Noise to Odin.
|
2022-02-08 11:42:17 +00:00 |
|
NoahR02
|
accb35506f
|
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds tests for the noise procedures.
|
2022-02-08 06:25:07 -05:00 |
|
NoahR02
|
817bc7434d
|
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds tests for the noise procedures.
|
2022-02-08 06:16:10 -05:00 |
|
gingerBill
|
3c2ed3bb69
|
Correct //+private file bug
|
2022-02-07 11:37:13 +00:00 |
|
gingerBill
|
9cbf46e689
|
Fix constant multi pointer declarations through integers
|
2022-02-07 11:00:38 +00:00 |
|
gingerBill
|
cda9fd5271
|
Add tag to ast.Comp_Lit
|
2022-02-06 11:59:12 +00:00 |
|
gingerBill
|
0c16f27814
|
Update parser for #sparse
|
2022-02-06 11:50:27 +00:00 |
|
gingerBill
|
19aec13a10
|
Support rank-2 arrays (matrix-like) for transpose
|
2022-02-06 11:42:59 +00:00 |
|
Jeroen van Rijn
|
e896956275
|
Merge pull request #1475 from Platin21/feature/fix-odin-fmt
Feature/fix odin fmt
|
2022-02-05 23:22:07 +01:00 |
|
Platin21
|
c59c6e98a5
|
Merge branch 'odin-lang:master' into feature/fix-odin-fmt
|
2022-02-05 23:14:44 +01:00 |
|
Platin21
|
8b1100bf2b
|
os.open does r/d as default which makes a call to open a dir invalid this should fix this problem
|
2022-02-05 23:12:55 +01:00 |
|
Jeroen van Rijn
|
a3d99765cc
|
mem: Add doc.odin with Tracking_Allocator example.
|
2022-02-05 22:18:22 +01:00 |
|
Platin21
|
a724573bb3
|
Fixes fopendir and readdir_r for arm64 or seemingly doing so
|
2022-02-05 21:16:58 +01:00 |
|
Jeroen van Rijn
|
25769f139a
|
Merge pull request #1471 from Platin21/feature/fix-odin-fmt
Feature/fix odin fmt
|
2022-02-05 21:00:52 +01:00 |
|