Skip to content
Snippets Groups Projects
  1. Jun 22, 2017
  2. Jun 21, 2017
  3. Mar 20, 2017
  4. Feb 25, 2017
  5. Feb 24, 2017
  6. Nov 29, 2016
  7. Nov 09, 2016
  8. Nov 08, 2016
  9. Oct 02, 2016
  10. Sep 30, 2016
    • Jakub Klinkovský's avatar
      Optimized smart pointers · f2042755
      Jakub Klinkovský authored
      The original method for detecting changes to the wrapped objects (using
      the 'modified' bool flag) is used to avoid unnecessary calls to
      std::memcmp.
      f2042755
    • Jakub Klinkovský's avatar
      Improved smart pointers · a3298c46
      Jakub Klinkovský authored
      All dynamically allocated objects in the smart pointers were aggregated
      into a single structure to avoid the number of dynamic allocations,
      decrease the size of the smart pointer classes and to make the code more
      readable.
      a3298c46
  11. Sep 28, 2016
  12. Sep 27, 2016
  13. Sep 26, 2016
  14. Aug 20, 2016
  15. Aug 17, 2016
  16. Aug 16, 2016
  17. Aug 08, 2016
Loading