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