]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/history - src
Warning missing typedef for react method
[boost-statechart-viewer.git] / src /
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-16 Michal SojkaAdded preliminary version of Debian packaging
2012-12-14 Michal SojkaSimplify the code
2012-12-11 Petr SilhavikVisualization of states
2012-12-05 Michal SojkaAdd preliminary script for C++ to pdf conversion
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 SojkaSimplify Makefile
2012-08-27 Michal SojkaRewrite - get all information from AST instead of manua...
2012-07-29 Michal SojkaWhitespace
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-07-11 Michal SojkaUpdate Makefiles and README to use the default LLVM...
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-27 petr000Correct error when printing multiple transitions in...
2011-10-23 petr000Update deffering event.
2011-09-18 petr000Add simple support for deffering events (not written...
2011-08-11 petr000Add support for orthogonal states.
2011-08-05 petr000Add first part of support for orthogonal states.
2011-07-29 petr000The first state of automaton and subautomaton is now...
2011-07-19 petr000Correction of subautomaton visualization.
2011-05-24 petr000Add help.
2011-05-18 petr000Create dir for MSVC version source files. Update commen...
2011-05-11 petr000Add check for errors during writing substates.
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 petr000Correction of an error in finding transitions. End...
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-25 Michal SojkaAllow building with local (debug) or system llvm
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-21 Michal SojkaAdd Makefile for examples
2011-03-21 petr000Merge branch 'master' of rtime.felk.cvut.cz:boost-state...
2011-03-21 Michal SojkaRemove old code from src/Makefile
2011-03-21 petr000Makefile working with packages installed.
2011-03-20 petr000State can be derived also from state<>.
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 petr000Other arguments should be put into the list.
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 SojkaGenerate pdf by running make test
2011-02-28 petr000-I option is not mandatory
2011-02-28 Michal SojkaAdd test target to Makefile
2011-02-28 Michal SojkaUpdate Makefile to look more like a makefile :-)
2011-02-28 Michal SojkaMove sources to src/ subdirectory