Historie revizí

Autor SHA1 Zpráva Datum
  Ambroz Bizjak 9f1067e51a ncd: Implement lazy evaluation in If clause. před 11 roky
  Ambroz Bizjak e5206baa26 ncd: modules: call: Make inline_code::call take the arguments directly. před 11 roky
  Ambroz Bizjak 562cac1a5b Refactoring using MemRef. před 11 roky
  Ambroz Bizjak 9c5480ca06 ncd: Refactor make_fast_names into NCDFastNames. před 11 roky
  Ambroz Bizjak 98ed187623 ncd: Remove ComposedString type along with the buffer module. před 11 roky
  Ambroz Bizjak f46323f5b3 ncd: modules: call: Refactoring. před 11 roky
  Ambroz Bizjak 1ae3a4011e ncd: modules: call: Fix bug in call_with_caller_target deinit. před 11 roky
  Ambroz Bizjak 98a7f642b0 ncd: modules: call: Implement inline_code calls. před 11 roky
  Ambroz Bizjak 0240db041c ncd: Fix missing type checks. Refactor to make these bugs less likely. před 11 roky
  Ambroz Bizjak 73a264c3d5 ncd: Consolidate some code that appears in modules. před 11 roky
  ambrop7 a696e31351 ncd/modules/call2.c: support non-ContinuousString strings před 13 roky
  ambrop7 b003fa6755 ncd: modules: use the new static strings před 13 roky
  ambrop7 b15882c561 ncd: modules: call2: implement call_with_caller_target() před 13 roky
  ambrop7 494455eb5b ncd: modules: call2: micro-optimization. Instead of keeping an 'embed' flag to determine how object resolution is performed, před 13 roky
  ambrop7 d2a806f603 ncd: modules: call2: add documentation před 13 roky
  ambrop7 520cec03fd ncd: modules: remove call module, and rename the call2() command from the call2 module to call(). This way the call() command před 13 roky
  ambrop7 da9d7745a0 ncd: modules: call2: remove some commands nobody is probably using před 13 roky
  ambrop7 f49ecedd13 ncd: NCDModule: remove NCDModuleInst_Backend_SetError() and add NCDModuleInst_Backend_DeadError() instead. Fix modules. před 13 roky
  ambrop7 2cb7d22401 ncd: move some stuff only used by modules and not the interpreter into extra/ před 13 roky
  ambrop7 abba37f455 ncd: NCDObject: Refactoring. Use just one kind of getvar/getobj callbacks. Change the state argument to callbacks to be an před 13 roky
  ambrop7 ad34835ccf ncd: NCDModule: don't store a callback state pointer for NCDModuleProcess user callbacks. Instead, pass the před 13 roky
  ambrop7 7c7e66fee2 ncd: rename static_strings_utils.h --> value_utils.h před 13 roky
  ambrop7 47d8669247 ncd: modules: call2: some ID-string optimizations před 13 roky
  ambrop7 5cd7da4b6a ncd: modules: call2: try to pass the template name as a string ID před 13 roky
  ambrop7 7e29861b10 ncd: NCDObject: store object type as a string identifier instead of char pointer před 13 roky
  ambrop7 7227efdfe4 ncd: make NCDModule structs non-const (for next commit which will need to modify them) před 13 roky
  ambrop7 5e10dff851 oops, we need to make struct NCDModule non-const, not struct NCDModuleGroup. So revert previous commit. před 13 roky
  ambrop7 8ed78cb35d ncd: make NCDModuleGroup structs non-const (for next commit which will need to modify them) před 13 roky
  ambrop7 8d37e18d31 ncd: get some more stuff working nicely with string id's před 13 roky
  ambrop7 a157cf9829 ncd: use unique string identifiers when resolveing variable/object names. The goal is to improve před 13 roky