1. 13 Jun, 2013 3 commits
  2. 12 Jun, 2013 3 commits
  3. 10 Jun, 2013 1 commit
    • Joseph Noir's avatar
      reduced overhead · 0139c39b
      Joseph Noir authored
      added move to avoid copies, a device id can be chosen when a program
      is created (all available devices are numbered from 0), added
      device_info to store information about available devices
      0139c39b
  4. 07 Jun, 2013 1 commit
  5. 06 Jun, 2013 2 commits
  6. 04 Jun, 2013 1 commit
  7. 03 Jun, 2013 2 commits
  8. 27 May, 2013 4 commits
  9. 26 May, 2013 1 commit
  10. 21 May, 2013 4 commits
  11. 17 May, 2013 3 commits
  12. 16 May, 2013 1 commit
  13. 13 May, 2013 2 commits
  14. 10 May, 2013 1 commit
  15. 06 May, 2013 10 commits
  16. 05 May, 2013 1 commit
    • Dominik Charousset's avatar
      refactored type name mapping · 488ca971
      Dominik Charousset authored
      type names are now mapped using a static lookup table; all built-in types
      information instances are now members of uniform_type_info_map to get rid
      of as much heap allocations as possible
      488ca971