Simon Van Mierlo
|
8bbea544a5
merge with tmp
|
před 8 roky |
Simon Van Mierlo
|
7e5718ab9b
fixed multiple afters leaving a state: events were not correctly removed in event queue. also: now afters are added at the end of the enter body, instead of at the start, to account for any computation performed in the enter body (which has an effect on sccd_yield)
|
před 8 roky |
Simon Van Mierlo
|
cca6c6c211
small change in disassociate test to see whether old links still work
|
před 8 roky |
Simon Van Mierlo
|
5f74db0d0f
added disassociate event
|
před 8 roky |
Simon Van Mierlo
|
b4e8423ef2
some changes
|
před 8 roky |
Simon Van Mierlo
|
b9b9ad438e
Merge branch 'master' of https://msdl.uantwerpen.be/git/simon/SCCD
|
před 8 roky |
Simon Van Mierlo
|
2842fa5bb0
fixed a bug with an ever-growing heap: now, the heap is periodically cleaned to remove timers that were removed by the instances
|
před 8 roky |
Cláudio Gomes
|
185470a65b
remove dependency from Shell as it is not the concern of this script to open a shell. The script should generate gpl code from an SCCD textual specification
|
před 8 roky |
Cláudio Gomes
|
302c92eb3a
added build script, for people who don't want to install sccd onto their python install dir
|
před 8 roky |
Simon Van Mierlo
|
969dc01650
Merge branch 'master' of https://msdl.uantwerpen.be/git/simon/SCCD
|
před 8 roky |
Simon Van Mierlo
|
6a9b8e9cf5
added outports to the language
|
před 8 roky |
Simon Van Mierlo
|
6436aa7a38
ported to new version of SCCD
|
před 8 roky |
Simon Van Mierlo
|
ad53e62319
removed join() method from ThreadsControllerBase
|
před 8 roky |
Yentl Van Tendeloo
|
684436bb1a
More informative error when an invalid state reference is made as target in a transition.
|
před 9 roky |
Simon Van Mierlo
|
d75d595645
fixed little bug in the core -- as narrowcasts are now seen as external events (which are raised during a big step instead of in between big steps), we need to make sure the 'run' function of the receiving instance is not called twice
|
před 9 roky |
Simon Van Mierlo
|
2d3091ff89
small change
|
před 9 roky |
Simon Van Mierlo
|
0f284cf281
removed log line
|
před 9 roky |
Simon Van Mierlo
|
9e68d6f977
Merge branch 'master' of https://msdl.uantwerpen.be/git/simon/SCCD
|
před 9 roky |
simon
|
f9b4e6bccb
Merge branch 'master' of yentl/SCCD-socket2event into master
|
před 9 roky |
Yentl Van Tendeloo
|
824c6b0894
Removed again: Gogs can't show it
|
před 9 roky |
Yentl Van Tendeloo
|
f0b00d28c4
Added documentation, such that gogs can access it directly from Git
|
před 9 roky |
Yentl Van Tendeloo
|
082385a8db
Have the HTTP echo server and echo client use the central socket2event
|
před 9 roky |
Yentl Van Tendeloo
|
205e860235
Updated documentation to incorporate socket2event code
|
před 9 roky |
Yentl Van Tendeloo
|
77b9f14dbb
Added explanation of file
|
před 9 roky |
Yentl Van Tendeloo
|
e9d7354652
Added socket2event library
|
před 9 roky |
Simon Van Mierlo
|
cd3531d69f
changed so that narrow cast events are sent to a specific private port. somehow works for javascript although nothing was changed, otherwise we get exceptions on an undefined controller variable
|
před 9 roky |
Simon Van Mierlo
|
0525773230
small fix in INSTATE macro
|
před 9 roky |
Simon Van Mierlo
|
bbe902c64b
documentation start
|
před 9 roky |
Simon Van Mierlo
|
24d94f905c
fix of bitmaps
|
před 9 roky |
Simon Van Mierlo
|
2091c5a8f3
better bouncing balls example
|
před 9 roky |