Commit Graph

  • 6cf5371d7d fix push_back and pop_front CiD- 2022-01-14 10:17:49 -05:00
  • e15f714660 Define wasm _start entry point in Odin code gingerBill 2022-01-13 15:18:47 +00:00
  • 4f77151ebc Merge pull request #1389 from ap29600/slice_scanner gingerBill 2022-01-13 14:10:17 +00:00
  • 9a46463078 Merge pull request #1399 from kleeon/master gingerBill 2022-01-13 12:06:53 +00:00
  • a0816bb581 Merge pull request #1424 from jasonKercher/os_linux gingerBill 2022-01-13 12:06:40 +00:00
  • b33ca6651e Rename proc_* to entry_* gingerBill 2022-01-13 12:05:22 +00:00
  • 315a08f33f Add main to proc_unix.odin gingerBill 2022-01-13 12:04:42 +00:00
  • 50668fa7a6 Merge pull request #1425 from graphitemaster/more_linux_shared_library_fixes Jeroen van Rijn 2022-01-13 06:36:19 +01:00
  • ee260986a9 more fixes Dale Weiler 2022-01-13 00:19:04 -05:00
  • c9bc759624 Correct calling convention gingerBill 2022-01-12 23:04:31 +00:00
  • 80f175cdb0 Add empty main dynamic builds for *nix systems gingerBill 2022-01-12 20:40:34 +00:00
  • 8f03811842 Fix typo gingerBill 2022-01-12 20:30:34 +00:00
  • 3def94505e Add dynamic to error message for -build-mode gingerBill 2022-01-12 20:28:11 +00:00
  • e30f16b1f3 Correct -init for *nix gingerBill 2022-01-12 20:17:30 +00:00
  • 7df93ea504 Initialize runtime.args__ through main gingerBill 2022-01-12 20:16:46 +00:00
  • 6209b02bf9 Add intrinsics._entry_point call to _odin_entry_point gingerBill 2022-01-12 20:16:04 +00:00
  • 75b7f2b9fe Correct -init for *nix to be a different procedure gingerBill 2022-01-12 20:13:38 +00:00
  • f1521aa980 Add proc_windows.odin for custom entry points gingerBill 2022-01-12 20:10:23 +00:00
  • fb0a3ab7c1 Correct linkage for entry point procedures on Windows gingerBill 2022-01-12 20:07:17 +00:00
  • 8eaafd5242 check correct errno in _readlink CiD- 2022-01-12 14:51:49 -05:00
  • 774951e8c0 os_linux additions + libc to syscalls CiD- 2022-01-12 14:36:18 -05:00
  • 5ec93677a0 Correct look for entry point in llvm backend (Windows only currently) gingerBill 2022-01-12 19:27:49 +00:00
  • 7e4067c44c Begin work to move entry point code to Odin itself rather than in C++ side gingerBill 2022-01-12 19:18:54 +00:00
  • f2f6c3c67d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-01-11 10:56:13 +00:00
  • 847b05013f Disable DEFAULT_TO_THREADED_CHECKER until race condition is found gingerBill 2022-01-11 10:56:07 +00:00
  • d308473075 Merge pull request #1421 from graphitemaster/linux_shared_library_fixes gingerBill 2022-01-10 23:18:04 +00:00
  • 4334dbe69a disable this warning Dale Weiler 2022-01-10 18:00:38 -05:00
  • 8f91e9307c shared library fixes Dale Weiler 2022-01-10 17:57:33 -05:00
  • 32ec1162bf Use more {} ctor gingerBill 2022-01-10 14:52:47 +00:00
  • 7cc265e14c Add mutex guards for signature scopes gingerBill 2022-01-10 14:50:28 +00:00
  • 6f3e450c50 Move error handling code to a separate file gingerBill 2022-01-10 14:03:36 +00:00
  • bee045efee Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-01-10 13:32:11 +00:00
  • d163391c6b Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-01-10 13:32:06 +00:00
  • cb1080d56c Fix check_procedure_bodies to allow multiple threads caused by a typo gingerBill 2022-01-10 13:31:34 +00:00
  • 437b700dd3 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-01-10 12:20:00 +00:00
  • 6390956ff6 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-01-10 12:19:55 +00:00
  • 80bd1eb615 Fix polymorphic matrix element with a minor hack gingerBill 2022-01-10 12:19:49 +00:00
  • 4c76e90224 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-01-10 11:54:29 +00:00
  • 8e57581ef2 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-01-10 11:54:22 +00:00
  • fb53402914 Merge pull request #1402 from jasonKercher/syscalls gingerBill 2022-01-10 11:50:45 +00:00
  • 731853ce78 Merge pull request #1416 from Naboris/utf16-typo gingerBill 2022-01-10 11:50:04 +00:00
  • f0260e9771 Merge pull request #1420 from odin-lang/linalg-to-use-matrix-type gingerBill 2022-01-10 11:49:49 +00:00
  • af612bc7e9 Update matrix types to be the native Odin matrix types gingerBill 2022-01-10 11:32:27 +00:00
  • d76dd95c0b Merge pull request #1418 from wbogocki/patch-1 Jeroen van Rijn 2022-01-09 16:10:50 +01:00
  • 1cff72ad62 Fix link to Odin blog Wojciech Bogócki 2022-01-09 22:43:12 +08:00
  • 773cfac449 fix typo Naboris 2022-01-08 09:39:26 +01:00
  • b02f2953ac Merge pull request #1410 from Kelimion/sort_map Jeroen van Rijn 2022-01-07 06:47:54 +01:00
  • 566a750899 Fix unused imports. Jeroen van Rijn 2022-01-07 06:12:00 +01:00
  • 1d1d684cbc Merge pull request #1407 from Platin21/feature/fix-supervisor-call Jeroen van Rijn 2022-01-05 17:02:24 +01:00
  • 7a14acaa01 Fixes syscall intrinsic on macOS they use a slightly different section + register for the id Platin21 2022-01-05 16:49:58 +01:00
  • 639666f123 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-01-05 11:31:41 +00:00
  • 205990d5e8 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-01-05 11:31:34 +00:00
  • 057174497a Merge pull request #1406 from terickson001/schar gingerBill 2022-01-05 00:50:24 +00:00
  • 8c9597b24b add schar to core:c and core:c/libc Tyler Erickson 2022-01-04 16:45:16 -08:00
  • 72862ce30d Fix minor typo in c/frontend/preprocess gingerBill 2022-01-04 11:48:18 +00:00
  • d0f4cb1de4 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-01-04 11:47:05 +00:00
  • 17613185e7 Support struct field tags in odin doc format gingerBill 2022-01-04 11:44:34 +00:00
  • 00ff1fbca2 Merge pull request #1403 from Platin21/feature/fix-open-syscall Jeroen van Rijn 2022-01-03 20:48:09 +01:00
  • f15bb0b424 Fix quaternion casting gingerBill 2022-01-03 19:45:27 +00:00
  • f818d0feb1 Fix #1344 gingerBill 2022-01-03 19:43:22 +00:00
  • 8ff6f95571 Removes the default create flag Platin21 2022-01-03 20:40:56 +01:00
  • 68e5f57e27 Fixes open system call (Thanks TIM!) Platin21 2022-01-03 20:34:57 +01:00
  • 38e5e13b3f add more Linux syscalls CiD- 2022-01-03 09:24:39 -05:00
  • defc1672c3 Revert fix #1344 gingerBill 2022-01-03 13:48:12 +00:00
  • 12f459b5fb Fix #1344 gingerBill 2022-01-03 13:12:39 +00:00
  • e6b8f7e77a Fix #1398 gingerBill 2022-01-03 12:54:31 +00:00
  • 236b08cb49 Fix #1356 gingerBill 2022-01-03 12:51:32 +00:00
  • e4f28de3de Fix #1311 gingerBill 2022-01-03 12:14:01 +00:00
  • d8b0b12e02 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2022-01-03 11:36:08 +00:00
  • e7e762d5e4 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-01-03 11:35:58 +00:00
  • 6543491148 Clean up code for queue (no logic changed) dev-2022-01 gingerBill 2022-01-02 15:31:47 +00:00
  • 3cbf9c3719 Fix #1381 gingerBill 2022-01-02 14:45:39 +00:00
  • 50188f0308 Add sort.map_entries_by_key sort.map_entries_by_value gingerBill 2022-01-01 17:13:11 +00:00
  • a60b9735a2 Add core:container/queue gingerBill 2022-01-01 15:46:22 +00:00
  • a032a2ef32 Remove the hidden NUL byte past the end from bytes.clone gingerBill 2022-01-01 15:33:19 +00:00
  • f364ac60c2 Remove the hidden NUL byte past the end from strings.clone gingerBill 2022-01-01 15:31:51 +00:00
  • 43763ddfda Correct _shift_down logic gingerBill 2022-01-01 13:44:37 +00:00
  • 70ed280c5a Fix typo in priority_queue.odin and add default_swap_proc gingerBill 2022-01-01 13:11:53 +00:00
  • 0d7cb02386 Fix conversion from float to quaternion gingerBill 2021-12-31 23:20:14 +00:00
  • bdf66bb1e1 Correct abs type behaviour for quaternions gingerBill 2021-12-31 22:54:12 +00:00
  • 9b5cfe2677 Merge pull request #1401 from zhibog/extend-crypto-api Jeroen van Rijn 2021-12-31 13:27:56 +01:00
  • 42033ea808 Extended crypto API by variants that write the result into a destination buffer, instead of returning it zhibog 2021-12-31 13:16:11 +01:00
  • c7ff296bef Change the implementation of Priority_Queue to have a better interface that allows for a less and swap procedure gingerBill 2021-12-30 13:42:10 +00:00
  • 750ee4ecdb Fixed wrong function name in README.md kleeon 2021-12-30 15:00:45 +03:00
  • ed742846cb Correct lb_emit_ptr_offset bug caused by LLVMConstGEP assuming a signed index gingerBill 2021-12-29 15:01:56 +00:00
  • ed8b20da78 Add core:container/priority_queue gingerBill 2021-12-29 14:38:39 +00:00
  • c987b84292 Move bash.djbx33a to hash.odin gingerBill 2021-12-29 12:24:47 +00:00
  • a9b17b5a37 Add hash.djbx33a gingerBill 2021-12-29 12:01:07 +00:00
  • a66f859fb4 Minor improvements to core:container/small_array gingerBill 2021-12-29 11:58:27 +00:00
  • c46e7eda1d Add core:container/small_array gingerBill 2021-12-29 11:26:22 +00:00
  • 865d88dd56 review feedback Henry Dooley 2021-12-28 10:50:34 -06:00
  • 92e70b9a58 use multipointers instead of simple pointers Andrea Piseri 2021-12-28 16:19:38 +01:00
  • 822da9d12d Merge branch 'master' into slice_scanner Andrea Piseri 2021-12-28 16:12:15 +01:00
  • b0817d136b Merge pull request #1354 from Kelimion/bit_vector Jeroen van Rijn 2021-12-28 15:51:45 +01:00
  • 53e30e4621 [core:container/bit_vector] Create new package. Jeroen van Rijn 2021-12-07 18:45:46 +01:00
  • dbf42d2469 make slice.as_ptr return [^]E gingerBill 2021-12-28 14:16:27 +00:00
  • 36c61aeacf Merge pull request #1350 from thePHTest/json-typo gingerBill 2021-12-28 14:11:27 +00:00
  • 289b0422bd Merge pull request #1372 from ryuukk/patch-1 gingerBill 2021-12-28 14:11:11 +00:00
  • 78359f0c16 Merge pull request #1379 from weshardee/master gingerBill 2021-12-28 14:09:42 +00:00
  • 3f8c6a6745 Merge pull request #1396 from Platin21/feature/fix-matrix-return gingerBill 2021-12-28 14:07:13 +00:00