libcubescript/src
Daniel Kolesa 6a892b4b2c move set_raw_value to builtin_var 2021-05-06 04:01:29 +02:00
..
cs_bcode.cc be consistent with usage of get_/set_ prefixes 2021-05-05 03:16:32 +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 use any_value for var storage and return it from value() 2021-05-06 03:34:25 +02:00
cs_gen.cc fold BC_INST_IVAR/FVAR/SVAR into one instruction 2021-05-06 03:42:58 +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 move set_raw_value to builtin_var 2021-05-06 04:01:29 +02:00
cs_ident.hh use any_value for var storage and return it from value() 2021-05-06 03:34:25 +02:00
cs_parser.cc fold BC_INST_IVAR/FVAR/SVAR into one instruction 2021-05-06 03:42:58 +02:00
cs_parser.hh clean up command call parsing 2021-04-11 00:13:10 +02:00
cs_state.cc s/global_var/builtin_var/ 2021-05-06 03:47:38 +02:00
cs_state.hh fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +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 remove internal_error 2021-05-03 00:39:00 +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 be consistent with usage of get_/set_ prefixes 2021-05-05 03:16:32 +02:00
cs_thread.hh remove call() methods from state 2021-05-02 22:44:38 +02:00
cs_val.cc be consistent with usage of get_/set_ prefixes 2021-05-05 03:16:32 +02:00
cs_vm.cc move set_raw_value to builtin_var 2021-05-06 04:01:29 +02:00
cs_vm.hh s/run/call/ 2021-04-30 02:55:20 +02:00
lib_base.cc remove is_ helpers for ident types (except is_var) 2021-05-05 03:24:41 +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