summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move some generated conversion code into impl.hDan Goodliffe2017-07-22
|
* Move modelPartType implementations from header into impl.hDan Goodliffe2017-07-22
|
* Move some generated enum code into impl.hDan Goodliffe2017-07-22
|
* Move some generated sequence code into impl.hDan Goodliffe2017-07-22
|
* Fix and tidy the checking of metadata in SQL serializersDan Goodliffe2017-07-19
|
* Always pass the model part to the child handler, the handler should decide ↵Dan Goodliffe2017-07-19
| | | | what to do if there's no model
* Add SQL table patch serializerDan Goodliffe2017-07-18
|
* Over GetContainedModelPart for Root PartsDan Goodliffe2017-07-18
|
* Remove the need for quirky 'on first item' initialisation of SQL statementsDan Goodliffe2017-07-16
|
* Support getting a ModelPart for the elements in a container (with no actual ↵Dan Goodliffe2017-07-16
| | | | model)
* Group enum functions properlyDan Goodliffe2017-07-16
|
* Add assertions in places where the model pointer is required to validDan Goodliffe2017-07-16
|
* Switch ModelPartModel's internal model reference to pointer (breaking change ↵Dan Goodliffe2017-07-16
| | | | for anything that extends a ModelPart)
* Fix LCOV exclusion section terminatorDan Goodliffe2017-07-05
|
* import slice should be in root, where it used to beDan Goodliffe2017-07-05
|
* Standalone splitslicer-1.4.6.1Dan Goodliffe2017-04-28
|
* Upgrade to libxml++3slicer-1.4.6Dan Goodliffe2017-04-28
|
* Don't rely on constructor/destructor order in templates, GCC runs them ↵slicer-1.4.5Dan Goodliffe2017-03-15
| | | | backwards!
* Fix irritator formatting in initClassNameDan Goodliffe2017-03-15
|
* Fix potential segfault due to order of destruction with unregister classesslicer-1.4.4Dan Goodliffe2017-03-14
|
* Use boost check close for doubles which previous failed under valgrindDan Goodliffe2017-03-13
|
* Use compile time formatter instead of boost::formatslicer-1.4.3Dan Goodliffe2017-01-02
|
* Fix support for model part types of optional convertedDan Goodliffe2017-01-02
|
* Add missing override attributeDan Goodliffe2017-01-02
|
* Support [de]serializing XML elements/attributes to/from a dictionaryslicer-1.4.2Dan Goodliffe2016-11-02
|
* Add exception messages to all exceptionsslicer-1.4.1Dan Goodliffe2016-10-23
|
* Allow working with local types (except classes, need ice_id functionality)Dan Goodliffe2016-10-23
|
* Push GetTypeId logic down into complex baseDan Goodliffe2016-10-23
|
* Devirtualize Hook partnameDan Goodliffe2016-10-22
|
* Neaten stream IO with typedefsDan Goodliffe2016-10-22
|
* Remove a layer of templating from hooksDan Goodliffe2016-10-22
|
* Reference classes by type not handle type in model partsDan Goodliffe2016-10-22
|
* Member reference as variable, not template parameterDan Goodliffe2016-10-22
|
* Simplify hook metadata into a non-const hook member variableDan Goodliffe2016-10-22
|
* Push some templated MP optional stuff into new non-template ↵Dan Goodliffe2016-10-22
| | | | ModelPartForOptionalBase
* Push some templated MP complex stuff down into HookCommonDan Goodliffe2016-10-22
|
* Make hook parts dll privateDan Goodliffe2016-10-22
|
* Set cxxflags specifically, not cflagsDan Goodliffe2016-10-07
|
* Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0Dan Goodliffe2016-10-07
|
* Remove previously deprecated functionsDan Goodliffe2016-10-07
|
* Detemplate GetSubclassModelPart a bitDan Goodliffe2016-10-06
|
* Detemplate class registration a bitDan Goodliffe2016-10-06
|
* Use template functions instead of specializations for class name register ↵Dan Goodliffe2016-10-05
| | | | and type identification
* Implement class model part creation in a real function, not a machine built ↵Dan Goodliffe2016-10-05
| | | | lambda
* Use single instantiation point for model part rootsDan Goodliffe2016-10-05
|
* Don't assume absolute class nameDan Goodliffe2016-10-03
|
* Adds support for reading/writing in ICE native formatDan Goodliffe2016-10-03
|
* Apply custom model parts at the root levelDan Goodliffe2016-10-01
|
* Big mangle of the testing stuffs to split the test type definitions into ↵Dan Goodliffe2016-09-29
| | | | multiple manageable files
* Reset cpp outfile pointer if it was internally createdDan Goodliffe2016-09-29
|