Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable all cppchecks, no fixes neededslicer-1.10.8 | Dan Goodliffe | 2022-07-28 |
| | |||
* | Fix paths to excluded from tidy checks files | Dan Goodliffe | 2022-07-28 |
| | |||
* | Don't pass potentially NULL PATH env to string_view | Dan Goodliffe | 2022-07-28 |
| | |||
* | Fix length check in Metadata::in_scope | Dan Goodliffe | 2022-07-28 |
| | |||
* | Remove use of deprecated std::iterator | Dan Goodliffe | 2022-07-28 |
| | |||
* | Add missing algorithm include | Dan Goodliffe | 2022-07-28 |
| | |||
* | Fix shadowing | Dan Goodliffe | 2022-04-15 |
| | |||
* | constexpr preprocessor component counts | Dan Goodliffe | 2022-04-15 |
| | |||
* | Fix shadowing in icemetadata | Dan Goodliffe | 2022-04-15 |
| | |||
* | Fix shadowing in metadata and simplify | Dan Goodliffe | 2022-04-15 |
| | |||
* | Fixup parameter forwarding | Dan Goodliffe | 2022-04-05 |
| | |||
* | Use stringstream str by move | Dan Goodliffe | 2022-04-05 |
| | |||
* | Tidy includesslicer-1.10.7 | Dan Goodliffe | 2022-02-14 |
| | |||
* | New standard ice install path | Dan Goodliffe | 2022-02-06 |
| | |||
* | Tidy up IWYUslicer-1.10.6.2 | Dan Goodliffe | 2021-10-17 |
| | |||
* | Apply clang-tidy recommendations | Dan Goodliffe | 2021-10-17 |
| | |||
* | Exclude common.o from checks | Dan Goodliffe | 2021-10-17 |
| | |||
* | Suppress leak in libmcpp.so | Dan Goodliffe | 2021-10-17 |
| | |||
* | Exclude locally installed header | Dan Goodliffe | 2021-10-17 |
| | |||
* | 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 nearly all the tidy checks | Dan Goodliffe | 2021-09-25 |
| | | | | clang-tidy and cppcheck for everything, everything but generated code for IWYU | ||
* | Fix tidy exclusion path to cxxstd-20-iso, not 17 | Dan Goodliffe | 2021-09-25 |
| | |||
* | Pass IWYU test for slicer and tool | Dan Goodliffe | 2021-09-24 |
| | |||
* | Pass cppcheck | Dan Goodliffe | 2021-09-24 |
| | |||
* | Add -Wconversion and -Wsign-conversion | Dan Goodliffe | 2021-09-23 |
| | |||
* | 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 |