libcubescript/src
Daniel Kolesa 7f74602b7e add convenience constructors and assignment ops to any_value 2021-05-07 01:56:43 +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 remove public type specializations for vars 2021-05-06 23:13:48 +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 remove save_val 2021-05-07 01:13:02 +02:00
cs_ident.hh remove save_val 2021-05-07 01:13:02 +02:00
cs_parser.cc eliminate type separation between IVAR/FVAR/SVAR 2021-05-07 00:07:13 +02:00
cs_parser.hh clean up command call parsing 2021-04-11 00:13:10 +02:00
cs_state.cc eliminate type separation between IVAR/FVAR/SVAR 2021-05-07 00:07:13 +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 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 add convenience constructors and assignment ops to any_value 2021-05-07 01:56:43 +02:00
cs_vm.cc eliminate type separation between IVAR/FVAR/SVAR 2021-05-07 00:07:13 +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