aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4290 from flysand7/pipe-has-datadev-2024-10gingerBill2024-10-017-125/+321
|\
| * remove extra binaryflysand72024-09-291-0/+0
| * adjust docsflysand72024-09-291-6/+3
| * [os2/process]: Implement process_execflysand72024-09-281-0/+90
| * [os2/process]: Unindent doc commentsflysand72024-09-282-124/+123
| * Revert "Add missing registers in User_Regs on AMD64"flysand72024-09-261-6/+0
| * Add missing registers in User_Regs on AMD64flysand72024-09-261-0/+6
| * Fix indentation issuesflysand72024-09-262-11/+11
| * [os2]: Implement pipe_has_data procedureflysand72024-09-246-1/+111
* | Merge pull request #4331 from olimpiu/patch-1gingerBill2024-10-011-1/+1
|\ \
| * | Fixed confusing (and incorrect) warningolimpiu2024-09-301-1/+1
|/ /
* | sys/posix: use '#max_field_align'Laytan Laats2024-09-303-44/+30
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-09-309-15/+97
|\ \
| * \ Merge pull request #4323 from laytan/bit-array-initgingerBill2024-09-301-6/+35
| |\ \
| | * | container/bit_array: add 'init' procedureLaytan Laats2024-09-291-6/+35
| * | | Merge pull request #4324 from laytan/va-list-stb-sprintf-raylib-fixegingerBill2024-09-305-3/+4
| |\ \ \
| | * | | va_list fixes for raylib & stb sprintfLaytan Laats2024-09-295-3/+4
| * | | | Merge pull request #4325 from mtarik34b/document-container-of-procgingerBill2024-09-301-0/+33
| |\ \ \ \
| | * | | | Add documentation to `runtime.container_of`mtarik34b2024-09-291-0/+33
| * | | | | Merge pull request #4328 from Yawning/fix/cshake-bytepadgingerBill2024-09-302-6/+25
| |\ \ \ \ \
| | * | | | | core/crypto/_sha3: Fix edge case in cSHAKE bytepadYawning Angel2024-09-302-6/+25
| |/ / / / /
* / / / / / Change struct alignment rules for `#max_field_align`gingerBill2024-09-301-0/+8
|/ / / / /
* | | | | `#min_field_align` & `#max_field_align`; deprecate `#field_align` in favour o...gingerBill2024-09-307-49/+116
* | | | | ABI BREAKING for SysV: Change how multiple return values are handled to be se...gingerBill2024-09-301-6/+10
* | | | | Fix LLVM 18 ABI for 128-bit integers (because LLVM broke things)gingerBill2024-09-301-0/+5
* | | | | Fix union comparison buggingerBill2024-09-301-0/+6
* | | | | Merge pull request #4327 from beaumccartney/fix-deferred-attrib-error-reportJeroen van Rijn2024-09-301-8/+8
|\ \ \ \ \
| * | | | | print proc types in same order as procsBeau McCartney2024-09-291-3/+3
| * | | | | fix deferred procedure errorsBeau McCartney2024-09-291-5/+5
|/ / / / /
* | | | | Merge pull request #4304 from kawaii-Code/linear_search_reverseLaytan2024-09-292-24/+160
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix markup in `linear_search` and `binary_search` docsNia2024-09-291-45/+77
| * | | | Remove pointless `#no_bounds_check`Nia2024-09-291-4/+4
| * | | | Add linear_search_reverse and linear_search_reverse_procNia2024-09-252-0/+104
* | | | | Merge pull request #4302 from Pariatech/enable_static_glfw_linuxLaytan2024-09-291-2/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | do recommendationGabriel Pariat2024-09-291-2/+6
| * | | | adding binding for static for linuxGabriel Pariat2024-09-241-2/+8
| |/ / /
* | | | Merge pull request #4322 from laytan/fix-errors-not-printed-after-parse-warningsLaytan2024-09-291-4/+0
|\ \ \ \
| * | | | fix errors not being printed after parse warningsLaytan Laats2024-09-291-4/+0
| | |/ / | |/| |
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-09-2931-547/+7617
|\| | |
| * | | fix box2d World_Draw not taking a pointerLaytan Laats2024-09-291-1/+1
| * | | Merge pull request #4320 from laytan/fix-wgpu-examples-after-js-moveLaytan2024-09-298-10/+12
| |\ \ \
| | * | | fix wgpu examples after move of files in 95721feLaytan Laats2024-09-298-10/+12
| |/ / /
| * | | Merge pull request #4310 from wrapperup/fix-vulkan-wrappergingerBill2024-09-2822-536/+7604
| |\ \ \
| | * | | generate new vulkan files (1.3.296)wrapperup2024-09-2621-530/+7593
| | * | | fix mismatching type generation with newer vulkan headerswrapperup2024-09-261-6/+11
| |/ / /
* / / / Pass delta time instead of current time to odin.js `step`gingerBill2024-09-291-2/+2
|/ / /
* | | Merge pull request #4307 from flysand7/ptrace-user-regsgingerBill2024-09-261-0/+6
|\ \ \
| * | | Add missing registers in User_Regs on AMD64flysand72024-09-261-0/+6
* | | | Merge pull request #4308 from karl-zylinski/fix-constant-array-conversion-crashgingerBill2024-09-261-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for crash when emitting a comparison between a constant array and a non-c...Karl Zylinski2024-09-251-3/+7
|/ / /