- Nov 16, 2018
-
-
Tao Lin authored
-
- Nov 29, 2016
-
-
Steven Murray authored
-
- Nov 28, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jul 12, 2016
-
-
Steven Murray authored
-
- Jun 09, 2016
-
-
Steven Murray authored
-
- May 26, 2016
-
-
Steven Murray authored
-
- Apr 22, 2016
-
-
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.
-
- Apr 21, 2016
-
-
Steven Murray authored
-
- Feb 02, 2016
-
-
Steven Murray authored
-
- Jan 20, 2016
-
-
Steven Murray authored
-
- Jun 15, 2015
-
-
Steven Murray authored
-
- Jun 11, 2015
-
-
Steven Murray authored
-
- May 20, 2015
-
-
Steven Murray authored
Moved all of the classes in middletier/common to the scheduler directory because most of them are specific to the scheduler. Please feel free to move those that are no so specific elsewhere.
-
- May 19, 2015
-
-
Steven Murray authored
-
- May 13, 2015
-
-
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.
-
- May 08, 2015
-
-
Steven Murray authored
License comment is no longer filtered out by doxygen when generating web pages of the individual source files.
-
- May 07, 2015
-
-
Steven Murray authored
-
- May 04, 2015
-
-
Steven Murray authored
-
- Apr 08, 2015
-
-
Steven Murray authored
-
- Feb 19, 2015
-
-
Steven Murray authored
-
- Feb 17, 2015
-
-
Steven Murray authored
-
- Feb 13, 2015
-
-
Steven Murray authored
-
- Jan 28, 2015
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jan 27, 2015
-
-
Steven Murray authored
-
Daniele Kruse authored
-