aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | math ease fixed flux map key deletion and generic in `flux_to`
| | * 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
| |\ | | | | | | Added additional Windows bindings.
| | * 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
| | | | | | | | | | | | | | | | - Added additional file access/security/sharing attributes
| * | | Merge pull request #1863 from OrigamiDev-Pete/mastergingerBill2022-06-281-11/+31
| |\ \ \ | | | | | | | | | | Correct error reporting for Win32 file operations
| | * | | 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 procedures
| | * | | | 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 ↵gingerBill2022-06-272-6/+6
|/ / / | | | | | | | | | appropriate
* | | 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
|\ \ \ | | | | | | | | Fix issue 1856
| * | | 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.
| * | | 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`
| * | | Add missing field for `TEXTURE_COPY_LOCATION`Luxko2022-06-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing anonymous union field for [D3D12_TEXTURE_COPY_LOCATION ](https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_texture_copy_location): ```C union { D3D12_PLACED_SUBRESOURCE_FOOTPRINT PlacedFootprint; UINT SubresourceIndex; }; ```
* | | | Merge pull request #1850 from ftphikari/mastergingerBill2022-06-193-1/+26
|\ \ \ \ | |/ / / |/| | | sys/windows: add RegSetKeyValueW
| * | | 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`, ↵gingerBill2022-06-161-8/+30
| | | | | | | | | | | | | | | | `rune_count`, `full_rune`
| * | | 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`
| * | | 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 modes
| * | | 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 functions
| * | | 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
| | |
* | | Merge pull request #1830 from graphitemaster/dale/max_heapgingerBill2022-06-121-0/+231
|\ \ \ | | | | | | | | add max heap implementation to slice package
| * | | fixDale Weiler2022-06-041-2/+1
| | | |
| * | | add max heap implementation to slice packageDale Weiler2022-06-041-0/+232
| |/ /
* | | Merge pull request #1818 from IanLilleyT/reserve_exceedgingerBill2022-06-121-2/+2
|\ \ \ | | | | | | | | Dynamic array append reserves more space when it exceeds capacity