aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Add Hidpi to WindowsLucas Perlind2023-12-122-0/+136
* | | | | | | | | | | Minor fix to call expr in tilde with variadic parametersgingerBill2023-12-133-7/+2
* | | | | | | | | | | Update TildegingerBill2023-12-1310-164/+270
* | | | | | | | | | | Remove random taggingerBill2023-12-131-2/+2
* | | | | | | | | | | Add `slice.unique` and `slice.unique_proc`gingerBill2023-12-131-0/+36
* | | | | | | | | | | Reimplement `binary_search_by` to be simplergingerBill2023-12-131-29/+11
* | | | | | | | | | | Fix the implementation of `binary_search_by` to work with a normal `ordering`...gingerBill2023-12-131-12/+4
* | | | | | | | | | | RevertgingerBill2023-12-131-4/+12
* | | | | | | | | | | Use `cmp_proc` in `binary_search`gingerBill2023-12-131-12/+4
* | | | | | | | | | | Add to `core:slice` `reduce_reverse`, `filter_reverse`, `repeat`gingerBill2023-12-131-3/+42
* | | | | | | | | | | Remove duplicates from `init`/`fini` procedure listgingerBill2023-12-121-0/+26
* | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-12-1238-325/+6242
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #3011 from xtactis/binary_search_by_fix/3007Jeroen van Rijn2023-12-071-3/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | added #no_bounds_check back into binary_search_byMatija Dizdar2023-12-061-2/+1
| | * | | | | | | | | removed incorrect requirement for key type to be ordered in binary_search_byMatija Dizdar2023-12-061-1/+0
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #3003 from karl-zylinski/patch-1dev-2023-12gingerBill2023-12-051-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu...Karl Zylinski2023-12-041-1/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #3004 from flysand7/strings-docgingerBill2023-12-051-0/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | strings: Fix up documentation of split_nflysand72023-12-051-0/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #3002 from laytan/fix-write-on-x86_64-darwingingerBill2023-12-041-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | fix write on x86_64 DarwinLaytan Laats2023-12-041-1/+1
| |/ / / / / / /
| * / / / / / / Silence writable string warnings when compiling Odin on Linux.Jeroen van Rijn2023-12-032-11/+11
| |/ / / / / /
| * | | | | | Merge pull request #2984 from mtarik34b/add-min-index-and-max-index-procsgingerBill2023-12-021-0/+34
| |\ \ \ \ \ \
| | * | | | | | Add min_index and max_index proceduresTarık B2023-11-261-0/+34
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #2992 from flysand7/x11-fixgingerBill2023-12-021-2/+3
| |\ \ \ \ \ \
| | * | | | | | [x11/xlib]: Fix some foreign declarationsflysand72023-12-011-2/+3
| | |/ / / / /
| * | | | | | Merge pull request #2993 from flysand7/sdl-fixgingerBill2023-12-021-8/+8
| |\ \ \ \ \ \
| | * | | | | | [vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definitionflysand72023-12-011-8/+8
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #2996 from flga/mastergingerBill2023-12-021-4/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | runtime: panic_allocator should use panic_allocator_procflga2023-12-011-4/+2
| |/ / / / /
| * | | | | Add os.args to demo.Jeroen van Rijn2023-11-273-3/+9
| * | | | | Fix missing clamp in core:math/big random.Jeroen van Rijn2023-11-271-1/+1
| |/ / / /
| * | | | Merge pull request #2979 from rope-hmg/masterJeroen van Rijn2023-11-254-37/+174
| |\ \ \ \
| | * | | | Removed some accidental semi-colons and converted indentation to tabs.Hector2023-11-251-46/+46
| | * | | | Used `strings.builder_reset` instead of `clear` for the string builderHector2023-11-251-4/+6
| | * | | | Updated to tabs and used provided test methods.Hector2023-11-251-33/+37
| | * | | | Binary search improvementsHector2023-11-254-36/+167
| |/ / / /
| * | | | Merge pull request #2976 from mtarik34b/improve-command-line-help-and-usageJeroen van Rijn2023-11-251-132/+138
| |\ \ \ \
| | * | | | Fix oversights, apply minor improvementsTarık B2023-11-251-15/+16
| | * | | | Apply consistent usage of third-person singularTarık B2023-11-251-43/+43
| | * | | | Standardize to consistent 3-space indentation for inline commentsTarık B2023-11-251-24/+24
| | * | | | Remove redundant exampleTarık B2023-11-251-1/+0
| | * | | | Fix newly introduced capitalization and punctuation errorTarık B2023-11-251-1/+1
| | * | | | Increase indentation for -vet extra check listingTarık B2023-11-251-3/+3
| | * | | | Unify showing of available optionsTarık B2023-11-251-15/+21
| | * | | | Capitalize first word of sentencesTarık B2023-11-251-10/+10
| | * | | | Add period at the end of sentences.Tarık B2023-11-251-104/+104
| | * | | | Fix typoTarık B2023-11-251-1/+1
| | * | | | Fix indentationTarık B2023-11-251-3/+3
| * | | | | Merge pull request #2973 from flysand7/dial_tcp_bugJeroen van Rijn2023-11-251-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |