summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Tidy includesslicer-1.10.7Dan Goodliffe2022-02-14
|
* New standard ice install pathDan Goodliffe2022-02-06
|
* Tidy up IWYUslicer-1.10.6.2Dan Goodliffe2021-10-17
|
* Apply clang-tidy recommendationsDan Goodliffe2021-10-17
|
* Exclude common.o from checksDan Goodliffe2021-10-17
|
* Suppress leak in libmcpp.soDan Goodliffe2021-10-17
|
* Exclude locally installed headerDan Goodliffe2021-10-17
|
* Fix the messy include problemslicer-1.10.6.1Dan Goodliffe2021-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.6Dan Goodliffe2021-10-06
| | | | Errors disabled for generated code as some of it isn't generated in slicer
* Pass nearly all the tidy checksDan Goodliffe2021-09-25
| | | | clang-tidy and cppcheck for everything, everything but generated code for IWYU
* Fix tidy exclusion path to cxxstd-20-iso, not 17Dan Goodliffe2021-09-25
|
* Pass IWYU test for slicer and toolDan Goodliffe2021-09-24
|
* Pass cppcheckDan Goodliffe2021-09-24
|
* Add -Wconversion and -Wsign-conversionDan Goodliffe2021-09-23
|
* Add -WpedanticDan Goodliffe2021-09-23
|
* Add collection of passing warningsDan Goodliffe2021-09-23
|
* Remove old style castsDan Goodliffe2021-09-23
|
* Remove unnecessary castsDan Goodliffe2021-09-23
|
* Add missing includesDan Goodliffe2021-09-23
|
* Fix at least public facing old-style castsDan Goodliffe2021-09-07
|
* Rename internal GetTypeId to getTypeId to avoid overloaded-virtualDan Goodliffe2021-09-07
|
* Add missing virtual destructorsDan Goodliffe2021-09-07
|
* Update to C++20 for constexpr virtual destructorsDan Goodliffe2021-09-07
|
* Add comment to disable concat-namespaces lintingslicer-1.10.5.3Dan Goodliffe2021-01-10
|
* Make static_assert tests use boost-build compile test ruleDan Goodliffe2021-01-10
|
* Don't generate static macrosslicer-1.10.5.2Dan Goodliffe2020-12-21
| | | | Moves FORWARD_ENUM into impl header
* Fix case where prefix view could be of a moved stringslicer-1.10.5.1Dan Goodliffe2020-12-17
|
* Fix implicit-dependency on types libraryslicer-1.10.5Dan Goodliffe2020-12-14
|
* Add missing calls to unit destroy on errorDan Goodliffe2020-12-14
|
* Refactor metadataDan Goodliffe2020-12-13
|
* Remove templateness of enum find, unnecessary, overloading betterDan Goodliffe2020-11-20
|
* Add missing template specification to custom model part makeDan Goodliffe2020-11-18
|
* Tidy fixesDan Goodliffe2020-11-17
|
* Modern lto build settingsDan Goodliffe2020-11-17
|
* Fix cross library MP creationDan Goodliffe2020-11-17
|
* Fix generated hook member exprDan Goodliffe2020-11-13
| | | | Had previously used the exchange name, not the member name.
* Untemplate hooks equal range and related bitsDan Goodliffe2020-11-08
|
* No need to generate sequence GetChildRefDan Goodliffe2020-11-07
| | | | Can be implemented in sequence base with a virtual to get elementName
* Fix metadata used for checking element name of sequenceDan Goodliffe2020-11-07
| | | | Was item, should be element.
* Remove DLL_PUBLIC from a lot of thingsDan Goodliffe2020-11-06
|
* Remove empty wrapper constructors from modelpart treeDan Goodliffe2020-11-03
|
* Move boost::algorithm::to_lower call out of template codeDan Goodliffe2020-11-03
|
* Improve conversion helpersDan Goodliffe2020-11-01
| | | | constness, constexpr, noexcept, local vars
* Wrap throwing NoConversionFound for cropping up too oftenDan Goodliffe2020-11-01
|
* Wrap boost::posix_time string conversionsDan Goodliffe2020-11-01
| | | | They're oddly big and inlined.
* Pass clang-tidy and cppcheckDan Goodliffe2020-11-01
|
* Remove some unused stuffDan Goodliffe2020-10-31
|
* Simplify GetTypeId without enable_ifDan Goodliffe2020-10-26
|
* string_view child ref uplooksDan Goodliffe2020-10-25
|
* Code tidy upDan Goodliffe2020-10-25
|