Commit Graph

  • a83d916fad Fix immutable context to any assignment #214 gingerBill 2018-04-10 20:51:44 +01:00
  • e71a641379 Fix internal compiler error trigger for issue #212 gingerBill 2018-04-10 20:46:32 +01:00
  • e2eca45188 Fix race condition caused by parallelized parser: #211 gingerBill 2018-04-10 20:35:05 +01:00
  • 4d78540658 Fix #210 gingerBill 2018-04-10 20:20:33 +01:00
  • b83c3f265b Fix #209 #assert bug gingerBill 2018-04-10 20:18:16 +01:00
  • 30f5a3bb93 Move cycle checking to much earlier on in the semantic stage gingerBill 2018-03-23 20:48:30 +00:00
  • 2e1e1e6034 Type caching gingerBill 2018-03-23 16:35:41 +00:00
  • 991479fbf9 Remove allocator parameter to types.cpp functions gingerBill 2018-03-23 16:01:23 +00:00
  • 5660f98cc3 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-03-23 15:23:31 +00:00
  • 5bf0f9d630 Fix type cycle bug gingerBill 2018-03-23 15:23:14 +00:00
  • 15b72119eb Added more function to windows.odin Mikkel Hjortshoej 2018-03-21 19:30:27 +01:00
  • dc30e7a200 Merge pull request #201 from nakst/master gingerBill 2018-03-11 20:52:58 +00:00
  • db2293144a update essence bindings Nakst 2018-03-10 21:33:59 +00:00
  • 5016f45429 Merge pull request #200 from nakst/master gingerBill 2018-03-10 20:50:46 +00:00
  • 9fa4aa40b7 fix compile warnings on linux Nakst 2018-03-10 20:29:43 +00:00
  • 52f60c706a Merge pull request #199 from ThisDrunkDane/resource gingerBill 2018-03-10 13:42:25 +00:00
  • fff4ead96a Fix gb_alloc_str_len gingerBill 2018-03-07 20:36:15 +00:00
  • 3574341b6b Missing .rc error message Mikkel Hjortshoej 2018-03-05 13:10:01 +01:00
  • cbabc80d92 Calls rc.exe if -resource specified Mikkel Hjortshoej 2018-03-05 11:46:50 +01:00
  • f4cf88c2ca Move os_*.odin files to os/ gingerBill 2018-03-04 11:38:49 +00:00
  • 6db95b554f __args__: []cstring gingerBill 2018-03-04 11:25:23 +00:00
  • 105de7705a Add unselector_expr gingerBill 2018-03-04 11:06:59 +00:00
  • 584dffea14 Remove dead code; fix referencing of a type assertion in a selector expression gingerBill 2018-03-04 09:25:02 +00:00
  • 41b6d215bb Fix using determination order gingerBill 2018-03-03 20:07:12 +00:00
  • 9274f29ca9 deprecated attribute for procedure declarations gingerBill 2018-03-03 11:16:48 +00:00
  • 08c87e57f8 Remove cwd in odin run for Linux gingerBill 2018-03-03 10:26:25 +00:00
  • b21cdd5037 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-03-03 10:25:13 +00:00
  • 63ab8b2418 Make irGen.output_base use full path rather than relative gingerBill 2018-03-03 10:23:27 +00:00
  • 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