summaryrefslogtreecommitdiff
path: root/slicer/db/sqlTablePatchSerializer.cpp
Commit message (Collapse)AuthorAge
* Logical inversionDan Goodliffe2023-08-20
| | | | | | | Removes ChildRef and changes ModelPart returning ModelPart functions with functions accepting a callback. Removes the need to maintain and pass around ModelPart pointers. ~30% performance increase processing large DB datasets.
* Misc tidy up in db moduleDan Goodliffe2023-08-11
|
* Replace lots of shared_ptr with unique_ptr or any_ptrDan Goodliffe2023-08-06
|
* Reformat with new clang-formatDan Goodliffe2023-08-01
|
* Fix shadowingDan Goodliffe2022-04-15
|
* Tidy up IWYUslicer-1.10.6.2Dan Goodliffe2021-10-17
|
* Pass nearly all the tidy checksDan Goodliffe2021-09-25
| | | | clang-tidy and cppcheck for everything, everything but generated code for IWYU
* Clang format and tidyslicer-1.10.0Dan Goodliffe2020-06-16
|
* Enable hicpp checks and fix accordinglyDan Goodliffe2019-02-24
|
* C++17Dan Goodliffe2018-04-14
| | | | Remove more references to boost things now in std
* C++17Dan Goodliffe2018-04-12
| | | | | Update DB serializer interfaces to be more C++CG, specifically not partaking in ownerships.
* C++17Dan Goodliffe2018-04-09
| | | | Updates DB code inline with C++17 libdbpp.
* Shuffle some code around to make bimap unrequired in modelParts.hDan Goodliffe2018-03-21
|
* Fix and tidy the checking of metadata in SQL serializersDan Goodliffe2017-07-19
|
* Add SQL table patch serializerDan Goodliffe2017-07-18