Commit Graph

  • 2eea6f2490 Merge pull request #2173 from Hyp-X/master gingerBill 2022-11-03 10:37:32 +00:00
  • 1d9d79542c d3d12: Fixed RESOURCE_STATE_GENERIC_READ flags Hyp-X 2022-11-03 10:49:45 +01:00
  • 1a6d4c955a Add more bit_sets to direct packages gingerBill 2022-11-02 23:12:43 +00:00
  • 717522efe4 Correct more flags for d3d12 gingerBill 2022-11-02 22:45:05 +00:00
  • 8d06d9c23d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-11-02 16:43:36 +00:00
  • 765c1546c5 Make many d3d12 flags enums into bit_set gingerBill 2022-11-02 16:43:29 +00:00
  • 7ec6fd30f0 Merge pull request #2171 from Kelimion/os_read_windows Jeroen van Rijn 2022-11-02 17:03:20 +01:00
  • 0ca773114a Fix os.read implementation on Windows. Jeroen van Rijn 2022-11-02 16:48:39 +01:00
  • 9e1576418f Update README.md gingerBill 2022-11-02 15:07:09 +00:00
  • b7ea169c81 Fixed #2170 gingerBill 2022-11-02 11:36:49 +00:00
  • 3b583cbac7 Add debug symbols for global constants of integers, bools, enums, runes, & pointers. gingerBill 2022-11-02 00:05:51 +00:00
  • 382bd87667 Merge pull request #2169 from odin-lang/location-byval dev-2022-11 gingerBill 2022-11-01 15:52:40 +00:00
  • 6cc07dc24e Merge branch 'master' of github.com:odin-lang/Odin Jeroen van Rijn 2022-11-01 15:49:10 +01:00
  • 01cdd22a01 Temporarily disable certain tests. Jeroen van Rijn 2022-11-01 15:48:27 +01:00
  • 35331e6973 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-11-01 14:45:57 +00:00
  • c18e98e8c5 Add extra check in add_entity_and_decl_info #2161 gingerBill 2022-11-01 14:45:51 +00:00
  • 3cd553565f Merge pull request #2168 from Kelimion/target_version Jeroen van Rijn 2022-11-01 15:18:06 +01:00
  • 9eec9f5788 Add -minimum-os-version flag Jeroen van Rijn 2022-11-01 15:04:44 +01:00
  • 2b7ca2bdd6 Fix #2160 (deep subtyping through using of _) gingerBill 2022-11-01 13:14:20 +00:00
  • 411c0add3b Add safety check for #2161 gingerBill 2022-11-01 13:03:35 +00:00
  • 18d7ecc1a5 wasi: Add FD_FILESTAT_GET to default file open rights JopStro 2022-11-01 12:56:36 +00:00
  • 4812601e78 Fix #2167 context.assertion_failure_proc = nil (context field assignments) gingerBill 2022-11-01 12:56:17 +00:00
  • 2d5779b660 Add missing newline. Jeroen van Rijn 2022-11-01 00:47:16 +01:00
  • fd53e8b955 Merge pull request #2166 from Kelimion/clarify-define-help Jeroen van Rijn 2022-11-01 00:46:17 +01:00
  • 53a030c65b Clarify -define help. Jeroen van Rijn 2022-11-01 00:38:54 +01:00
  • 91ad6b42c5 rename default_dir to current_dir JopStro 2022-10-31 21:46:47 +00:00
  • dad10ef800 create _yeild stub for wasi_wasm32 target to avoid compile error JopStro 2022-10-31 21:22:55 +00:00
  • 71eb21aab7 implement open for wasi_wasm32 target JopStro 2022-10-31 21:21:10 +00:00
  • f8228e305a Merge pull request #2164 from colrdavidson/fix-osx-read Jeroen van Rijn 2022-10-31 14:44:40 +01:00
  • 0e7109cab2 terminate read if we read EOF Colin Davidson 2022-10-31 06:08:18 -07:00
  • c39ef1b25c Ad-hoc pass source code location directly by pointer without stack copy gingerBill 2022-10-31 00:25:53 +00:00
  • 9da37ed394 Optimize #caller_location and #location to use read only data section where possible gingerBill 2022-10-31 00:04:15 +00:00
  • 8fa571c283 Use direct parameter value in lb_find_ident when possible gingerBill 2022-10-30 22:58:44 +00:00
  • 83f3ae14d5 Improve SysV ABI LLVM IR generation for development purposes gingerBill 2022-10-30 22:50:24 +00:00
  • 6a14c3edb4 Make raw_data an intrinsic rather a @(builtin) runtime procedure gingerBill 2022-10-30 22:05:29 +00:00
  • 2cd895c50b Merge pull request #2159 from jceipek/fix-stb-darwin-lib-refs Jeroen van Rijn 2022-10-30 05:01:24 +01:00
  • ee89c0458f Fix STB lib import references on ODIN_OS == .Darwin Julian Ceipek 2022-10-29 22:19:01 -04:00
  • cee847a68c Merge pull request #2156 from Kelimion/remove_opt Jeroen van Rijn 2022-10-28 21:47:31 +02:00
  • 413f96553a Remove formerly deprecated -opt flag. Jeroen van Rijn 2022-10-28 21:38:20 +02:00
  • 662ed4a67c Merge pull request #2154 from Kelimion/llvm-15-check Jeroen van Rijn 2022-10-27 03:08:02 +02:00
  • 85a263130d Add LLVM > 14 check to main.cpp for Darwin. Jeroen van Rijn 2022-10-27 02:55:38 +02:00
  • d19ae37af1 Panic if LLVM > 14. Jeroen van Rijn 2022-10-27 02:39:18 +02:00
  • 22672a816e Merge pull request #2153 from oskarnp/fix-fmt-string-width Jeroen van Rijn 2022-10-26 17:54:26 +02:00
  • 2fa0c99080 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-10-26 16:51:01 +01:00
  • 70051414c4 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-10-26 16:50:51 +01:00
  • dcb873c88d Fix behavior of fmt_string() to not truncate strings to width Oskar Nordquist 2022-10-26 11:21:42 -04:00
  • 62ab2987b6 Change name to windows_set_file_info_times gingerBill 2022-10-26 16:08:49 +01:00
  • 7bcde35651 Heavily improve time handling on Windows for time.now() and os.File_Info gingerBill 2022-10-26 16:05:49 +01:00
  • 4b8721a0bb check addressing mode instead JasperGeer 2022-10-26 10:11:10 -04:00
  • 7743e34596 Fix typo gingerBill 2022-10-26 15:01:35 +01:00
  • 4003b76fd3 Add GetSystemTimePreciseAsFileTime gingerBill 2022-10-26 15:00:25 +01:00
  • c27ed1896f Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-10-26 13:37:40 +01:00
  • 7d217269b5 Add Arena_Kind.Buffer to core:mem/virtual gingerBill 2022-10-26 13:37:20 +01:00
  • a3c8882648 Merge pull request #2151 from nowheredevel/master Jeroen van Rijn 2022-10-26 01:53:46 +02:00
  • 4389059834 Fix printf typo in documentation nowheredevel 2022-10-25 19:06:15 -04:00
  • a55e90fefd Merge pull request #2149 from Kelimion/which Jeroen van Rijn 2022-10-25 16:56:42 +02:00
  • f58f922487 Detect which and complain if not found. Jeroen van Rijn 2022-10-25 16:45:38 +02:00
  • 1a0930f841 don't suggest u8 slice cast to string for u8 slice literal JasperGeer 2022-10-23 19:41:07 -04:00
  • a5f8c3f692 Update many enums to bit_sets for D3D11 gingerBill 2022-10-23 13:17:37 +01:00
  • 92fb65cf2e Fix #defined(I). Jeroen van Rijn 2022-10-23 04:32:45 +02:00
  • a51943e27f Add core:math/rand.choice Jeroen van Rijn 2022-10-23 04:18:58 +02:00
  • 03c834e410 Merge pull request #2145 from jaspergeer/fix-scalar-cast-to-non-square-matrix Jeroen van Rijn 2022-10-21 22:27:15 +02:00
  • 989107094c throw type checker error when scalar cast to non-square matrix Jasper Geer 2022-10-21 15:41:58 -04:00
  • fd8956b8f4 Merge pull request #2144 from Kelimion/glfw Jeroen van Rijn 2022-10-21 19:28:44 +02:00
  • 648e3c65ea Add RawMouseMotionSupported Jeroen van Rijn 2022-10-21 19:20:15 +02:00
  • d5047e621d Merge pull request #2134 from jrfondren/errno-linkfix gingerBill 2022-10-21 15:48:43 +01:00
  • 8fbdef01d6 Merge pull request #2142 from jceipek/fix-objc_allocateClassPair gingerBill 2022-10-21 11:08:00 +01:00
  • 9dee943fae Update fmt.odin ChuuniMage 2022-10-21 14:50:46 +11:00
  • 8ceb691cec Fix indentation Julian Ceipek 2022-10-20 21:38:43 -04:00
  • f26516f6fa Add objc_registerClassPair to allow subclassing Julian Ceipek 2022-10-20 21:18:11 -04:00
  • fda8e8a30b Use c.size_t to match C declaration more directly Julian Ceipek 2022-10-20 21:16:53 -04:00
  • 2242178d96 Fix signature for objc_allocateClassPair Julian Ceipek 2022-10-20 21:07:14 -04:00
  • a459bc13dc Add caprintf and ctprintf to fmt ChuuniMage 2022-10-21 10:23:10 +11:00
  • 53e84b7f31 Remove doubly linked list of Platform_Memory_Block fields gingerBill 2022-10-19 23:39:47 +01:00
  • 098f51aa80 Allow transmute to be constant for integers of the same internal endianness gingerBill 2022-10-19 16:59:38 +01:00
  • 765969e6a3 Revert default_resize_bytes_align logic to previous behaviour gingerBill 2022-10-19 16:06:36 +01:00
  • 8086c14dcc Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-10-18 10:28:25 +01:00
  • 80ce1b7d85 Allow for N = -1 in wstring_to_utf8 gingerBill 2022-10-18 10:28:17 +01:00
  • 9f55404845 fix core:c/libc.errno link_name for Linux and FreeBSD Julian Fondren 2022-10-17 22:32:10 -05:00
  • 075040ae05 Update sort_private.odin gingerBill 2022-10-18 00:06:21 +01:00
  • aa799d6a0d Merge pull request #2124 from odin-lang/virtual-arena-unification gingerBill 2022-10-17 11:46:44 +01:00
  • 58e607e960 Merge pull request #2128 from Lperlind/staging/better_using_blank gingerBill 2022-10-17 11:45:57 +01:00
  • ff51c5ee56 Wrap intrinsics.overflow_add to safe_add gingerBill 2022-10-15 12:52:07 +01:00
  • 73c1f08776 Improve error messages with 'using _' Lucas Perlind 2022-10-14 18:22:59 +11:00
  • 412ca36230 Merge pull request #2127 from terids/vendor-vulkan-fix gingerBill 2022-10-14 12:22:08 +01:00
  • 06d1df4cae Fix GetInstanceProcAddr crash terids 2022-10-14 02:03:57 +01:00
  • 7662808bc9 Add overflow_add checks to alloc_from_memory_block gingerBill 2022-10-13 12:53:33 +01:00
  • d48828dd80 Add overflow check when using a growing arena gingerBill 2022-10-13 12:45:17 +01:00
  • b725e01cdd Add @(require_results) to many procedures gingerBill 2022-10-13 11:10:16 +01:00
  • 874c1f076d Merge pull request #2126 from ftphikari/master gingerBill 2022-10-13 11:04:01 +01:00
  • 2c14f0a109 sys/windows: add ITaskbarList interfaces hikari 2022-10-13 11:19:05 +03:00
  • cf4afc2e7b Inline assert condition gingerBill 2022-10-12 21:26:50 +01:00
  • 5ed06f7eb8 Rename constants; minor rearrange of Arena layout gingerBill 2022-10-12 21:23:45 +01:00
  • 765cd66b30 Clean up minimum_block_size default implicit initialization gingerBill 2022-10-12 21:20:31 +01:00
  • 5a8fbc230d Sanity corrections to virtual calls gingerBill 2022-10-12 21:16:34 +01:00
  • 5c62211f00 Inline resize logic for virtual.Arena gingerBill 2022-10-12 20:44:36 +01:00
  • 835b8ffa22 Update total_used for arena_static_reset_to gingerBill 2022-10-12 20:30:48 +01:00
  • b84108c4b5 Inline align forward offset code gingerBill 2022-10-12 20:28:51 +01:00
  • 6642e1fc9d Unify Static_Arena and Growing_Arena into Arena gingerBill 2022-10-12 19:10:04 +01:00
  • c909e8e4b8 sys/windows: add SHFileOperationW hikari 2022-10-12 04:35:41 +03:00