Skip to content
Snippets Groups Projects
  1. Dec 08, 2015
  2. Dec 05, 2015
  3. Dec 04, 2015
  4. Dec 03, 2015
  5. Nov 26, 2015
  6. Nov 20, 2015
  7. Nov 16, 2015
  8. 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
  9. Nov 12, 2015
  10. Aug 02, 2015
  11. Jun 26, 2015
  12. Jun 17, 2015
  13. May 11, 2015
  14. Apr 08, 2015
  15. Mar 28, 2015
  16. Mar 27, 2015
  17. Mar 24, 2015
  18. Mar 03, 2015
  19. 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
  20. Feb 26, 2015
Loading