Skip to content
Snippets Groups Projects
  1. Mar 03, 2015
  2. 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
  3. Feb 26, 2015
  4. Feb 25, 2015
  5. Feb 24, 2015
  6. Feb 23, 2015
  7. Feb 21, 2015
  8. Feb 20, 2015
  9. Feb 16, 2015
  10. Feb 14, 2015
  11. Feb 09, 2015
  12. Feb 05, 2015
  13. Jan 30, 2015
  14. Dec 12, 2014
  15. Dec 05, 2014
  16. Dec 03, 2014
  17. Sep 30, 2014
  18. Sep 22, 2014
  19. Jul 27, 2014
  20. Feb 14, 2014
  21. Feb 11, 2014
    • Ramin Yaghoubzadeh Torky's avatar
      C++: experimental Windows compatibility changes · 98544ede
      Ramin Yaghoubzadeh Torky authored
      State: "experimental - work required".
      
      Special build file conditions and conditionally compiled
      source code sections were implemented to make ipaaca compile
      under Windows. For now, the required libraries from the
      prepackaged "rsx" ZIP provided by CoRLab have been hard-coded
      in the Windows resolution / linking sections. The unpacked
      archive is expected to reside in the common repo dir as "rsx".
      98544ede
  22. Nov 18, 2013
  23. Jul 05, 2013
  24. Jun 28, 2013
Loading