Stefan Radomski
Stefan Radomski
First of all, thank you for your answer! Yes, that issue is related and if it were solved, getting the edited and the original shape would not be necessary to...
You are supposed to pass a Logger via the [ActionLanguage](https://github.com/tklab-tud/uscxml/blob/master/src/uscxml/Interpreter.h#L61) to the interpreter.
I am afraid that building with plugins is still very much experimental due to the missing ABI specification of C++. It used to work with llvm and gcc, but was...
When I added compiler optimizations back then, the time required for the compilation increased to an unacceptable level. As you removed the timeout invocation, I am curious if you have...
The fast implementation precalculates all predicates, whereas the large interpreter calculates and caches them on the fly. I’ll merge and update the graphs as soon as I have some time...
Hey Gavin, yes, I am aware of the xercesc issue - they removed the archive from their HTTP repository. I just could not find the time yet to update the...
It will take me a while as I just realized that xerces-c dropped the 3.1.4 release in favor of 3.2.1 and it does not feature a msbuild project file anymore....