Commit Graph

  • 737bccbd5e Add math.divmod and math.floor_divmod gingerBill 2022-08-15 16:31:43 +01:00
  • 87094ef96c smaller allocation for no n-null-terminated wstring Ian Lilley 2022-08-15 09:17:10 -04:00
  • f5431a046d using correct type for val1 Ian Lilley 2022-08-15 08:08:49 -04:00
  • 5d9b6f9d5b Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-15 10:28:23 +01:00
  • 2ace5f34a3 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-15 10:28:15 +01:00
  • 5a9422b6bc Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-15 10:27:57 +01:00
  • d30198c99a Merge pull request #1944 from odin-lang/load-improvements gingerBill 2022-08-15 10:27:53 +01:00
  • 0c8d59dd20 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-15 10:24:23 +01:00
  • a460d140fe Merge pull request #1889 from thePHTest/master gingerBill 2022-08-15 10:24:19 +01:00
  • 881d18ee88 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-15 10:23:56 +01:00
  • d73a4aa34b Merge pull request #1938 from Skytrias/pretty-json-2 gingerBill 2022-08-15 10:23:50 +01:00
  • 5c298c1501 Minor text alignment gingerBill 2022-08-15 10:22:32 +01:00
  • a83ca2120e Remove unused import gingerBill 2022-08-14 21:50:41 +01:00
  • 81799f7f78 Fix #1950 gingerBill 2022-08-14 21:50:21 +01:00
  • 7973f7e750 Merge pull request #1949 from matias-eduardo/patch-1 Jeroen van Rijn 2022-08-14 13:25:23 +02:00
  • 3dc62a67e0 Typo: "Get" -> "Set" matias 2022-08-14 07:16:54 -04:00
  • 081e36c909 Add additional mouse buttons to Raylib bindings. Jeroen van Rijn 2022-08-13 15:34:52 +02:00
  • 3a1d364f59 Merge pull request #1929 from fabiansperber/add-windows-definitions Jeroen van Rijn 2022-08-12 22:58:18 +02:00
  • e50648279d Add some wgl extensions Fabian Sperber 2022-08-01 21:09:38 +02:00
  • 929af320da Add more windows bindings Fabian Sperber 2022-07-27 22:49:08 +02:00
  • 8e7c7eeeba Fix lb_emit_ptr_offset gingerBill 2022-08-12 13:48:10 +01:00
  • b739044e69 Update marshal.odin Michael Kutowski 2022-08-12 13:59:11 +02:00
  • 9e0107c9fc add new soa type, my bad wasnt on master Michael Kutowski 2022-08-12 13:50:19 +02:00
  • 107e016508 switch styling and opt.spaces max Michael Kutowski 2022-08-12 13:42:19 +02:00
  • 22d16c20f8 Remove debug message gingerBill 2022-08-12 12:29:32 +01:00
  • 697c839c84 Correct global constant procedure initialization gingerBill 2022-08-12 12:29:11 +01:00
  • de8bd88d2a Clean up how procedures are typed in LLVM's dumb type system gingerBill 2022-08-12 11:15:12 +01:00
  • 595efba747 removed unnecessary ternary Ian Lilley 2022-08-11 11:43:19 -04:00
  • c041d15569 Merge pull request #1928 from IanLilleyT/logger_extra_space gingerBill 2022-08-11 16:18:46 +01:00
  • 57b20e634b Merge branch 'master' into pretty-json-2 gingerBill 2022-08-11 16:14:27 +01:00
  • e285796fc1 Merge pull request #1940 from Lperlind/staging/d3d11-idebug gingerBill 2022-08-11 16:13:09 +01:00
  • a19494d3a7 Minor refactoring of lb_build_addr gingerBill 2022-08-11 16:12:07 +01:00
  • d2a362fd52 Clean up compound literal backend stuff some more gingerBill 2022-08-11 16:07:55 +01:00
  • 0f3562ef02 Improve compound literal generation for array-like types gingerBill 2022-08-11 16:01:46 +01:00
  • 03f683f9e7 Improve emit store for large constants gingerBill 2022-08-11 15:19:27 +01:00
  • cecadce86d Allow for chaining of '#load(path) or_else #load(path)' gingerBill 2022-08-11 14:42:29 +01:00
  • a7c3906003 #load(path, type) gingerBill 2022-08-11 14:30:14 +01:00
  • 70dc0c15fd Improve type hint for #load to allow for string types gingerBill 2022-08-11 13:43:35 +01:00
  • 9eeed9d5bd Simplify #load_or for the time being gingerBill 2022-08-11 13:35:24 +01:00
  • a054c2934e Cache #load data and hashes gingerBill 2022-08-11 13:32:45 +01:00
  • 38102f14c1 Add #load(path) or_else default in favour of #load_or(path, default) gingerBill 2022-08-11 13:01:54 +01:00
  • 0997df4fcf Move builtin directives to a separate procedure gingerBill 2022-08-11 12:39:05 +01:00
  • a5a56e061c Fix to png example.odin gingerBill 2022-08-11 11:10:05 +01:00
  • 8b007ad55a Merge pull request #1943 from jaspergeer/fix-untyped-const-shift gingerBill 2022-08-11 10:58:58 +01:00
  • 57dd5ec4db Added back missing return statement Jasper Yujin Geer 2022-08-10 18:25:29 -07:00
  • 5b621d5be1 More accurate error message Jasper Yujin Geer 2022-08-10 18:07:49 -07:00
  • 7aee762f3a Throw error when untyped shift expressions have non-integral type hints Jasper Yujin Geer 2022-08-10 17:39:21 -07:00
  • 4ee50c5a35 Merge pull request #1941 from jockus/fix-rc-missing-extension Jeroen van Rijn 2022-08-10 15:22:09 +02:00
  • 28f440dd9e Do not remove .rc extension from resource path to prevent expansion to full path assuming it's a directory if a folder with the same name exists in the same folder as the resource file Joakim Hentula 2022-08-10 13:58:33 +01:00
  • 43b78e51a4 Add ID3D11Debug interface to d3d11 package Lucas Perlind 2022-08-10 22:11:03 +10:00
  • 84f9fb706b General clean up of LLVM*GEP2 code gingerBill 2022-08-10 11:36:25 +01:00
  • 812823cad8 Wrap all LLVMGetElementType uses gingerBill 2022-08-09 21:17:32 +01:00
  • 0655260378 Comment out a bit of code in lb_is_const_or_global gingerBill 2022-08-09 21:13:52 +01:00
  • cfc3723879 Remove other uses of LLVMGetElementType on pointer types gingerBill 2022-08-09 21:12:31 +01:00
  • 72793bd59a Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-09 18:19:06 +01:00
  • c7b14d1335 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-09 18:19:00 +01:00
  • 4c3281b3f2 Disallow Early CSE on -debug builds gingerBill 2022-08-09 18:09:26 +01:00
  • ff94c605e0 Minor change to lb_emit_store for storing nil to procedure variables gingerBill 2022-08-09 18:08:30 +01:00
  • 715d4405bb Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-08-09 16:01:33 +01:00
  • 8ce8806175 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-08-09 16:01:23 +01:00
  • cb0a59bb2c Eliminate use of LLVMGetElementType for pointers gingerBill 2022-08-09 15:36:18 +01:00
  • 076700bd22 Merge pull request #1933 from lerno/reduce_reliance_on_ptr_type gingerBill 2022-08-09 15:18:09 +01:00
  • bcccc8338f Merge pull request #1937 from IanLilleyT/rc_fix Jeroen van Rijn 2022-08-09 16:03:17 +02:00
  • 425dec8bb8 add uint as hex option Michael Kutowski 2022-08-08 18:28:28 +02:00
  • 838554460b Add basic "lock" around Log_Allocator to minimize errors with allocation logging loops gingerBill 2022-08-08 15:25:11 +01:00
  • 659c3c528d Update delete to pass size in bytes to free when possible gingerBill 2022-08-08 15:16:18 +01:00
  • 60aeab3c38 Update fmt.odin gingerBill 2022-08-08 15:07:19 +01:00
  • 5e3cf45df3 Add #soa pointer type to aid with refactoring to #soa data types gingerBill 2022-08-08 15:07:00 +01:00
  • 4633591918 Remove unnecessary pointer gingerBill 2022-08-08 14:28:36 +01:00
  • 0e6a8b7c72 Make Growing_Arena reserve memory first and then commit as needed gingerBill 2022-08-08 12:43:18 +01:00
  • 147848ca20 Clean up naming conventions gingerBill 2022-08-08 12:30:58 +01:00
  • cde002c579 Fix i18n gingerBill 2022-08-08 12:27:23 +01:00
  • f23d93ba89 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-08 12:23:48 +01:00
  • c97a8418dc Clean-up and unification for the allocation procedures gingerBill 2022-08-08 12:23:19 +01:00
  • 4aca9372a6 Improve resize call gingerBill 2022-08-08 12:11:10 +01:00
  • 4912ecc3ea Add log.Log_Allocator gingerBill 2022-08-08 11:57:51 +01:00
  • c1c8ceafc2 find windows sdk bin path for rc.exe Ian Lilley 2022-08-07 17:52:29 -04:00
  • 9c0a3b6c60 Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGetElementType. Christoffer Lerno 2022-08-06 18:37:00 +02:00
  • 7b539e3025 Merge pull request #1932 from blakeb211/fixed_math_log2 Jeroen van Rijn 2022-08-06 14:55:23 +02:00
  • b2b0043875 fixed math.log2 blake 2022-08-06 06:19:47 -04:00
  • 53e0d182af ...bad paste Michael Kutowski 2022-08-05 18:56:14 +02:00
  • a6fa41e290 marshal output options with pretty option and other config Michael Kutowski 2022-08-05 18:53:29 +02:00
  • edba99d636 Revert "Use sync.Mutex rather than a spin lock for the threading example" Jeroen van Rijn 2022-08-05 15:03:09 +02:00
  • 35674959f2 Merge pull request #1931 from cuishuang/master gingerBill 2022-08-05 13:16:48 +01:00
  • dc8b7a0eb8 fix some typos cui fliter 2022-08-05 20:10:20 +08:00
  • 8d1f46d837 Use sync.Mutex rather than a spin lock for the threading example gingerBill 2022-08-05 12:45:26 +01:00
  • a2117d23b2 Change unreachable with panic gingerBill 2022-08-05 12:41:25 +01:00
  • a58e4d0359 Allow for foo() or_else unreachable() and other diverging procedures gingerBill 2022-08-05 12:19:57 +01:00
  • 576914aee1 Make unreachable() a built-in compiler-level procedure gingerBill 2022-08-05 11:57:33 +01:00
  • 8171f8209a Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-05 11:37:28 +01:00
  • 64ff05303c Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-08-05 11:36:20 +01:00
  • 6caab6225d Fix #1930 gingerBill 2022-08-05 11:36:12 +01:00
  • 326411498a Merge pull request #1925 from neNasko1/fix-incorrect-behaviour-of-string-ordering gingerBill 2022-08-03 19:43:55 +01:00
  • d50fcf0020 Merge pull request #1926 from IanLilleyT/env_leak gingerBill 2022-08-03 19:02:05 +01:00
  • d354d36a3b removed extra space from file_console_logger Ian Lilley 2022-08-03 13:22:12 -04:00
  • 483a72ac61 fixed debug symbols for range interval Ian Lilley 2022-08-03 12:34:03 -04:00
  • dbec4b0d0e fixed memory leak from calling get_env Ian Lilley 2022-08-03 11:49:42 -04:00
  • 4cb489b9e4 Fix sort.compare_strings for prefixes Atanas Dimitrov 2022-08-03 16:22:54 +03:00
  • 28ec50d567 Fix string orderings to account for prefix-equal strings Atanas Dimitrov 2022-08-03 16:09:36 +03:00
  • 73beed0477 Merge pull request #1921 from Hyp-X/master dev-2022-08 gingerBill 2022-08-02 12:15:44 +01:00