Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix up all the little niggly warnings | Dan Goodliffe | 2023-09-30 |
| | | | | ... where practical. | ||
* | Replace ifndef/define/endif with pragma once | Dan Goodliffe | 2023-09-03 |
| | |||
* | Allows create and use pre-lowered column names in SQL select deserializer | Dan Goodliffe | 2023-08-28 |
| | |||
* | Support case-insensitive OnChild with pre-lowered input | Dan Goodliffe | 2023-08-26 |
| | |||
* | Cache the Hook name/column relation for non-subclass multi-row selects | Dan Goodliffe | 2023-08-23 |
| | |||
* | Add a DB perf case for a complex with non-optional members | Dan Goodliffe | 2023-08-21 |
| | |||
* | Logical inversion | Dan Goodliffe | 2023-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. | ||
* | Add perf test over DB SQL select complex | Dan Goodliffe | 2023-08-11 |
| | |||
* | Misc tidy up in db module | Dan Goodliffe | 2023-08-11 |
| | |||
* | Replace lots of shared_ptr with unique_ptr or any_ptr | Dan Goodliffe | 2023-08-06 |
| | |||
* | Introduce any_ptr and replace shared_ptr model part params | Dan Goodliffe | 2023-08-05 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-08-01 |
| | |||
* | Fix shadowing | Dan Goodliffe | 2022-04-15 |
| | |||
* | Fixup parameter forwarding | Dan Goodliffe | 2022-04-05 |
| | |||
* | Use stringstream str by move | Dan Goodliffe | 2022-04-05 |
| | |||
* | 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 |
| | |||
* | 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 | ||
* | Add -Wconversion and -Wsign-conversion | Dan Goodliffe | 2021-09-23 |
| | |||
* | Add -Wpedantic | Dan Goodliffe | 2021-09-23 |
| | |||
* | Add missing includes | Dan Goodliffe | 2021-09-23 |
| | |||
* | First cut constexpr hooks and metadata | Dan Goodliffe | 2020-10-25 |
| | |||
* | Remove use of Ice::optional for std::optional | Dan Goodliffe | 2020-10-17 |
| | |||
* | Pass clang-tidy and cppcheckslicer-1.10.1 | Dan Goodliffe | 2020-06-27 |
| | |||
* | Clang format and tidyslicer-1.10.0 | Dan Goodliffe | 2020-06-16 |
| | |||
* | Move test import to root | Dan Goodliffe | 2020-04-26 |
| | |||
* | Modernize and tidy | Dan Goodliffe | 2020-04-25 |
| | |||
* | Performance tweaks | Dan Goodliffe | 2019-10-18 |
| | | | | Critical replace some boost functions with C ones | ||
* | Swap AdHoc::Buffer for CTF in db libslicer-1.9.2 | Dan Goodliffe | 2019-07-02 |
| | |||
* | Tidy fixes for latest clangslicer-1.9.1 | Dan Goodliffe | 2019-03-30 |
| | |||
* | Explicitly disable checker for generated code | Dan Goodliffe | 2019-03-19 |
| | |||
* | Enable performance checks and fix accordingly | Dan Goodliffe | 2019-02-24 |
| | |||
* | Modernize clang tidy fixes | Dan Goodliffe | 2019-02-24 |
| | |||
* | Enable hicpp checks and fix accordingly | Dan Goodliffe | 2019-02-24 |
| | |||
* | Single definition of boost_utf | Dan Goodliffe | 2019-02-24 |
| | |||
* | More clang tidy fixes | Dan Goodliffe | 2019-02-24 |
| | |||
* | Remove some naked new | Dan Goodliffe | 2019-02-03 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-02 |
| | |||
* | Single definition of Ice libs | Dan Goodliffe | 2019-02-02 |
| | |||
* | Single definition of adhocutil | Dan Goodliffe | 2019-02-02 |
| | |||
* | Refactor jams to fix folder specific build quirksslicer-1.8.2 | Dan Goodliffe | 2019-01-21 |
| | |||
* | Remove unnecessary captures | Dan Goodliffe | 2018-08-26 |
| | |||
* | Update to new PluginMock interfaceslicer-1.8.0.1 | Dan Goodliffe | 2018-04-22 |
| | |||
* | C++17 | Dan Goodliffe | 2018-04-14 |
| | | | | Remove more references to boost things now in std | ||
* | Ice 3.7 | Dan Goodliffe | 2018-04-14 |
| | | | | Remove straggling references to IceUtil::Optional | ||
* | C++17 | Dan Goodliffe | 2018-04-12 |
| | | | | | Update DB serializer interfaces to be more C++CG, specifically not partaking in ownerships. | ||
* | C++17 | Dan Goodliffe | 2018-04-11 |
| | | | | Update to match tweaked TransactionScope interface |