Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | DB Test tidy | Dan Goodliffe | 2018-04-09 | |
| | | | | | Move standard mock database definition into common library. Move DB connection in a fixture. | |||
* | C++17 | Dan Goodliffe | 2018-04-09 | |
| | | | | Updates DB code inline with C++17 libdbpp. | |||
* | Ice 3.7 | Dan Goodliffe | 2018-04-03 | |
| | | | | | | | | | | | | | | Implements Slicer for Ice 3.7. This is largely: * Pointers are now all std::shared_ptr * libSlice isn't installed, so we build part of it into libslicer-compiler * Library name change to use Ice++11 There are a few other things, but mostly just minor language/function name compatibility changes. The compiling of libSlice is a bit of a hack, currently comprising a git submodule of Ice itself, and a few dirty defines on the command line, but appears to be functionally satisfactory if a little unpleasant. | |||
* | Shuffle some code around to make bimap unrequired in modelParts.h | Dan Goodliffe | 2018-03-21 | |
| | ||||
* | Store hooks in a boost multi index with sequential name based access, ↵ | Dan Goodliffe | 2017-10-18 | |
| | | | | including case insensitive. Simplify lookups and searches accordingly. | |||
* | Simplify hook pointer to unique_ptr | Dan Goodliffe | 2017-10-18 | |
| | ||||
* | Remove need to create ChildRefs on heap | Dan Goodliffe | 2017-10-17 | |
| | ||||
* | Remove the requirement to create value targets and sources as a smart ↵ | Dan Goodliffe | 2017-09-29 | |
| | | | | pointered object on the heap, replacing instead with a rvalue reference that is consumed by the get/set function call | |||
* | DB specific test models should be part of the DB packageslicer-1.6.0 | Dan Goodliffe | 2017-09-22 | |
| | ||||
* | Replace HasValue check with GetValue returning its success state when it ↵ | Dan Goodliffe | 2017-09-22 | |
| | | | | writes a value | |||
* | Fix and tidy the checking of metadata in SQL serializers | Dan Goodliffe | 2017-07-19 | |
| | ||||
* | Always pass the model part to the child handler, the handler should decide ↵ | Dan Goodliffe | 2017-07-19 | |
| | | | | what to do if there's no model | |||
* | Add SQL table patch serializer | Dan Goodliffe | 2017-07-18 | |
| | ||||
* | Remove the need for quirky 'on first item' initialisation of SQL statements | Dan Goodliffe | 2017-07-16 | |
| | ||||
* | Use compile time formatter instead of boost::formatslicer-1.4.3 | Dan Goodliffe | 2017-01-02 | |
| | ||||
* | Add exception messages to all exceptionsslicer-1.4.1 | Dan Goodliffe | 2016-10-23 | |
| | ||||
* | Devirtualize Hook partname | Dan Goodliffe | 2016-10-22 | |
| | ||||
* | Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0 | Dan Goodliffe | 2016-10-07 | |
| | ||||
* | Big mangle of the testing stuffs to split the test type definitions into ↵ | Dan Goodliffe | 2016-09-29 | |
| | | | | multiple manageable files | |||
* | Add ModelPartForRootBase to rehome some non-template root functions | Dan Goodliffe | 2016-09-28 | |
| | ||||
* | Build test case libs with bjam, not a messy set of tests | Dan Goodliffe | 2016-09-24 | |
| | ||||
* | New install rules | Dan Goodliffe | 2016-09-22 | |
| | ||||
* | Define all exceptions as ICE exceptions | Dan Goodliffe | 2016-09-22 | |
| | ||||
* | Fix the case of reading a single column into a sequence of primitivesslicer-1.3.4 | Dan Goodliffe | 2016-09-10 | |
| | ||||
* | Fix case of type level metadata not being picked up if the type is a classslicer-1.3.1.1 | Dan Goodliffe | 2016-06-30 | |
| | ||||
* | Use macros in BOOST_TEST_ instead of just BOOST_ | Dan Goodliffe | 2016-04-04 | |
| | ||||
* | Partially tested global visibility hidden in all projectsslicer-1.2.4 | Dan Goodliffe | 2016-01-24 | |
| | ||||
* | Compatibility with libdbpp-*-1slicer-1.2.2 | Dan Goodliffe | 2015-12-29 | |
| | ||||
* | Remove flto cos I'm sick of it randomly breaking stuff | Dan Goodliffe | 2015-12-18 | |
| | ||||
* | libdbpp nolonger stores column names as ustringsslicer-1.2.0 | Dan Goodliffe | 2015-12-09 | |
| | ||||
* | Don't create a SqlSource for a NULL field value | Dan Goodliffe | 2015-12-07 | |
| | ||||
* | Handle selecting nulls/optionals etc | Dan Goodliffe | 2015-12-06 | |
| | ||||
* | Fix test names that have nothing to do with inheritance | Dan Goodliffe | 2015-12-06 | |
| | ||||
* | Handle nulls in models when updating and insertingslicer-1.1.0 | Dan Goodliffe | 2015-10-24 | |
| | ||||
* | Fix test names | Dan Goodliffe | 2015-10-24 | |
| | ||||
* | Const connection pointers | Dan Goodliffe | 2015-10-24 | |
| | ||||
* | Fix conversion type for sqlSource Ice::Short | Dan Goodliffe | 2015-10-23 | |
| | ||||
* | Dunno where this came from | Dan Goodliffe | 2015-10-23 | |
| | ||||
* | Tidy up and alias glibmm and libxml++ refs | Dan Goodliffe | 2015-10-23 | |
| | ||||
* | Add insert serializers that don't insert fields marked as auto and ↵ | Dan Goodliffe | 2015-10-18 | |
| | | | | optionally retrieve the value applied by the database back into the model | |||
* | Add SQL update serializer | Dan Goodliffe | 2015-10-17 | |
| | ||||
* | Dedupe insert bind and execute | Dan Goodliffe | 2015-10-17 | |
| | ||||
* | Exclude BOOST_TEST_DONT_PRINT_LOG_VALUE code | Dan Goodliffe | 2015-10-16 | |
| | ||||
* | Test insert unsupported model type | Dan Goodliffe | 2015-10-16 | |
| | ||||
* | Correct test name | Dan Goodliffe | 2015-10-16 | |
| | ||||
* | Do null check early, save some work | Dan Goodliffe | 2015-10-16 | |
| | ||||
* | Test select nulls/optionals | Dan Goodliffe | 2015-10-16 | |
| | ||||
* | Test inserted converted values | Dan Goodliffe | 2015-10-16 | |
| | ||||
* | Add basic support for insert serialization of objects and sequences of objects | Dan Goodliffe | 2015-10-15 | |
| | ||||
* | Use rvalue refs for throw wrapper in select tests | Dan Goodliffe | 2015-10-15 | |
| |