7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates for release 6.0.1. More... about 15 years ago
Initial check in. More... about 15 years ago
Improved explanation of debug output feature. More... about 15 years ago
Improved release explanation. More... about 15 years ago
Initial check in. More... about 15 years ago
v. 6.0.1 update More... about 15 years ago
fix C generation
François Perrad
as fperrad
More... about 15 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 15 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 15 years ago
Fix #2845447 : remove useless package name
François Perrad
as fperrad
More... over 15 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 15 years ago
Bug #2857745 resolved. Messages are printed not in case of an error but if there are any. More... over 15 years ago
Checking in additional comments about FSM serialization (manual section 9). More... over 15 years ago
Checking in fixes for 1944542, 1983929, 2731415, 2803547 and feature 2797126. More... over 15 years ago
Regenerated GraphViz layouts. More... over 15 years ago
Put release date in FAQ. More... over 15 years ago
Added Gregor to contributors. More... over 15 years ago
Initial commit. More... over 15 years ago
Release 6 final commit. More... over 15 years ago
Release 6 compiler. More... over 15 years ago
Removed VB from lib release, superceded by DotNot. More... over 15 years ago
Release 6 release comments added. More... over 15 years ago
Release 6 code comments added. More... over 15 years ago
Corrected isInTransition. More... over 15 years ago
Removed context class initial state constructor as Tcl does not support multiple constructors. More... over 15 years ago
This file is generated by SMC. More... over 15 years ago
Added enterStartState method
François Perrad
as fperrad
More... almost 16 years ago
Added enterStartState method
François Perrad
as fperrad
More... almost 16 years ago
Update metainfo
François Perrad
as fperrad
More... almost 16 years ago
Pass initial state to FSMContext constructor
François Perrad
as fperrad
More... almost 16 years ago