Skip to content
Snippets Groups Projects
  1. Aug 28, 2019
  2. Aug 26, 2019
  3. 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
  4. Jul 30, 2019
  5. Jul 26, 2019
  6. Jul 22, 2019
  7. Jul 18, 2019
  8. Jul 03, 2019
  9. Jul 01, 2019
  10. Jun 27, 2019
  11. Jun 25, 2019
  12. Jun 24, 2019
  13. Jun 18, 2019
  14. Jun 14, 2019
  15. Jun 13, 2019
  16. Jun 07, 2019
  17. Jun 05, 2019
  18. Jun 04, 2019
  19. May 28, 2019
  20. May 21, 2019
  21. Apr 25, 2019
  22. Apr 17, 2019