aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add image.pixels_to_image helper.dev-2024-08Jeroen van Rijn2024-08-021-1/+28
* Merge pull request #3998 from zen3ger/os2-temp_file_linuxgingerBill2024-08-011-4/+7
|\
| * [os2] Add missing temp_file implementation for LinuxRoland Kovacs2024-07-301-4/+7
* | Update rand.reset() example.Jeroen van Rijn2024-07-311-1/+1
* | Merge pull request #3992 from thetarnav/parser-patchgingerBill2024-07-302-1/+2
|\ \
| * | Correct the Array_Type.len comment and assign tok when making Ellipsis nodeDamian Tarnawski2024-07-292-1/+2
| |/
* | Merge pull request #3985 from flysand7/docs-syncgingerBill2024-07-304-181/+1273
|\ \ | |/ |/|
| * [sync]: Document all proceduresflysand72024-07-304-181/+1273
* | Clamp dot in `angle_between` to avoid precision errors.Jeroen van Rijn2024-07-281-1/+2
* | make example compileColin Davidson2024-07-281-1/+2
* | tweak doc a little to reduce onboarding friction for thread-usersColin Davidson2024-07-281-2/+3
|/
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-261-30/+319
|\
| * Use constants in example.Jeroen van Rijn2024-07-251-5/+5
| * Improve docs.Jeroen van Rijn2024-07-251-182/+135
| * Add `time.to_string*` formatters.Jeroen van Rijn2024-07-251-0/+336
* | removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk ...Thomas la Cour2024-07-261-3/+0
* | missign cursorinfoThomas la Cour2024-07-261-0/+15
* | formatThomas la Cour2024-07-252-21/+21
* | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-2580-912/+4987
|\|
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-07-241-0/+1
| |\
| | * Add CLSCTX_ALLJeroen van Rijn2024-07-241-0/+1
| * | Add more NtDll stuffgingerBill2024-07-242-0/+39
| * | General clean up of `os2.read_directory` for WindowsgingerBill2024-07-245-19/+42
| |/
| * Improve win32 typesgingerBill2024-07-241-10/+22
| * Improve `os2.read_directory`gingerBill2024-07-244-42/+30
| * Add missing attributegingerBill2024-07-241-1/+1
| * Begin cleaning up `os2.read_directory`gingerBill2024-07-244-84/+187
| * Remove dead codegingerBill2024-07-241-4/+0
| * Better handling of allocatorsgingerBill2024-07-246-31/+37
| * Add some more Ntdll callsgingerBill2024-07-242-18/+124
| * Add `inode` to `os2.Stat`gingerBill2024-07-243-1/+7
| * Add `allocator` parameters to `fmt.caprint*`gingerBill2024-07-241-17/+28
| * testing: add json reportingLaytan Laats2024-07-241-1/+45
| * fix build comment in os_freestandingLaytan Laats2024-07-231-2/+2
| * Implement `init_long_path_support`gingerBill2024-07-233-8/+28
| * Use `SHFileOperationW` for `remove_all` on WindowsgingerBill2024-07-233-60/+32
| * Mock out os2.remove_all for WindowsgingerBill2024-07-233-12/+103
| * Begin work on os2/dir.odingingerBill2024-07-2311-49/+286
| * Minor clean upsgingerBill2024-07-232-9/+3
| * Begin mocking out the linux stuff on os2gingerBill2024-07-236-68/+126
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-07-231-1/+1
| |\
| | * Remove space in indentationDamian Tarnawski2024-07-231-1/+1
| * | Add utility calls to os2gingerBill2024-07-232-0/+20
| |/
| * Merge pull request #3966 from KyleNBurke/sys-windows-add-typeJeroen van Rijn2024-07-231-0/+6
| |\
| | * Remove semicolonKyle Burke2024-07-231-1/+1
| | * Add `NCCALCSIZE_PARAMS` to `sys/windows`Kyle Burke2024-07-231-0/+6
| * | Clarify core:time Unix timestampJeroen van Rijn2024-07-221-2/+3
| * | Merge pull request #3476 from PucklaJ/syscall-fixLaytan2024-07-223-8/+17
| |\ \
| | * | [sys/linux]: Change execveat flags type to Execveat_FlagsPucklaJ2024-07-221-1/+1
| | * | Merge branch 'master' into syscall-fixgingerBill2024-07-19353-12728/+30763
| | |\ \