aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'odin-lang:master' into masterDragos Popescu2022-12-061-0/+12
|\
| * sys/windows: wgl style fixhikari2022-12-061-1/+2
| * sys/windows: fix wgl function loading in accordance with OpenGL wikihikari2022-12-061-1/+7
| * sys/windows: added helper gl prochikari2022-12-051-0/+5
* | core:sys/windows: Added CSIDL_PROFILEDragos Popescu2022-12-061-0/+1
|/
* sys/windows: add CreateWaitableTimerExWhikari2022-12-022-0/+13
* sys/windows: add SHGetFolderPathW (#2213)ftphikari2022-11-282-0/+35
* Merge pull request #2193 from ftphikari/masterJeroen van Rijn2022-11-142-0/+53
|\
| * sys/windows: add ShellExecuteExWhikari2022-11-142-0/+53
* | Fix +build ignoregingerBill2022-11-041-1/+1
|/
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-262-1/+22
* Fix typogingerBill2022-10-261-1/+1
* Add `GetSystemTimePreciseAsFileTime`gingerBill2022-10-261-0/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-182-0/+125
|\
| * sys/windows: add ITaskbarList interfaceshikari2022-10-131-0/+82
| * sys/windows: add SHFileOperationWhikari2022-10-122-0/+43
* | Allow for `N = -1` in `wstring_to_utf8`gingerBill2022-10-181-4/+4
|/
* sys/windows: replace A with Whikari2022-10-101-2/+2
* sys/windows: add free disk space function bindinghikari2022-10-102-0/+8
* sys/windows: add some constantshikari2022-10-072-2/+14
* Merge branch 'odin-lang:master' into masterftphikari2022-10-042-1/+13
|\
| * Add a few Fiber functions to kernel32.odinmatias2022-10-031-1/+12
| * Update Darwin release mapRicardo Silva2022-10-031-0/+1
* | sys/windows: add comctl32hikari2022-10-011-0/+9
* | sys/windows: add a bunch of stuffhikari2022-10-016-1/+169
|/
* Merge pull request #2085 from matias-eduardo/patch-2gingerBill2022-09-271-0/+1
|\
| * Add WSATRY_AGAIN to windows/types.odinmatias2022-09-261-0/+1
* | Merge branch 'odin-lang:master' into masterftphikari2022-09-271-0/+144
|\|
| * [sys/windows] Add DCB structure, SetCommState, GetCommStateTetralux2022-09-221-0/+144
* | Merge remote-tracking branch 'origin/master'hikari2022-09-271-12/+21
|\|
| * Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-12/+21
* | sys/windows: add a couple of functions and constants, fix formattinghikari2022-09-272-1084/+1095
|/
* sys/windows: add definitionshikari2022-09-142-0/+66
* Add windows.timeGetTime()Ryan Chan2022-09-101-0/+1
* Begin work in helgrind callsgingerBill2022-09-064-8/+186
* [sys/info] Indentation nitpick.Jeroen van Rijn2022-09-051-1/+1
* Silence vet some more.Jeroen van Rijn2022-09-051-2/+2
* Silence -vet.Jeroen van Rijn2022-09-051-0/+2
* [sys/info] Add doc.odin with explanation.Jeroen van Rijn2022-09-051-0/+78
* Merge branch 'master' into sysinfoJeroen van Rijn2022-09-051-3/+3
|\
| * Merge pull request #1951 from IanLilleyT/wstring_allocationgingerBill2022-09-051-3/+3
| |\
| | * smaller allocation for noIan Lilley2022-08-151-3/+3
* | | [sys/info] Add OpenBSD detection support.Jeroen van Rijn2022-09-045-2/+126
* | | [sys/info] Add detection for Tiger, Leopard, Snow Leopard, Lion, Mountain Lio...Jeroen van Rijn2022-09-031-179/+319
* | | [sys/info] Move FreeBSD sysctl to sys/unix.Jeroen van Rijn2022-09-032-51/+53
* | | Merge branch 'sysinfo' of github.com:Kelimion/Odin into sysinfoJeroen van Rijn2022-09-031-53/+26
|\ \ \
| * | | [sys/info] Grab FreeBSD kernel info using sysctl.Jeroen van Rijn2022-09-031-53/+26
* | | | [sys/info] Move macOS sysctl to sys/unix.Jeroen van Rijn2022-09-032-48/+50
|/ / /
* | | [sys/info] Support FreeBSD 13Jeroen van Rijn2022-09-034-6/+166
* | | [sys/info] Add detection for El Capitan, Sierra, High Sierra, MojaveJeroen van Rijn2022-09-021-67/+187