Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix compilation with GCC 14 | Dan Goodliffe | 2025-06-13 |
| | |||
* | Partially revert changes to IceMetaData constructor | Dan Goodliffe | 2023-09-30 |
| | | | | | | Fixes issue where some metadata names/keys were corrupted. Includes new tests which highlighted problem, only to certain values, yay undefined behaviour. | ||
* | Fix up all the little niggly warnings | Dan Goodliffe | 2023-09-30 |
| | | | | ... where practical. | ||
* | Remove void * in class hierarchy handling | Dan Goodliffe | 2023-09-21 |
| | | | | | | | | Replaces the map of typename to function pointer taking void * (which pointed to the std::shared_ptr<T> and cast that to a shared_ptr<I>, thus invoking undefined behaviour) with a map to a small class hierarchy which represents that matching the model class and applying dynamic casts to properly convert as required. | ||
* | Constinit strings which are short enough to not allocate | Dan Goodliffe | 2023-09-10 |
| | |||
* | Fix up warnings from clang-tidy, mostly nodiscard | Dan Goodliffe | 2023-09-04 |
| | |||
* | Simplify className and typeName setup with string_views | Dan Goodliffe | 2023-09-03 |
| | | | | Replaces the pointer to string and initialisers function complication. | ||
* | Replace ifndef/define/endif with pragma once | Dan Goodliffe | 2023-09-03 |
| | |||
* | Make remaining non-root ModelParts on the stack | Dan Goodliffe | 2023-08-21 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-08-01 |
| | |||
* | Don't pass potentially NULL PATH env to string_view | Dan Goodliffe | 2022-07-28 |
| | |||
* | Fix shadowing in icemetadata | Dan Goodliffe | 2022-04-15 |
| | |||
* | Fix the messy include problemslicer-1.10.6.1 | Dan Goodliffe | 2021-10-08 |
| | | | | | Avoids the inconsitent include rules across the build using an install rule. Fixes the includes in this project to use the same definition as outside. | ||
* | Add stub header for all header only files, fix up most IWYU errorsslicer-1.10.6 | Dan Goodliffe | 2021-10-06 |
| | | | | Errors disabled for generated code as some of it isn't generated in slicer | ||
* | Pass IWYU test for slicer and tool | Dan Goodliffe | 2021-09-24 |
| | |||
* | Add -Wconversion and -Wsign-conversion | Dan Goodliffe | 2021-09-23 |
| | |||
* | Add -Wpedantic | Dan Goodliffe | 2021-09-23 |
| | |||
* | Remove unnecessary casts | Dan Goodliffe | 2021-09-23 |
| | |||
* | Add comment to disable concat-namespaces lintingslicer-1.10.5.3 | Dan Goodliffe | 2021-01-10 |
| | |||
* | Don't generate static macrosslicer-1.10.5.2 | Dan Goodliffe | 2020-12-21 |
| | | | | Moves FORWARD_ENUM into impl header | ||
* | Fix case where prefix view could be of a moved stringslicer-1.10.5.1 | Dan Goodliffe | 2020-12-17 |
| | |||
* | Add missing calls to unit destroy on error | Dan Goodliffe | 2020-12-14 |
| | |||
* | Refactor metadata | Dan Goodliffe | 2020-12-13 |
| | |||
* | Add missing template specification to custom model part make | Dan Goodliffe | 2020-11-18 |
| | |||
* | Fix cross library MP creation | Dan Goodliffe | 2020-11-17 |
| | |||
* | Fix generated hook member expr | Dan Goodliffe | 2020-11-13 |
| | | | | Had previously used the exchange name, not the member name. | ||
* | No need to generate sequence GetChildRef | Dan Goodliffe | 2020-11-07 |
| | | | | Can be implemented in sequence base with a virtual to get elementName | ||
* | Fix metadata used for checking element name of sequence | Dan Goodliffe | 2020-11-07 |
| | | | | Was item, should be element. | ||
* | Remove DLL_PUBLIC from a lot of things | Dan Goodliffe | 2020-11-06 |
| | |||
* | 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 |
| |