aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fixed CI errorJooper2022-12-212-1/+2
| | * | | App bar bindingsJooperGH2022-12-191-0/+33
| | * | | One last bindingJooperGH2022-12-191-0/+1
| | * | | HRGB and Rect functionsJooperGH2022-12-192-0/+30
| | * | | CreateSolidBrush and FillRectJooperGH2022-12-192-0/+4
| | * | | Added uxtheme bindingsJooperGH2022-12-192-3/+12
| | * | | Merge branch 'master' of https://github.com/odin-lang/Odin into more_dwmapi_b...JooperGH2022-12-1923-213/+265
| | |\| |
| | * | | Added more DWMAPI bindingsJooperGH2022-12-192-0/+43
| * | | | Add GetKeyboardState to user32matias2023-01-061-0/+2
* | | | | shuffle to private/public wrapperColin Davidson2023-01-067-11/+21
* | | | | add get thread count to openbsdColin Davidson2023-01-051-1/+7
* | | | | fix more things?Colin Davidson2023-01-052-5/+5
* | | | | fix windows structsColin Davidson2023-01-051-7/+10
* | | | | name raw unionColin Davidson2023-01-051-10/+11
* | | | | fix darwin/freebsdColin Davidson2023-01-052-2/+2
* | | | | use raw_union?Colin Davidson2023-01-051-1/+1
* | | | | add get core countColin Davidson2023-01-055-1/+97
|/ / / /
* | | | Merge pull request #2279 from ftphikari/masterJeroen van Rijn2022-12-245-10/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replaced opaque bit-shifts with readable constants for memory unitshikari2022-12-245-10/+16
| | |/ | |/|
* | | Merge pull request #2269 from Skytrias/luapatterngingerBill2022-12-221-0/+959
|\ \ \
| * | | refactor SPECIALS_TABLEskytrias2022-12-211-3/+13
| * | | package name changedskytrias2022-12-211-1/+1
| * | | folder name changedskytrias2022-12-211-0/+0
| * | | fix styling issues and use switches in cases its necessary, add comments to h...skytrias2022-12-201-281/+190
| * | | add iter_index and update tests to use easier matcher setupskytrias2022-12-201-1/+8
| * | | try helper procedures / structsskytrias2022-12-181-1/+133
| * | | small fixes and oob checks, stop infinite loops on empty matchesskytrias2022-12-181-4/+15
| * | | case insensitive helper callskytrias2022-12-181-3/+53
| * | | add proper unicode walkingskytrias2022-12-181-119/+206
| * | | balanced string, frontier pattern, gsub_with and their tests addedskytrias2022-12-181-64/+92
| * | | create lua strlib text package and testsskytrias2022-12-181-0/+725
| |/ /
* | | Merge pull request #2272 from sir-w7/fix/darwin_mem_leakgingerBill2022-12-221-1/+2
|\ \ \
| * | | Fixed memory leak in dir_darwin.odin.sir-w72022-12-211-1/+2
| |/ /
* | | Moves check up and sets flag to rdonly if dir is opened..Platin212022-12-221-3/+15
* | | Adds error casting from last error if open failsPlatin212022-12-221-3/+2
* | | Fixed issues with dir opening on macOSPlatin212022-12-221-0/+1
* | | Add more utility procedures to small arrayLucas Perlind2022-12-211-1/+46
|/ /
* | Merge pull request #2245 from Said6289/small-typo-in-linalg-anygingerBill2022-12-131-1/+1
|\ \
| * | Fix typo in linalg.anySaid Al Attrach2022-12-131-1/+1
* | | Merge pull request #2244 from ftphikari/mastergingerBill2022-12-132-0/+20
|\ \ \ | |/ / |/| |
| * | sys/windows: add GetMonitorInfoWhikari2022-12-132-0/+20
* | | Merge pull request #2242 from Tetralux/fix-shrink-arrayJeroen van Rijn2022-12-111-1/+1
|\ \ \
| * | | [runtime] Fix typo in shrink_dynamic_array()Tetralux2022-12-111-1/+1
* | | | Merge pull request #2238 from awwdev/reflect-procs-aliasing-runtimeJeroen van Rijn2022-12-091-36/+7
|\ \ \ \
| * | | | Aliasing some procs to avoid code repetitionAndré (counter)2022-12-091-36/+7
| |/ / /
* / / / Fix typo err: runtime.Allocator to Allocator_ErrorAndré (counter)2022-12-091-1/+1
|/ / /
* | | Make `os.get_last_error` contextlessgingerBill2022-12-084-4/+4
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-12-081-0/+1
|\| |
| * | Merge pull request #2234 from ftphikari/mastergingerBill2022-12-081-0/+1
| |\ \
| | * | sys/windows: add DescribePixelFormathikari2022-12-071-0/+1
| | |/