]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/history - src/visualizer.cpp
Rename testEventModel to evantHasName
[boost-statechart-viewer.git] / src / visualizer.cpp
2013-10-14 Michal SojkaRename testEventModel to evantHasName
2013-10-14 Michal SojkaRename listOfDefinedEvents to unusedEvents
2013-05-06 Petr SilhavikRemove diagnostics initialization.
2013-04-09 Petr SilhavikAdd support for in_state_reaction
2013-04-09 Petr SilhavikAdd support for defering events as custom reaction.
2013-04-05 Petr SilhavikAdd initialize of diagnostics.
2013-04-05 Petr SilhavikFix few problems.
2013-04-05 Petr SilhavikFix problem when trying another version of Clang.
2013-04-01 Petr SilhavikEmpty list as inner initial are now ignored. If the...
2013-03-18 Petr SilhavikAdd warning when event struct is defined but not used
2013-01-20 Michal SojkaSimplify the code
2013-01-20 Michal SojkaMove reactMethodInReactions initialization outside...
2013-01-20 Michal SojkaRename reactMethodVector to a more descriptive name...
2013-01-17 Petr SilhavikFix error when finding react method missing in typedef.
2013-01-17 Petr SilhavikWarning missing typedef for react method
2013-01-17 Petr SilhavikError when missing react method for custom_reaction...
2013-01-04 Petr SilhavikFix template argument finding.
2013-01-02 Michal SojkaFix style
2013-01-02 Michal SojkaOrder Diag parameters as expected by diag_warning template
2013-01-02 Michal SojkaMake noTypedef private
2013-01-02 Michal SojkaSimplify and fix indentation
2012-12-28 Petr SilhavikNo typedef for reactions.
2012-12-28 Petr SilhavikFix inner initial state.
2012-12-27 Petr SilhavikEvent typedef missing
2012-12-14 Michal SojkaSimplify the code
2012-12-11 Petr SilhavikVisualization of states
2012-09-03 Michal SojkaAdd more warnings, improve reported locations and range...
2012-09-03 Michal SojkaAdd more warnings
2012-09-01 Michal SojkaAdd some warnings
2012-08-31 Michal SojkaAdd support for deferred events
2012-08-31 Michal Sojkaunknown->undefined
2012-08-31 Michal SojkaDo not consider boost::sc::state class as a state to...
2012-08-31 Michal SojkaRename Unknown to Undefined
2012-08-30 Michal SojkaHandle custom reactions
2012-08-30 Michal SojkaDisplay inner states differently - use dashed arrows...
2012-08-29 Michal SojkaPreliminary support for custom reactions
2012-08-29 Michal SojkaSupport forward-declared states used as context
2012-08-28 Michal SojkaAdd more error messages and TODOs (for Camera example)
2012-08-28 Michal SojkaAdd support for inner states
2012-08-27 Michal SojkaDo not require C++11 capable compiler
2012-08-27 Michal SojkaAdd todo
2012-08-27 Michal SojkaAdd handling of the initial state
2012-08-27 Michal SojkaConvert error messages and notes to diagnostic messages
2012-08-27 Michal SojkaRewrite - get all information from AST instead of manua...
2012-07-26 Michal SojkaReplace magic constants with something better - not...
2012-07-26 Michal SojkaWhitespace fixes
2012-07-20 Michal SojkaConvert to Clang plugin API
2012-07-11 Michal SojkaUpdate to compile with llvm-3.1
2012-01-30 petrCorrection of formatting in this file
2011-12-03 petrCorrect errors during printing multiple transitions...
2011-11-07 petr000Problem in printing transitions using custom_reactions...
2011-10-23 petr000Update deffering event.
2011-09-18 petr000Add simple support for deffering events (not written...
2011-08-05 petr000Add first part of support for orthogonal states.
2011-05-24 petr000Add help.
2011-05-18 petr000Create dir for MSVC version source files. Update commen...
2011-05-09 petr000Change commentary style to be accepted by doxygen....
2011-05-08 petr000Clear output. Only transition table and statistics...
2011-05-05 petr000Add some commentaries to file.
2011-04-30 petr000Add creation of the transition table. Now the program...
2011-04-28 petr000Correct number of errors in output statistics.
2011-04-27 petr000Add diagnostic info statistics.
2011-04-26 petr000Move the creation of output file into new class and...
2011-04-24 petr000Add colours to diagnostic printer. So the diagnostic...
2011-04-17 petr000Removed useless HeaderSearch and moved the ResourceDir...
2011-04-14 petr000Add license GPL to files.
2011-04-11 petr000Updated source files. Creation of new function for...
2011-04-10 petr000Working with custom reactions. For one custom reaction...
2011-04-07 petr000Almost finished finding transitions in custom reactions.
2011-04-05 petr000Add finding custom reactions. It is necessary for findi...
2011-04-03 petr000Moved some functions from visualizer.cpp to stringoper.h
2011-03-31 Michal SojkaRemoved llvm-2.8 version and updated to compile cleanly...
2011-03-24 petr000Small corrections of source file.
2011-03-22 petr000Removed usefull header files.
2011-03-22 petr000Working with LLVM 2.8. Now it can be sent for testing...
2011-03-22 petr000Updated for working with LLVM 2.8
2011-03-21 Michal SojkaWHitespace fix
2011-03-21 Michal SojkaStart conversion to clang-2.8
2011-03-21 petr000Merge branch 'master' of rtime.felk.cvut.cz:boost-state...
2011-03-21 petr000Change diagnostic.
2011-03-19 petr000Check if the inputfile exist.
2011-03-19 petr000Working Diagnostic. All Warnings and notes are disabled...
2011-03-19 petr000Add simple error dumper. Works only if the error is...
2011-03-15 petr000Corrections of some warnings, add commentary to source...
2011-03-14 petr000Updated Command line options. The program now can opera...
2011-03-12 petr000Updated drawing subautomatons.
2011-03-10 petr000Better visualization of submachines. All submachines...
2011-03-01 petr000The start state has double outlline. The arrows has...
2011-02-28 Michal SojkaMove sources to src/ subdirectory