aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #1865 from thePHTest/ogl_bindlessgingerBill2022-07-052-0/+74
| |\ \ \ \
| | * | | | remove unneeded semicolonsPhil2022-06-281-2/+2
| | * | | | Add OpenGL bindless textures ARB api to vendorPhil2022-06-272-0/+74
* | | | | | Fix wasm compilation in windowsgingerBill2022-07-091-2/+2
|/ / / / /
* | | | | Change MAX_STORE_SIZEdev-2022-07gingerBill2022-06-301-2/+2
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-304-30/+129
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1868 from Skytrias/skytrias-ease-flux-fixesJeroen van Rijn2022-06-281-11/+23
| |\ \ \ \ \
| | * | | | | flux fixed key deletion and generic in `flux_to`Michael Kutowski2022-06-281-11/+23
| |/ / / / /
| * | | | | Merge pull request #1826 from englerj/windows-bindingsgingerBill2022-06-282-8/+75
| |\ \ \ \ \
| | * | | | | Fix tab spacing.Josh Engler2022-06-121-25/+25
| | * | | | | Merge branch 'master' into windows-bindingsJosh Engler2022-06-1111-281/+1313
| | |\ \ \ \ \
| | * | | | | | - Added EnumDisplaySettingsW and friends.Josh Engler2022-06-032-9/+80
| * | | | | | | Merge pull request #1863 from OrigamiDev-Pete/mastergingerBill2022-06-281-11/+31
| |\ \ \ \ \ \ \
| | * | | | | | | Correct error reportingPeter DV2022-06-271-11/+31
* | | | | | | | | Use `memmove` if possible when emitting store over a certain sizegingerBill2022-06-301-0/+20
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-281-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #1864 from JimmyLefevre/mastergingerBill2022-06-271-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Change LPCSTR to LPCWSTR in windows _W proceduresJimmy "Keeba" Lefevre2022-06-271-2/+2
| |/ / / / / / /
* / / / / / / / Improve error message with suggestion for #1866gingerBill2022-06-282-6/+26
|/ / / / / / /
* | | | | | | Fix GetEventStategingerBill2022-06-271-1/+1
* | | | | | | Make SDL.*Event procedures return booleans instead of an integer where approp...gingerBill2022-06-272-6/+6
|/ / / / / /
* | | | | | Implement #1859gingerBill2022-06-261-2/+8
* | | | | | Add shorthand flag to `determine_type_from_polymorphic`gingerBill2022-06-241-2/+2
* | | | | | Merge pull request #1857 from Pablo96/fix-core-lib-odin-parser-file-docsJeroen van Rijn2022-06-231-0/+1
|\ \ \ \ \ \
| * | | | | | assign package docs to file docsPablo Narvaja2022-06-231-0/+1
|/ / / / / /
* | | | | | Merge pull request #1854 from Kelimion/dll-entry-pointJeroen van Rijn2022-06-212-5/+22
|\ \ \ \ \ \
| * | | | | | Add runtime.dll_forward_reason for Windows DLLs.Jeroen van Rijn2022-06-212-5/+22
|/ / / / / /
* | | | | | Correct debug information of #simd vectorsgingerBill2022-06-201-1/+12
* | | | | | Merge pull request #1851 from DaseinPhaos/patch-1gingerBill2022-06-191-0/+4
|\ \ \ \ \ \
| * | | | | | Add missing field for `TEXTURE_COPY_LOCATION`Luxko2022-06-191-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1850 from ftphikari/mastergingerBill2022-06-193-1/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sys/windows: add constants and macrohikari2022-06-172-1/+17
| * | | | | Merge branch 'odin-lang:master' into masterftphikari2022-06-164-17/+49
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-161-6/+15
|\ \ \ \ \ \
| * | | | | | Update `strings.prefix_length` to handle partial UTF-8 runes.Jeroen van Rijn2022-06-161-6/+15
* | | | | | | Rename to SJSON for the Simplified JSON notation variantgingerBill2022-06-162-3/+4
|/ / / / / /
* | | | | | Add numerous procedure groups `decode_rune`, `decode_last_rune`, `rune_count`...gingerBill2022-06-161-8/+30
| * | | | | sys/windows: add RegSetKeyValueWhikari2022-06-161-0/+9
|/ / / / /
* | | | | Merge pull request #1849 from Kelimion/prefix_lengthJeroen van Rijn2022-06-162-0/+38
|\ \ \ \ \
| * | | | | Add `strings.prefix_length` & `slice.prefix_length`Jeroen van Rijn2022-06-162-0/+38
|/ / / / /
* | | | | Merge pull request #1848 from Astavie/require-fixgingerBill2022-06-161-0/+38
|\ \ \ \ \
| * | | | | fix require flag on higher optimization modesAstavie2022-06-151-0/+38
|/ / / / /
* | | | | Merge pull request #1845 from hfr4/patch-1Jeroen van Rijn2022-06-141-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | wrong variable names in functionshfr42022-06-141-5/+5
|/ / / /
* | | | Allow %q with enumsgingerBill2022-06-131-2/+2
* | | | Increase record_level on displaying `map` valuesgingerBill2022-06-131-0/+2
* | | | Add missing commasgingerBill2022-06-131-2/+2
* | | | Improve `-strict-style` for `foreign import`gingerBill2022-06-131-4/+7
* | | | Improvements to `-strict-style` and trailing commasgingerBill2022-06-133-84/+77
* | | | Minor changes to `core:slice/heap`; add to examples/allgingerBill2022-06-122-24/+26