- Oct 28, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
- Sep 29, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
It will call the teardown stuff then os._exit(...). Later, when the backends are fixed, we could simply alias it to sys.exit again. Usage: - use ipaaca.exit() at the end of every python script - do not forget to catch errors as well as KeyboardInterrupt and SystemExit (or their default handlers will hang at exit time, too) - you can call ipaaca.exit with ant int argument (like sys.exit etc.)
-
Ramin Yaghoubzadeh Torky authored
Also re-renamed the other two back to --rsb-host and --rsb-port ;)
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
Change was requested to accommodate people who package the directory from outside the soa script (i.e. standard tools ;) )
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
- Aug 04, 2016
-
-
Ramin Yaghoubzadeh Torky authored
!!! Please update the rsb package accordingly. !!! End users need not change very much. (Please update rsc/rsb version numbers in CMakeLists.txt in your own C++ projects). - Some (internal) changes for rsb0.14 compatibility
-
Ramin Yaghoubzadeh Torky authored
(Initial preparation for Android compatibility - incomplete due to rsb)
-
- Apr 28, 2016
-
-
Ramin Yaghoubzadeh Torky authored
Arguments: --delimiter delim field delimiter, default '\t' --strip call strip() in each field first --fields name1 [name2 [...]] fields to print (in order) defaults to: 'time' 'text'
-
- Apr 27, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
- Apr 26, 2016
-
-
Herwin van Welbergen authored
-
- Apr 03, 2016
-
-
hvanwelbergen authored
- FutureIU can now use an existing InputBuffer
-
hvanwelbergen authored
-
- Mar 30, 2016
-
-
Herwin van Welbergen authored
-
Herwin van Welbergen authored
-
Herwin van Welbergen authored
-
Herwin van Welbergen authored
-
- Mar 01, 2016
-
-
Ramin Yaghoubzadeh Torky authored
[.. code ...] IPAACA_SIMPLE_TIMER_BEGIN(blockid1) [... first code block to time ...] IPAACA_SIMPLE_TIMER_END(blockid1, "Processing loop 1") [...] -> e.g.: "Processing loop - us elapsed: 15" to terminal Several blocks can be timed in one stack frame using more blockids (TODO: implement profiling mode that can be turned on/off)
-
- Jan 29, 2016
-
-
Hendrik Buschmeier authored
-
- Jan 19, 2016
-
-
Hendrik Buschmeier authored
-
- Jan 18, 2016
-
-
Hendrik Buschmeier authored
-
- Jan 07, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
Ramin Yaghoubzadeh Torky authored
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
- Dec 18, 2015
-
-
Hendrik Buschmeier authored
-
- Dec 16, 2015
-
-
- Dec 10, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Disabled removal of retracted IUs from InputBuffer to match the Python version - since it is an item of discussion that will be resolved in the next version anyway.
-
- Dec 09, 2015
-
-
Hendrik Buschmeier authored
-
- Dec 08, 2015
-
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
- Dec 05, 2015
-
-
Ramin Yaghoubzadeh Torky authored
They are torn down on program exit (retracting all live IUs)
-
- Dec 04, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
- OutputBuffer retracts all remaining live IUs on destruction - sends correct event type now - fixed reference error for calling handlers - setters properly check for retracted flag - also added some missing checks for committed flag
-