libcubescript/src
Daniel Kolesa d748b0e671 remove state::get_idents
this was never going to be good from API standpoint, and is no
longer necessary (can use ident_count + get_ident by index with
a loop, for example)
2021-05-16 00:51:26 +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 memory safe error stack state 2021-05-15 23:27:34 +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 simplify exec_alias more 2021-05-14 23:31:27 +02:00
cs_ident.hh move cs thread call stack off real thread call stack 2021-05-14 23:14:48 +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 remove state::get_idents 2021-05-16 00:51:26 +02:00
cs_state.hh use a reference for the ident in stack node 2021-05-15 04:23:47 +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 move cs thread call stack off real thread call stack 2021-05-14 23:14:48 +02:00
cs_thread.hh simplify exec_alias more 2021-05-14 23:31:27 +02:00
cs_val.cc don't use print_stack in repl 2021-05-10 01:16:27 +02:00
cs_vm.cc simplify exec_alias more 2021-05-14 23:31:27 +02:00
cs_vm.hh simplify exec_alias more 2021-05-14 23:31:27 +02:00
lib_base.cc memory safe error stack state 2021-05-15 23:27:34 +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