summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToC.cpp
Commit message (Expand)AuthorAgeFilesLines
* :Jira: ADSVHTNG-1251 - introduced id attribute for set, get and result actionsts-uscxml-tascxmlrlm2020-09-171-8/+13
* :Jira: ADSVHTNG-1276 - changes to tascxml:result custom action with additiona...rlm2020-08-311-7/+13
* :Jira: ADSVHTNG-1253 - interrupt command definition in c transformerrlm2020-07-101-4/+44
* :Jira: ADSVHTNG-1165 - bug in done event for parallel state with state and fi...rlm2020-07-021-1/+1
* :Jira: ADSVHTNG-1233 - ramp command definition in c transformerrlm2020-06-101-0/+53
* :Jira: ADSVHTNG-1209 - updated signature of set function as per TA standard v...rlm2020-05-131-2/+4
* :Jira: ADSVHTNG-1165 - fixed multiple done events for parent pallel state in ...rlm2020-04-271-0/+2
* :Jira: ADSVHTNG-1165 - fixed exit of state machine on done event of inner par...rlm2020-04-271-1/+1
* :Jira: ADSVHTNG-1056 - tascxml get action definition and implementation in tr...refs/changes/53/8953/1rlm2019-10-141-60/+94
* :Jira: ADSVHTNG-1055 - separate header file in util/ defining tascxml constantsrefs/changes/52/8952/1rlm2019-10-141-18/+11
* :Jira: ADSVHTNG-1055 - fixed incomplete tascxml:set command definition in c g...refs/changes/21/8721/1rlm2019-09-111-0/+3
* :Jira: ADSVHTNG-1055 - tascxml:set command definition in c transformerrefs/changes/20/8720/1rlm2019-09-111-16/+57
* implementation of tascxml:result action in c transformerrefs/changes/09/8109/1rlm2019-07-041-11/+75
* More performant MonitorsStefan Radomski2017-07-051-11/+11
* Fixed issue with ANSI-C transformationStefan Radomski2017-06-211-10/+19
* Fixed issue 136Stefan Radomski2017-05-221-1/+1
* Optimized ANSI-C transformationStefan Radomski2017-04-301-31/+74
* Reduced dependencies on XercesCStefan Radomski2017-04-121-1/+2
* Introduced constants for XML namesStefan Radomski2017-01-301-111/+111
* Unified DOM traversal and removed iostreamsStefan Radomski2017-01-301-2/+1
* Reactivated BUILD_AS_PLUGINSStefan Radomski2017-01-271-1/+12
* Removed easylogging due to JNI segfaultsStefan Radomski2016-12-091-1/+1
* Worked on PROMELA transformationStefan Radomski2016-10-251-3/+3
* AddendumStefan Radomski2016-06-161-1/+1
* Fixed issue86 and some more bug fixesStefan Radomski2016-06-161-1/+1
* addendum to issue84 fix for swigStefan Radomski2016-06-131-1/+1
* Refactored for public headers and started documentationStefan Radomski2016-05-191-20/+20
* Builds cleanly for VS2015Stefan Radomski2016-05-131-1/+1
* Conditionalized V8 on version and used C++11 list initializersStefan Radomski2016-05-121-26/+19
* Major Refactoring v2.0Stefan Radomski2016-05-121-351/+361
* Fixed issue 64 and beautified code againStefan Radomski2016-04-281-3/+3
* Minor bug-fixes and issue62 preparedStefan Radomski2016-04-221-4/+6
* More work on VHDLStefan Radomski2016-02-291-2/+26
* Some refactoring for improved compile timesStefan Radomski2016-02-231-101/+108
* More work on ANSI C transformationStefan Radomski2016-02-141-17/+50
* Some tidying up of ANSI-C transformationStefan Radomski2016-02-111-27/+176
* Some polishing for generated ANSI C machinesStefan Radomski2016-02-081-395/+554
* Fixes bugs and memory leaks with generated C state-chartsStefan Radomski2016-02-061-32/+43
* Invokers with generated CStefan Radomski2016-02-041-24/+54
* Preliminary support for SCXML invocations in generated C machinesStefan Radomski2016-02-041-474/+753
* Prepared ANSI C transformation with invokersStefan Radomski2016-01-301-54/+29
* Prepared the C transformation as a VHDL base classStefan Radomski2016-01-291-162/+167
* Actually generate ANSI C code in uscxml-transformStefan Radomski2016-01-281-104/+114
* Some code beautificationsStefan Radomski2016-01-261-241/+237
* Reverted a erroneous bugfixStefan Radomski2016-01-201-2/+1
* fixed a silly bug with bit masks in generated CStefan Radomski2016-01-201-3/+4
* Added transition-less histories as an issue and completed C transformationStefan Radomski2016-01-201-33/+153
* Fixed a bug in generated C with deep initial statesStefan Radomski2016-01-191-6/+42
* Fixed a bug with deep initial states in compounds for C transformationStefan Radomski2016-01-191-12/+19
* Fixed a memory leak in transformed C scaffoldingStefan Radomski2016-01-181-27/+35