libcubescript/src
Daniel Kolesa f4b8d077bb alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +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 alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +02:00
cs_ident.hh make std::span user replaceable 2021-04-15 20:27:24 +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 alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +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 alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +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 alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +02:00
cs_vm.cc alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +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 alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +02:00
lib_list.cc alias_local and get_ident() memory safety (always return refs) 2021-04-24 23:34:44 +02:00
lib_math.cc make std::span user replaceable 2021-04-15 20:27:24 +02:00
lib_str.cc make std::span user replaceable 2021-04-15 20:27:24 +02:00
meson.build move include install logic outside src/ 2021-04-07 02:03:41 +02:00