index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
darwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
12
-16
/
+16
*
Remove `//+build darwin`
gingerBill
2024-01-17
40
-40
/
+0
*
Only build vendor:darwin on darwin
flysand7
2023-10-29
40
-0
/
+40
*
Further improve on NSBlock
Lucas Perlind
2023-09-06
1
-33
/
+68
*
Add more darwin bindings
Lucas Perlind
2023-08-31
3
-3
/
+199
*
Add more NS bindings and correctly link NS block
Lucas Perlind
2023-08-30
3
-4
/
+20
*
Correct run loop linking
Lucas Perlind
2023-08-25
1
-2
/
+1
*
Add NSSet
gingerBill
2023-08-24
2
-1
/
+28
*
Shut up the type checker
gingerBill
2023-08-24
1
-35
/
+70
*
Update `vendor:darwin/Foundation` to implement `Event`, `Color`, `Screen`, an...
gingerBill
2023-08-24
5
-24
/
+541
*
Always include Cocoa for NSFoundation
Lucas Perlind
2023-08-21
1
-1
/
+3
*
Remove the use of `import` within `when`
gingerBill
2023-08-04
1
-3
/
+2
*
Remove redundant comments
gingerBill
2023-06-07
1
-2104
/
+85
*
Add missing class method to NS.Number
gingerBill
2023-05-22
1
-0
/
+1
*
Update calling convention to the most appropriate
gingerBill
2023-05-22
3
-1620
/
+1620
*
Use `proc "c"` calling convention in NS Foundation package
gingerBill
2023-05-22
22
-350
/
+350
*
Add procedure groups for `Device_newBuffer` and `Texture_newTextureView`
gingerBill
2023-05-22
1
-5
/
+21
*
Update to Metal 3
gingerBill
2023-04-26
7
-8
/
+1023
*
Add user-defaults config to enable force-smooth-scrolling for SDL
Colin Davidson
2023-02-18
1
-0
/
+14
*
Add open file dialog panel to foundation
Colin Davidson
2023-02-18
4
-3
/
+52
*
Merge pull request #2310 from Lperlind/staging/ns-application-delegate-fix
gingerBill
2023-01-19
1
-7
/
+7
|
\
|
*
Fix a few bindings in NSApplicationDelegate
Lucas Perlind
2023-01-19
1
-7
/
+7
*
|
Fully implement NSWindowDelegate
Lucas Perlind
2023-01-19
7
-0
/
+576
|
/
*
(almost) Fully implement NSApplicationDelegate
Lucas Perlind
2023-01-17
4
-30
/
+481
*
Add NSWindow::content_layout_rect
Jan Ivanecky
2022-11-17
1
-0
/
+4
*
Fix indentation
Julian Ceipek
2022-10-20
1
-1
/
+1
*
Add `objc_registerClassPair` to allow subclassing
Julian Ceipek
2022-10-20
1
-0
/
+1
*
Use `c.size_t` to match C declaration more directly
Julian Ceipek
2022-10-20
1
-1
/
+1
*
Fix signature for `objc_allocateClassPair`
Julian Ceipek
2022-10-20
1
-1
/
+1
*
Use `NS.BOOL` instead of `bool`
Julian Ceipek
2022-10-09
1
-2
/
+2
*
Fix signature for `shouldTerminateAfterLastWindowClosed` delegate proc
Julian Ceipek
2022-10-08
1
-3
/
+3
*
Add class_getInstanceMethod, method_setImplementation bindings
Jan Ivanecky
2022-10-08
1
-0
/
+3
*
Add additional NSWindow methods
Jan Ivanecky
2022-10-08
1
-0
/
+16
*
Revert "Remove the workaround for NSWindow initWithContentFrame"
gingerBill
2022-09-09
1
-1
/
+12
*
Remove the workaround for NSWindow initWithContentFrame
Hasen Judy
2022-09-06
1
-12
/
+1
*
HACK work around for creating a cocoa window
Hasen Judy
2022-06-10
2
-6
/
+22
*
Minor rearrangement
gingerBill
2022-04-15
1
-16
/
+18
*
Improve utilities
gingerBill
2022-04-15
3
-4
/
+23
*
Add more proc groups
gingerBill
2022-04-15
1
-13
/
+52
*
Minor fixes and add use of proc groups where better suited
gingerBill
2022-04-15
1
-6
/
+38
*
Add Buffer contentsAsSlice and contentsAsType
gingerBill
2022-04-14
1
-0
/
+11
*
Correct signature types
gingerBill
2022-04-14
2
-23
/
+23
*
Add NS.Block to allow for the creation of block-like lambdas in Odin
gingerBill
2022-04-14
1
-0
/
+67
*
Add MetalKit; Add NSApplication NSMenu NSMenuItem; Improve Metal classes
gingerBill
2022-04-14
10
-16
/
+637
*
Correct types
gingerBill
2022-02-21
1
-14
/
+14
*
Add missing return types
gingerBill
2022-02-21
1
-6
/
+6
*
Keep -vet happy
gingerBill
2022-02-18
1
-2
/
+3
*
Remove unneeded semicolon
gingerBill
2022-02-18
1
-1
/
+1
*
Add vendor:directx and vendor:darwin packages for documentation generation
gingerBill
2022-02-18
23
-25
/
+4
*
Add `init` and `copy` to all `Object`s
gingerBill
2022-02-16
1
-0
/
+2
[next]