 gingerBillandGitHub
|
093b2288c3
|
Merge pull request #1320 from mohd-akram/custom-llvm-config
Allow custom LLVM_CONFIG
|
2022-02-25 15:57:53 +00:00 |
|
 gingerBillandGitHub
|
c3c88633a5
|
Merge pull request #1545 from AquaGeneral/master
Added options to help, and improved wording
|
2022-02-24 10:15:13 +00:00 |
|
 gingerBillandGitHub
|
46bcd18946
|
Merge pull request #1519 from colrdavidson/hyperspeed_file_size
Maintain a running count printed, so fprintf returns correct sizes for non-files
|
2022-02-20 22:16:27 +00:00 |
|
 gingerBillandGitHub
|
8f13724a4b
|
Merge pull request #1504 from odin-lang/directx-packages
DirectX Package Support
|
2022-02-17 23:15:38 +00:00 |
|
 gingerBillandGitHub
|
edc13c29df
|
Merge pull request #1331 from DanielGavin/parser-fault-recovery
Recover from closing brace not found in field list
|
2022-02-15 16:26:16 +00:00 |
|
gingerBill
|
21864d8d51
|
Improve BAD ENUM VALUE message in fmt #1496
|
2022-02-15 16:25:28 +00:00 |
|
 gingerBillandGitHub
|
d45ff0694d
|
Merge pull request #1438 from odin-lang/odin-global-constants-as-enums
Odin global constants as enums
|
2022-02-15 16:18:07 +00:00 |
|
 gingerBillandGitHub
|
d695a8a526
|
Update os_darwin.odin
|
2022-02-15 16:02:14 +00:00 |
|
gingerBill
|
0380a288a9
|
Minor fix for -vet
|
2022-02-15 15:58:44 +00:00 |
|
gingerBill
|
1d4d0a3e1a
|
Strip unneeded semicolons
|
2022-02-15 15:56:11 +00:00 |
|
 gingerBillandGitHub
|
9e98494fff
|
Merge pull request #1482 from odin-lang/objc-intrinsics
Improve support Objective-C code through intrinsics and Metal API
|
2022-02-15 15:48:56 +00:00 |
|
 gingerBillandGitHub
|
86d334282c
|
Merge pull request #1445 from Platin21/feature/darwin_systemcalls
Feature/darwin svc/syscall wrappers+id's
|
2022-02-15 15:48:20 +00:00 |
|
 gingerBillandGitHub
|
9cf937fef0
|
Merge pull request #1430 from DanielGavin/parser-fix
Fix return stmt when it's one lined(check for close brace).
|
2022-02-15 15:47:40 +00:00 |
|
 gingerBillandGitHub
|
f5697dd7f2
|
Merge branch 'master' into odin-global-constants-as-enums
|
2022-02-15 15:47:24 +00:00 |
|
 gingerBillandGitHub
|
a23ee1edc1
|
Merge pull request #1500 from thePHTest/master
Add 'odin run -help' info for specifying args
|
2022-02-15 15:46:27 +00:00 |
|
 gingerBillandGitHub
|
9dcb5c075a
|
Merge pull request #1474 from Kelimion/tracking-example
mem: Add `doc.odin` with `Tracking_Allocator` example.
|
2022-02-15 15:46:19 +00:00 |
|
gingerBill
|
803648be89
|
Minor aesthetic clean ups of Foundation
|
2022-02-15 15:34:07 +00:00 |
|
gingerBill
|
3ab5db8297
|
Add README.md
|
2022-02-15 15:17:21 +00:00 |
|
gingerBill
|
3380ece4a1
|
Add utility calls for creating buffers from slices
|
2022-02-15 15:16:48 +00:00 |
|
gingerBill
|
0e5928ff39
|
Correct pseudo selector code generation
|
2022-02-15 15:16:30 +00:00 |
|
gingerBill
|
753cceea82
|
Minor changes to method names on NS.String
|
2022-02-14 18:34:55 +00:00 |
|
gingerBill
|
32c7e81745
|
Use objc_allocateClassPair for intrinsics.objc_register_class
|
2022-02-14 18:32:10 +00:00 |
|
gingerBill
|
03aec70287
|
Change objc_class_name to objc_name with objc_is_class_method
|
2022-02-14 17:31:55 +00:00 |
|
gingerBill
|
e69738c079
|
Minor style change
|
2022-02-14 17:23:14 +00:00 |
|
gingerBill
|
1afa7967f2
|
Fix method names
|
2022-02-14 17:09:30 +00:00 |
|
gingerBill
|
643e36b87b
|
Improve Texture method names
|
2022-02-14 17:07:18 +00:00 |
|
gingerBill
|
3d2405ac2c
|
Correct more method types
|
2022-02-14 17:02:05 +00:00 |
|
gingerBill
|
7392a3047a
|
Add RenderPipeline missing types and methods
|
2022-02-14 16:58:56 +00:00 |
|
gingerBill
|
60f4d8f1ec
|
Correct Render Pass types
|
2022-02-14 16:46:27 +00:00 |
|
gingerBill
|
7b42cbea20
|
Improve draw method names on RenderCommandEncoder
|
2022-02-14 16:42:53 +00:00 |
|
gingerBill
|
4cc597f4df
|
RasterizationRate improvements
|
2022-02-14 16:32:54 +00:00 |
|
gingerBill
|
934e66ab3b
|
More improvements
|
2022-02-14 16:26:42 +00:00 |
|
gingerBill
|
b755609438
|
Improve Library related stuff
|
2022-02-14 16:25:20 +00:00 |
|
gingerBill
|
83d63e572a
|
Improve indirect stuff
|
2022-02-14 16:21:00 +00:00 |
|
gingerBill
|
5212f62f54
|
Improve many methods with WithDescriptor suffixes
|
2022-02-14 16:18:23 +00:00 |
|
gingerBill
|
4d0fd4cf19
|
Correct device() usage
|
2022-02-14 15:56:32 +00:00 |
|
gingerBill
|
e47953f7ca
|
Improve procedure signature and names
|
2022-02-14 15:45:02 +00:00 |
|
gingerBill
|
47f3773146
|
Correct Depth classes
|
2022-02-14 15:18:38 +00:00 |
|
gingerBill
|
31c6ecad34
|
Correct Counter classes
|
2022-02-14 15:15:32 +00:00 |
|
gingerBill
|
af6e53c05c
|
Improve Compute classes
|
2022-02-14 15:14:41 +00:00 |
|
gingerBill
|
153140eb8f
|
Improve ComputeCommandEncoder
|
2022-02-14 14:43:50 +00:00 |
|
gingerBill
|
6fef44c041
|
Improve CommandEncoder
|
2022-02-14 14:33:50 +00:00 |
|
gingerBill
|
a88d149903
|
Improve CommandBuffer
|
2022-02-14 14:33:02 +00:00 |
|
gingerBill
|
f9fc488399
|
Correct CaptureScope
|
2022-02-14 14:26:35 +00:00 |
|
gingerBill
|
bef806bef4
|
Update Capture Manager classes
|
2022-02-14 14:24:36 +00:00 |
|
gingerBill
|
95e9bbf99f
|
Improve Buffer
|
2022-02-14 12:52:30 +00:00 |
|
gingerBill
|
5936fa8871
|
Correct Blit Pass
|
2022-02-14 12:46:46 +00:00 |
|
gingerBill
|
02646b789c
|
Correct typo
|
2022-02-14 12:44:57 +00:00 |
|
gingerBill
|
09e9dca869
|
Improve BlitCommandEncoder
|
2022-02-14 12:43:01 +00:00 |
|
gingerBill
|
9a43c0672e
|
Correct BinaryArchive
|
2022-02-14 12:36:28 +00:00 |
|
gingerBill
|
83a6169463
|
Update ArgumentEncoder
|
2022-02-14 12:32:45 +00:00 |
|
gingerBill
|
debe2de5fe
|
Correct Acceleration Structure Types
|
2022-02-14 12:12:23 +00:00 |
|
gingerBill
|
ff7d591ebf
|
Correct AccelerationStructure classes
|
2022-02-14 11:55:59 +00:00 |
|
gingerBill
|
7386ca9272
|
Add new objc intrinsics: objc_(register|find)_(selector|class)
|
2022-02-14 11:21:21 +00:00 |
|
gingerBill
|
fd8b2e0b88
|
Merge branch 'master' into objc-intrinsics
|
2022-02-14 11:04:36 +00:00 |
|
gingerBill
|
c34ae884ad
|
Change to "object"
|
2022-02-14 11:04:29 +00:00 |
|
gingerBill
|
2e7157ae9c
|
Correct bytes._split_iterator
|
2022-02-14 11:01:34 +00:00 |
|
gingerBill
|
441365b388
|
Set the macOS minimum version to 12 for ARM CPUs
|
2022-02-14 10:58:01 +00:00 |
|
gingerBill
|
f561147190
|
Correct _split_iterator
|
2022-02-14 10:57:29 +00:00 |
|
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 |
|
 gingerBillandGitHub
|
cf528431f5
|
Merge pull request #1495 from FancyKillerPanda/master
Updated vendor/sdl2/ttf LIB and DLL.
|
2022-02-12 23:46:44 +00: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 |
|
 gingerBillandGitHub
|
61a0b4ec5a
|
Merge pull request #1480 from NoahR02/opensimplex2_noise
Adds OpenSimplex Noise to Odin.
|
2022-02-08 11:42:17 +00:00 |
|
 gingerBillandGitHub
|
fb710f8cbf
|
Merge pull request #1376 from jasonKercher/master
Added zeroing to new memory regions from _unix_realloc
|
2022-02-05 12:26:10 +00:00 |
|
 gingerBillandGitHub
|
a5298e17ec
|
Merge pull request #1467 from ap29600/u128_endian_swap
fix logic in bswap_128
|
2022-02-03 15:06:12 +00:00 |
|
 gingerBillandGitHub
|
2c9ed7464f
|
Merge pull request #1465 from ap29600/reflect_is_nil_fix
Fix logic in `is_nil` procedure
|
2022-02-02 19:36:25 +00:00 |
|
 gingerBillandGitHub
|
e250475bf9
|
Merge pull request #1457 from DanielGavin/parser-inline
Fix core:odin/parser not setting the inline flag correctly.
|
2022-02-02 16:32:09 +00:00 |
|
 gingerBillandGitHub
|
763de44853
|
Merge pull request #1461 from AquaGeneral/master
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
|
2022-01-30 10:46:13 +00:00 |
|
 gingerBillandGitHub
|
965b962b29
|
Merge pull request #1459 from powerc9000/clay-macos-fixes
Fix mutex and conditions trying to be destroyed twice in unix
|
2022-01-28 00:24:29 +00:00 |
|
 gingerBillandGitHub
|
714ab516c5
|
Merge pull request #1454 from jasonKercher/fix_segfault
avoid segfault in llvm_backend_general.cpp on map resize
|
2022-01-26 19:56:59 +00:00 |
|
 gingerBillandGitHub
|
63771bc6e8
|
Merge pull request #1441 from Platin21/fix/multiple-llvm-versions
Makes it possible to use llvm 12 13 and 11 for building on macOS
|
2022-01-22 20:22:00 +00:00 |
|
 gingerBillandGitHub
|
841c428273
|
Merge pull request #1433 from odin-lang/html-docs-printer
Initial Work on HTML Docs Printer
|
2022-01-18 11:03:41 +00:00 |
|
 gingerBillandGitHub
|
2d35a5c1af
|
Merge pull request #1431 from AquaGeneral/master
Extraneous parameters in hlsl/glsl.saturate removed
|
2022-01-17 10:52:19 +00:00 |
|
 gingerBillandGitHub
|
4f77151ebc
|
Merge pull request #1389 from ap29600/slice_scanner
Add slice/scanner proc
|
2022-01-13 14:10:17 +00:00 |
|
 gingerBillandGitHub
|
9a46463078
|
Merge pull request #1399 from kleeon/master
Fixed wrong function name in vendor/OpenGL/README.md
|
2022-01-13 12:06:53 +00:00 |
|
 gingerBillandGitHub
|
a0816bb581
|
Merge pull request #1424 from jasonKercher/os_linux
os_linux additions + libc to syscalls
|
2022-01-13 12:06:40 +00:00 |
|
 gingerBillandGitHub
|
d308473075
|
Merge pull request #1421 from graphitemaster/linux_shared_library_fixes
Linux shared library fixes
|
2022-01-10 23:18:04 +00:00 |
|
 gingerBillandGitHub
|
fb53402914
|
Merge pull request #1402 from jasonKercher/syscalls
add more Linux syscalls
|
2022-01-10 11:50:45 +00:00 |
|
 gingerBillandGitHub
|
731853ce78
|
Merge pull request #1416 from Naboris/utf16-typo
fix typo in utf16 decode_to_utf8
|
2022-01-10 11:50:04 +00:00 |
|
 gingerBillandGitHub
|
f0260e9771
|
Merge pull request #1420 from odin-lang/linalg-to-use-matrix-type
Update matrix types to be the native Odin `matrix` types
|
2022-01-10 11:49:49 +00:00 |
|
 gingerBillandGitHub
|
057174497a
|
Merge pull request #1406 from terickson001/schar
add schar to core:c and core:c/libc
|
2022-01-05 00:50:24 +00:00 |
|
 gingerBillandGitHub
|
36c61aeacf
|
Merge pull request #1350 from thePHTest/json-typo
Fix 'unmarsal' typo in core/encoding/json/unmarshal.odin
|
2021-12-28 14:11:27 +00:00 |
|
 gingerBillandGitHub
|
289b0422bd
|
Merge pull request #1372 from ryuukk/patch-1
[WASM] Added missing zoffset parameters to some gl functions
|
2021-12-28 14:11:11 +00:00 |
|
 gingerBillandGitHub
|
78359f0c16
|
Merge pull request #1379 from weshardee/master
___$startup_runtime for MacOS
|
2021-12-28 14:09:42 +00:00 |
|
 gingerBillandGitHub
|
3f8c6a6745
|
Merge pull request #1396 from Platin21/feature/fix-matrix-return
Fixes Matrix/Float return on Arm64
|
2021-12-28 14:07:13 +00:00 |
|
 gingerBillandGitHub
|
5752a374ab
|
Merge pull request #1386 from Platin21/feature/fix-arm64
Removes unneeded lookups / Adds sret to call site which fixes the mac…
|
2021-12-23 01:06:39 +00:00 |
|
 gingerBillandGitHub
|
84d774c7b4
|
Merge pull request #1382 from Tetralux/rename-to-dynamic
Rename slice.to_dynamic to slice.clone_to_dynamic
|
2021-12-21 10:26:36 +00:00 |
|
 gingerBillandGitHub
|
8453a6cbdb
|
Merge pull request #1380 from Platin21/feature/llvm-version-check
Adds version check for Apple Silicon for LLVM Version
|
2021-12-19 21:15:54 +00:00 |
|
 gingerBillandGitHub
|
aba6d2e52c
|
Merge pull request #1374 from indiscible/fix-mathprod
fix math.prod
|
2021-12-16 18:34:10 +00:00 |
|