Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Wrap throwing NoConversionFound for cropping up too often | Dan Goodliffe | 2020-11-01 |
| | |||
* | Pass clang-tidy and cppcheck | Dan Goodliffe | 2020-11-01 |
| | |||
* | string_view child ref uplooks | Dan Goodliffe | 2020-10-25 |
| | |||
* | Code tidy up | Dan Goodliffe | 2020-10-25 |
| | |||
* | Combine Hook and HookMetaData | Dan Goodliffe | 2020-10-25 |
| | |||
* | First cut constexpr hooks and metadata | Dan Goodliffe | 2020-10-25 |
| | |||
* | Tidy CppNamed reference IO | Dan Goodliffe | 2020-10-24 |
| | |||
* | Custom hookmap type | Dan Goodliffe | 2020-10-17 |
| | | | | Removes more boost::multi_index, largely constexpr | ||
* | Custom enummap type | Dan Goodliffe | 2020-10-17 |
| | | | | Starts down the constexpr route, removes some need for boost::multi_index | ||
* | Support model parts that are abstract classes with functionsslicer-1.10.4 | Dan Goodliffe | 2020-08-30 |
| | |||
* | Build against external slicer-parser libraryslicer-1.10.3 | Dan Goodliffe | 2020-08-22 |
| | |||
* | Apply previous fixes to enums tooslicer-1.10.2 | Dan Goodliffe | 2020-07-07 |
| | | | | | Includes change to method of finding in-use types. Allows removal of dirty clang link fix. | ||
* | Apply previous fixes for classes to structs too | Dan Goodliffe | 2020-07-05 |
| | |||
* | Fix link error with containers defined in same slice as element | Dan Goodliffe | 2020-07-05 |
| | | | | | Adds forward declaration of classes with public visibility before slice2cpp's default forward declaration is included. | ||
* | Add support for a slicer post-processor | Dan Goodliffe | 2020-07-05 |
| | | | | Defaults to clang-format -i if clang-format in path | ||
* | Pass clang-tidy and cppcheckslicer-1.10.1 | Dan Goodliffe | 2020-06-27 |
| | |||
* | Clang format and tidyslicer-1.10.0 | Dan Goodliffe | 2020-06-16 |
| | |||
* | Only explicitly instantiate modelparts | Dan Goodliffe | 2020-04-26 |
| | |||
* | Put library includes before client includes | Dan Goodliffe | 2020-04-26 |
| | |||
* | Remove unnecessary include | Dan Goodliffe | 2020-04-26 |
| | |||
* | Modernize and tidy | Dan Goodliffe | 2020-04-25 |
| | |||
* | Modernize coverage flagsslicer-1.9.3 | Dan Goodliffe | 2019-10-21 |
| | |||
* | Modernize build | Dan Goodliffe | 2019-10-12 |
| | |||
* | Clang tidy our own generated code | Dan Goodliffe | 2019-03-19 |
| | | | | | Builds tools with gcc to run a real slicer for the codegen. Fixs results tidy warnings | ||
* | Enable performance checks and fix accordingly | Dan Goodliffe | 2019-02-24 |
| | |||
* | Modernize clang tidy fixes | Dan Goodliffe | 2019-02-24 |
| | |||
* | Enable hicpp checks and fix accordingly | Dan Goodliffe | 2019-02-24 |
| | |||
* | Basic clang tidy fixes | Dan Goodliffe | 2019-02-24 |
| | |||
* | Remove unnecessary calls to .string() | Dan Goodliffe | 2019-02-03 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-02 |
| | |||
* | Single definition of Ice libs | Dan Goodliffe | 2019-02-02 |
| | |||
* | Single definition of adhocutil | Dan Goodliffe | 2019-02-02 |
| | |||
* | Don't build ICE stuff as a static libraryslicer-1.8.1.1 | Dan Goodliffe | 2018-06-09 |
| | |||
* | 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 |
| |