summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* 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
|
* Lots of functionality move to non-template baseDan Goodliffe2016-09-28
|
* Add ModelPartForRootBase to rehome some non-template root functionsDan Goodliffe2016-09-28
|
* Only write simple models as textDan Goodliffe2016-09-25
|
* 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 ↵Dan Goodliffe2016-09-24
| | | | has been processed, whereas ICE includes it before)
* Export and explicitly instantiate templated model partsDan Goodliffe2016-09-23
|
* Refactor getAllConversions into getAllMetadata and fold ↵Dan Goodliffe2016-09-23
| | | | ModelPartForConverted into createNewModelPartPtrFor
* 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
|
* Allow default constructor of parser, set options and execute instead of ↵Dan Goodliffe2016-09-21
| | | | multiple ever growing wrappers
* Split compiler code away from runtime codeDan Goodliffe2016-09-21
|
* Fix the case of reading a single column into a sequence of primitivesslicer-1.3.4Dan Goodliffe2016-09-10
|
* Template specialisations need to be marked DLL_PUBLIC for the case when a ↵slicer-1.3.3.1Dan Goodliffe2016-09-03
| | | | slicered ice file is referenced from another
* Centralize and publicly expose string/enum lookup functions as helpersslicer-1.3.3Dan Goodliffe2016-08-31
|
* Make lots of build stuff public const, as opposed to private non-const, cos ↵Dan Goodliffe2016-08-31
| | | | handy
* Add missing override attributeDan Goodliffe2016-08-31
|
* Add support for [de]serializing a dictionary as a json objectslicer-1.3.2Dan Goodliffe2016-08-29
|
* Change visibility and protection levels to allow inheritence from other ↵slicer-1.3.1.2Dan Goodliffe2016-08-20
| | | | libraries