libcubescript/src
Daniel Kolesa a5003678da fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +02:00
..
cs_bcode.cc hide bcode pointers from public api 2021-04-10 03:37:59 +02:00
cs_bcode.hh hide internal_state from all public headers 2021-04-11 18:46:45 +02:00
cs_error.cc do not access parser state from error 2021-04-10 03:51:08 +02:00
cs_gen.cc fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +02:00
cs_gen.hh remove leftover junk 2021-04-10 03:01:41 +02:00
cs_ident.cc halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_ident.hh halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_parser.cc fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +02:00
cs_parser.hh clean up command call parsing 2021-04-11 00:13:10 +02:00
cs_state.cc use overloads for new var methods 2021-04-11 20:49:26 +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 hide internal_state from all public headers 2021-04-11 18:46:45 +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 rename codegen_state to parser_state and move it 2021-04-08 23:35:30 +02:00
cs_thread.hh do not access parser state from error 2021-04-10 03:51:08 +02:00
cs_val.cc fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +02:00
cs_vm.cc halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
cs_vm.hh halve the size of any_value by removing state pointer from it 2021-04-11 03:32:33 +02:00
lib_base.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
lib_list.cc fix build with libc++, and try using it in CI with clang 2021-04-12 19:53:24 +02:00
lib_math.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
lib_str.cc move standard library init outside state, make it never error 2021-04-11 19:36:41 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00