summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make [de]serializers on stackDan Goodliffe2023-08-06
* Add missing DLL_PUBLIC to IceBase destructorDan Goodliffe2023-08-06
* Add missing special members to IceBaseDan Goodliffe2023-08-06
* Test making deserializers on stackDan Goodliffe2023-08-06
* [De]serializeAny[With] uses unique_ptrDan Goodliffe2023-08-06
* ModelPartForDictionary<T>::OnEachChild creates pair MP on stackDan Goodliffe2023-08-06
* any_ptr accepts refs and forward refsDan Goodliffe2023-08-06
* Replace lots of shared_ptr with unique_ptr or any_ptrDan Goodliffe2023-08-06
* Introduce any_ptr and replace shared_ptr model part paramsDan Goodliffe2023-08-05
* Fix constref correctness for shared_ptr parameter in ChildHandlerDan Goodliffe2023-08-05
* Modernize XML specific testsDan Goodliffe2023-08-05
* Use Glib::ustring::format over boost::lexical_cast for XML numeric formatDan Goodliffe2023-08-05
* Use faster std::from_chars over boost::lexical_cast for XML numeric parseDan Goodliffe2023-08-05
* Constref correctness for shared_ptr parametersDan Goodliffe2023-08-05
* Refactor XmlDeserializer::DocumentTreeIterateElement with no pointer copyDan Goodliffe2023-08-05
* Refactor XmlSerializer::ModelTreeProcessElement with no pointer copyDan Goodliffe2023-08-05
* Refactor JsonSerializer::ModelTreeIterateRoot with no pointer copyDan Goodliffe2023-08-05
* Refactor JsonSerializer::ModelTreeIterate with no pointer copyDan Goodliffe2023-08-05
* Reformat with new clang-formatDan Goodliffe2023-08-01
* Simplified Ice::ByteSeq interfacesslicer-1.11.0Dan Goodliffe2022-08-11
* Use defaulted Ice::initializeDan Goodliffe2022-08-07
* Simplified document interfacesDan Goodliffe2022-08-07
* Enable all cppchecks, no fixes neededslicer-1.10.8Dan Goodliffe2022-07-28
* Fix paths to excluded from tidy checks filesDan Goodliffe2022-07-28
* Don't pass potentially NULL PATH env to string_viewDan Goodliffe2022-07-28
* Fix length check in Metadata::in_scopeDan Goodliffe2022-07-28
* Remove use of deprecated std::iteratorDan Goodliffe2022-07-28
* Add missing algorithm includeDan Goodliffe2022-07-28
* Fix shadowingDan Goodliffe2022-04-15
* constexpr preprocessor component countsDan Goodliffe2022-04-15
* Fix shadowing in icemetadataDan Goodliffe2022-04-15
* Fix shadowing in metadata and simplifyDan Goodliffe2022-04-15
* Fixup parameter forwardingDan Goodliffe2022-04-05
* Use stringstream str by moveDan Goodliffe2022-04-05
* 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
* Add stub header for all header only files, fix up most IWYU errorsslicer-1.10.6Dan Goodliffe2021-10-06
* Pass nearly all the tidy checksDan Goodliffe2021-09-25
* 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