index
:
uscxml.git
gh-pages
legacy-1.0
master
sradomski
ts-uscxml-tascxml
SCXML interpreter and transformer/compiler written in C/C++ with bindings to Java, C#, Python and Lua
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduced WITH_CACHE_FILES build option (defaults to true)
Stefan Radomski
2017-01-08
2
-13/+36
*
Support for caching values on filesystem
Stefan Radomski
2017-01-08
21
-178/+618
*
Merge branch 'master' of github.com:tklab-tud/uscxml
Stefan Radomski
2016-12-24
1
-0/+1
|
\
|
*
Merge branch 'master' of https://github.com/tklab-tud/uscxml into FixDataWith...
Matthias Gabriel
2016-12-16
2
-11/+12
|
|
\
|
*
|
Add constructor for DOMNode's
Matthias Gabriel
2016-12-16
1
-0/+1
*
|
|
First implementation of Python wrappers
Stefan Radomski
2016-12-24
5
-6/+226
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:tklab-tud/uscxml
Stefan Radomski
2016-12-15
2
-1/+2
|
\
\
|
|
/
|
*
Add missing mutex includes
Matthias Gabriel
2016-12-15
2
-1/+2
*
|
Prevented overflow with size_t::max for durations
Stefan Radomski
2016-12-15
2
-11/+12
|
/
*
Reduced header dependencies
Stefan Radomski
2016-12-12
4
-22/+21
*
DebugSession implements new Logger ABC
Stefan Radomski
2016-12-12
4
-26/+76
*
Custom logging for interpreters
Stefan Radomski
2016-12-12
22
-96/+122
*
Fixed the MSVC build
Stefan Radomski
2016-12-12
1
-2/+2
*
Added test / example for pausable eventqueue
Stefan Radomski
2016-12-12
36
-1854/+1865
*
Reduced foreign header dependencies
Stefan Radomski
2016-12-11
24
-344/+410
*
Fixed issue 97
Stefan Radomski
2016-12-10
1
-1/+1
*
Fixed unresolved getcwd with MSVC
Stefan Radomski
2016-12-09
1
-0/+2
*
Oh how I despise MSVC
Stefan Radomski
2016-12-09
17
-107/+99
*
Removed easylogging due to JNI segfaults
Stefan Radomski
2016-12-09
29
-44/+381
*
Merge branch 'master' of github.com:tklab-tud/uscxml
Stefan Radomski
2016-12-06
2
-1400/+1605
|
\
|
*
Merge branch 'master' of github.com:tklab-tud/uscxml
juehv
2016-12-06
4
-29/+44
|
|
\
|
*
|
add condition solver sceleton
juehv
2016-12-06
2
-1400/+1605
*
|
|
Use existing ActionLanguage to create new instances in invoked interpreters
Stefan Radomski
2016-12-06
17
-9/+75
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:tklab-tud/uscxml
Stefan Radomski
2016-12-02
1
-10/+18
|
\
\
|
|
/
|
*
fix spontaneous transition problem when state chart has no events
juehv
2016-12-01
1
-10/+18
*
|
Fixed Lua wchar problem for old swig intallations
Stefan Radomski
2016-12-02
4
-29/+44
|
/
*
Refactored Java into bindings and generated
Stefan Radomski
2016-11-28
4
-6/+60
*
Merge branch 'master' of github.com:tklab-tud/uscxml
Stefan Radomski
2016-11-24
4
-236/+465
|
\
|
*
Merge branch 'master' of github.com:tklab-tud/uscxml
juehv
2016-11-23
2
-8/+22
|
|
\
|
*
|
beatify code again
juehv
2016-11-23
4
-1609/+1609
|
*
|
remove some unused code
juehv
2016-11-23
2
-76/+1
|
*
|
change event handling from special type to std_logic_vector for better simula...
juehv
2016-11-23
2
-1318/+1563
|
*
|
add a integer to binary string function
juehv
2016-11-23
2
-134/+168
|
*
|
rename filter function accourding to coding style
juehv
2016-11-23
2
-5/+5
|
*
|
add support for non event state machines
juehv
2016-11-23
1
-105/+130
*
|
|
Added java transformation target
Stefan Radomski
2016-11-24
3
-1/+97
|
|
/
|
/
|
*
|
Fixed space normalization in content element
Stefan Radomski
2016-11-23
1
-3/+5
*
|
Passing all Lua tests again
Stefan Radomski
2016-11-23
1
-5/+17
|
/
*
set return statement of tb compatible to ctest
Jens Heuschkel
2016-11-23
1
-1/+2
*
butify code again
Jens Heuschkel
2016-11-23
9
-4020/+4027
*
update testbench for better automatic testing
Jens Heuschkel
2016-11-22
1
-11/+45
*
improved excapeMacro to produce vhdl supported names
Jens Heuschkel
2016-11-22
2
-17/+12
*
Merge branch 'master' of github.com:tklab-tud/uscxml
Jens Heuschkel
2016-11-21
2
-402/+685
|
\
|
*
Merge branch 'master' of github.com:tklab-tud/uscxml
Stefan Radomski
2016-11-21
4
-122/+83
|
|
\
|
*
|
Reduced state space for PROMELA transformation
Stefan Radomski
2016-11-21
2
-402/+685
*
|
|
implement some small todo
Jens Heuschkel
2016-11-21
2
-168/+194
*
|
|
made escape function more vhdl friendly
Jens Heuschkel
2016-11-21
1
-2/+2
|
|
/
|
/
|
*
|
ups sorry :(
Jens Heuschkel
2016-11-21
1
-10/+10
*
|
change function name according to convention; fix && problem
Jens Heuschkel
2016-11-21
2
-3/+4
*
|
Merge branch 'master' of github.com:tklab-tud/uscxml
Jens Heuschkel
2016-11-17
1
-4/+20
|
\
\
|
|
/
[next]