Commit Graph

  • cb7a343caf Fixed '_alloc_command_line_arguments()' in os_linux.odin to use the new cstrings, and made 'odin run' use the full executable path. Morten Vassvik 2018-03-01 12:58:57 +01:00
  • 40542e6e26 Fix comparison against nil for cstring gingerBill 2018-02-28 12:01:26 +00:00
  • 9da05dd4cb Update core library with cstring gingerBill 2018-02-28 11:44:41 +00:00
  • ae9da0abfb Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-02-28 11:20:31 +00:00
  • d3ea334e7a cstring gingerBill 2018-02-28 11:20:11 +00:00
  • d76132a3fb Merge pull request #198 from ThisDrunkDane/terminate_thread gingerBill 2018-02-26 10:06:08 +00:00
  • 223c473cf6 Demo fix gingerBill 2018-02-25 20:57:34 +00:00
  • fd57cfa1ae Fix build_settings.cpp gingerBill 2018-02-25 20:52:06 +00:00
  • f23bd2dc27 Revert demo gingerBill 2018-02-25 20:46:32 +00:00
  • 69062ba3ab More code tidying with Array gingerBill 2018-02-25 20:24:38 +00:00
  • e75563cb32 Minor code rearrangement gingerBill 2018-02-25 19:42:12 +00:00
  • d63885a495 array_make gingerBill 2018-02-25 19:23:52 +00:00
  • f28a34fa99 Use Array<irValue *> in ir.cpp gingerBill 2018-02-25 15:31:00 +00:00
  • a1e8de4e00 Fix ir_emit_slice_bounds_check gingerBill 2018-02-25 15:11:20 +00:00
  • d247ba4751 Hexadecimal floats for "perfect values" 0h42f60000 == 123; use bit_cast in compiler gingerBill 2018-02-25 15:09:16 +00:00
  • 27b7dc336a Change parsing for floats and disallow x.0 gingerBill 2018-02-25 14:36:41 +00:00
  • 60a7c68aa6 Minor code reorganization gingerBill 2018-02-25 14:23:45 +00:00
  • 78c103e62c Merge branch 'terminate_thread' of github.com:ThisDrunkDane/Odin into terminate_thread Mikkel Hjortshoej 2018-02-25 14:57:22 +01:00
  • ffec1c77f2 Added terminate_thread to thread.odin Mikkel Hjortshoej 2018-02-25 14:38:55 +01:00
  • 5357181484 Multithreaded parser (windows only) gingerBill 2018-02-25 13:45:44 +00:00
  • 33ddb3ad4d Added terminate_thread to thread.odin Mikkel Hjortshoej 2018-02-25 14:38:55 +01:00
  • 1cd453db14 Remove unneeded disabled warnings for MSVC gingerBill 2018-02-25 12:29:48 +00:00
  • 3b5932699c Fix #assert in opengl.odin gingerBill 2018-02-25 12:14:35 +00:00
  • bada81159d Add #no_bounds_check to __dynamic_map_* procedures gingerBill 2018-02-25 12:13:45 +00:00
  • 652da98c70 Fix slice bounds checking gingerBill 2018-02-25 12:10:19 +00:00
  • e14e2c3b4d -out and generate executable in the current working directory gingerBill 2018-02-25 11:49:44 +00:00
  • f96a897821 Make switch in f { valid gingerBill 2018-02-25 10:55:18 +00:00
  • b74ae77745 Merge pull request #197 from bpunsky/context-bug-fix gingerBill 2018-02-25 00:13:02 +00:00
  • 564226be02 fixed issues with uninitialized contexts Brendan Punsky 2018-02-24 18:57:08 -05:00
  • f6c45fc68a Merge remote-tracking branch 'origin/master' Brendan Punsky 2018-02-24 14:29:30 -05:00
  • 35ba5771a5 Replace compile_assert with #assert gingerBill 2018-02-24 19:03:29 +00:00
  • b2461f7192 Fix issue #195 gingerBill 2018-02-24 18:19:11 +00:00
  • 60a54f404b Auto stash before merge of "master" and "origin/master" Brendan Punsky 2018-02-22 20:11:17 -05:00
  • 921f261377 Fix os.args on Windows #143 gingerBill 2018-02-22 21:34:09 +00:00
  • d70a555c1c Fix issue #192 gingerBill 2018-02-22 21:24:38 +00:00
  • 4c339360e9 auto_cast gingerBill 2018-02-18 15:14:13 +00:00
  • 731dad480d Fix issue regarding nullptr Type * gingerBill 2018-02-18 14:37:58 +00:00
  • a0f2357cb3 Minor fix to demo gingerBill 2018-02-17 19:40:33 +00:00
  • e86ac75e9c Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-02-17 19:24:15 +00:00
  • f51de2e488 Disallow #complete switch ranges gingerBill 2018-02-17 19:24:02 +00:00
  • 5efefdcf16 Merge pull request #189 from ThisDrunkDane/master gingerBill 2018-02-17 19:16:51 +00:00
  • cabb2bb992 Commit 1000 🎉🎂 gingerBill 2018-02-17 19:15:58 +00:00
  • d560f6c920 Fix compile time issue regarding switch ranges gingerBill 2018-02-17 19:05:14 +00:00
  • 21432ba96e Clean up range code for switch gingerBill 2018-02-17 18:34:14 +00:00
  • c341597657 Remove constant from switch for strings gingerBill 2018-02-17 18:22:43 +00:00
  • 2a1420d4e7 Update README.md Mikkel Hjortshøj 2018-02-17 15:03:26 +01:00
  • 28d88f6af4 rounded logo Mikkel Hjortshoej 2018-02-17 15:03:16 +01:00
  • c4d2d287fc #complete switch; Removal of dyncall gingerBill 2018-02-17 11:54:08 +00:00
  • 6a85546b76 Fix #187 gingerBill 2018-02-14 21:46:39 +00:00
  • 2e92d0c821 Remove old procedures gingerBill 2018-02-13 22:05:25 +00:00
  • a499a3aa5e Merge pull request #184 from ThisDrunkDane/master gingerBill 2018-02-13 22:02:43 +00:00
  • 23ab3c4713 Replace [...] with [?] gingerBill 2018-02-13 21:59:49 +00:00
  • da300aa9c3 Fix enum #export does not work with export #185 gingerBill 2018-02-13 18:01:42 +00:00
  • e225158a6f Merge branch 'master' of https://github.com/odin-lang/Odin ThisDrunkDane 2018-02-12 06:07:15 +01:00
  • 2ce55783d2 Fix make gingerBill 2018-02-11 23:47:46 +00:00
  • 14eeee40b2 Update demo.odin v0.8.1 gingerBill 2018-02-11 11:16:17 +00:00
  • 038dea9202 v0.8.1 Fix initialization values for variables gingerBill 2018-02-11 11:15:53 +00:00
  • 0ae3484171 Fix zero value initialization in IR gingerBill 2018-02-11 11:13:52 +00:00
  • 54976c3249 v0.8.0 v0.8.0 gingerBill 2018-02-09 18:03:06 +00:00
  • 4c06b44315 Merge branch 'master' of github.com:odin-lang/odin Mikkel Hjortshoej 2018-02-07 21:23:28 +01:00
  • 678b58e0b1 Added widechar versions of functions, plus cursor functions Mikkel Hjortshoej 2018-02-07 21:17:59 +01:00
  • 8f913c656c Fix error reporting for assignment to a built-in procedure (#183) gingerBill 2018-02-07 18:55:01 +00:00
  • 001b48a5c6 Change local variable alignment to 16 bytes for the time being gingerBill 2018-02-05 23:27:18 +00:00
  • 54929a1b92 Minor context fix gingerBill 2018-02-05 23:09:34 +00:00
  • 92780e2683 distinct keyword for type declarations gingerBill 2018-02-05 22:46:30 +00:00
  • 2891988d3b Add extra check to ir_emit_zero_init gingerBill 2018-02-05 22:26:22 +00:00
  • c1728914c6 Fix typos #type_alias gingerBill 2018-02-04 21:34:45 +00:00
  • ed2f49e8d2 Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc) gingerBill 2018-02-04 20:07:05 +00:00
  • 8a76a370a9 Merge pull request #182 from ThisDrunkDane/master gingerBill 2018-02-04 19:49:04 +00:00
  • 1160fd4331 functions, structs and constants related to getting file notifications Mikkel Hjortshoej 2018-02-03 21:56:15 +01:00
  • 0134c38759 Fix issue #181 gingerBill 2018-02-03 10:32:47 +00:00
  • d079095517 Fix bug #179 gingerBill 2018-02-03 10:27:33 +00:00
  • 028d628e9f Add extra zero init for IR gingerBill 2018-01-31 18:27:08 +00:00
  • 5e4b62acfe Fix literal gingerBill 2018-01-28 15:59:37 +00:00
  • 9366fa8e95 Simplify printing for float and complex types gingerBill 2018-01-28 15:58:34 +00:00
  • 369db3a8e3 Add __print_type to runtime gingerBill 2018-01-28 15:55:37 +00:00
  • 8c360b2a3c Reduce type info data size in IR gingerBill 2018-01-28 15:43:58 +00:00
  • b66e7bed45 Improve min-dep for Type Info gingerBill 2018-01-28 15:37:15 +00:00
  • e919482aa8 Add ir_emit_store_union_variant to reduce alloca use gingerBill 2018-01-28 15:09:07 +00:00
  • dce45e7d58 Add ODIN_DEBUG gingerBill 2018-01-28 14:42:22 +00:00
  • 1a0877e965 Fix minimum dependency generation for foreign entities gingerBill 2018-01-28 14:39:18 +00:00
  • 0361a18551 Remove old math constants gingerBill 2018-01-28 11:59:28 +00:00
  • 83d90f1463 Extra check for type_info cycle checking gingerBill 2018-01-28 09:51:52 +00:00
  • f661ae9d09 Fix issue with proc group cycles #176 gingerBill 2018-01-28 09:19:23 +00:00
  • bee4cb57f2 Fix printf bug #177 gingerBill 2018-01-28 09:13:29 +00:00
  • 53b670b889 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-01-28 08:59:31 +00:00
  • e2600a3e44 Fix #178 gingerBill 2018-01-28 08:59:10 +00:00
  • 25101b2ae0 Merge pull request #175 from ThisDrunkDane/windows.odin-adds gingerBill 2018-01-25 14:02:32 +00:00
  • 4e7867fcc1 More file handling functions Mikkel Hjortshoej 2018-01-25 00:00:34 +01:00
  • 101ee64165 Merge pull request #174 from ThisDrunkDane/windows.odin-adds gingerBill 2018-01-24 09:41:09 +00:00
  • 4c3e65791e added stuff to windows.odin Mikkel Hjortshoej 2018-01-24 07:26:29 +01:00
  • a9c8031b61 Fix sync_windows.odin gingerBill 2018-01-21 21:21:57 +00:00
  • afb3033913 Change thread.odin to use a rawptr rather than any gingerBill 2018-01-21 21:19:03 +00:00
  • 2ad26640a2 Revert back to gb_memmove gingerBill 2018-01-21 19:30:05 +00:00
  • 2c0b08145f Fix nested defer blocks gingerBill 2018-01-21 19:26:55 +00:00
  • aa9c9eda9e Fix boolean casting gingerBill 2018-01-21 18:41:21 +00:00
  • 1353d61894 Minor parsing change gingerBill 2018-01-21 16:45:29 +00:00
  • 88ba6d8015 enum #export gingerBill 2018-01-21 14:30:48 +00:00
  • 8b288a2072 Reimplement opt stage gingerBill 2018-01-20 16:16:59 +00:00
  • 4e90644527 Remove timing for llvm-opt gingerBill 2018-01-20 16:15:05 +00:00