Skip to content
Snippets Groups Projects
  1. Dec 10, 2015
  2. Dec 04, 2015
  3. Dec 03, 2015
    • Ramin Yaghoubzadeh Torky's avatar
      C++: retraction fixes / more implemetation · 730c865d
      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
      730c865d
  4. Nov 16, 2015
  5. Jun 17, 2015
  6. Apr 08, 2015
    • Ramin Yaghoubzadeh Torky's avatar
      C++: batch updates · 75e61345
      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
      75e61345
  7. Mar 28, 2015
  8. Mar 27, 2015
  9. Feb 25, 2015
  10. Feb 24, 2015
  11. Feb 21, 2015
  12. Feb 20, 2015
  13. Feb 14, 2015
  14. Feb 09, 2015
  15. Feb 05, 2015
  16. Jan 30, 2015
Loading