aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2669 from laytan/check-disabled-when-generating-parapolydev-2023-08gingerBill2023-08-014-0/+32
|\ | | | | Fix #2666 by checking for disabled when generating parapoly procs
| * Fix #2666 by checking for disabled when generating parapoly procsLaytan Laats2023-07-194-0/+32
| |
* | Merge pull request #2686 from ryuukk/patch-8gingerBill2023-08-011-1/+1
|\ \ | | | | | | Assign element to Slice not Array when alloc a Type_Slice
| * | Assign element to Slice not Array when alloc a Type_Sliceryuukk2023-07-271-1/+1
| | |
* | | Merge pull request #2693 from hasanyasin/mastergingerBill2023-08-011-5/+9
|\ \ \ | | | | | | | | Add -show-system-calls flag info to cli usage help
| * | | Add -show-system-calls flag info to cli usage helpHasan Yasin Ozturk2023-08-011-5/+9
|/ / /
* | | Go through loads of `TODO`sgingerBill2023-08-0113-77/+36
| | |
* | | Remove `-strict-style-init-only`gingerBill2023-08-013-21/+1
| | |
* | | Replace a lot of warnings with errors; remove deprecated stuffgingerBill2023-08-016-39/+8
| | |
* | | Add `-vet-style` and `-vet-semicolon`gingerBill2023-08-014-38/+77
| | |
* | | Fix typogingerBill2023-07-311-1/+1
| | |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-07-312-5/+11
|\ \ \
| * \ \ Merge pull request #2692 from hasanyasin/masterJeroen van Rijn2023-07-312-2/+2
| |\ \ \ | | | | | | | | | | Fix dropped "dev-" prefix from version tag
| | * | | Fix dropped "dev-" prefix from version tagHasan Yasin Ozturk2023-07-312-2/+2
| |/ / / | | | | | | | | | | | | | | | | In commit c3a31666, "dev-" prefix was dropped unintentionally. This commit fixes that.
| * | | Merge pull request #2691 from hasanyasin/masterJeroen van Rijn2023-07-312-5/+11
| |\ \ \ | | | | | | | | | | Set version date to commit date instead of build date
| | * | | Set version date to commit date instead of build dateHasan Yasin Ozturk2023-07-312-5/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2688 This commit updates `build_odin.sh` and `build.bat` so that date of the commit is used for the version tag, instead of the build time.
* / / / Add require_results for proc groupsgingerBill2023-07-311-0/+6
|/ / /
* | | Keep `-vet` happy by removing `using`gingerBill2023-07-315-143/+99
| | |
* | | Keep -vet happygingerBill2023-07-313-30/+27
| | |
* | | Remove debug codegingerBill2023-07-311-1/+1
| | |
* | | Remove `using` where easily possiblegingerBill2023-07-315-26/+21
| | |
* | | Clean up usage of `using` throughout core and vendorgingerBill2023-07-3112-138/+143
| | |
* | | Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` ↵gingerBill2023-07-3114-201/+211
| | | | | | | | | | | | where necessary
* | | Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flagsgingerBill2023-07-3111-22/+204
| | |
* | | Merge pull request #2687 from Kelimion/xml-value-fixJeroen van Rijn2023-07-287-73/+98
|\ \ \ | |/ / |/| | Fix #2684
| * | Fix #2684Jeroen van Rijn2023-07-287-73/+98
|/ /
* | Merge pull request #2676 from jasonKercher/fix-2667Jeroen van Rijn2023-07-221-98/+118
|\ \ | |/ |/| coalesce tombstones in map insert
| * coalesce tombstones in map insertjason2023-07-211-98/+118
|/
* Uncomment procedures in procedure groupgingerBill2023-07-171-2/+2
|
* Improve type inference for procedure group stuffgingerBill2023-07-171-6/+2
|
* Improve scoring for polymorphic proceduresgingerBill2023-07-171-6/+8
|
* Fix to allow procedure groups on objective-c typesgingerBill2023-07-176-122/+229
|
* Fix bug caused by incorrect assertgingerBill2023-07-171-1/+1
|
* Merge pull request #2659 from Pingar5/masterJeroen van Rijn2023-07-171-1/+1
|\ | | | | Fixed typo in GGPO bindings
| * Fixed typo in GGPO bindingsBrennen Shaughnessy2023-07-151-1/+1
|/
* Merge pull request #2650 from hchac/remove-core-odin-from-gitignoreJeroen van Rijn2023-07-111-1/+2
|\ | | | | Don't gitignore folders named odin.
| * Don't gitignore folders named odin.hchac2023-07-111-1/+2
| |
* | Merge pull request #2625 from laytan/exit-code-1-on-test-failuregingerBill2023-07-111-12/+15
|\ \ | | | | | | exit with code 1 on `odin test` failure
| * | fix indentationLaytan Laats2023-07-111-5/+6
| | |
| * | use lb_emit_select instead of lb_emit_if for exit checkLaytan Laats2023-07-111-22/+4
| | |
| * | exit with code 1 on `odin test` failureLaytan Laats2023-07-031-12/+32
| | |
* | | Merge pull request #2651 from erjohnson/arena-static-bootstrap-doc-fixgingerBill2023-07-111-4/+4
|\ \ \ | |_|/ |/| | Fix small doc mistakes in arena.odin
| * | Fix small doc mistakes in arena.odinEric Johnson2023-07-111-4/+4
|/ /
* | Merge pull request #2640 from z64/z64/mutexJeroen van Rijn2023-07-111-3/+14
|\ \ | | | | | | Improve Mutex struct documentation
| * | Fixup link formatZac Nowicki2023-07-111-1/+1
| | |
| * | Improve Mutex struct documentationZac Nowicki2023-07-091-3/+14
| | |
* | | Merge pull request #2647 from ryuukk/patch-6Jeroen van Rijn2023-07-111-0/+2
|\ \ \ | | | | | | | | core:sys/windows: Deprecate htons, htonl, ntohl, ntohs in favor of endian specific integers
| * | | Fix attributeryuukk2023-07-111-2/+2
| | | |
| * | | Deprecate htons, htonl, ntohl, ntohsryuukk2023-07-111-0/+2
|/ / /
* | | Merge pull request #2645 from Pix-xiP/fix-raylib-gestureJeroen van Rijn2023-07-101-1/+1
|\ \ \ | | | | | | | | GetGestureDetected proc returns a Gesture not a Gestures bit_set