Home / smc / 6_4_0
Name Modified Size InfoDownloads / Week
Parent folder
smc_6_4_0.zip 2014-09-28 7.1 MB
smc_6_4_0.tgz 2014-09-28 6.3 MB
README.txt 2014-09-28 1.2 kB
Totals: 3 Items   13.4 MB 0
SMC v. 6.4.0

SMC - The State Machine Compiler v. 6.3.0

Major changes:

(None.)


Minor changes:

(None.)


Bug Fixes:

(C++)
    When using -d and -headerd together, the generated .cpp file
    contains an incorrect #include for the generated .h file.
    (SF bug 190)

(Windows)
    Java's String.split(File.separator) throws an exception when
    passed a Windows file path using "\" because the backslash is
    a special regular expression character. Resolved this issue
    by passing Pattern.quote(File.separator) to String.split.
    (SF bug 191)

(C#)
    Removed the "[NonSerialized]" marker from the FSMContext
    data members "name_", "state_", and "stateStack_" which
    prevented correct state machine serialization.

    Removed the deprecated FSMContext data members "debugFlag_"
    and "debugStream_" since they were long ago replaced by
    System.Diagnostics.Trace.
    (SF bug 193)



++++++++++++++++++++++++++++++++++++++++

If you have any questions or bugs, please surf
over to http://smc.sourceforge.net and check out
the discussion and bug forums. Note: you must be
a SourceForge member to add articles or bugs. You
do not have to be a member to read posted
articles or bugs.
Source: README.txt, updated 2014-09-28