summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Ice 3.7Dan Goodliffe2018-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.
* Rearrange the code to remove explicit instantiation after implicit warningDan Goodliffe2018-03-22
|
* Remove unneeded includeDan Goodliffe2018-03-22
|
* Stage solution to clang creating a bogus(?) error about visibility pragmaDan Goodliffe2018-03-21
|
* Shuffle some code around to make bimap unrequired in modelParts.hDan Goodliffe2018-03-21
|
* Remove unnecessary headersDan Goodliffe2018-03-21
|
* Simplify typeRead/typeWrite by replacing enable_if with if constexprDan Goodliffe2018-03-21
|
* Add some nice cxxflagsDan Goodliffe2018-03-21
|
* Revert 7a5ebcbe16e57e47113ea6e0f49cabc7f75c93b4 and related, external ↵slicer-1.7.0Dan Goodliffe2017-10-20
| | | | linkage is required when extending
* Dedupe the variants of GetChildRef which now all look alikeDan Goodliffe2017-10-18
|
* Store hooks in a boost multi index with sequential name based access, ↵Dan Goodliffe2017-10-18
| | | | including case insensitive. Simplify lookups and searches accordingly.
* Modern Slicer doesn't require external linkage of internal partsDan Goodliffe2017-10-18
|
* Simplify addition of hooks further with addHook helperDan Goodliffe2017-10-18
|
* Remove duplication adding dictionary element hooksDan Goodliffe2017-10-18
|
* Simplify generated hook code with typedefsDan Goodliffe2017-10-18
|
* Simplify hook pointer to unique_ptrDan Goodliffe2017-10-18
|
* Remove need to create ChildRefs on heapDan Goodliffe2017-10-17
|
* Remove unnecessary subclassing of ChildRefDan Goodliffe2017-10-17
|
* ValueSource and Target should not pointlessly extend IceUtil::SharedDan Goodliffe2017-10-17
|
* Remove the requirement to create value targets and sources as a smart ↵Dan Goodliffe2017-09-29
| | | | pointered object on the heap, replacing instead with a rvalue reference that is consumed by the get/set function call
* Add missing override for optional->optional conversionslicer-1.6.0.1Dan Goodliffe2017-09-23
|
* DB specific test models should be part of the DB packageslicer-1.6.0Dan Goodliffe2017-09-22
|
* Replace HasValue check with GetValue returning its success state when it ↵Dan Goodliffe2017-09-22
| | | | writes a value
* Converted Model part now handles optionality internally (cases where it do ↵Dan Goodliffe2017-09-10
| | | | so quirkily probably still exist)
* Don't use ClassType in the optionals test as it has a custom model type ↵Dan Goodliffe2017-09-07
| | | | which isn't actually suitable for optionals
* Work properly on DST dates in test codeDan Goodliffe2017-09-07
|
* tryConvert* should get the converstion function as a pointerDan Goodliffe2017-09-03
|
* Add [json] test cases for local class operationsslicer-1.5.1Dan Goodliffe2017-08-17
|
* Initial support for operating on local (classes)Dan Goodliffe2017-08-16
|
* Assert behaviour of ModelPartForClass::GetTypeId with a non-local classDan Goodliffe2017-08-16
|
* Order list of components in preprocessor testDan Goodliffe2017-08-16
|
* Adds the [input] streaming interfacesslicer-1.5.0Dan Goodliffe2017-07-23
|
* Don't copy (take by const reference) when serializing (although we do cast ↵Dan Goodliffe2017-07-23
| | | | off the const later, but we promise not to change the object)
* IceUtil::Shared should be virtually inherittedDan Goodliffe2017-07-22
|
* 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
|