7
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 12 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates for release 6.0.1. More... over 14 years ago
Initial check in. More... over 14 years ago
Improved explanation of debug output feature. More... over 14 years ago
Improved release explanation. More... over 14 years ago
Initial check in. More... over 14 years ago
v. 6.0.1 update More... over 14 years ago
fix C generation
François Perrad
as fperrad
More... over 14 years ago
1. Started implementation of feature request #2718920. 1.1 Added method boolean isStatic() to SmcAction class. It returns false now, but is handled in following language generators: C#, C++, java, php, VB. Instance identificator is not added in case it is set to true. 2. Resolved confusion in "emtyStateStack" keyword handling. This keyword was not handled in the same way in all the generators. I added method boolean isEmptyStateStack() to SmcAction class. This method is used instead of different string comparisons here and there. Also the generated method name is fixed, not to depend on name supplied in the input sm file. More... over 14 years ago
Feature request #2865719 implemented. Added method "passParameter" to SmcCSharpGenerator class. It shall be used to generate C# code if a transaction parameter shall be passed to another method. It preserves "ref" and "out" modifiers. More... over 14 years ago
Fix #2845447 : remove useless package name
François Perrad
as fperrad
More... over 14 years ago
Implemented feature req. #2718941 - user defined generated class name. A new statement was added to the syntax: %fsmclass class_name It is optional. If not used, generated class is called as before "XxxContext" where Xxx is context class name as entered via %class statement. If used, generated class is called asrequested. Following language generators are touched: c, c++, java, c#, objc, lua, groovy, scala, tcl, VB This feature is not tested yet ! Maybe it will be necessary to modify also the output file name. More... over 14 years ago
Bug #2857745 resolved. Messages are printed not in case of an error but if there are any. More... over 14 years ago
Checking in additional comments about FSM serialization (manual section 9). More... over 14 years ago
Checking in fixes for 1944542, 1983929, 2731415, 2803547 and feature 2797126. More... over 14 years ago
Regenerated GraphViz layouts. More... almost 15 years ago
Put release date in FAQ. More... almost 15 years ago
Added Gregor to contributors. More... almost 15 years ago
Initial commit. More... almost 15 years ago
Release 6 final commit. More... almost 15 years ago
Release 6 compiler. More... almost 15 years ago
Removed VB from lib release, superceded by DotNot. More... almost 15 years ago
Release 6 release comments added. More... almost 15 years ago
Release 6 code comments added. More... almost 15 years ago
Corrected isInTransition. More... about 15 years ago
Removed context class initial state constructor as Tcl does not support multiple constructors. More... about 15 years ago
This file is generated by SMC. More... about 15 years ago
Added enterStartState method
François Perrad
as fperrad
More... about 15 years ago
Added enterStartState method
François Perrad
as fperrad
More... about 15 years ago
Update metainfo
François Perrad
as fperrad
More... about 15 years ago
Pass initial state to FSMContext constructor
François Perrad
as fperrad
More... about 15 years ago