| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
Supercedes the previous change to unique_ptr and now all ModelParts are on the stack.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
No longer uses make_shared.
|
|
|
|
|
|
|
| |
Removes ChildRef and changes ModelPart returning ModelPart functions
with functions accepting a callback. Removes the need to maintain and
pass around ModelPart pointers. ~30% performance increase processing
large DB datasets.
|
| |
|
|
|
|
|
| |
GetSubclassModelPart and GetContainedModelPart throw if called on ModelParts which
don't support them. This should remove the need for shared_from_this.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Whole types just to initialize a member differently... bye.
|
| |
|
|
|
|
| |
Removes otherwise pointless base class
|
|
|
|
| |
Adding the HasValue() checks for complex, sequence and dictionary.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|