| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix indentationdev-2023-05 | gingerBill | 2023-05-03 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #2502 from jon-lipstate/ba-cleanup | Jeroen van Rijn | 2023-05-03 | 1 | -78/+137 |
| |\ | | | | | Bit_Array: Update docs, add unsafe_get/set, round up on Create | ||||
| | * | added set overload, made make explicit | Jon Lipstate | 2023-05-02 | 1 | -24/+17 |
| | | | |||||
| | * | update docs, add unsafe_get/set, add round up to create | Jon Lipstate | 2023-04-30 | 1 | -61/+127 |
| | | | |||||
| * | | Merge pull request #2507 from powerc9000/patch-5 | gingerBill | 2023-05-02 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix check for continuation byte in core/text/text_edit | ||||
| | * | | Fix check for continuation byte in core/text/text_edit | Clay Murray | 2023-05-02 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-05-02 | 1 | -7/+2 |
| |\ \ | |||||
| | * \ | Merge branch 'master' of github.com:odin-lang/Odin | Jeroen van Rijn | 2023-05-02 | 29 | -4/+166 |
| | |\ \ | |||||
| | * | | | Don't test Botan on MacOS for now | Jeroen van Rijn | 2023-05-02 | 1 | -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 specified | gingerBill | 2023-05-02 | 2 | -3/+11 |
| | |/ |/| | |||||
| * | | Revert "Unify `foreign import` for `vendor:sdl2`" | gingerBill | 2023-05-02 | 29 | -4/+166 |
| |/ | | | | This reverts commit b2b88f1d99c497f152485869b3f155b965e813bc. | ||||
| * | Merge pull request #2490 from eltociear/patch-1 | gingerBill | 2023-04-28 | 1 | -2/+2 |
| |\ | | | | | Fix typo in marshal.odin | ||||
| | * | Fix typo in marshal.odin | Ikko Eltociear Ashimine | 2023-04-27 | 1 | -2/+2 |
| | | | | | | | seperation -> separation | ||||
| * | | Merge pull request #2492 from GiveMeFox/patch-1 | gingerBill | 2023-04-27 | 1 | -1/+1 |
| |\ \ | | | | | | | Update README.md | ||||
| | * | | Update README.md | GiveMeFox | 2023-04-26 | 1 | -1/+1 |
| | |/ | | | | | updated the discord link | ||||
| * | | Merge pull request #2496 from AquaGeneral/master | gingerBill | 2023-04-27 | 1 | -4/+5 |
| |\ \ | | | | | | | linalg/extended radians and degrees fixed | ||||
| | * | | linalg/extended radians and degrees fixed | Jesse Stiller | 2023-04-27 | 1 | -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 #2481 | gingerBill | 2023-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typo #2485 | gingerBill | 2023-04-27 | 1 | -9/+9 |
| | | | |||||
| * | | Fix #2487 | gingerBill | 2023-04-27 | 1 | -0/+3 |
| | | | |||||
| * | | Make `!x` be an untyped boolean | gingerBill | 2023-04-27 | 1 | -0/+2 |
| | | | |||||
| * | | Add parentheses around `or_return` uses in an unary expression | gingerBill | 2023-04-27 | 1 | -6/+6 |
| | | | |||||
| * | | Add extra nullptr check | gingerBill | 2023-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Require parentheses around certain uses of `or_return` expressions | gingerBill | 2023-04-27 | 2 | -3/+81 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-04-27 | 2 | -2/+27 |
| |\ \ | |||||
| | * \ | Merge pull request #2494 from jon-lipstate/strings_docfix | Jeroen van Rijn | 2023-04-27 | 2 | -2/+27 |
| | |\ \ | | | | | | | | | Strings docfix | ||||
| | | * | | update builder sample | Jon Lipstate | 2023-04-26 | 1 | -6/+5 |
| | | | | | |||||
| | | * | | fix typo, add builder sample | Jon Lipstate | 2023-04-26 | 2 | -2/+28 |
| | |/ / | |||||
| * / / | Unify `check_constant_parameter_value` logic | gingerBill | 2023-04-27 | 1 | -8/+15 |
| |/ / | |||||
| * / | Partially buffer `fmt.fprint*` related calls using a `bufio.Writer` | gingerBill | 2023-04-27 | 2 | -5/+43 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-04-26 | 3 | -2/+3 |
| |\ | |||||
| | * | Merge pull request #2483 from jprukner/fix-alias-which-check | Jeroen van Rijn | 2023-04-25 | 1 | -1/+1 |
| | |\ | | | | | | | Fix which command check | ||||
| | | * | add redirect to /dev/null | Jan Prukner | 2023-04-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix which command check | Jan Prukner | 2023-04-24 | 1 | -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-fix | gingerBill | 2023-04-24 | 1 | -1/+1 |
| | |\ | | | | | | | Fix panic during fixed-size #soa array pointer formatting in `core:fmt` | ||||
| | | * | Remove typo | jakubtomsu | 2023-04-23 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merge pull request #2478 from matias-eduardo/master | Jeroen van Rijn | 2023-04-23 | 1 | -0/+1 |
| | |\ | | | | | | | Add IsWindow to user32.odin | ||||
| | | * | Add IsWindow to user32.odin | Matias Fernandez | 2023-04-22 | 1 | -0/+1 |
| | |/ | | | | | | | This is useful for checking if window has been closed without going through the WindowProc. | ||||
| * / | Update to Metal 3 | gingerBill | 2023-04-26 | 7 | -8/+1023 |
| |/ | |||||
| * | Add ifdef block | gingerBill | 2023-04-21 | 1 | -0/+2 |
| | | |||||
| * | Fix memory leak caused by awful realloc usage on Linux | gingerBill | 2023-04-21 | 3 | -13/+32 |
| | | |||||
| * | Merge pull request #2472 from Kelimion/resolv_fix | Jeroen van Rijn | 2023-04-21 | 1 | -3/+5 |
| |\ | | | | | Fix #2471 | ||||
| | * | Fix #2471 | Jeroen van Rijn | 2023-04-21 | 1 | -3/+5 |
| |/ | |||||
| * | Unify `foreign import` for `vendor:sdl2` | gingerBill | 2023-04-20 | 29 | -166/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-04-20 | 2 | -6/+26 |
| |\ | |||||
| | * | Merge pull request #2457 from jakubtomsu/master | gingerBill | 2023-04-20 | 1 | -0/+6 |
| | |\ | | | | | | | Handle unmarshalling unknown values in `core:encoding/json` | ||||
| | | * | Convert indentation to tabs | jakubtomsu | 2023-04-14 | 1 | -6/+6 |
| | | | | |||||
| | | * | Handle unmarshalling to json.Value | jakubtomsu | 2023-04-14 | 1 | -0/+6 |
| | | | | |||||
| | * | | Merge pull request #2464 from ap29600/simd_unaligned_load | gingerBill | 2023-04-20 | 1 | -5/+19 |
| | |\ \ | | | | | | | | | Improve code generation for `intrinsics.unaligned_load/store` on `#simd` types | ||||
| | | * | | improve code generation for `intrinsics.unaligned_load/store` on `#simd` types | Andrea Piseri | 2023-04-16 | 1 | -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. | ||||