Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
  2. Feb 25, 2020
  3. Jan 28, 2020
  4. Sep 06, 2019
  5. Aug 30, 2019
  6. 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
  7. Jul 30, 2019
  8. Jul 03, 2019
  9. Jun 04, 2019
  10. May 28, 2019