Commit Graph

  • e188a542da llvm_backend_debug: Add debug info for soa pointer Lucas Perlind 2022-10-08 16:51:03 +11:00
  • 64f1e8b7a2 Github CI: Add test case for issue 2113 Lucas Perlind 2022-10-08 14:55:20 +11:00
  • 62440df051 Merge pull request #2111 from janivanecky/ns_window_methods Jeroen van Rijn 2022-10-08 01:22:18 +02:00
  • 5362e883f4 Add additional NSWindow methods Jan Ivanecky 2022-10-08 00:47:42 +02:00
  • 8b06fd0935 os2/file_windows fix Phuk Ng Yu 2022-10-07 00:06:46 -07:00
  • bb9b58b8c4 sys/windows: add some constants hikari 2022-10-07 03:53:14 +03:00
  • 3d6eba7213 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-10-04 11:26:19 +01:00
  • 21ebecb3dd Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-10-04 11:26:11 +01:00
  • ee070c9bd3 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-10-04 10:18:40 +01:00
  • aebafdcd08 update virtual.growing_arena_bootstrap_new gingerBill 2022-10-04 10:18:32 +01:00
  • 2b4fce8684 Merge branch 'odin-lang:master' into master ftphikari 2022-10-04 09:10:00 +03:00
  • de8f6709f7 Disable issues tests for the moment. Jeroen van Rijn 2022-10-04 02:07:54 +02:00
  • 683753db96 Merge pull request #2104 from matias-eduardo/patch-3 Jeroen van Rijn 2022-10-04 01:52:46 +02:00
  • d13dc7eca7 Add a few Fiber functions to kernel32.odin matias 2022-10-03 11:35:27 -04:00
  • e56920e445 Merge pull request #2103 from rasa-silva/darwin_version_update Jeroen van Rijn 2022-10-03 16:23:56 +02:00
  • 1c9aad4d7b Update Darwin release map Ricardo Silva 2022-10-03 14:49:35 +01:00
  • 79fe30321a [tests] Skip issues test on Windows for now. dev-2022-10 Jeroen van Rijn 2022-10-02 20:56:30 +02:00
  • 35ee7f3cba Add system:legacy_stdio_definitions.lib to .odin for Windows gingerBill 2022-10-02 11:58:17 +01:00
  • 4c2e86b063 Merge pull request #2102 from yay/darwin-read-write gingerBill 2022-10-02 11:51:00 +01:00
  • d52a9b61af Fix indentation Vitalii Kravchenko 2022-10-02 07:47:22 +01:00
  • 8a5b39f734 Darwin: allow reading/writing files larger than max(i32) Vitalii Kravchenko 2022-10-02 07:40:28 +01:00
  • ce09cb0bdb sys/windows: add comctl32 hikari 2022-10-01 17:13:17 +03:00
  • b7fd91817e Merge remote-tracking branch 'origin/master' hikari 2022-10-01 17:12:57 +03:00
  • a728047281 sys/windows: add a bunch of stuff hikari 2022-10-01 17:12:23 +03:00
  • 775c9648f9 Merge pull request #2099 from Skytrias/skytrias-json-unused-field gingerBill 2022-09-30 20:46:32 +01:00
  • f65bdf5733 else statement to allow skipping unused struct fields Michael Kutowski 2022-09-30 19:40:41 +02:00
  • 213d930f8c Merge pull request #2096 from flplv/master Jeroen van Rijn 2022-09-29 03:20:59 +02:00
  • fae025aac8 Fix llvm copy on nightly ci Felipe Lavratti 2022-09-29 01:42:12 +01:00
  • 97477ee51c Merge pull request #2093 from flplv/master Jeroen van Rijn 2022-09-28 17:14:35 +02:00
  • 99894686cf Change llvm-copy-to-zip path to use real one, instead of link Felipe Lavratti 2022-09-28 15:58:35 +01:00
  • 1162e30768 Merge pull request #2092 from Kelimion/strconv Jeroen van Rijn 2022-09-28 16:45:27 +02:00
  • cd910b1512 [strconv] Add parsing of Inf & NaN Jeroen van Rijn 2022-09-28 16:41:26 +02:00
  • efa86ddf46 Merge pull request #2085 from matias-eduardo/patch-2 gingerBill 2022-09-27 23:08:24 +01:00
  • d8f60cd7f2 Merge pull request #2090 from ftphikari/master gingerBill 2022-09-27 23:08:07 +01:00
  • c4d19dfa92 Use uint instead of int to improve code generation for bounds checking gingerBill 2022-09-27 22:31:46 +01:00
  • fdc1463a20 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-09-27 22:30:18 +01:00
  • b15ea62b98 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-09-27 22:30:10 +01:00
  • 35e70f4be1 Add node data for union when using intrinsics.type_convert_variants_to_pointers gingerBill 2022-09-27 22:30:00 +01:00
  • eb6c388f13 Merge branch 'odin-lang:master' into master ftphikari 2022-09-27 11:06:05 +03:00
  • 42144d957b Merge remote-tracking branch 'origin/master' hikari 2022-09-27 11:05:46 +03:00
  • d1c778680b sys/windows: add a couple of functions and constants, fix formatting hikari 2022-09-27 11:05:01 +03:00
  • 0fe006157e Remove extra pointer indirection gingerBill 2022-09-27 00:18:19 +01:00
  • 4d208dc092 Override lbArgKind to be indirect for #by_ptr parameters gingerBill 2022-09-27 00:10:05 +01:00
  • 162e86663f Add WSATRY_AGAIN to windows/types.odin matias 2022-09-26 01:54:27 -04:00
  • 83ffb68bb7 Fix typo in map_insert gingerBill 2022-09-23 12:09:46 +01:00
  • 476207b0bb Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-09-22 22:05:16 +01:00
  • 31c06ed142 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-09-22 22:05:08 +01:00
  • 4705321988 Merge pull request #2074 from Tetralux/serial-dcb Jeroen van Rijn 2022-09-22 17:20:54 +02:00
  • 37a2356485 [sys/windows] Add DCB structure, SetCommState, GetCommState Tetralux 2022-09-21 19:01:33 +00:00
  • 5cf473b31c Fix typo gingerBill 2022-09-22 15:19:24 +01:00
  • a7484f16cb Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-09-22 15:17:42 +01:00
  • 6c8aad0afb Make intrinsics.{count_ones, count_zeros, count_trailing_zeros, count_leading_zeros} work at compile time gingerBill 2022-09-22 15:17:36 +01:00
  • c767d55e9a Fix typo gingerBill 2022-09-22 12:21:43 +01:00
  • 7f601c9535 Add Allocator_Mode.Alloc_Non_Zerored gingerBill 2022-09-22 12:12:57 +01:00
  • 12cc7388e7 Merge pull request #2071 from colrdavidson/fix-target-features Jeroen van Rijn 2022-09-22 04:05:27 +02:00
  • 2ff61bdfc7 fix target features to make wasm intrinsics happy Colin Davidson 2022-09-21 18:35:56 -07:00
  • eb0d7465e2 Fix libc.aligned_alloc for Windows (thanks Microsoft(!)) gingerBill 2022-09-22 01:22:48 +01:00
  • 07d798c61a Fix libc.aligned_alloc on Windows gingerBill 2022-09-22 01:17:58 +01:00
  • b426e8577b cap(Enum) (equivalent to max(Enum)-min(Enum)+1) gingerBill 2022-09-22 01:09:18 +01:00
  • 532133d648 Minor technical improvement gingerBill 2022-09-22 00:55:28 +01:00
  • c056a0d108 Add slice.enumerated_array gingerBill 2022-09-22 00:52:37 +01:00
  • 6fe1825db9 Improve error message for slicing an enumerated array gingerBill 2022-09-22 00:47:23 +01:00
  • b15968f140 Improve suggestions for certain assignments gingerBill 2022-09-22 00:42:03 +01:00
  • 0ddf1bf660 Minor style change gingerBill 2022-09-22 00:36:31 +01:00
  • dade5b5ef2 Improve error message for check_is_expressible (Cannot convert X to Y from Z) gingerBill 2022-09-22 00:34:36 +01:00
  • 3aea9a7c20 Improve error messages for compile time known bounds checking gingerBill 2022-09-22 00:30:10 +01:00
  • 0dce7769f4 Clean up private internal constant global handling gingerBill 2022-09-22 00:18:03 +01:00
  • 4b73438833 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-09-22 00:05:46 +01:00
  • 8c3f01fbfa Correct parapoly determination of generated internal type of a map gingerBill 2022-09-22 00:05:11 +01:00
  • b7abacfa7e Enable libc complex test. Jeroen van Rijn 2022-09-22 01:01:40 +02:00
  • 3383e9c556 Merge pull request #2070 from 13419596/master gingerBill 2022-09-21 23:48:25 +01:00
  • 0380601bb4 Fix map_insert gingerBill 2022-09-21 23:47:33 +01:00
  • 4b4c2a2abd Correcting libc pow bindings Adding tests that libc pow(f) functions - have two arguments - behave as expected for simple inputs. 13419596 2022-09-21 17:15:28 -05:00
  • b1542d4e98 Merge pull request #2065 from yay/core-os-indent-fix Jeroen van Rijn 2022-09-21 18:39:24 +02:00
  • d469c2da48 Fix indent Vitaly Kravchenko 2022-09-21 17:31:37 +01:00
  • 29c5e390aa Merge pull request #2063 from odin-lang/map-header-changes gingerBill 2022-09-21 16:07:36 +01:00
  • 3455e5690c [examples/all] Make OS-specific for zlib, cmark Jeroen van Rijn 2022-09-21 16:54:21 +02:00
  • 0ca8a5e186 Add vendor:zlib to examples/all; prefix vendor packages. Jeroen van Rijn 2022-09-21 16:45:01 +02:00
  • cb85d00e9e Merge pull request #2064 from awwdev/patch-2 Jeroen van Rijn 2022-09-21 16:23:54 +02:00
  • 8ce1ce85ad removed do André (counter) 2022-09-21 16:03:52 +02:00
  • a6d3cbe824 Correct json.unmarshal for maps gingerBill 2022-09-21 13:10:06 +01:00
  • 9b9aa9c353 Remove more dead code for map header stuff gingerBill 2022-09-21 13:08:40 +01:00
  • 831620bfc4 Remove header cache code gingerBill 2022-09-21 13:06:02 +01:00
  • 4f50988799 Remove debug code gingerBill 2022-09-21 13:03:30 +01:00
  • ff97a73152 Reduce unnecessary map gets gingerBill 2022-09-21 13:03:13 +01:00
  • 769d8dd038 Simplify __get_map_header stuff gingerBill 2022-09-21 12:13:05 +01:00
  • 1d793ea338 Split header table data and the map pointer gingerBill 2022-09-21 12:09:05 +01:00
  • 5337413c56 Temporary patch for lb_gen_map_header gingerBill 2022-09-21 11:36:14 +01:00
  • 380905618a Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-09-21 11:31:58 +01:00
  • 3ff56e4405 Correct get_fullpath_relative to remove all trailing path separators (/ and \) gingerBill 2022-09-21 11:31:52 +01:00
  • 58297774f7 Merge pull request #2061 from flplv/main Jeroen van Rijn 2022-09-21 03:41:15 +02:00
  • 5e9ff85fa8 Changed nightly build for linux to include the llvm library file Felipe Lavratti 2022-09-21 00:50:34 +01:00
  • eb7a9c55b0 Improve parapoly support for ^T to [^]$V and vice versa gingerBill 2022-09-20 22:47:53 +01:00
  • 6157af56e9 Merge pull request #2059 from sumofat/pr_fix_stbi_darwin Jeroen van Rijn 2022-09-18 14:38:35 +02:00
  • d6f84887ff Fix darwin libs for vendor stbi ray.garner 2022-09-18 21:11:07 +09:00
  • 729ffeee09 Begin work on core:debug/pe gingerBill 2022-09-17 18:45:33 +01:00
  • 0092995f9d Update .gitignore gingerBill 2022-09-17 17:54:12 +01:00
  • 3fb69d59bb Minor correction to __get_map_header gingerBill 2022-09-17 17:48:38 +01:00
  • cb207afdf3 Merge pull request #2055 from odin-lang/map-index-internal gingerBill 2022-09-17 15:30:53 +01:00
  • 756c1b7bcb Correct slice/ptr.odin calls gingerBill 2022-09-17 15:12:32 +01:00