aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1989 from Kelimion/cmarkdev-2022-09gingerBill2022-09-016-1/+825
|\
| * vendor:cmark -> vendor:commonmarkJeroen van Rijn2022-09-017-6/+10
| * Merge branch 'master' into cmarkJeroen van Rijn2022-09-0115-27/+539
| |\ | |/ |/|
* | Merge pull request #2006 from thePHTest/sort_with_indicesJeroen van Rijn2022-09-011-2/+2
|\ \
| * | fix sort_by_with_indices for zero and one length slices:Phil2022-09-011-2/+2
|/ /
* | Merge pull request #2005 from thePHTest/sort_with_indicesJeroen van Rijn2022-09-012-11/+130
|\ \
| * | cleanup testsPhil2022-09-011-0/+7
| * | add sort_by_indices overload and testPhil2022-09-012-1/+27
| * | add tests for sort_by_indicesPhil2022-09-012-1/+67
| * | cleanup slice sorting with indices changesPhil2022-09-012-4/+7
| * | have sort_with_indices allocate. Add a couple convenience procs for using the...Phil2022-09-012-15/+32
|/ /
* | Merge pull request #2003 from Kelimion/testsJeroen van Rijn2022-09-012-1/+103
|\ \
| * | Add test for core:slice.Jeroen van Rijn2022-09-012-1/+103
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-09-013-0/+234
|\| |
| * | Merge pull request #1997 from thePHTest/sort_with_indicesgingerBill2022-09-012-0/+205
| |\ \
| | * | add sort_with_indices family of procsPhil2022-08-312-0/+205
| * | | Merge pull request #1976 from matias-eduardo/patch-2gingerBill2022-09-011-0/+29
| |\ \ \
| | * | | Add Extended Window Styles (WS_EX)matias2022-08-251-0/+29
* | | | | Fix #1994 Returning to err: Maybe(Error) raises compiler assertgingerBill2022-09-011-1/+1
|/ / / /
* | | | Fix #2000 - allow #soa array iteration by pointergingerBill2022-09-011-1/+1
* | | | Fix #2002 (allow `array *= matrix`)gingerBill2022-09-011-1/+11
* | | | Fix #1974 by erring on untyped parameters to `intrinsics.objc_send`gingerBill2022-09-011-0/+7
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-09-013-14/+52
|\ \ \ \
| * \ \ \ Merge pull request #2001 from Lperlind/staging/add-window-bindingsJeroen van Rijn2022-09-013-14/+52
| |\ \ \ \
| | * | | | Kernel32: Add more window bindings and improve consistencyLucas Perlind2022-09-013-14/+52
| |/ / / /
* / / / / Fix code generation related to Objective-C related `x->y()` callsgingerBill2022-09-012-4/+6
|/ / / /
* | | | Merge pull request #1998 from thePHTest/ease_fixJeroen van Rijn2022-09-011-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix ease.odin compile error from missing commaPhil2022-08-311-1/+1
|/ / /
* | | Merge pull request #1993 from SyndaKitty/masterJeroen van Rijn2022-08-311-1/+1
|\ \ \
| * | | Fix for SDL `GetPreferredLocales`SyndaKai2022-08-311-1/+1
* | | | Fix more typosgingerBill2022-08-311-2/+2
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-08-316-5/+628
|\| | |
* | | | Fix typogingerBill2022-08-311-1/+1
| | | * Wrap CMark allocator as Odin allocatorJeroen van Rijn2022-08-301-1/+46
| | | * [cmark] Add static library for LinuxJeroen van Rijn2022-08-303-48/+5
| | | * [cmark] Move wrapped allocator next to `get_default_allocator`Jeroen van Rijn2022-08-301-10/+14
| | | * [cmark] Allow wrapping context.allocatorJeroen van Rijn2022-08-302-5/+47
| | | * [cmark] Add wrappers.Jeroen van Rijn2022-08-301-20/+34
| | | * [cmark] Change to static libraryJeroen van Rijn2022-08-304-2/+1
| | | * Add CMark bindingsJeroen van Rijn2022-08-306-1/+760
| | |/ | |/|
| * | Revert "Fix #1985"Jeroen van Rijn2022-08-291-5/+3
| * | Fix #1985Jeroen van Rijn2022-08-291-3/+5
| * | Merge pull request #1988 from colrdavidson/queue_peekgingerBill2022-08-291-0/+12
| |\ \
| | * | Add bounds check for peeksColin Davidson2022-08-291-2/+4
| | * | add peeksColin Davidson2022-08-291-0/+10
| |/ /
| * | Merge pull request #1987 from colrdavidson/more_queuegingerBill2022-08-291-0/+7
| |\ \
| | * | Add more queue helpersColin Davidson2022-08-291-0/+7
| |/ /
| * | [TGA] Add B&W and RLE color-mapped.Jeroen van Rijn2022-08-292-12/+92
| * | Merge pull request #1984 from Kelimion/tgaJeroen van Rijn2022-08-282-35/+113
| |\ \
| | * | [TGA] Add B5G5R5 15- and 16-bit support.Jeroen van Rijn2022-08-281-41/+98