summaryrefslogtreecommitdiff
path: root/slicer/tool
Commit message (Expand)AuthorAge
...
* Ice 3.7slicer-1.8.0Dan Goodliffe2018-04-14
* C++17Dan Goodliffe2018-04-14
* Ice 3.7Dan Goodliffe2018-04-14
* Tidy up build process of internal libSliceDan Goodliffe2018-04-04
* Ice 3.7Dan Goodliffe2018-04-03
* Revert 7a5ebcbe16e57e47113ea6e0f49cabc7f75c93b4 and related, external linkage...slicer-1.7.0Dan Goodliffe2017-10-20
* Store hooks in a boost multi index with sequential name based access, includi...Dan Goodliffe2017-10-18
* 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 the requirement to create value targets and sources as a smart pointer...Dan Goodliffe2017-09-29
* Replace HasValue check with GetValue returning its success state when it writ...Dan Goodliffe2017-09-22
* Converted Model part now handles optionality internally (cases where it do so...Dan Goodliffe2017-09-10
* tryConvert* should get the converstion function as a pointerDan Goodliffe2017-09-03
* Move some generated conversion code 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
* 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
* 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
* Fix support for model part types of optional convertedDan Goodliffe2017-01-02
* Allow working with local types (except classes, need ice_id functionality)Dan Goodliffe2016-10-23
* 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
* Make hook parts dll privateDan Goodliffe2016-10-22
* Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0Dan Goodliffe2016-10-07
* Use template functions instead of specializations for class name register and...Dan Goodliffe2016-10-05
* Implement class model part creation in a real function, not a machine built l...Dan Goodliffe2016-10-05
* Use single instantiation point for model part rootsDan Goodliffe2016-10-05
* Don't assume absolute class nameDan Goodliffe2016-10-03
* Apply custom model parts at the root levelDan Goodliffe2016-10-01
* Reset cpp outfile pointer if it was internally createdDan Goodliffe2016-09-29
* Return the number of components processed this run, not the lifetime totalDan Goodliffe2016-09-29
* Don't attempt to get metadata of class we don't have a definition forDan Goodliffe2016-09-29
* Support for custom model partsDan Goodliffe2016-09-24
* Build test case libs with bjam, not a messy set of testsDan Goodliffe2016-09-24
* Inherit a common model storage baseDan Goodliffe2016-09-24
* Support model metadata includes (allows including a header after ICE header h...Dan Goodliffe2016-09-24
* Export and explicitly instantiate templated model partsDan Goodliffe2016-09-23
* Refactor getAllConversions into getAllMetadata and fold ModelPartForConverted...Dan Goodliffe2016-09-23
* Fold the template argument into createNewModelPartPtrForDan Goodliffe2016-09-23
* New install rulesDan Goodliffe2016-09-22
* Define all exceptions as ICE exceptionsDan Goodliffe2016-09-22
* Allow overriding the default slicer/ header prefixDan Goodliffe2016-09-21