libcubescript/src
Daniel Kolesa 263b12c1c4 stop using reinterpret_cast 2021-05-14 22:10:16 +02:00
..
cs_bcode.cc stop using reinterpret_cast 2021-05-14 22:10:16 +02:00
cs_bcode.hh fold BC_INST_IVAR/FVAR/SVAR into one instruction 2021-05-06 03:42:58 +02:00
cs_error.cc remove separate stack_state 2021-05-09 20:21:35 +02:00
cs_error.hh add missing file 2021-05-08 17:26:23 +02:00
cs_gen.cc stop using reinterpret_cast 2021-05-14 22:10:16 +02:00
cs_gen.hh fold BC_INST_IVAR/FVAR/SVAR into one instruction 2021-05-06 03:42:58 +02:00
cs_ident.cc various vm cleanups 2021-05-14 19:18:11 +02:00
cs_ident.hh remove save_val 2021-05-07 01:13:02 +02:00
cs_parser.cc add assert in lib_base, remove formatting public error api 2021-05-08 17:20:56 +02:00
cs_parser.hh clean up command call parsing 2021-04-11 00:13:10 +02:00
cs_state.cc kill call_with_args template 2021-05-14 02:54:29 +02:00
cs_state.hh remove public type specializations for vars 2021-05-06 23:13:48 +02:00
cs_std.cc hide thread_state, remove state::thread_pointer() 2021-04-05 04:10:39 +02:00
cs_std.hh fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +02:00
cs_strman.cc stop using reinterpret_cast 2021-05-14 22:10:16 +02:00
cs_strman.hh only store trivial types in any_value (manage strrefs manually) 2021-04-11 03:55:16 +02:00
cs_thread.cc add assert in lib_base, remove formatting public error api 2021-05-08 17:20:56 +02:00
cs_thread.hh cap default recursion limit at 1024 2021-05-08 21:41:13 +02:00
cs_val.cc don't use print_stack in repl 2021-05-10 01:16:27 +02:00
cs_vm.cc stop using reinterpret_cast 2021-05-14 22:10:16 +02:00
cs_vm.hh various vm cleanups 2021-05-14 19:18:11 +02:00
lib_base.cc make pcall not collect the entire bt, call body per level instead 2021-05-10 01:48:09 +02:00
lib_list.cc be consistent with usage of get_/set_ prefixes 2021-05-05 03:16:32 +02:00
lib_math.cc use an ellipsis for variadics instead of V 2021-04-29 19:56:48 +02:00
lib_str.cc remove internal_error 2021-05-03 00:39:00 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00