Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add -Wpedantic | Dan Goodliffe | 2021-09-23 |
| | |||
* | Add collection of passing warnings | Dan Goodliffe | 2021-09-23 |
| | |||
* | Remove old style casts | Dan Goodliffe | 2021-09-23 |
| | |||
* | Remove unnecessary casts | Dan Goodliffe | 2021-09-23 |
| | |||
* | Add missing includes | Dan Goodliffe | 2021-09-23 |
| | |||
* | Fix at least public facing old-style casts | Dan Goodliffe | 2021-09-07 |
| | |||
* | Rename internal GetTypeId to getTypeId to avoid overloaded-virtual | Dan Goodliffe | 2021-09-07 |
| | |||
* | Add missing virtual destructors | Dan Goodliffe | 2021-09-07 |
| | |||
* | Update to C++20 for constexpr virtual destructors | Dan Goodliffe | 2021-09-07 |
| | |||
* | Add comment to disable concat-namespaces lintingslicer-1.10.5.3 | Dan Goodliffe | 2021-01-10 |
| | |||
* | Make static_assert tests use boost-build compile test rule | 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 |
| | |||
* | Fix implicit-dependency on types libraryslicer-1.10.5 | Dan Goodliffe | 2020-12-14 |
| | |||
* | Add missing calls to unit destroy on error | Dan Goodliffe | 2020-12-14 |
| | |||
* | Refactor metadata | Dan Goodliffe | 2020-12-13 |
| | |||
* | Remove templateness of enum find, unnecessary, overloading better | Dan Goodliffe | 2020-11-20 |
| | |||
* | Add missing template specification to custom model part make | Dan Goodliffe | 2020-11-18 |
| | |||
* | Tidy fixes | Dan Goodliffe | 2020-11-17 |
| | |||
* | Modern lto build settings | Dan Goodliffe | 2020-11-17 |
| | |||
* | 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. | ||
* | Untemplate hooks equal range and related bits | Dan Goodliffe | 2020-11-08 |
| | |||
* | 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 |
| | |||
* | Remove empty wrapper constructors from modelpart tree | Dan Goodliffe | 2020-11-03 |
| | |||
* | Move boost::algorithm::to_lower call out of template code | Dan Goodliffe | 2020-11-03 |
| | |||
* | Improve conversion helpers | Dan Goodliffe | 2020-11-01 |
| | | | | constness, constexpr, noexcept, local vars | ||
* | Wrap throwing NoConversionFound for cropping up too often | Dan Goodliffe | 2020-11-01 |
| | |||
* | Wrap boost::posix_time string conversions | Dan Goodliffe | 2020-11-01 |
| | | | | They're oddly big and inlined. | ||
* | Pass clang-tidy and cppcheck | Dan Goodliffe | 2020-11-01 |
| | |||
* | Remove some unused stuff | Dan Goodliffe | 2020-10-31 |
| | |||
* | Simplify GetTypeId without enable_if | Dan Goodliffe | 2020-10-26 |
| | |||
* | 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 |
| | |||
* | No virtuals in enum and hook maps | Dan Goodliffe | 2020-10-18 |
| | | | | Allows static_assert tests. | ||
* | Remove unrequired case_less comparator | Dan Goodliffe | 2020-10-17 |
| | |||
* | Custom hookmap type | Dan Goodliffe | 2020-10-17 |
| | | | | Removes more boost::multi_index, largely constexpr | ||
* | Forward declare Ice::*Streams | Dan Goodliffe | 2020-10-17 |
| | |||
* | Remove use of Ice::optional for std::optional | Dan Goodliffe | 2020-10-17 |
| | |||
* | 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 |
| | |||
* | Fix scope of test suite | Dan Goodliffe | 2020-08-29 |
| | |||
* | 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 |
| |