Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Ice 3.7slicer-1.8.0 | Dan Goodliffe | 2018-04-14 | |
| | | | | --ice / allow-ice is no longer required. | |||
* | C++17 | Dan Goodliffe | 2018-04-14 | |
| | | | | Remove more references to boost things now in std | |||
* | Ice 3.7 | Dan Goodliffe | 2018-04-14 | |
| | | | | Remove straggling references to IceUtil::Optional | |||
* | Tidy up build process of internal libSlice | Dan Goodliffe | 2018-04-04 | |
| | ||||
* | Ice 3.7 | Dan Goodliffe | 2018-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. | |||
* | Revert 7a5ebcbe16e57e47113ea6e0f49cabc7f75c93b4 and related, external ↵slicer-1.7.0 | Dan Goodliffe | 2017-10-20 | |
| | | | | linkage is required when extending | |||
* | Store hooks in a boost multi index with sequential name based access, ↵ | Dan Goodliffe | 2017-10-18 | |
| | | | | including case insensitive. Simplify lookups and searches accordingly. | |||
* | Modern Slicer doesn't require external linkage of internal parts | Dan Goodliffe | 2017-10-18 | |
| | ||||
* | Simplify addition of hooks further with addHook helper | Dan Goodliffe | 2017-10-18 | |
| | ||||
* | Remove duplication adding dictionary element hooks | Dan Goodliffe | 2017-10-18 | |
| | ||||
* | Simplify generated hook code with typedefs | Dan Goodliffe | 2017-10-18 | |
| | ||||
* | Simplify hook pointer to unique_ptr | Dan Goodliffe | 2017-10-18 | |
| | ||||
* | Remove need to create ChildRefs on heap | Dan Goodliffe | 2017-10-17 | |
| | ||||
* | Remove the requirement to create value targets and sources as a smart ↵ | Dan Goodliffe | 2017-09-29 | |
| | | | | pointered object on the heap, replacing instead with a rvalue reference that is consumed by the get/set function call | |||
* | Replace HasValue check with GetValue returning its success state when it ↵ | Dan Goodliffe | 2017-09-22 | |
| | | | | writes a value | |||
* | Converted Model part now handles optionality internally (cases where it do ↵ | Dan Goodliffe | 2017-09-10 | |
| | | | | so quirkily probably still exist) | |||
* | tryConvert* should get the converstion function as a pointer | Dan Goodliffe | 2017-09-03 | |
| | ||||
* | Move some generated conversion code into impl.h | Dan Goodliffe | 2017-07-22 | |
| | ||||
* | Move some generated enum code into impl.h | Dan Goodliffe | 2017-07-22 | |
| | ||||
* | Move some generated sequence code into impl.h | Dan Goodliffe | 2017-07-22 | |
| | ||||
* | Add assertions in places where the model pointer is required to valid | Dan Goodliffe | 2017-07-16 | |
| | ||||
* | Switch ModelPartModel's internal model reference to pointer (breaking change ↵ | Dan Goodliffe | 2017-07-16 | |
| | | | | for anything that extends a ModelPart) | |||
* | Fix irritator formatting in initClassName | Dan Goodliffe | 2017-03-15 | |
| | ||||
* | Fix potential segfault due to order of destruction with unregister classesslicer-1.4.4 | Dan Goodliffe | 2017-03-14 | |
| | ||||
* | Fix support for model part types of optional converted | Dan Goodliffe | 2017-01-02 | |
| | ||||
* | Allow working with local types (except classes, need ice_id functionality) | Dan Goodliffe | 2016-10-23 | |
| | ||||
* | Remove a layer of templating from hooks | Dan Goodliffe | 2016-10-22 | |
| | ||||
* | Reference classes by type not handle type in model parts | Dan Goodliffe | 2016-10-22 | |
| | ||||
* | Member reference as variable, not template parameter | Dan Goodliffe | 2016-10-22 | |
| | ||||
* | Simplify hook metadata into a non-const hook member variable | Dan Goodliffe | 2016-10-22 | |
| | ||||
* | Make hook parts dll private | Dan Goodliffe | 2016-10-22 | |
| | ||||
* | Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0 | Dan Goodliffe | 2016-10-07 | |
| | ||||
* | Use template functions instead of specializations for class name register ↵ | Dan Goodliffe | 2016-10-05 | |
| | | | | and type identification | |||
* | Implement class model part creation in a real function, not a machine built ↵ | Dan Goodliffe | 2016-10-05 | |
| | | | | lambda | |||
* | Use single instantiation point for model part roots | Dan Goodliffe | 2016-10-05 | |
| | ||||
* | Don't assume absolute class name | Dan Goodliffe | 2016-10-03 | |
| | ||||
* | Apply custom model parts at the root level | Dan Goodliffe | 2016-10-01 | |
| | ||||
* | Reset cpp outfile pointer if it was internally created | Dan Goodliffe | 2016-09-29 | |
| | ||||
* | Return the number of components processed this run, not the lifetime total | Dan Goodliffe | 2016-09-29 | |
| | ||||
* | Don't attempt to get metadata of class we don't have a definition for | Dan Goodliffe | 2016-09-29 | |
| | ||||
* | Support for custom model parts | Dan Goodliffe | 2016-09-24 | |
| | ||||
* | Build test case libs with bjam, not a messy set of tests | Dan Goodliffe | 2016-09-24 | |
| | ||||
* | Inherit a common model storage base | Dan Goodliffe | 2016-09-24 | |
| | ||||
* | Support model metadata includes (allows including a header after ICE header ↵ | Dan Goodliffe | 2016-09-24 | |
| | | | | has been processed, whereas ICE includes it before) | |||
* | Export and explicitly instantiate templated model parts | Dan Goodliffe | 2016-09-23 | |
| | ||||
* | Refactor getAllConversions into getAllMetadata and fold ↵ | Dan Goodliffe | 2016-09-23 | |
| | | | | ModelPartForConverted into createNewModelPartPtrFor | |||
* | Fold the template argument into createNewModelPartPtrFor | Dan Goodliffe | 2016-09-23 | |
| | ||||
* | New install rules | Dan Goodliffe | 2016-09-22 | |
| | ||||
* | Define all exceptions as ICE exceptions | Dan Goodliffe | 2016-09-22 | |
| | ||||
* | Allow overriding the default slicer/ header prefix | Dan Goodliffe | 2016-09-21 | |
| |