libcubescript/src
Daniel Kolesa 9a2de6ffd3 move include install logic outside src/ 2021-04-07 02:03:41 +02:00
..
cs_bcode.cc remove some more raw bcode usage 2021-04-01 05:25:21 +02:00
cs_bcode.hh remove most variable code and leave it to user-defined handlers 2021-04-03 03:16:57 +02:00
cs_error.cc hide thread_state, remove state::thread_pointer() 2021-04-05 04:10:39 +02:00
cs_gen.cc remove get_raw_type from public interface 2021-04-07 00:30:39 +02:00
cs_gen.hh return refs for new_*var and new_ident (guarantee valid result) 2021-04-05 19:52:13 +02:00
cs_ident.cc remove get_raw_type from public interface 2021-04-07 00:30:39 +02:00
cs_ident.hh remove get_raw_type from public interface 2021-04-07 00:30:39 +02:00
cs_parser.cc remove more problematic public members 2021-03-31 01:48:56 +02:00
cs_parser.hh rename namespace to cubescript 2021-03-23 23:32:25 +01:00
cs_state.cc remove get_raw_type from public interface 2021-04-07 00:30:39 +02:00
cs_state.hh return refs for new_*var and new_ident (guarantee valid result) 2021-04-05 19:52:13 +02:00
cs_std.cc hide thread_state, remove state::thread_pointer() 2021-04-05 04:10:39 +02:00
cs_std.hh remove most variable code and leave it to user-defined handlers 2021-04-03 03:16:57 +02:00
cs_strman.cc no need to handle null result in alloc_buf 2021-04-05 20:07:25 +02:00
cs_strman.hh rename namespace to cubescript 2021-03-23 23:32:25 +01:00
cs_thread.cc re-add some support for persistent/overridable flags + fix unknown 2021-04-04 01:08:30 +02:00
cs_thread.hh remove the 255 run-depth limitation 2021-04-04 19:31:29 +02:00
cs_val.cc use format contants in default ivar/fvar/svar handlers 2021-04-06 21:23:17 +02:00
cs_vm.cc remove get_raw_type from public interface 2021-04-07 00:30:39 +02:00
cs_vm.hh remove the 255 run-depth limitation 2021-04-04 19:31:29 +02:00
lib_base.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_list.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_math.cc clean up any_value APIs for consistency 2021-04-06 00:54:46 +02:00
lib_str.cc add more utility methods for string_ref 2021-04-06 01:10:49 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00