| Commit message (Expand) | Author | Age |
* | 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 writ... | Dan Goodliffe | 2017-09-22 |
* | Converted Model part now handles optionality internally (cases where it do so... | Dan Goodliffe | 2017-09-10 |
* | Don't use ClassType in the optionals test as it has a custom model type which... | Dan Goodliffe | 2017-09-07 |
* | Work properly on DST dates in test code | Dan Goodliffe | 2017-09-07 |
* | tryConvert* should get the converstion function as a pointer | Dan Goodliffe | 2017-09-03 |
* | Add [json] test cases for local class operationsslicer-1.5.1 | Dan Goodliffe | 2017-08-17 |
* | Initial support for operating on local (classes) | Dan Goodliffe | 2017-08-16 |
* | Assert behaviour of ModelPartForClass::GetTypeId with a non-local class | Dan Goodliffe | 2017-08-16 |
* | Order list of components in preprocessor test | Dan Goodliffe | 2017-08-16 |
* | Adds the [input] streaming interfacesslicer-1.5.0 | Dan Goodliffe | 2017-07-23 |
* | Don't copy (take by const reference) when serializing (although we do cast of... | Dan Goodliffe | 2017-07-23 |
* | IceUtil::Shared should be virtually inheritted | Dan Goodliffe | 2017-07-22 |
* | Move some generated conversion code into impl.h | Dan Goodliffe | 2017-07-22 |
* | Move modelPartType implementations from header into impl.h | Dan Goodliffe | 2017-07-22 |
* | Move some generated enum code into impl.h | Dan Goodliffe | 2017-07-22 |
* | Move some generated sequence code into impl.h | Dan Goodliffe | 2017-07-22 |
* | 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 wh... | Dan Goodliffe | 2017-07-19 |
* | Add SQL table patch serializer | Dan Goodliffe | 2017-07-18 |
* | Over GetContainedModelPart for Root Parts | Dan Goodliffe | 2017-07-18 |
* | Remove the need for quirky 'on first item' initialisation of SQL statements | Dan Goodliffe | 2017-07-16 |
* | Support getting a ModelPart for the elements in a container (with no actual m... | Dan Goodliffe | 2017-07-16 |
* | Group enum functions properly | Dan Goodliffe | 2017-07-16 |
* | Add assertions in places where the model pointer is required to valid | Dan Goodliffe | 2017-07-16 |
* | Switch ModelPartModel's internal model reference to pointer (breaking change ... | Dan Goodliffe | 2017-07-16 |
* | Fix LCOV exclusion section terminator | Dan Goodliffe | 2017-07-05 |
* | import slice should be in root, where it used to be | Dan Goodliffe | 2017-07-05 |
* | Standalone splitslicer-1.4.6.1 | Dan Goodliffe | 2017-04-28 |
* | Upgrade to libxml++3slicer-1.4.6 | Dan Goodliffe | 2017-04-28 |
* | Don't rely on constructor/destructor order in templates, GCC runs them backwa...slicer-1.4.5 | Dan Goodliffe | 2017-03-15 |
* | Fix irritator formatting in initClassName | Dan Goodliffe | 2017-03-15 |
* | Fix potential segfault due to order of destruction with unregister classesslicer-1.4.4 | Dan Goodliffe | 2017-03-14 |
* | Use boost check close for doubles which previous failed under valgrind | Dan Goodliffe | 2017-03-13 |
* | Use compile time formatter instead of boost::formatslicer-1.4.3 | Dan Goodliffe | 2017-01-02 |
* | Fix support for model part types of optional converted | Dan Goodliffe | 2017-01-02 |
* | Add missing override attribute | Dan Goodliffe | 2017-01-02 |
* | Support [de]serializing XML elements/attributes to/from a dictionaryslicer-1.4.2 | Dan Goodliffe | 2016-11-02 |
* | Add exception messages to all exceptionsslicer-1.4.1 | Dan Goodliffe | 2016-10-23 |
* | Allow working with local types (except classes, need ice_id functionality) | Dan Goodliffe | 2016-10-23 |
* | Push GetTypeId logic down into complex base | Dan Goodliffe | 2016-10-23 |
* | Devirtualize Hook partname | Dan Goodliffe | 2016-10-22 |
* | Neaten stream IO with typedefs | Dan Goodliffe | 2016-10-22 |
* | Remove a layer of templating from hooks | Dan Goodliffe | 2016-10-22 |
* | Reference classes by type not handle type in model parts | Dan Goodliffe | 2016-10-22 |
* | Member reference as variable, not template parameter | Dan Goodliffe | 2016-10-22 |
* | Simplify hook metadata into a non-const hook member variable | Dan Goodliffe | 2016-10-22 |
* | Push some templated MP optional stuff into new non-template ModelPartForOptio... | Dan Goodliffe | 2016-10-22 |
* | Push some templated MP complex stuff down into HookCommon | Dan Goodliffe | 2016-10-22 |
* | Make hook parts dll private | Dan Goodliffe | 2016-10-22 |