aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentationdev-2023-05gingerBill2023-05-031-3/+3
|
* Merge pull request #2502 from jon-lipstate/ba-cleanupJeroen van Rijn2023-05-031-78/+137
|\ | | | | Bit_Array: Update docs, add unsafe_get/set, round up on Create
| * added set overload, made make explicitJon Lipstate2023-05-021-24/+17
| |
| * update docs, add unsafe_get/set, add round up to createJon Lipstate2023-04-301-61/+127
| |
* | Merge pull request #2507 from powerc9000/patch-5gingerBill2023-05-021-2/+2
|\ \ | | | | | | Fix check for continuation byte in core/text/text_edit
| * | Fix check for continuation byte in core/text/text_editClay Murray2023-05-021-2/+2
|/ /
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-021-7/+2
|\ \
| * \ Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2023-05-0229-4/+166
| |\ \
| * | | Don't test Botan on MacOS for nowJeroen van Rijn2023-05-021-7/+2
| | |/ | |/| | | | | | | | | | | | | Homebrew decided to update the formula for Botan to support version 3.0 of the package only. Until we update the bindings and the Windows library to match, we can't test on Mac.
* | | When using `-debug`, default to `-o:none` unless explicitly specifiedgingerBill2023-05-022-3/+11
| |/ |/|
* | Revert "Unify `foreign import` for `vendor:sdl2`"gingerBill2023-05-0229-4/+166
|/ | | | This reverts commit b2b88f1d99c497f152485869b3f155b965e813bc.
* Merge pull request #2490 from eltociear/patch-1gingerBill2023-04-281-2/+2
|\ | | | | Fix typo in marshal.odin
| * Fix typo in marshal.odinIkko Eltociear Ashimine2023-04-271-2/+2
| | | | | | seperation -> separation
* | Merge pull request #2492 from GiveMeFox/patch-1gingerBill2023-04-271-1/+1
|\ \ | | | | | | Update README.md
| * | Update README.mdGiveMeFox2023-04-261-1/+1
| |/ | | | | updated the discord link
* | Merge pull request #2496 from AquaGeneral/mastergingerBill2023-04-271-4/+5
|\ \ | | | | | | linalg/extended radians and degrees fixed
| * | linalg/extended radians and degrees fixedJesse Stiller2023-04-271-4/+5
|/ / | | | | | | Renamed them to `to_degrees` and `to_radians` to match the same scalar functions in math--plus it helps clarify exactly what they do. And fixed a bug where the array overloads weren't being indexed.
* | Fix #2481gingerBill2023-04-271-1/+1
| |
* | Fix typo #2485gingerBill2023-04-271-9/+9
| |
* | Fix #2487gingerBill2023-04-271-0/+3
| |
* | Make `!x` be an untyped booleangingerBill2023-04-271-0/+2
| |
* | Add parentheses around `or_return` uses in an unary expressiongingerBill2023-04-271-6/+6
| |
* | Add extra nullptr checkgingerBill2023-04-271-1/+1
| |
* | Require parentheses around certain uses of `or_return` expressionsgingerBill2023-04-272-3/+81
| |
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-272-2/+27
|\ \
| * \ Merge pull request #2494 from jon-lipstate/strings_docfixJeroen van Rijn2023-04-272-2/+27
| |\ \ | | | | | | | | Strings docfix
| | * | update builder sampleJon Lipstate2023-04-261-6/+5
| | | |
| | * | fix typo, add builder sampleJon Lipstate2023-04-262-2/+28
| |/ /
* / / Unify `check_constant_parameter_value` logicgingerBill2023-04-271-8/+15
|/ /
* / Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`gingerBill2023-04-272-5/+43
|/
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-263-2/+3
|\
| * Merge pull request #2483 from jprukner/fix-alias-which-checkJeroen van Rijn2023-04-251-1/+1
| |\ | | | | | | Fix which command check
| | * add redirect to /dev/nullJan Prukner2023-04-251-1/+1
| | |
| | * Fix which command checkJan Prukner2023-04-241-1/+1
| |/ | | | | | | | | | | The function have_witch failed because which is an alias in my environment. This change makes the function work even if which command is an alias.
| * Merge pull request #2480 from jakubtomsu/soa-ptr-formatting-fixgingerBill2023-04-241-1/+1
| |\ | | | | | | Fix panic during fixed-size #soa array pointer formatting in `core:fmt`
| | * Remove typojakubtomsu2023-04-231-1/+1
| |/
| * Merge pull request #2478 from matias-eduardo/masterJeroen van Rijn2023-04-231-0/+1
| |\ | | | | | | Add IsWindow to user32.odin
| | * Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
| |/ | | | | | | This is useful for checking if window has been closed without going through the WindowProc.
* / Update to Metal 3gingerBill2023-04-267-8/+1023
|/
* Add ifdef blockgingerBill2023-04-211-0/+2
|
* Fix memory leak caused by awful realloc usage on LinuxgingerBill2023-04-213-13/+32
|
* Merge pull request #2472 from Kelimion/resolv_fixJeroen van Rijn2023-04-211-3/+5
|\ | | | | Fix #2471
| * Fix #2471Jeroen van Rijn2023-04-211-3/+5
|/
* Unify `foreign import` for `vendor:sdl2`gingerBill2023-04-2029-166/+4
|
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-202-6/+26
|\
| * Merge pull request #2457 from jakubtomsu/mastergingerBill2023-04-201-0/+6
| |\ | | | | | | Handle unmarshalling unknown values in `core:encoding/json`
| | * Convert indentation to tabsjakubtomsu2023-04-141-6/+6
| | |
| | * Handle unmarshalling to json.Valuejakubtomsu2023-04-141-0/+6
| | |
| * | Merge pull request #2464 from ap29600/simd_unaligned_loadgingerBill2023-04-201-5/+19
| |\ \ | | | | | | | | Improve code generation for `intrinsics.unaligned_load/store` on `#simd` types
| | * | improve code generation for `intrinsics.unaligned_load/store` on `#simd` typesAndrea Piseri2023-04-161-5/+19
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | the default implementation calls memcpy on an `alloca` constant, which seems to heavily confuse the optimizer and produces overall suboptimal code. Introducing this specialization simplifies the intermediate representation produced, resulting in more efficient code.