Skip to content
Snippets Groups Projects
  1. Dec 04, 2015
  2. 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
  3. 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
  4. Feb 24, 2015
  5. Feb 23, 2015
  6. Feb 20, 2015
  7. Feb 14, 2015
  8. Feb 09, 2015
  9. Jan 30, 2015
Loading