aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update comment in demo.odingingerBill2022-02-191-7/+13
|/ /
* | Remove prefixes from D3D12 constantsgingerBill2022-02-181-529/+529
* | Minimize memory usage by having an arena per thread rather than an arena per ...gingerBill2022-02-186-15/+15
* | Add better error message for compiler when OOM happensgingerBill2022-02-181-2/+17
* | Keep -vet happygingerBill2022-02-181-2/+3
* | Use `try_to_add_package_dependency`gingerBill2022-02-182-8/+21
* | Fix typogingerBill2022-02-181-1/+1
* | Allow objc intrinsics within `odin check` and `odin docs` but disallow for `o...gingerBill2022-02-181-1/+2
* | Remove unneeded semicolongingerBill2022-02-181-1/+1
* | Add vendor:directx and vendor:darwin packages for documentation generationgingerBill2022-02-1825-29/+23
|/
* Merge pull request #1504 from odin-lang/directx-packagesgingerBill2022-02-1717-26/+10777
|\
| * Correct D3D packagesgingerBill2022-02-172-5/+5
| * Add `intrinsics.constant_utf16_cstring`gingerBill2022-02-173-18/+108
| * Add UUID pointer valuesgingerBill2022-02-173-88/+170
| * Correct aliasgingerBill2022-02-171-22/+3
| * Add `vendor:directx` packages: `dxgi`, `d3d11`, and `d3d12`gingerBill2022-02-168-0/+10569
| * Merge branch 'master' into directx-packagesgingerBill2022-02-161-1/+1
| |\
| * \ Merge branch 'master' into directx-packagesgingerBill2022-02-1611-61/+94
| |\ \
| * | | Add `#subtype` struct field prefix, required to have a COM interface hierarchygingerBill2022-02-166-8/+37
* | | | Merge pull request #1506 from zacharycarter/patch-1Jeroen van Rijn2022-02-171-0/+3
|\ \ \ \
| * | | | Adding capture procedures to user32Tail Wag Games2022-02-171-0/+3
|/ / / /
* | | | Merge pull request #1502 from colrdavidson/mainline-fastJeroen van Rijn2022-02-161-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | avoid memset on statsColin Davidson2022-02-161-3/+6
* | | | Fix typogingerBill2022-02-161-1/+1
| |_|/ |/| |
* | | Allow sysv and win64 calling conventions to be used on any platform on amd64gingerBill2022-02-168-35/+60
|/ /
* | Improve metadata for `context`gingerBill2022-02-161-1/+6
* | Improve slice bounds checking runtime error messagesgingerBill2022-02-161-7/+7
* | Improve debug information for direct procedure parmatersgingerBill2022-02-162-9/+15
* | Change how parameter and variables are given debug valuesgingerBill2022-02-163-13/+10
* | Change debug declare to valuegingerBill2022-02-161-3/+3
|/
* Add `init` and `copy` to all `Object`sgingerBill2022-02-161-0/+2
* Correct import pathsgingerBill2022-02-167-8/+9
* Add darwin build tagsgingerBill2022-02-1623-0/+23
* Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*`gingerBill2022-02-1624-0/+0
* Merge pull request #1488 from colrdavidson/masterJeroen van Rijn2022-02-151-0/+28
|\
| * Merge branch 'odin-lang:master' into masterColin Davidson2022-02-112-2/+2
| |\
| * | Add fork and personalityColin Davidson2022-02-111-0/+28
* | | Merge pull request #1331 from DanielGavin/parser-fault-recoverygingerBill2022-02-151-1/+13
|\ \ \
| * | | Check for non inserted semicolon in *expect_closing_brace_of_field_list*Daniel Gavin2021-11-251-1/+4
| * | | Recover from closing brace not found in field listDaniel Gavin2021-11-241-1/+10
* | | | Improve BAD ENUM VALUE message in fmt #1496gingerBill2022-02-151-4/+6
* | | | Merge pull request #1438 from odin-lang/odin-global-constants-as-enumsgingerBill2022-02-15104-322/+382
|\ \ \ \
| * | | | Update os_darwin.odingingerBill2022-02-151-1/+1
| * | | | Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-15113-4073/+5371
| |\ \ \ \
| * | | | | Update testsgingerBill2022-01-202-2/+2
| * | | | | Update demo.odingingerBill2022-01-201-9/+9
| * | | | | Add `Odin_OS_Type` and `Odin_Arch_Type` to `core:runtime`gingerBill2022-01-201-0/+29
| * | | | | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-20101-310/+341
* | | | | | Minor fix for -vetgingerBill2022-02-151-0/+1
* | | | | | Strip unneeded semicolonsgingerBill2022-02-152-40/+40