Skip to content
Snippets Groups Projects
  1. Sep 25, 2020
  2. Sep 24, 2020
  3. Sep 22, 2020
  4. Sep 21, 2020
  5. Sep 16, 2020
  6. Sep 15, 2020
  7. Sep 11, 2020
  8. Sep 04, 2020
  9. Sep 03, 2020
  10. Sep 02, 2020
  11. Sep 01, 2020
  12. Aug 28, 2020
  13. Aug 26, 2020
  14. Aug 14, 2020
  15. Jun 10, 2020
  16. May 19, 2020
  17. Mar 30, 2020
  18. Nov 19, 2019
  19. Nov 06, 2019
  20. Oct 07, 2019
  21. Aug 16, 2019
    • Dominik Thoennes's avatar
      [API] move SQLite into its own module · 0bff0985
      Dominik Thoennes authored
      To break unneeded dependencies in postprocessing the SQLite part is
      moved to its own module and namespace.
      Therefore in the include and the function calls
      "postprocessing" hast to be removed or replaced by "sqlite" e.g.:
      #include "postprocessing/sqlite/SQLite.h" ->
      #include "sqlite/SQLite.h"
      
      postprocessing::store... -> sqlite::store...
      0bff0985
  22. Jul 22, 2019
  23. Jun 07, 2019
  24. May 28, 2019
  25. Apr 11, 2019
  26. Mar 27, 2019
  27. Mar 26, 2019
  28. Mar 22, 2019
  29. Mar 15, 2019
  30. Mar 14, 2019
  31. Feb 04, 2019