aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve error message on undefined operatorsdev-2023-03gingerBill2023-03-021-5/+4
* Merge pull request #2357 from JeppeSS/sys-windows-additionsgingerBill2023-03-022-0/+21
|\
| * Added missing Windows functions for console manipulationJeppe Skov2023-02-282-0/+21
* | Merge pull request #2360 from Lperlind/documentation/dynlibgingerBill2023-03-022-2/+88
|\ \ | |/ |/|
| * Document core:dynlibLucas Perlind2023-03-022-2/+88
* | Merge pull request #2356 from flysand7/masterJeroen van Rijn2023-02-283-7/+25
|\ \
| * | Fix missing underscorebumbread2023-03-011-1/+1
| * | Add option to link to glfw3 dynamicallybumbread2023-03-013-7/+25
|/ /
* | Document `virtual.Arena`gingerBill2023-02-281-2/+39
* | Add docs to `core:path/filepath`gingerBill2023-02-282-6/+46
* | Add temp allocator guard; clean up indentationgingerBill2023-02-281-9/+10
* | Make `arena_free_all` keep the first memory block for a `.Growing` arenagingerBill2023-02-281-6/+17
* | Merge pull request #2327 from odin-lang/new-temp-allocatorgingerBill2023-02-2834-223/+549
|\ \
| * \ Merge branch 'master' into new-temp-allocatorgingerBill2023-02-2855-548/+2752
| |\ \ | |/ / |/| |
* | | Merge pull request #2354 from elusivePorpoise/mastergingerBill2023-02-281-0/+7
|\ \ \
| * | | FindFirstChangeNotification series of callsElusive Porpoise2023-02-271-0/+7
* | | | Merge pull request #2355 from colrdavidson/os_linux_cleanupgingerBill2023-02-284-170/+71
|\ \ \ \ | |/ / / |/| | |
| * | | cleanup of os/linuxColin Davidson2023-02-284-170/+71
|/ / /
* | | Add better fallback for `ast_token`gingerBill2023-02-271-0/+3
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-02-271-0/+248
|\ \ \
| * \ \ Merge pull request #2350 from Kelimion/d3d_licenseJeroen van Rijn2023-02-261-0/+248
| |\ \ \
| | * | | Add license for dxcompiler libs.Jeroen van Rijn2023-02-261-0/+248
| |/ / /
* / / / Improve error line squiggle logicgingerBill2023-02-273-22/+22
|/ / /
* | | Add `core:prof/spall`gingerBill2023-02-261-0/+208
* | | Fix typed `#caller_location` bug.gingerBill2023-02-261-0/+2
* | | Allow compound literals to access fields through `using`gingerBill2023-02-268-97/+219
* | | Merge pull request #2343 from Hyp-X/pr-heapflagsgingerBill2023-02-241-1/+1
|\ \ \
| * | | Fix d3d12 HEAP_FLAG_ALLOW_ONLY_BUFFERS flagsHyp-X2023-02-231-1/+1
* | | | Merge pull request #2345 from Hyp-X/pr-dxcgingerBill2023-02-244-0/+603
|\ \ \ \
| * | | | Add vendor:directx/dxc package:Hyp-X2023-02-244-0/+603
| |/ / /
* | | | Merge pull request #2344 from Hyp-X/pr-more-shader-reflectiongingerBill2023-02-241-14/+86
|\ \ \ \ | |/ / / |/| | |
| * | | Add d3d12shader missing types and UUID'sHyp-X2023-02-241-14/+86
|/ / /
* | | Merge pull request #2341 from Hyp-X/pr-getresourceallocationinfogingerBill2023-02-231-3/+3
|\ \ \
| * | | Fix d3d12 GetResourceAllocationInfo signatureHyp-X2023-02-231-3/+3
* | | | Merge pull request #2340 from Hyp-X/pr-shader-reflection-fixgingerBill2023-02-231-3/+3
|\ \ \ \
| * | | | Fixed d3d12 shader reflection vtablesHyp-X2023-02-231-3/+3
| |/ / /
* | | | Merge pull request #2339 from Hyp-X/pr-dxgidebuggingerBill2023-02-231-0/+141
|\ \ \ \ | |/ / / |/| | |
| * | | Add dxgidebug.h implementation to dxgi packageHyp-X2023-02-231-0/+141
|/ / /
* | | Improve truncated verbose line errorgingerBill2023-02-221-2/+5
* | | Change padding of showing the error in linegingerBill2023-02-221-1/+1
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-02-2211-54/+344
|\ \ \
| * \ \ Merge pull request #2338 from Tetralux/fix-hereJeroen van Rijn2023-02-221-1/+0
| |\ \ \
| | * | | Remove debug printTetralux2023-02-221-1/+0
| * | | | Merge pull request #2336 from colrdavidson/tsc_freqgingerBill2023-02-2210-53/+344
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | shuffle tsc around a littleColin Davidson2023-02-221-15/+13
| | * | | add sleep-fallback and invariant checkColin Davidson2023-02-214-20/+60
| | * | | more function name changesColin Davidson2023-02-214-53/+47
| | * | | block all x86 tsc functions in when blockColin Davidson2023-02-213-44/+50
| | * | | adjust func namesColin Davidson2023-02-212-2/+2
| | * | | use the libc call on darwin so sysctlbyname worksColin Davidson2023-02-214-37/+21