Skip to content
Snippets Groups Projects
  1. Dec 04, 2015
  2. Dec 03, 2015
  3. Nov 16, 2015
  4. Nov 13, 2015
    • Ramin Yaghoubzadeh Torky's avatar
      First attempt to merge accumulated changes from legacy master branch · 922f3458
      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.
      922f3458
  5. Aug 02, 2015
  6. Jun 26, 2015
  7. Jun 17, 2015
  8. May 11, 2015
  9. Apr 08, 2015
  10. Mar 28, 2015
  11. Mar 27, 2015
  12. Mar 24, 2015
  13. Mar 03, 2015
  14. Feb 27, 2015
    • Ramin Yaghoubzadeh Torky's avatar
      C++: iteration over deep proxies · f4393e75
      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)
      f4393e75
  15. Feb 26, 2015
  16. Feb 25, 2015
  17. Feb 24, 2015
  18. Feb 23, 2015
  19. Feb 21, 2015
Loading