aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Fixed a bunch of tab/space issuesMichael2023-11-262-50/+50
| | * | | | | | | | | Updated bindings and libs for Raylib 5.0sean arooni2023-11-1924-139/+216
| * | | | | | | | | | Merge pull request #3068 from laytan/json-unmarshal-unionJeroen van Rijn2024-01-031-10/+27
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | encoding/json: try to unmarshal into union variantsLaytan Laats2024-01-031-10/+27
| * | | | | | | | | | | Merge pull request #3066 from laytan/darwin-actually-honor-no-crtgingerBill2024-01-032-4/+18
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | darwin: actually honor no-crt by not linking with `-lSystem -lm`Laytan Laats2024-01-022-4/+18
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #3067 from Platin21/fix/macos-no-duplicated-linkageJeroen van Rijn2024-01-023-1/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Fixed Typo / Added check for 1Platin212024-01-022-2/+2
| | * | | | | | | | | | Adds missing spacePlatin212024-01-021-1/+1
| | * | | | | | | | | | Fixed git issue..Platin212024-01-021-0/+2
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into fix/macos-min-versionPlatin212024-01-020-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #3065 from Platin21/fix/macos-min-versionJeroen van Rijn2024-01-021-4/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Adds new flag for linker to know if it should link the system library or notPlatin212024-01-023-1/+25
| | |/ / / / / / / / / /
| | * / / / / / / / / / Removes macOS min version and supports default latestPlatin212024-01-021-4/+0
| |/ / / / / / / / / /
| * | | | | | | | | | Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-025-5206/+2811
| * | | | | | | | | | Merge pull request #2917 from flysand7/sys-linux-additionsgingerBill2024-01-024-618/+2688
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | type errorflysand72023-12-061-1/+1
| | * | | | | | | | | | Merge branch 'master' into sys-linux-additionsflysand72023-12-06144-13826/+11151
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | [sys/linux]: Fix epoll_wait on arm64flysand72023-12-061-1/+5
| | * | | | | | | | | | [sys/linux]: Add epoll syscallsflysand72023-11-243-10/+109
| | * | | | | | | | | | [sys/linux]: Fix time(2) syscall not taking a pointer on ARM64flysand72023-11-101-1/+1
| | * | | | | | | | | | [sys/linux]: Fix creat(2) syscall not returning file descriptorflysand72023-11-101-2/+2
| | * | | | | | | | | | Fix missing return statementflysand72023-11-101-0/+1
| | * | | | | | | | | | time on arm64flysand72023-11-101-3/+9
| | * | | | | | | | | | [sys/linux]: Fix missing return; Remove TODO for select()flysand72023-11-101-2/+1
| | * | | | | | | | | | [sys/linux]: Fix arch-specific issuesflysand72023-11-102-7/+28
| | * | | | | | | | | | [sys/linux]: utimensat takes array of twoflysand72023-11-081-3/+5
| | * | | | | | | | | | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* syscalls...flysand72023-11-081-12/+13
| | * | | | | | | | | | [sys/linux]: Fix compilation errors and -strict-style errorsflysand72023-11-043-56/+66
| | * | | | | | | | | | [sys/linux]: Documentation improvementsflysand72023-11-044-523/+1064
| | * | | | | | | | | | [sys/linux]: Add more syscallsflysand72023-11-043-56/+356
| | * | | | | | | | | | WIPflysand72023-11-034-61/+1149
| * | | | | | | | | | | Merge pull request #3036 from laytan/error-when-c-vararg-is-not-on-last-paramgingerBill2024-01-021-17/+17
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | error when #c_vararg is not applied to the last parameterLaytan Laats2023-12-201-17/+17
| * | | | | | | | | | | | Merge pull request #3048 from ThomasL81/mastergingerBill2024-01-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fixing a pdb linker error when the path contains spacesThomas Louis2023-12-271-1/+1
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3049 from igordreher/dxgi_bit_setgingerBill2024-01-021-55/+71
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | [vendor:directx/dxgi] change u32 flags to bit_setsIgor Dreher2023-12-281-55/+71
| * | | | | | | | | | | | | Merge pull request #3054 from igordreher/win_errorgingerBill2024-01-021-0/+5482
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | [core:sys/windows] add System Error Codes enumIgor Dreher2023-12-291-0/+5482
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #3057 from korvahkh/fix-nil-default-arggingerBill2024-01-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix #3056korvahkh2023-12-291-1/+1
| * | | | | | | | | | | | | | Merge pull request #3061 from flysand7/glfw-set-joystick-callback-fixgingerBill2024-01-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fix the declaration of glfwSetJoystickCallbackflysand72023-12-311-1/+1
| * | | | | | | | | | | | | | | Merge pull request #3063 from aragalie/patch-1gingerBill2024-01-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | remove duplicationAlex Ragalie2023-12-311-1/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-01-011-3/+3
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove unnecessary []byte -> []byte conversion.Jeroen van Rijn2023-12-301-3/+3
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Add `bin/lld-link.exe`gingerBill2023-12-301-0/+0
* | | | | | | | | | | | | | Add `bin/wasm-ld.exe`gingerBill2023-12-301-0/+0
|/ / / / / / / / / / / / /