aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | [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
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix -test-name flagLaytan Laats2023-11-111-3/+5
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #2947 from flysand7/vendor-x11Jeroen van Rijn2023-11-246-1/+5556
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [vendor/x11]: Add build guards for other xlib filesflysand72023-11-132-2/+2
| | * | | | | | | | [vendor/x11]: Correct system import for linuxflysand72023-11-131-1/+1
| | * | | | | | | | [vendor/x11]: Correction on XPutImage definitionflysand72023-11-131-1/+1
| | * | | | | | | | [vendor/x11]: Add xlib utility functions, make compileable with -strict-styleflysand72023-11-133-198/+424
| | * | | | | | | | [vendor/x11]: Add some client to window management communication functionsflysand72023-11-133-4/+217
| | * | | | | | | | [examples]: Import x11/xlib instead of x11flysand72023-11-131-2/+2
| | * | | | | | | | [vendor/x11]: Fix XDefaultScreenflysand72023-11-121-1/+1
| | * | | | | | | | [vendor/x11]: Add a special type for mouse eventsflysand72023-11-122-1/+9
| | * | | | | | | | [vendor/x11]: Fix definition for EventTypeflysand72023-11-121-2/+39
| | * | | | | | | | [vendor/x11]: Fix XOpenDisplayflysand72023-11-121-1/+1
| | * | | | | | | | [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-116-1/+5072
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #2950 from laytan/fix-nil-exceptions-with-incomplete-code-...Jeroen van Rijn2023-11-242-48/+61
| |\ \ \ \ \ \ \ \
| | * | | | | | | | use start pos as end pos if end node is nilLaytan Laats2023-11-221-1/+1
| | * | | | | | | | fix nil exceptions with incomplete code parseLaytan Laats2023-11-122-48/+61
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-244-1/+32
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add various missing windows proceduresBrennen Shaughnessy2023-11-224-1/+32
| * | | | | | | | | Merge pull request #2966 from evertonse/masterJeroen van Rijn2023-11-241-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Check for llvm-config14 on unixevertonse2023-11-211-0/+2
* | | | | | | | | | | Fix race condition caused by lack of checking specialized parapoly procedures...gingerBill2023-12-121-117/+147
|/ / / / / / / / / /
* | | | | | | | | | Improve returning a struct directly for certain ABIs; reuse the temp callee r...gingerBill2023-11-242-3/+21
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-11-241-3/+0
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #2970 from jakubtomsu/check-blank-ident-proc-paramsgingerBill2023-11-231-3/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove code that skipped checking blank paramsjakubtomsu2023-11-231-3/+0
| |/ / / / / / / / / /
* / / / / / / / / / / mem zero rather than store to a union where the variant is of size zerogingerBill2023-11-243-3/+14
|/ / / / / / / / / /
* | | | | | | | | | Add missing type information for soa structsgingerBill2023-11-234-1/+19
* | | | | | | | | | Remove unneeded `typeid_of`gingerBill2023-11-231-1/+1
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-11-235-4/+442
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #2899 from jakubtomsu/more-sys-windowsJeroen van Rijn2023-11-235-4/+442
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix tabsjakubtomsu2023-11-031-2/+2
| | * | | | | | | | | | Fix indentation and stylejakubtomsu2023-10-313-308/+308
| | * | | | | | | | | | Add WaitFor* Ex variantsjakubtomsu2023-10-281-0/+8
| | * | | | | | | | | | Merge branch 'odin-lang:master' into more-sys-windowsjakubtomsu2023-10-278-49/+130
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | SHGetKnownFolderPath etc.jakubtomsu2023-10-272-4/+182