- 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
-
Ramin Yaghoubzadeh Torky authored
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
* Exceptions when trying to modify retracted IUs. * Removal of IU also retracts it.
-
- Dec 03, 2015
-
-
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
-
Hendrik Buschmeier authored
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
- Nov 26, 2015
-
-
Hendrik Buschmeier authored
* Filtering by IU event type. * Description of sniffer arguments after startup now prettier.
-
- Nov 20, 2015
-
-
Hendrik Buschmeier authored
-
- Nov 16, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
Also removed stray cout lines
-
- Nov 13, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Manually integrated the following changes from b8466a (master 2015-11-13) - Blackboard classes by hvanwelbergen - Blackboard test by hvanwelbergen - Payload merge fix by hvanwelbergen - rsb Buffer fix (by myself) copied but inactive (not needed atm?) Please refer to the logs of the legacy-str branch for a full history of the respective changes.
-
- Nov 12, 2015
-
-
Hendrik Buschmeier authored
-
- Aug 02, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Jun 26, 2015
-
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
- Jun 17, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- May 11, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Apr 08, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Use with Locker, possible in a dedicated stack frame, like this: // ... code ... { // open stack frame Locker locker(iu->payload()); iu->payload()["a"] = "string"; iu->payload()["b"] = "simultaneouslySentString"; } // close stack frame, sending the update
-
Ramin Yaghoubzadeh Torky authored
(by ignoring nonexistent keys)
-
Ramin Yaghoubzadeh Torky authored
-
- Mar 28, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
Also renamed some functions (preserving old names as deprecated aliases)
-
Ramin Yaghoubzadeh Torky authored
-
- Mar 27, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Also changed constructors of PayloadEntryProxy to protected.
-
Ramin Yaghoubzadeh Torky authored
Create doxygen documentation thus: $ cd docs $ doxygen ipaacaCpp.Doxyfile
-
- Mar 24, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Mar 03, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 27, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Address mode must be selected explicitly using as_map/as_list, like so: for (auto value: iu->payload()["listItem"].as_list()) { .... } for (auto kv_pair: iu->payload()["mapItem"].as_map()) { .... } Generic size() function (reports 0 for non-structured types)
-
- Feb 26, 2015
-
-
Ramin Yaghoubzadeh Torky authored
PayloadTypeConversionError thrown if (trimmed) string parse is incomplete; comparison operators == and != catch this error though.
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-