Historique des commits

Auteur SHA1 Message Date
  Joeri Exelmans def1c58b23 Remove unused code. il y a 5 ans
  Joeri Exelmans 858f49384f Partially-static computation of a transition's enter state set, saving us 0.05 ms (!) when executing a complex transition. il y a 5 ans
  Joeri Exelmans af62dc077c Various small fixes il y a 5 ans
  Joeri Exelmans f8e9432157 Debug print sets of input, output and internal events at controller construction. il y a 5 ans
  Joeri Exelmans f7387ed7e1 Fix bug in XML parser. il y a 5 ans
  Joeri Exelmans bc74051b2f Use "Take One" for digital watch. il y a 5 ans
  Joeri Exelmans b5d9ee35b0 Cleaning il y a 5 ans
  Joeri Exelmans 47499356c2 Introduce XML rules for "single instance models" (like digital watch). Controller delta can be set in XML. il y a 5 ans
  Joeri Exelmans 7e9ac8f43d Cleaning up il y a 5 ans
  Joeri Exelmans eb867dae7f Factor out reusable event loop integration stuff from Digital Watch example to SCCD library. Rename "Model" classes to "CD" (Class Diagram) for clarity. il y a 5 ans
  Joeri Exelmans cede8ccf90 Digital watch is working! il y a 5 ans
  Joeri Exelmans a57ca82fd6 Got digital watch pretty much working, with some bugs. il y a 5 ans
  Joeri Exelmans 3064fa0c4e Rename some things, update README. il y a 5 ans
  Joeri Exelmans 261fc9ec8d Move scripts for tests and rendering to 'src'. Update README il y a 5 ans
  Joeri Exelmans 7d7f3832fe Remove JavaScript stuff. Move existing SCCD examples, doc and textualnotations to 'legacy' folder. Update setup script. Add digital watch example (doesn't run yet, need to figure out how to connect existing Python code with the statechart model) il y a 5 ans
  Joeri Exelmans 15128efe3f Correction: event-based candidate generation should pre-cache all trigger's enabling events, not just the internal events (-> further improvement in no. cache hits) il y a 5 ans
  Joeri Exelmans 5468ca694c Event-based transition candidate generation algorithm prepares its cache for all single-item sets of events. il y a 5 ans
  Joeri Exelmans 6a4316ef4a Rename some fields, now that only bitmaps remain. il y a 5 ans
  Joeri Exelmans 3090e1255f Re-implement history behavior to fix error in deep history test. Using bitmap operations where possible. il y a 5 ans
  Joeri Exelmans 4a3a9a0507 Fix error in set of enter states for Day & Atlee's example 4. Theoretically faster generation of "effective target states" by generating them *partially* statically. Quite complex and dirty at the moment. il y a 5 ans
  Joeri Exelmans 1bb5680d0d fire_transition: exit set generation performance improvement. il y a 5 ans
  Joeri Exelmans f57b8feee2 Add another example from Day & Atlee + correction in fire_transition: must exit all descendants of arena (not LCA!) + performance improvement in fire_transition. il y a 5 ans
  Joeri Exelmans 281a91b001 Add example 3 from Day & Atlee. il y a 5 ans
  Joeri Exelmans 577089ecb8 Move statechart-specific functionality from action_lang to statechart module il y a 5 ans
  Joeri Exelmans 99f2a33513 Fix bug in zero-length blocks. il y a 5 ans
  Joeri Exelmans 2c4aba04c2 Enable history in action language interactive prompt. il y a 5 ans
  Joeri Exelmans f778b1bd61 Created an interactive prompt app for action language. il y a 5 ans
  Joeri Exelmans 14719055bb Action language components are now completely independent from anything statechart-related. il y a 5 ans
  Joeri Exelmans f796f29b60 Moved some more files. il y a 5 ans
  Joeri Exelmans 5c90ba0c93 Action language components almost completely independent of statechart components. Reorganize project directory structure. il y a 5 ans