You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Sayer
a533fdcb5e
Merge branch 'dsm_lang'
...
* dsm_lang:
DSM: support variables in range, e.g. range($myvar)
DSM: size($arrayname, $dst) action
added [] to chars not allowed in var names
DSM: fix for ($bar in array) for structs
DSM: parsing of "else", if conditions without []
DSM: implement for ($x in range(2, 5))
DSM: "for (x in array)" and "for (k,v in struct)"
dsm: execution reordered (small optimization)
reindent
reindent
implementation of functions in DSM
initial support for if blocks (no else)
16 years ago
..
etc
More cmake templates
16 years ago
fsmc
The DonkeySM: easy application development by state machine definitions
18 years ago
lib
- Add installation of DSM sub-modules and scripts.
17 years ago
mods
dsm: adds utils.playRingTone() function
16 years ago
CMakeLists.txt
Simplify doc-files installation
16 years ago
DSM.cpp
even more more size_t->unsigned casting
16 years ago
DSM.h
added OpenSSL linking exception to license
16 years ago
DSMCall.cpp
DSM: adds onBeforeDestroy event handler to modules
16 years ago
DSMCall.h
DSM: adds onBeforeDestroy event handler to modules
16 years ago
DSMChartReader.cpp
DSM: support variables in range, e.g. range($myvar)
16 years ago
DSMChartReader.h
DSM: parsing of "else", if conditions without []
16 years ago
DSMCoreModule.cpp
Merge branch 'dsm_lang'
16 years ago
DSMCoreModule.h
DSM: size($arrayname, $dst) action
16 years ago
DSMElemContainer.cpp
DSM: parsing of "else", if conditions without []
16 years ago
DSMElemContainer.h
DSM: parsing of "else", if conditions without []
16 years ago
DSMModule.cpp
added OpenSSL linking exception to license
16 years ago
DSMModule.h
DSM: adds onBeforeDestroy event handler to modules
16 years ago
DSMSession.cpp
added OpenSSL linking exception to license
16 years ago
DSMSession.h
added OpenSSL linking exception to license
16 years ago
DSMStateDiagramCollection.cpp
added OpenSSL linking exception to license
16 years ago
DSMStateDiagramCollection.h
added OpenSSL linking exception to license
16 years ago
DSMStateEngine.cpp
Merge branch 'dsm_lang'
16 years ago
DSMStateEngine.h
DSM: support variables in range, e.g. range($myvar)
16 years ago
Makefile
o install $(plug_in_name)_lib if wanted
18 years ago
SystemDSM.cpp
jsonrpc: support for per request user data
16 years ago
SystemDSM.h
DSM: add system DSMs, DSMs unrelated to calls
16 years ago