Skip to content
Snippets Groups Projects
  1. Aug 28, 2019
  2. Aug 27, 2019
  3. Aug 26, 2019
  4. 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
  5. Aug 14, 2019
  6. Aug 12, 2019
  7. Aug 08, 2019
  8. Aug 02, 2019
  9. Jul 31, 2019
  10. Jul 30, 2019
  11. Jul 26, 2019
  12. Jul 22, 2019
  13. Jul 20, 2019