aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve doc-writer format for `#all_or_none`bill/all_or_nonegingerBill2025-11-052-3/+64
|
* Update doc-writergingerBill2025-11-052-0/+2
|
* Add `#all_or_none`gingerBill2025-11-0513-40/+118
|
* Fix type name name canonicalization within an anonymously nested procedure ↵gingerBill2025-11-051-1/+6
| | | | in a struct.
* Refresh vorbis lib on Windows as well.Jeroen van Rijn2025-11-051-0/+0
|
* Fix #5887Jeroen van Rijn2025-11-051-1/+5
| | | | By cherry picking unmerged fix in upstream https://github.com/nothings/stb/issues/1745.
* Merge pull request #5886 from laytan/32bit-typeid-fixesgingerBill2025-11-046-31/+25
|\ | | | | fixes for 32bit with regards to typeid
| * unsignedLaytan Laats2025-11-041-1/+1
| |
| * fixes for 32bit with regards to typeidLaytan2025-11-046-31/+25
| |
* | Merge pull request #5884 from NicknEma/patch-1Jeroen van Rijn2025-11-041-3/+56
|\ \ | | | | | | Improve docs for stable sort procedures
| * | Improve docs for stable sort proceduresNicknEma2025-11-041-3/+56
| | | | | | | | | Explain what "stable" means and add an example
* | | Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11gingerBill2025-11-04108-179/+146
|\ \ \ | |/ / |/| | Change Odin's LICENSE to zlib from BSD 3-clause
| * | Correct license for tlsfbill/change-licensegingerBill2025-10-292-2/+2
| | |
| * | Remove unneeded newlinesgingerBill2025-10-281-4/+0
| | |
| * | Merge branch 'master' into bill/change-licensegingerBill2025-10-281-16/+16
| |\ \
| * | | Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-28108-179/+150
| | | | | | | | | | | | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* | | | Merge pull request #5883 from NicknEma/patch-1gingerBill2025-11-041-4/+4
|\ \ \ \ | | | | | | | | | | Fix docs on int*_max
| * | | | Fix docs on int*_maxNicknEma2025-11-041-4/+4
|/ / / /
* | | | Merge pull request #5879 from mtarik34b/fix-5239gingerBill2025-11-041-1/+3
|\ \ \ \ | | | | | | | | | | `text/scanner`: Add missing switch case for octal prefix (fixes #5239)
| * | | | Add missing case for octal prefixmtarik34b2025-11-031-1/+3
| | | | |
* | | | | Fix #5176gingerBill2025-11-041-1/+1
| | | | |
* | | | | Merge pull request #5880 from terids/core-darwin-bindingsJeroen van Rijn2025-11-043-0/+151
|\ \ \ \ \ | |/ / / / |/| | | | core/sys/darwin/Foundation: Add additional AppKit bindings
| * | | | Add comma to last enums to fix build checkGlenn2025-11-031-2/+2
| | | | |
| * | | | Add Window_centerGlenn2025-11-031-0/+4
| | | | |
| * | | | Add View allocGlenn2025-11-031-0/+4
| | | | |
| * | | | Add additional window bindingsGlenn2025-11-031-0/+32
| | | | |
| * | | | Add orderFront and orderOutGlenn2025-11-031-0/+8
| | | | |
| * | | | Add getter for the WindowDelegate from the WindowGlenn2025-11-031-0/+4
| | | | |
| * | | | Add WindowCollectionBehaviour, WindowLevel, WindowTabbingModeGlenn2025-11-031-0/+54
| | | | |
| * | | | Add RunningApplication_finishedLaunchingGlenn2025-11-031-0/+5
| | | | |
| * | | | Add Application_postEventGlenn2025-11-031-0/+6
| | | | | | | | | | | | | | | | | | | | https://developer.apple.com/documentation/appkit/nsapplication/postevent(_:atstart:)?language=objc
| * | | | Add Event_otherEventWithTypeGlenn2025-11-031-0/+29
| | | | | | | | | | | | | | | | | | | | https://developer.apple.com/documentation/appkit/nsevent/otherevent(with:location:modifierflags:timestamp:windownumber:context:subtype:data1:data2:)
| * | | | Add Application_stopGlenn2025-11-031-0/+5
| | | | | | | | | | | | | | | | | | | | https://developer.apple.com/documentation/appkit/nsapplication/stop(_:)?language=objc
* | | | | Merge pull request #5878 from laytan/fix-cbor-epoch-small-valueLaytan2025-11-031-14/+18
|\ \ \ \ \ | | |_|_|/ | |/| | | encoding/cbor: fix epoch tag with small values
| * | | | encoding/cbor: fix epoch tag with small valuesLaytan2025-11-031-14/+18
|/ / / /
* / / / Add nullptr assert for #5875Jeroen van Rijn2025-11-031-0/+2
|/ / /
* | | Merge pull request #5868 from mfbulut/mastergingerBill2025-11-021-0/+1
|\ \ \ | | | | | | | | Added MAX_MATERIAL_MAPS constant
| * | | Added MAX_MATERIAL_MAPS constantFurkan2025-11-011-0/+1
| | | |
* | | | Improve error handling for #5506gingerBill2025-11-021-2/+48
| | | |
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-11-024-4/+195
|\ \ \ \
| * \ \ \ Merge pull request #5872 from thetarnav/inject_at_soagingerBill2025-11-022-0/+174
| |\ \ \ \ | | | | | | | | | | | | Add `inject_at_soa` and `append_nothing_soa` procedures
| | * | | | Use resize_soa instead of resize proc group in soa procsthetarnav2025-11-021-3/+7
| | | | | |
| | * | | | Add `inject_at_soa` and `append_nothing_soa` proceduresthetarnav2025-11-022-0/+170
| | | | | |
| * | | | | Merge pull request #5867 from BradLewis/empty-selector-fieldsgingerBill2025-11-021-4/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | Parse empty idents after selector as a selector expr with an empty field
| | * | | | | Parse empty idents after selector as a selector expr with an empty fieldBrad Lewis2025-11-011-4/+13
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #5871 from Kelimion/bug-5865Jeroen van Rijn2025-11-021-0/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | Add #subtype using to name canonicalization
| | * | | | | Add spaceJeroen van Rijn2025-11-021-2/+2
| | | | | | |
| | * | | | | Merge branch 'master' into bug-5865Jeroen van Rijn2025-11-024-208/+467
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Add #subtype using to name canonicalizationJeroen van Rijn2025-11-021-0/+8
| | | | | | |
* | | | | | | Fix #5506gingerBill2025-11-021-0/+14
|/ / / / / /