qm icon indicating copy to clipboard operation
qm copied to clipboard

QM model-based design tool and code generator based on UML state machines

Results 7 qm issues
Sort by recently updated
recently updated
newest added

Hitting Undo seems to have slightly erratic behaviour; namely when making both a graphical and a code change since the last save. Hitting Redo does not necessarily get you back...

Windows 10 https://imgbox.com/nCTwoZ34 https://imgbox.com/l6Px8zBN

I'm using Ubuntu Linux 20.04 on a UTM virtual machine hosted on MacOS on an Apple M1 processor. I had wanted to recreate the development environment I used previously with...

Hi, When I try to run the qmc binary from a docker container running on armv8 architecture I get the following error: ``` :/opt/qm/bin$ /opt/qm/bin/qmc.sh --version qemu-x86_64: Could not open...

latest `qm` release lacks of `std::bool` type

I have noticed that in QM if you replace a string which also happens to be the name of a function and then click "Generate Code", the function name is...

in the file qep_hsm.c, if the QHSM_MAX_NEST_DEPTH_ value is small than the required depth, the program maybe occur erro. and the assert is not effected