aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move Tracking_Allocator to its own file.dev-2024-02gingerBill2024-02-013-134/+137
|
* Make file_console_logger.odin be ignored on freestanding targetsgingerBill2024-01-311-0/+1
|
* Merge pull request #2978 from thetarnav/patch-2gingerBill2024-01-314-30/+32
|\ | | | | Many small typos and fixes to wasm bindings
| * Correct wasm page_allocator switch casesDamian Tarnawski2024-01-181-2/+2
| |
| * Merge branch 'odin-lang:master' into patch-2Damian Tarnawski2024-01-18176-1948/+2645
| |\
| * | Fix window_get_scroll proc not returning loaded valuesDamian Tarnawski2024-01-181-2/+2
| | |
| * | Add missing Resize_Non_Zeroed case to page allocatorDamian Tarnawski2024-01-181-1/+1
| | |
| * | Fix uniform matrix functions in WebGLInterfaceDamian Tarnawski2024-01-161-2/+2
| | |
| * | Hoist STRING_SIZE constantDamian Tarnawski2024-01-071-1/+2
| | |
| * | Fix typo in WebGLInterface classDamian Tarnawski2024-01-071-3/+3
| | |
| * | Fix copyTexSubImage2D and copyTexSubImage3D method callsDamian Tarnawski2024-01-071-3/+3
| | |
| * | Fix WebGLInterface function namesDamian Tarnawski2024-01-071-2/+2
| | |
| * | Pass `height` to `webgl.readPixels`Damian Tarnawski2024-01-061-1/+1
| | |
| * | Correct glIsEnabled in wasm.webglDamian Tarnawski2024-01-062-1/+2
| | |
| * | Correct spelling of FramebufferRenderbufferDamian Tarnawski2024-01-061-2/+2
| | |
| * | Merge branch 'master' into patch-2Damian Tarnawski2024-01-06124-23576/+29920
| |\ \
| * | | Fix scroll and visibilitychange event handlingDamian Tarnawski2023-11-251-5/+5
| | | |
| * | | Fix set_element_value_string parameter nameDamian Tarnawski2023-11-251-1/+1
| | | |
| * | | Fix alignmentDamian Tarnawski2023-11-251-2/+2
| | | |
| * | | Correct some typos in runtime.jsDamian Tarnawski2023-11-251-4/+4
| | | |
* | | | Merge pull request #3157 from jakubtomsu/fix-generic-fixed-soa-ptrgingerBill2024-01-311-2/+2
|\ \ \ \ | | | | | | | | | | Fix polymorphic fixed SOA pointers
| * | | | Allow fixed SOA structsjakubtomsu2024-01-311-2/+2
|/ / / /
* | | | Fix dummy codegingerBill2024-01-311-2/+2
| | | |
* | | | Merge pull request #3141 from laytan/add-all-packages-flag-for-testsgingerBill2024-01-313-34/+49
|\ \ \ \ | | | | | | | | | | Add `odin test -all-packages` to be able to test an entire project
| * | | | Add `odin test -all-packages` to be able to test an entire projectLaytan Laats2024-01-263-34/+49
| | | | |
* | | | | Merge pull request #3152 from laytan/fix-no-base-collection-in-releasesgingerBill2024-01-311-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix not having the base collection in releases
| * | | | | Fix not having the base collection in releasesLaytan Laats2024-01-301-0/+3
|/ / / / /
* | | | | Merge pull request #3138 from FourteenBrush/mastergingerBill2024-01-291-2/+9
|\ \ \ \ \ | | | | | | | | | | | | Add a testing.expectf proc as a way to avoid a tprintf call.
| * | | | | Fix typoFourteenBrush2024-01-251-1/+1
| | | | | |
| * | | | | Need to unpack argsFourteenBrush2024-01-251-1/+1
| | | | | |
| * | | | | Forgot to include loc paramFourteenBrush2024-01-251-2/+1
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/FourteenBrush/OdinFourteenBrush2024-01-25364-39062/+43053
| |\| | | |
| * | | | | Add testing.expectfFourteenBrush2024-01-251-0/+8
| | | | | |
* | | | | | Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-299-16/+16
| | | | | |
* | | | | | Fix #3150gingerBill2024-01-292-0/+2
| | | | | |
* | | | | | Merge pull request #3147 from odin-lang/base-workgingerBill2024-01-29248-1176/+1608
|\ \ \ \ \ \ | | | | | | | | | | | | | | `base` library collection work
| * | | | | | Use long-form names and alias with short-form UNIX-like namesgingerBill2024-01-299-37/+57
| | | | | | |
| * | | | | | Remove use of `incl` in `vendor:nanovg`gingerBill2024-01-291-1/+1
| | | | | | |
| * | | | | | Remove `incl` and `excl`gingerBill2024-01-291-33/+0
| | | | | | |
| * | | | | | Add matrix related intrinsics to dummy filegingerBill2024-01-291-0/+6
| | | | | | |
| * | | | | | Move core:(builtin|intrinsics) to base:gingerBill2024-01-292-0/+0
| | | | | | |
| * | | | | | Merge branch 'master' into base-workgingerBill2024-01-281-1/+5
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Fix semantics for casting between polymorphic specialized proceduresgingerBill2024-01-281-1/+5
| | | | | | |
| * | | | | | Improve foreign variable fuzzy type checkinggingerBill2024-01-284-4/+6
| | | | | | |
| * | | | | | Fix types for BSDgingerBill2024-01-282-2/+2
| | | | | | |
| * | | | | | Fix typogingerBill2024-01-281-0/+2
| | | | | | |
| * | | | | | Fix typo of `_heap_resize`gingerBill2024-01-281-5/+5
| | | | | | |
| * | | | | | Remove cyclic import hack for `package runtime`gingerBill2024-01-281-4/+4
| | | | | | |
| * | | | | | Remove `core:os` dependency completely from `base:runtime`gingerBill2024-01-284-21/+24
| | | | | | |
| * | | | | | Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-2813-316/+50
| | | | | | |