Skip to content
Snippets Groups Projects
  1. Nov 16, 2018
  2. Nov 29, 2016
  3. Nov 28, 2016
  4. Jul 12, 2016
  5. Jun 09, 2016
  6. May 26, 2016
  7. Apr 22, 2016
    • Steven Murray's avatar
      Added SqliteCatalogueSchema so IDEs work with SqliteCatalogue · 81bde6f7
      Steven Murray authored
      The CMakeLists.txt file of the catalogue directory instructs
      cmake to generate SqliteCatalogueSchema.cpp, by combining
      the contents of the SqliteCatalogueSchema.before_SQL.cpp with the
      contents of catalogue_schema.sql.  This means the
      SqliteCatalogueSchema.before_SQL.cpp file is not compilable.
      
      The purpose of the SqliteCatalogueSchema structure class is to
      isolate the "non-compilable" issues into a small and encapsulated
      compilation unit, namely SqliteCatalogueSchema.o, so that the
      remaining business logic can be implemented in the non-generated
      and compilable SqliteCatalogue.cpp file.  This means that IDEs can
      work as normal with SqliteCatalogue.cpp, whereas they will struggle
      with SqliteCatalogueSchema.before_SQL.cpp which is therefore
      intentionally small.
      81bde6f7
  8. Apr 21, 2016
  9. Feb 02, 2016
  10. Jan 20, 2016
  11. Jun 15, 2015
  12. Jun 11, 2015
  13. May 20, 2015
  14. May 19, 2015
  15. May 13, 2015
    • Eric Cano's avatar
      Reorganized the files in themes. · 9b5d1ed6
      Eric Cano authored
      middletier, itself separated in interface, SQLite, objectstore and
      shared tests.
      Moved all utilities (exceptions, threading...) to a shared utility
      directory.
      Created a single, shared unit test from all the scattered ones.
      9b5d1ed6
  16. May 08, 2015
  17. May 07, 2015
  18. May 04, 2015
  19. Apr 08, 2015
  20. Feb 19, 2015
  21. Feb 17, 2015
  22. Feb 13, 2015
  23. Jan 28, 2015
  24. Jan 27, 2015
Loading