openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
scxml-js
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 2 months
ago. based on code collected
about 2 months
ago.
Dec 28, 2024 — Dec 28, 2025
Showing page 1 of 10
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Hooked bash-based compilation into unit test process, and updated README.
jbeard
More...
almost 15 years ago
Added Ant task to use the bash+xsltproc based front-end. This is useful, because this is the fastest frontend: about 40 times faster than the Rhino-based frontend in some cases, according to my tests. The next step will be to hook this into the existing unit testing infrastructure.
jbeard
More...
almost 15 years ago
Fixed bug where preempted basic states were not being generated correctly for each transition. The LCA of the transition was being used, but really this should have been the top-most parallel ancestor, which is still descendant of the lca.
jbeard
More...
almost 15 years ago
Fixed bug where preempted basic states were not being generated correctly for each transition. The LCA of the transition was being used, but really this should have been the top-most parallel ancestor, which is still descendant of the lca.
jbeard
More...
almost 15 years ago
Small bug fix in which conditionals were not being properly processed. All unit tests now pass.
jbeard
More...
almost 15 years ago
Added code to allow rooting at an arbitrary node, as specified by an id.
jbeard
More...
almost 15 years ago
Added ability to accept parameters to make chart less verbose.
jbeard
More...
almost 15 years ago
Generate dots for default states.
jbeard
More...
almost 15 years ago
Added ability to parameterize depth of states generated.
jbeard
More...
almost 15 years ago
Added some styling.
jbeard
More...
almost 15 years ago
Added script text to multitransition table.
jbeard
More...
almost 15 years ago
Moved out ugly code that generates transitions table.
jbeard
More...
almost 15 years ago
Added support for commands in generated output.
jbeard
More...
almost 15 years ago
Added better handling of static reactions.
jbeard
More...
almost 15 years ago
Started work on scxml-to-dot.xsl, which take scxml documents and converts them to dot files for the purposes of generating graphical representations.
jbeard
More...
almost 15 years ago
Fixed small bug in demo where textContent dom attribute was being used instead of value.
jbeard
More...
almost 15 years ago
Fixed bug where an unnecessary inner conditional statement was being generated.
jbeard
More...
almost 15 years ago
Fixed bug with flattening algorithm.
jbeard
More...
almost 15 years ago
Added support for static reactions (targetless transitions in SCXML spec). Added unit test for this. Passes state pattern, but not enumerated patterns. The reason for this is a bug in the implementation of the flattening algorithm, and I think extends beyond the task of implementing support for static reactions. Next commit will fix this bug.
jbeard
More...
almost 15 years ago
Updated run.{sh,bat} so that they can be run from an external directory.
jbeard
More...
almost 15 years ago
Parameterized name of statechart construtor function base name.
jbeard
More...
almost 15 years ago
Removed call to sys.exit in SCXMLCompiler.py
jbeard
More...
almost 15 years ago
Added simple support for passing parameters on scxml send using made-up, non-scxml-compliant API.
jbeard
More...
about 15 years ago
Fixed bug where destroyed state would not be honored if called using synchronous API.
jbeard
More...
about 15 years ago
Created shell script to call python frontend.
jbeard
More...
about 15 years ago
Changes to add drag-and-drop functionality to the drawing-tool-with-graphical-debugger prototype. Also, removed console logging API from compiled behaviour model.
jbeard
More...
about 15 years ago
Refactored python frontend based on API change.
jbeard
More...
about 15 years ago
Fixed bug where history state without default transition would not generate default transition action. Fixed this by adding another transformation which would add a default transition to history states that do not already have one.
jbeard
More...
over 15 years ago
Removed test_with_xsltproc.sh. This file no longer needed, as we now generate a bash backend module.
jbeard
More...
over 15 years ago
Changed some paths around so python fronend works.
jbeard
More...
over 15 years ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree