]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commit
Rewrite - get all information from AST instead of manually parsing certain declarations
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 27 Aug 2012 06:05:09 +0000 (08:05 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 27 Aug 2012 06:05:09 +0000 (08:05 +0200)
commit4f7a21f132d2f4c67b5a2280567cd1bd898ad911
tree2aee28577b42b5b2e1b2478b860adedf2627f727
parent17c5a98328f3a51ed540736b48e8525865e6e92e
Rewrite - get all information from AST instead of manually parsing certain declarations

Also simplify .dot file generator.

This version works with clang-3.1 on all examples in examples/ directory.

Missing compared to previous version:
- sub state handling
- (maybe) ortoghonal states
examples/Makefile
src/Makefile
src/iooper.h [deleted file]
src/stringoper.h [deleted file]
src/visualizer.cpp