]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/log
boost-statechart-viewer.git
6 years agoUpdate readme master
Michal Sojka [Mon, 20 Nov 2017 09:35:58 +0000 (10:35 +0100)]
Update readme

6 years agoFixes for clang 5.0
Adam Boseley [Mon, 23 Oct 2017 11:30:08 +0000 (21:30 +1000)]
Fixes for clang 5.0

7 years agoUpdate README
Michal Sojka [Wed, 24 Aug 2016 09:25:25 +0000 (11:25 +0200)]
Update README

Readme was merged with description and extended. Thanks to Eugen
Schindler for some tips.

7 years agoAllow specifying custom llvm-config via configure
Michal Sojka [Wed, 24 Aug 2016 09:21:17 +0000 (11:21 +0200)]
Allow specifying custom llvm-config via configure

7 years agoUpdate description
Michal Sojka [Wed, 24 Aug 2016 09:10:10 +0000 (11:10 +0200)]
Update description

7 years agoReformat description
Michal Sojka [Wed, 24 Aug 2016 09:03:08 +0000 (11:03 +0200)]
Reformat description

7 years agoUpdate to work with Clang 3.5
Eugen Schindler [Sun, 31 Jul 2016 18:33:29 +0000 (14:33 -0400)]
Update to work with Clang 3.5

10 years agoweb: Update tested version
Michal Sojka [Mon, 10 Mar 2014 15:59:44 +0000 (16:59 +0100)]
web: Update tested version

10 years agoConvert spaces to tabs
Michal Sojka [Mon, 10 Mar 2014 15:57:27 +0000 (16:57 +0100)]
Convert spaces to tabs

10 years agoFixes for clang 3.4
Jan Rueegg [Wed, 19 Feb 2014 08:30:40 +0000 (09:30 +0100)]
Fixes for clang 3.4

10 years agoFix Makefile to not produce an error message when Makefile.config is not used
Michal Sojka [Mon, 14 Oct 2013 16:34:50 +0000 (18:34 +0200)]
Fix Makefile to not produce an error message when Makefile.config is not used

10 years agoRename testEventModel to evantHasName
Michal Sojka [Mon, 14 Oct 2013 14:28:59 +0000 (16:28 +0200)]
Rename testEventModel to evantHasName

This is a more descriptive name for the class.

10 years agoRename listOfDefinedEvents to unusedEvents
Michal Sojka [Mon, 14 Oct 2013 16:41:18 +0000 (18:41 +0200)]
Rename listOfDefinedEvents to unusedEvents

This tells better what is the meaning of the variable.

10 years agoFix link error with clang-3.2
Michal Sojka [Mon, 14 Oct 2013 12:09:23 +0000 (14:09 +0200)]
Fix link error with clang-3.2

10 years agoUpdate web
Petr Silhavik [Thu, 16 May 2013 07:25:43 +0000 (09:25 +0200)]
Update web

10 years agoUpdate script for using boost statechart viewer
Petr Silhavik [Thu, 16 May 2013 07:18:46 +0000 (09:18 +0200)]
Update script for using boost statechart viewer

Now it is possible to use more input files and treat them as one statechart. The first parameter must be -link

10 years agoUpdate web page
Petr Silhavik [Wed, 15 May 2013 21:38:09 +0000 (23:38 +0200)]
Update web page

10 years agoRemove diagnostics initialization.
Petr Silhavik [Mon, 6 May 2013 09:17:42 +0000 (11:17 +0200)]
Remove diagnostics initialization.

10 years agoUpdate README and description.
Petr Silhavik [Mon, 6 May 2013 09:17:28 +0000 (11:17 +0200)]
Update README and description.

11 years agoupdate web page design
Petr Silhavik [Sat, 13 Apr 2013 18:01:55 +0000 (20:01 +0200)]
update web page design

11 years agoAdd support for in_state_reaction
Petr Silhavik [Tue, 9 Apr 2013 17:34:01 +0000 (19:34 +0200)]
Add support for in_state_reaction

11 years agoAdd support for defering events as custom reaction.
Petr Silhavik [Tue, 9 Apr 2013 17:33:41 +0000 (19:33 +0200)]
Add support for defering events as custom reaction.

11 years agoUpdate web page
Petr Silhavik [Fri, 5 Apr 2013 11:53:44 +0000 (13:53 +0200)]
Update web page

11 years agoAdd initialize of diagnostics.
Petr Silhavik [Fri, 5 Apr 2013 11:38:27 +0000 (13:38 +0200)]
Add initialize of diagnostics.

Unless warning was printed, no notes were printed.

11 years agoFix few problems.
Petr Silhavik [Fri, 5 Apr 2013 11:37:32 +0000 (13:37 +0200)]
Fix few problems.

The assynchronous state machine is not printed to console as new state machine.

Change from diag_unhandled_reaction_decl to diag_no_history.

11 years agoFix problem when trying another version of Clang.
Petr Silhavik [Fri, 5 Apr 2013 11:35:31 +0000 (13:35 +0200)]
Fix problem when trying another version of Clang.

The effect of both functions is the same. This change means that it is possible to use visualizer with Clang 3.0 or higher.

11 years agoNow all file types are supported.
Petr Silhavik [Fri, 5 Apr 2013 08:41:18 +0000 (10:41 +0200)]
Now all file types are supported.

11 years agoEmpty list as inner initial are now ignored. If the third parameter is not specified...
Petr Silhavik [Mon, 1 Apr 2013 09:34:35 +0000 (11:34 +0200)]
Empty list as inner initial are now ignored. If the third parameter is not specified empty list is used.

11 years agoAdd warning when event struct is defined but not used
Petr Silhavik [Mon, 18 Mar 2013 18:19:12 +0000 (19:19 +0100)]
Add warning when event struct is defined but not used

Events are stored to list when they are traversed and removed from the list whenever they are used in machine.

11 years agoSimplify the code
Michal Sojka [Sun, 20 Jan 2013 14:59:03 +0000 (15:59 +0100)]
Simplify the code

11 years agoMove reactMethodInReactions initialization outside of check method
Michal Sojka [Sun, 20 Jan 2013 14:54:36 +0000 (15:54 +0100)]
Move reactMethodInReactions initialization outside of check method

Methods should do what their name suggests. Mathod called check... should
not do more than checking something.

11 years agoRename reactMethodVector to a more descriptive name reactMethodInReactions
Michal Sojka [Sun, 20 Jan 2013 14:41:34 +0000 (15:41 +0100)]
Rename reactMethodVector to a more descriptive name reactMethodInReactions

11 years agoFix error when finding react method missing in typedef.
Petr Silhavik [Thu, 17 Jan 2013 11:05:43 +0000 (12:05 +0100)]
Fix error when finding react method missing in typedef.

11 years agoWarning missing typedef for react method
Petr Silhavik [Thu, 17 Jan 2013 11:01:21 +0000 (12:01 +0100)]
Warning missing typedef for react method

Warning is generated when typedef for event is missing but react method exists.

11 years agoError when missing react method for custom_reaction mentioned in typedef.
Petr Silhavik [Thu, 17 Jan 2013 09:46:09 +0000 (10:46 +0100)]
Error when missing react method for custom_reaction mentioned in typedef.

11 years agoFix template argument finding.
Petr Silhavik [Fri, 4 Jan 2013 10:12:16 +0000 (11:12 +0100)]
Fix template argument finding.

11 years agoFix style
Michal Sojka [Wed, 2 Jan 2013 22:22:13 +0000 (23:22 +0100)]
Fix style

11 years agoOrder Diag parameters as expected by diag_warning template
Michal Sojka [Wed, 2 Jan 2013 22:09:22 +0000 (23:09 +0100)]
Order Diag parameters as expected by diag_warning template

The produced warnings are not so ugly now. Also see
http://clang.llvm.org/docs/InternalsManual.html#producing-the-diagnostic

11 years agoMake noTypedef private
Michal Sojka [Wed, 2 Jan 2013 22:05:14 +0000 (23:05 +0100)]
Make noTypedef private

11 years agoSimplify and fix indentation
Michal Sojka [Wed, 2 Jan 2013 21:59:23 +0000 (22:59 +0100)]
Simplify and fix indentation

11 years agoNo typedef for reactions.
Petr Silhavik [Fri, 28 Dec 2012 15:53:51 +0000 (16:53 +0100)]
No typedef for reactions.

When no typedef is in state, the state is red in state diagram.

11 years agoFix inner initial state.
Petr Silhavik [Fri, 28 Dec 2012 15:52:25 +0000 (16:52 +0100)]
Fix inner initial state.

There was a bug when finding inner initial states. If there was inner initial state, his name was ignored. As inner initial state was fixly used the second template argument. This argument means the outer context.

11 years agoEvent typedef missing
Petr Silhavik [Thu, 27 Dec 2012 18:06:16 +0000 (19:06 +0100)]
Event typedef missing

When typedef for reactions is missing then warning is generated.

11 years agoAdded preliminary version of Debian packaging
Michal Sojka [Sat, 15 Dec 2012 23:33:01 +0000 (00:33 +0100)]
Added preliminary version of Debian packaging

11 years agoSimplify the code
Michal Sojka [Fri, 14 Dec 2012 12:32:02 +0000 (13:32 +0100)]
Simplify the code

11 years agoVisualization of states
Petr Silhavik [Tue, 11 Dec 2012 20:41:12 +0000 (21:41 +0100)]
Visualization of states

Fix problem in visualization when using base states with timers. Now these states are ignored.

11 years agoAdd preliminary script for C++ to pdf conversion
Michal Sojka [Wed, 5 Dec 2012 11:00:39 +0000 (12:00 +0100)]
Add preliminary script for C++ to pdf conversion

11 years agoAdd more warnings, improve reported locations and ranges, refactor
Michal Sojka [Mon, 3 Sep 2012 22:34:22 +0000 (00:34 +0200)]
Add more warnings, improve reported locations and ranges, refactor

11 years agoAdd more warnings
Michal Sojka [Mon, 3 Sep 2012 07:23:37 +0000 (09:23 +0200)]
Add more warnings

11 years agoAdd some warnings
Michal Sojka [Sat, 1 Sep 2012 20:54:16 +0000 (22:54 +0200)]
Add some warnings

11 years agoAdd keyboard example to test orthogonal states
Michal Sojka [Sat, 1 Sep 2012 18:20:14 +0000 (20:20 +0200)]
Add keyboard example to test orthogonal states

The generated graph is not complete and no warnings are issued.

11 years agoAdd support for deferred events
Michal Sojka [Fri, 31 Aug 2012 11:58:18 +0000 (13:58 +0200)]
Add support for deferred events

11 years agounknown->undefined
Michal Sojka [Fri, 31 Aug 2012 11:34:51 +0000 (13:34 +0200)]
unknown->undefined

11 years agoDo not consider boost::sc::state class as a state to draw
Michal Sojka [Fri, 31 Aug 2012 11:29:48 +0000 (13:29 +0200)]
Do not consider boost::sc::state class as a state to draw

11 years agoRename Unknown to Undefined
Michal Sojka [Fri, 31 Aug 2012 11:29:15 +0000 (13:29 +0200)]
Rename Unknown to Undefined

11 years agoHandle custom reactions
Michal Sojka [Thu, 30 Aug 2012 22:11:22 +0000 (00:11 +0200)]
Handle custom reactions

11 years agoDisplay inner states differently - use dashed arrows from outer state
Michal Sojka [Thu, 30 Aug 2012 20:20:02 +0000 (22:20 +0200)]
Display inner states differently - use dashed arrows from outer state

11 years agoPreliminary support for custom reactions
Michal Sojka [Wed, 29 Aug 2012 06:35:37 +0000 (08:35 +0200)]
Preliminary support for custom reactions

11 years agoSupport forward-declared states used as context
Michal Sojka [Wed, 29 Aug 2012 06:34:36 +0000 (08:34 +0200)]
Support forward-declared states used as context

11 years agoAdd more error messages and TODOs (for Camera example)
Michal Sojka [Tue, 28 Aug 2012 16:25:37 +0000 (18:25 +0200)]
Add more error messages and TODOs (for Camera example)

11 years agoAdd support for inner states
Michal Sojka [Tue, 28 Aug 2012 16:17:40 +0000 (18:17 +0200)]
Add support for inner states

11 years agoDo not require C++11 capable compiler
Michal Sojka [Mon, 27 Aug 2012 21:07:31 +0000 (23:07 +0200)]
Do not require C++11 capable compiler

11 years agoUse clang binary reported by llvm-config
Michal Sojka [Mon, 27 Aug 2012 21:05:27 +0000 (23:05 +0200)]
Use clang binary reported by llvm-config

11 years agoAdd todo
Michal Sojka [Mon, 27 Aug 2012 17:31:51 +0000 (19:31 +0200)]
Add todo

11 years agoAdd handling of the initial state
Michal Sojka [Mon, 27 Aug 2012 17:27:56 +0000 (19:27 +0200)]
Add handling of the initial state

11 years agoConvert error messages and notes to diagnostic messages
Michal Sojka [Mon, 27 Aug 2012 15:25:04 +0000 (17:25 +0200)]
Convert error messages and notes to diagnostic messages

This is to give the user better clue about the position of the error/note.

11 years agoUpdate README
Michal Sojka [Mon, 27 Aug 2012 13:53:41 +0000 (15:53 +0200)]
Update README

11 years agoSimplify Makefile
Michal Sojka [Mon, 27 Aug 2012 13:24:29 +0000 (15:24 +0200)]
Simplify Makefile

11 years agoRemove clang and llvm submodules
Michal Sojka [Mon, 27 Aug 2012 13:24:09 +0000 (15:24 +0200)]
Remove clang and llvm submodules

The viewer can now be built against released (and packaged) LLVM/Clang
versions so the custom versions are not needed anymore.

11 years agoRewrite - get all information from AST instead of manually parsing certain declarations
Michal Sojka [Mon, 27 Aug 2012 06:05:09 +0000 (08:05 +0200)]
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

11 years agoWhitespace
Michal Sojka [Sun, 29 Jul 2012 21:02:18 +0000 (23:02 +0200)]
Whitespace

11 years agoReplace magic constants with something better - not finished
Michal Sojka [Thu, 26 Jul 2012 21:56:50 +0000 (23:56 +0200)]
Replace magic constants with something better - not finished

11 years agoWhitespace fixes
Michal Sojka [Thu, 26 Jul 2012 21:08:37 +0000 (23:08 +0200)]
Whitespace fixes

11 years agoConvert to Clang plugin API
Michal Sojka [Fri, 20 Jul 2012 03:52:21 +0000 (05:52 +0200)]
Convert to Clang plugin API

http://clang.llvm.org/docs/ClangPlugins.html

I can compile it with clang-3.1 and it does not crash. For some reason
transitions are missing in the generated graph.

11 years agowww: Fix news list
Michal Sojka [Wed, 11 Jul 2012 15:51:34 +0000 (17:51 +0200)]
www: Fix news list

11 years agoUpdate web page
Michal Sojka [Wed, 11 Jul 2012 15:50:29 +0000 (17:50 +0200)]
Update web page

- mention mailing list
- fix types
- improve structure

11 years agoUpdate to compile with llvm-3.1
Michal Sojka [Wed, 11 Jul 2012 15:16:43 +0000 (17:16 +0200)]
Update to compile with llvm-3.1

11 years agoUpdate Makefiles and README to use the default LLVM installation
Michal Sojka [Wed, 11 Jul 2012 11:10:46 +0000 (13:10 +0200)]
Update Makefiles and README to use the default LLVM installation

i.e. try to use llvm-config command. One can still override
the path to this command in Makefile.config.

12 years agoCorrection of formatting in this file
petr [Mon, 30 Jan 2012 16:22:08 +0000 (17:22 +0100)]
Correction of formatting in this file

12 years agoremove src_MSVC directory
petr [Mon, 30 Jan 2012 16:21:12 +0000 (17:21 +0100)]
remove src_MSVC directory

12 years agoCorrect errors during printing multiple transitions in state.
petr [Sat, 3 Dec 2011 19:18:45 +0000 (20:18 +0100)]
Correct errors during printing multiple transitions in state.

12 years agoProblem in printing transitions using custom_reactions (wrong parameter).
petr000 [Mon, 7 Nov 2011 22:15:17 +0000 (23:15 +0100)]
Problem in printing transitions using custom_reactions (wrong parameter).

Solved changing a parameter in calling function method_decl.

12 years agoCorrect error when printing multiple transitions in the state.
petr000 [Thu, 27 Oct 2011 16:22:34 +0000 (18:22 +0200)]
Correct error when printing multiple transitions in the state.

12 years agoUpdate deffering event.
petr000 [Sun, 23 Oct 2011 16:30:14 +0000 (18:30 +0200)]
Update deffering event.

12 years agoAdd simple support for deffering events (not written as custom_reaction). In transiti...
petr000 [Sun, 18 Sep 2011 14:32:37 +0000 (16:32 +0200)]
Add simple support for deffering events (not written as custom_reaction). In transition table these reactions are shown this way (deffered).

Transition table is now able to show multiple reactions for one event in one state. Each of the possibilities is printed in one row.

12 years agoSmall correction of text.
petr000 [Thu, 11 Aug 2011 09:17:41 +0000 (11:17 +0200)]
Small correction of text.

12 years agoChange webpage
petr000 [Thu, 11 Aug 2011 09:11:51 +0000 (11:11 +0200)]
Change webpage

Added news about the orthogonal states support.

12 years agoAdd support for orthogonal states.
petr000 [Thu, 11 Aug 2011 09:06:07 +0000 (11:06 +0200)]
Add support for orthogonal states.

The orthogonal states are correctly printed into the output file and also into the transition table

Add method test_start that tests all start states in that context.

12 years agoAdd first part of support for orthogonal states.
petr000 [Fri, 5 Aug 2011 09:01:21 +0000 (11:01 +0200)]
Add first part of support for orthogonal states.

For visualization the printing methods must be changed to be able to print orthogonal states.

12 years agoThe first state of automaton and subautomaton is now printed only once into the outpu...
petr000 [Fri, 29 Jul 2011 15:00:42 +0000 (17:00 +0200)]
The first state of automaton and subautomaton is now printed only once into the output file.

12 years agoCorrection of subautomaton visualization.
petr000 [Tue, 19 Jul 2011 17:47:17 +0000 (19:47 +0200)]
Correction of subautomaton visualization.

12 years agoAdd help.
petr000 [Tue, 24 May 2011 21:12:19 +0000 (23:12 +0200)]
Add help.

12 years agoCorrected error due to using backslash.
petr000 [Thu, 19 May 2011 15:24:37 +0000 (17:24 +0200)]
Corrected error due to using backslash.

12 years agoCreate dir for MSVC version source files. Update commentaries at source files.
petr000 [Wed, 18 May 2011 12:42:01 +0000 (14:42 +0200)]
Create dir for MSVC version source files. Update commentaries at source files.

12 years agoAdd check for errors during writing substates.
petr000 [Wed, 11 May 2011 19:09:48 +0000 (21:09 +0200)]
Add check for errors during writing substates.

12 years agoChange commentary style to be accepted by doxygen. Add generated configuration file...
petr000 [Mon, 9 May 2011 09:42:32 +0000 (11:42 +0200)]
Change commentary style to be accepted by doxygen. Add generated configuration file for doxygen.

12 years agoClear output. Only transition table and statistics are shown.
petr000 [Sun, 8 May 2011 16:11:39 +0000 (18:11 +0200)]
Clear output. Only transition table and statistics are shown.

12 years agoAdd some commentaries to file.
petr000 [Thu, 5 May 2011 15:40:44 +0000 (17:40 +0200)]
Add some commentaries to file.

12 years agoAdd creation of the transition table. Now the program can show the state machine...
petr000 [Sat, 30 Apr 2011 14:36:45 +0000 (16:36 +0200)]
Add creation of the transition table. Now the program can show the state machine in two different ways.

12 years agoCorrect number of errors in output statistics.
petr000 [Thu, 28 Apr 2011 20:12:29 +0000 (22:12 +0200)]
Correct number of errors in output statistics.