Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jan 11, 2019
  3. Dec 14, 2018
  4. Jul 24, 2018
    • Giovanni Bussi's avatar
      auto · 026364f6
      Giovanni Bussi authored
      Using auto when creating a unique_ptr
      026364f6
  5. Jun 18, 2018
    • Giovanni Bussi's avatar
      unique_ptr: reference + mapping · 28fb6ba4
      Giovanni Bussi authored
      I removed the remaining delete statements.
      
      Notice that in order to make this change I had to change a bit the interface
      of a few functions. The difficulty here is that there are parts of the
      code storing a reference to a std::vector of pointers and those are affected
      when the vector is transformed into a vector of unique_ptr.
      28fb6ba4
  6. Apr 26, 2018
  7. Mar 12, 2018
  8. Dec 03, 2017
  9. Oct 31, 2017
  10. Jun 08, 2017
  11. Jun 03, 2017
  12. May 12, 2017
  13. May 11, 2017
  14. Apr 25, 2017
  15. Apr 21, 2017
  16. Mar 28, 2017
  17. Jan 26, 2017
  18. Nov 12, 2016
  19. Aug 29, 2016
  20. Aug 07, 2016
  21. Aug 05, 2016
Loading