Commit Graph

  • 253ecd55a0 Merge pull request #1776 from AaronGlazer/master Jeroen van Rijn 2022-05-08 12:30:01 +02:00
  • c9e31dc90d Adding some proc bindings, struct definitions, and constant values. Aaron Glazer 2022-05-08 02:34:01 -07:00
  • 3d06322d4a Merge pull request #1775 from Kelimion/ctrl_c Jeroen van Rijn 2022-05-08 10:45:58 +02:00
  • 85e6efdf16 Ctrl-C handler on Windows. Jeroen van Rijn 2022-05-08 10:39:03 +02:00
  • 6b89ff43ea Merge pull request #1770 from ftphikari/master Jeroen van Rijn 2022-05-06 17:28:21 +02:00
  • 4cdc55af91 sys/windows: fix RGB macro again hikari 2022-05-06 18:23:52 +03:00
  • 4b289f904c sys/win32: fix RGB macro hikari 2022-05-06 13:58:00 +03:00
  • 53c70da0b8 Correct foreign import prefix behaviour for wasm gingerBill 2022-05-06 11:16:24 +01:00
  • 6f20b5bb59 Add mock for _yield gingerBill 2022-05-06 10:59:55 +01:00
  • 96ab17ecfc Begin mocking os2 for windows out more gingerBill 2022-05-05 18:01:44 +01:00
  • 18bde22b26 Go to a File based approach over Handle based gingerBill 2022-05-05 16:15:03 +01:00
  • e61aad925b Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-05-05 15:30:14 +01:00
  • 5d190b15d7 Minor improvements to io and os gingerBill 2022-05-05 15:30:07 +01:00
  • fe442d7c0c [mem] Fix Dynamic_Pool. Jeroen van Rijn 2022-05-05 10:45:15 +02:00
  • 97d1a67871 make vet happy, thread_local heap jason 2022-05-04 18:45:39 -04:00
  • bac96cf2ad fix mmap_to_region jason 2022-05-04 18:32:14 -04:00
  • 7e0cc0af25 heap_linux.odin jason 2022-05-04 17:55:15 -04:00
  • 1d29d9be25 Merge pull request #1769 from zhibog/fix_1761 Jeroen van Rijn 2022-05-04 22:21:55 +02:00
  • 0e91e63043 Fix issue 1761. Added the test vector to the core and vendor tests zhibog 2022-05-04 22:13:50 +02:00
  • 0cf37bde8b Update foreign import for OpenEXRCore for non-windows platforms gingerBill 2022-05-04 17:51:36 +01:00
  • 173799527a Merge pull request #1768 from odin-lang/link-order gingerBill 2022-05-04 17:04:18 +01:00
  • 5931e2383b Remove unneeded #if defined gingerBill 2022-05-04 16:58:40 +01:00
  • e4743b15b1 Add @(priority_index=<int>) for foreign import gingerBill 2022-05-04 16:40:12 +01:00
  • 9f95d6fa65 Minor move around for path sets gingerBill 2022-05-04 16:17:24 +01:00
  • 982a1aebb3 Remove stray line gingerBill 2022-05-04 16:14:42 +01:00
  • cec049b7d3 Make the link order of foreign imports deterministic gingerBill 2022-05-04 16:04:26 +01:00
  • dc323cfa1d Small fix to deprecation warning. Jeroen van Rijn 2022-05-04 13:29:52 +02:00
  • 0afa226a93 Merge pull request #1766 from odin-lang/vendor-openexr gingerBill 2022-05-03 15:28:28 +01:00
  • 1146604344 Add LICENSE.md gingerBill 2022-05-03 14:52:09 +01:00
  • 89c2e1a5fa Add vendor:OpenEXRCore to examples/all gingerBill 2022-05-03 14:22:25 +01:00
  • 971d498e79 Change path gingerBill 2022-05-03 14:21:24 +01:00
  • 6e7a50c02f Add .lib for vendor:openexr gingerBill 2022-05-03 14:11:26 +01:00
  • 6aaab4988e Merge pull request #1765 from Kelimion/more_opt_handling Jeroen van Rijn 2022-05-03 14:01:22 +02:00
  • d9b0c05acf Typo. Jeroen van Rijn 2022-05-03 13:47:13 +02:00
  • 47f637d23b Add deprecation warnings for -opt and flag=value insted of flag:value. Jeroen van Rijn 2022-05-03 13:37:07 +02:00
  • 59f55a2119 Make big_int_from_string return an error if not an integer. Jeroen van Rijn 2022-05-03 13:15:49 +02:00
  • 8bac82320f Fix -opt: parsing. Jeroen van Rijn 2022-05-03 11:44:55 +02:00
  • 14bf20320a Merge pull request #1764 from Kelimion/xxh3_tests Jeroen van Rijn 2022-05-02 19:30:40 +02:00
  • b99940f33a [xxhash] For the streaming tests, randomly select the size to use. Jeroen van Rijn 2022-05-02 19:20:25 +02:00
  • 81495068b9 Merge pull request #1763 from Kelimion/xxh3_tests Jeroen van Rijn 2022-05-02 17:57:48 +02:00
  • 6985181961 [xxhash] Add tests for large inputs Jeroen van Rijn 2022-05-02 17:51:39 +02:00
  • 97717d65ef Add vendor:openexr gingerBill 2022-05-02 16:09:09 +01:00
  • 8023c8abc7 Fix @(disable=...) gingerBill 2022-05-02 14:10:02 +01:00
  • 2d3f59d9a7 Merge pull request #1758 from ftphikari/master gingerBill 2022-05-02 13:11:25 +01:00
  • 5f04281540 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-05-01 23:53:15 +01:00
  • f8640fba7b Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-05-01 23:53:07 +01:00
  • be8de4a1ff Update arch enum gingerBill 2022-05-01 23:52:55 +01:00
  • 18ad6c33ef Implement syscall for arm32 gingerBill 2022-05-01 23:32:31 +01:00
  • 0e27b27b81 Fix building issues with arm32 gingerBill 2022-05-01 23:28:32 +01:00
  • 10a311092b Add basic arm32 ABI support (linux_arm32) gingerBill 2022-05-01 23:15:06 +01:00
  • 18463d68d4 Merge pull request #1762 from WalterPlinge/netpbm-doc-fix Jeroen van Rijn 2022-05-01 22:39:15 +02:00
  • 74d3bcec05 Fixed the depth values in the doc file, made some info more clear WalterPlinge 2022-05-01 21:29:09 +01:00
  • df233aee94 Merge pull request #1760 from Kelimion/xxh3_fix dev-2022-05 Jeroen van Rijn 2022-05-01 12:54:20 +02:00
  • 335b724209 [xxh3] Fix flaws in streaming implementation Jeroen van Rijn 2022-05-01 12:47:05 +02:00
  • b2fdb881eb sys/windows: remove A variant for one SystemParametersInfoW hikari 2022-05-01 13:21:28 +03:00
  • 6ade9acc4d [pbm] Remove stray comment. Jeroen van Rijn 2022-04-30 22:54:53 +02:00
  • 2081f8fcd6 [tests/core/image] Remove old crappy PPM writer. Jeroen van Rijn 2022-04-30 22:04:47 +02:00
  • 964ab4814c Merge pull request #1726 from WalterPlinge/image-netpbm Jeroen van Rijn 2022-04-30 22:01:22 +02:00
  • 7a032cf9f9 [pbm] Also test PFM formats. Jeroen van Rijn 2022-04-30 21:57:14 +02:00
  • 694c13fe86 Merge branch 'master' into pr/1726 Jeroen van Rijn 2022-04-30 21:01:04 +02:00
  • 8bd16c32f3 [pbm] Fixes. Jeroen van Rijn 2022-04-30 21:00:32 +02:00
  • be9b935953 Fix indentation bkrypt 2022-04-30 20:43:22 +02:00
  • 9e69452327 Remove unnecessary value (count) from enum bkrypt 2022-04-30 20:42:42 +02:00
  • 234d529867 [pbm] WIP unit tests. part deux. Jeroen van Rijn 2022-04-30 19:25:16 +02:00
  • dd8b71e353 [pbm] WIP unit tests. Jeroen van Rijn 2022-04-30 17:52:23 +02:00
  • d24bebdb9e sys/windows: add a couple procedures and tons of constants hikari 2022-04-30 16:55:26 +03:00
  • 41a18f078d Merge pull request #1757 from Kelimion/xml Jeroen van Rijn 2022-04-30 14:51:46 +02:00
  • 3978e7e1ca [xml] Add parse_from_string overload. Jeroen van Rijn 2022-04-30 14:43:58 +02:00
  • b758c696f2 Merge pull request #1746 from odin-lang/sync-cond-futex gingerBill 2022-04-30 13:34:16 +01:00
  • d6a8216ce4 [pbm] Normalize some errors, correct .depth Jeroen van Rijn 2022-04-30 14:34:07 +02:00
  • 2720f64c06 Remove unused imports gingerBill 2022-04-30 13:28:45 +01:00
  • de2ebdd5cc Merge pull request #1753 from awwdev/master gingerBill 2022-04-30 13:28:02 +01:00
  • 4e39629a9a Unify implementation for *nix platforms gingerBill 2022-04-30 13:09:24 +01:00
  • 78a8da5fea Add sync.Parker gingerBill 2022-04-30 12:37:39 +01:00
  • d5886c1572 Remove the wait group based semaphore implementation gingerBill 2022-04-30 12:37:14 +01:00
  • 7cc759a855 Merge pull request #1756 from ftphikari/master Jeroen van Rijn 2022-04-30 12:46:11 +02:00
  • dd6337224f Correct explicit atomic orderings gingerBill 2022-04-30 11:42:28 +01:00
  • d2bac0c35e sys/windows: fix build issues hikari 2022-04-30 13:40:38 +03:00
  • 8c7f3fd1e6 sys/windows: change macro and add comment hikari 2022-04-30 13:34:11 +03:00
  • ae3deea153 Merge branch 'master' into pr/1726 Jeroen van Rijn 2022-04-30 12:29:28 +02:00
  • 40bea95fb0 sys/windows: add GetDCBrushColor hikari 2022-04-30 12:41:04 +03:00
  • 0ad448f1c7 sys/windows: add a couple of procedures and types hikari 2022-04-30 11:21:37 +03:00
  • 4911df9f99 Remove unneeded semicolons bkrypt 2022-04-29 21:39:10 +02:00
  • a223340c44 Update vendor/miniaudio to v0.11.9 bkrypt 2022-04-15 13:38:58 +02:00
  • 9c9c2b483c [i18n] Enable *nix tests again. Jeroen van Rijn 2022-04-29 18:41:21 +02:00
  • 819345caa6 Disable i18n test for *nix for now. Jeroen van Rijn 2022-04-29 18:28:42 +02:00
  • 11ceb3973d Merge pull request #1754 from Kelimion/i18n Jeroen van Rijn 2022-04-29 18:20:54 +02:00
  • 36263399a0 [i18n] Enable i18n test on Linux. Jeroen van Rijn 2022-04-29 18:13:46 +02:00
  • ff0f0c447f [i18n] Fix segfault on destroy on Linux Jeroen van Rijn 2022-04-29 18:10:13 +02:00
  • aa681932a9 Merge pull request #1336 from Kelimion/i18n Jeroen van Rijn 2022-04-29 16:27:28 +02:00
  • 09e1c0fa27 [i18n] Add tests. Jeroen van Rijn 2022-04-29 16:19:13 +02:00
  • 957ef8e8fe [i18n/xml] Move I18N XML files to their own assets directory. Jeroen van Rijn 2022-04-29 13:16:30 +02:00
  • 2e11a8da5b [i18n] Move to core:text/i18n. Jeroen van Rijn 2022-04-29 13:02:40 +02:00
  • e9cfcf9ecc fix typo in TexImage3D awwdev 2022-04-29 11:26:57 +02:00
  • 789ab99c4d replaced a few [^]u8 with cstring awwdev 2022-04-29 11:21:23 +02:00
  • 0297db6f2e Merge pull request #1752 from sduman/patch-1 Jeroen van Rijn 2022-04-29 01:21:35 +02:00
  • 9ce64916e6 Add missing result parameter names sduman 2022-04-28 17:08:48 -06:00
  • 1289c96e2c [i18n] QT Linguist TS reader. Jeroen van Rijn 2022-04-29 00:29:55 +02:00
  • ba23bfb7b9 [i18n] Allow multiple sections. Jeroen van Rijn 2022-04-28 20:12:32 +02:00
  • 2fae6eda23 [i18n] Initial i18n support. Jeroen van Rijn 2022-04-28 18:58:49 +02:00