aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * [net]: Fix passing the wrong socket to on linuxflysand72023-11-241-1/+1
* | Merge pull request #2923 from flysand7/raylib-fixJeroen van Rijn2023-11-243-21/+8
|\ \
| * | [vendor/raylib]: Add pre-compiled libraries on linux; Minor changes in bindingsflysand72023-11-053-21/+8
* | | Merge pull request #2918 from flysand7/math-docJeroen van Rijn2023-11-241-11/+11
|\ \ \
| * | | [math]: Fix the doc comments on F64_* constantsflysand72023-11-041-11/+11
| |/ /
* | | Merge pull request #2939 from laytan/allow-larger-thread-poly-dataJeroen van Rijn2023-11-244-39/+148
|\ \ \ | |_|/ |/| |
| * | fix self_cleanup causing join to faillaytan2023-11-201-6/+10
| * | Fix shadowingLaytan Laats2023-11-151-12/+12
| * | Allow larger thread poly dataLaytan Laats2023-11-154-39/+144
* | | Merge pull request #2942 from flga/masterJeroen van Rijn2023-11-242-1/+3
|\ \ \
| * | | core:sys/linux: rename Perf_Read_Format_Flagsflga2023-11-101-2/+3
| * | | core:sys/linux: make Perf_Read_Format a bitsetflga2023-11-102-2/+3
* | | | Merge pull request #2972 from flysand7/net-socket-anyJeroen van Rijn2023-11-241-3/+38
|\ \ \ \
| * | | | [net]: Add send_any, recv_any variants to proc groups for Any_Socketflysand72023-11-241-3/+38
* | | | | Merge pull request #2946 from laytan/fix-test-name-flagJeroen van Rijn2023-11-241-3/+5
|\ \ \ \ \