aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Keep `-vet` happydev-2022-12gingerBill2022-12-061-1/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-12-062-1/+9
|\
| * Merge pull request #2232 from DragosPopse/masterJeroen van Rijn2022-12-061-0/+1
| |\
| | * Merge branch 'odin-lang:master' into masterDragos Popescu2022-12-063-16/+22
| | |\ | | |/ | |/|
| * | Merge pull request #2231 from ftphikari/masterJeroen van Rijn2022-12-061-1/+8
| |\ \
| | * | sys/windows: wgl style fixhikari2022-12-061-1/+2
| | * | sys/windows: fix wgl function loading in accordance with OpenGL wikihikari2022-12-061-1/+7
| | | * core:sys/windows: Added CSIDL_PROFILEDragos Popescu2022-12-061-0/+1
* | | | Coalesce tombstones on `delete_key` to reduce all map slots from being filled...gingerBill2022-12-061-7/+50
|/ / /
* / / Add `user_data: rawptr` to `filepath.Walk_Proc` callbackgingerBill2022-12-051-8/+8
|/ /
* | Merge pull request #2230 from ftphikari/masterJeroen van Rijn2022-12-052-8/+7
|\ \ | |/ |/|
| * OpenGL: updated READMEhikari2022-12-061-8/+2
| * sys/windows: added helper gl prochikari2022-12-051-0/+5
* | Merge pull request #2228 from DragosPopse/masterJeroen van Rijn2022-12-031-2/+5
|\ \
| * | -ignore-unknown-attributes: fixed the attribute value being type checked in v...Dragos Popescu2022-12-031-2/+5
|/ /
* | Merge pull request #2227 from thePHTest/masterJeroen van Rijn2022-12-021-4/+4
|\ \ | |/ |/|
| * correct compare_exact_values(x,y) for TypeId and ProcedurePhil2022-12-021-4/+4
|/
* Merge pull request #2225 from ftphikari/masterJeroen van Rijn2022-12-022-0/+13
|\
| * sys/windows: add CreateWaitableTimerExWhikari2022-12-022-0/+13
|/
* Merge pull request #2203 from janivanecky/content_layout_rectgingerBill2022-11-291-0/+4
|\
| * Add NSWindow::content_layout_rectJan Ivanecky2022-11-171-0/+4
* | Add `math.pow10`gingerBill2022-11-291-0/+86
* | Change order of map_free_dynamic in usagegingerBill2022-11-291-4/+7
* | Remove `panic`gingerBill2022-11-291-1/+1
* | Treat `.Mode_Not_Implemented` as not an error when doing `runtime.map_free_dy...gingerBill2022-11-291-11/+9
* | Add aliases for fnv* no_a formsgingerBill2022-11-291-1/+3
* | Improve core:math procedures and add loads of unit testsgingerBill2022-11-293-14/+884
* | Fix `atan2` by swapping the arguments internallygingerBill2022-11-291-1/+1
* | sys/windows: add SHGetFolderPathW (#2213)ftphikari2022-11-282-0/+35
* | Merge pull request #2216 from oskarnp/auto_vcvarsall_buildJeroen van Rijn2022-11-261-0/+15
|\ \
| * | Automatically initialize x64 environment if CL.exe is missing + make sure fou...Oskar Nordquist2022-11-261-0/+15
|/ /
* | Fix LLVM type cycle nonsense with procedure typesgingerBill2022-11-231-1/+9
* | HACK: Get around debugging type generation for slices and dynamic arrays of *...gingerBill2022-11-231-2/+14
* | Extra check for slices and dynamic arrays for `-debug`gingerBill2022-11-231-0/+2
* | Add extra check to debug information of named composite typesgingerBill2022-11-231-7/+34
* | Fix #2207gingerBill2022-11-232-12/+12
* | Merge pull request #2206 from thisisnotnull/fix-wprintfJeroen van Rijn2022-11-221-1/+1
|\ \
| * | fix wprintf return valuethisisnotnull2022-11-211-1/+1
* | | Fix #2109gingerBill2022-11-211-0/+1
* | | Make structs with the same fields but different tags different typesgingerBill2022-11-211-0/+3
* | | `strconv.parse_f64` - accurately parse floatsgingerBill2022-11-213-98/+421
* | | Improve error handling for trailing commas #2136gingerBill2022-11-211-4/+15
* | | Fix UUIDgingerBill2022-11-211-1/+1
* | | Fix #2174gingerBill2022-11-211-3/+5
* | | Fix #2172gingerBill2022-11-211-17/+30
* | | Fix #2179gingerBill2022-11-211-1/+1
* | | Fix #2186gingerBill2022-11-211-10/+7
* | | Fix #2188gingerBill2022-11-212-12/+7
* | | Fix #2197gingerBill2022-11-211-0/+18
* | | Fix #2199gingerBill2022-11-211-1/+1