aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | Kernel32: Add more window bindings and improve consistencyLucas Perlind2022-09-013-14/+52
| * | | | | fix ease.odin compile error from missing commaPhil2022-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
* | | | | | [sys/info] Retrieve GPU info on Windows.Jeroen van Rijn2022-09-012-49/+128
* | | | | | [sys/info] Parse kernel/distro info.Jeroen van Rijn2022-09-012-9/+89
* | | | | | [sys/info] Initial version.Jeroen van Rijn2022-09-018-2/+618
| |/ / / / |/| | | |
* | | | | Add bounds check for peeksColin Davidson2022-08-291-2/+4
* | | | | add peeksColin Davidson2022-08-291-0/+10
* | | | | Add more queue helpersColin Davidson2022-08-291-0/+7
* | | | | [TGA] Add B&W and RLE color-mapped.Jeroen van Rijn2022-08-292-12/+92
* | | | | [TGA] Add B5G5R5 15- and 16-bit support.Jeroen van Rijn2022-08-281-41/+98
* | | | | [TGA] Add support for Top-Right and Bottom-Right origins.Jeroen van Rijn2022-08-282-10/+31
* | | | | Merge pull request #1981 from benoitjacquier/masterJeroen van Rijn2022-08-283-5/+299
|\ \ \ \ \
| * | | | | Various changes to TGA readerJeroen van Rijn2022-08-283-51/+156
| * | | | | style fixBenoit Jacquier2022-08-271-1/+1
| * | | | | Add RLE supports for TGA loaderBenoit Jacquier2022-08-272-18/+57
| * | | | | Merge remote-tracking branch 'origin/master'Benoit Jacquier2022-08-2761-753/+1835
| |\ \ \ \ \
| * | | | | | Add support for basic TGA loadingBenoit Jacquier2022-08-272-1/+151
* | | | | | | Add much of Win32's Raw Input APILucas Perlind2022-08-281-0/+151
| |/ / / / / |/| | | | |
* | | | | | Fixed marshal_to_writer not supporting i128Despacito6969692022-08-261-0/+1
| |/ / / / |/| | | |
* | | | | Fix `append_nothing`gingerBill2022-08-261-1/+1
* | | | | Remove direct `core:mem` dependency in `core:reflect`gingerBill2022-08-261-24/+23
* | | | | Unify mem and runtime logicgingerBill2022-08-261-42/+1
* | | | | Add optional `n` parameter to `strconv.parse_*` procedures to state how many ...gingerBill2022-08-261-18/+31
* | | | | Add a return value to `append` that states the number of elements that were r...gingerBill2022-08-261-10/+18
* | | | | Add comment regarding the layout of a `map` to explain how it is iteratedgingerBill2022-08-261-3/+18
* | | | | Add `reflect.get_union_variant`gingerBill2022-08-261-0/+11
| |/ / / |/| | |
* | | | Fix #1973.Jeroen van Rijn2022-08-251-1/+1
* | | | Correct syscalls for `linux_i386`gingerBill2022-08-242-2/+2
* | | | Fix #1972gingerBill2022-08-242-4/+4
* | | | Fix `append` for size_of(E) == 0Jeroen van Rijn2022-08-231-2/+2
* | | | Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL`gingerBill2022-08-221-2/+2
* | | | Fix #1965gingerBill2022-08-201-9/+19
* | | | Remove unused `n` from PQ; add `reflect.is_bit_set`Jeroen van Rijn2022-08-182-1/+5
* | | | Add `core:sys/valgrind` package for valgrind, memcheck, and callgrindgingerBill2022-08-173-0/+414
* | | | EXPERIMENTAL `intrinsics.valgrind_client_request`gingerBill2022-08-171-0/+3
* | | | Fix `RtlWaitOnAddress` behaviour with `SetLastError(RtlNtStatusToDosError(sta...gingerBill2022-08-171-2/+24
* | | | Change math/linalg/general.odin vector_length and vector_normalize to only ac...Phil2022-08-151-3/+3
* | | | Correct assignmentgingerBill2022-08-151-2/+2
* | | | Add `math.divmod` and `math.floor_divmod`gingerBill2022-08-151-0/+19
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-08-151-40/+211
|\ \ \
| * \ \ Merge pull request #1938 from Skytrias/pretty-json-2gingerBill2022-08-151-40/+211
| |\ \ \
| | * | | Update marshal.odinMichael Kutowski2022-08-121-1/+1
| | * | | add new soa type, my bad wasnt on masterMichael Kutowski2022-08-121-0/+3