Skip to content
Snippets Groups Projects
  1. Jun 16, 2021
  2. 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
  3. Apr 10, 2019
  4. Apr 04, 2019
  5. Aug 23, 2018
  6. May 18, 2018
  7. Mar 30, 2017