Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Wrap throwing NoConversionFound for cropping up too often | Dan Goodliffe | 2020-11-01 |
| | |||
* | Wrap boost::posix_time string conversions | Dan Goodliffe | 2020-11-01 |
| | | | | They're oddly big and inlined. | ||
* | Pass clang-tidy and cppcheck | Dan Goodliffe | 2020-11-01 |
| | |||
* | Remove some unused stuff | Dan Goodliffe | 2020-10-31 |
| | |||
* | Simplify GetTypeId without enable_if | Dan Goodliffe | 2020-10-26 |
| | |||
* | string_view child ref uplooks | Dan Goodliffe | 2020-10-25 |
| | |||
* | Code tidy up | Dan Goodliffe | 2020-10-25 |
| | |||
* | Combine Hook and HookMetaData | Dan Goodliffe | 2020-10-25 |
| | |||
* | First cut constexpr hooks and metadata | Dan Goodliffe | 2020-10-25 |
| | |||
* | Tidy CppNamed reference IO | Dan Goodliffe | 2020-10-24 |
| | |||
* | No virtuals in enum and hook maps | Dan Goodliffe | 2020-10-18 |
| | | | | Allows static_assert tests. | ||
* | Remove unrequired case_less comparator | Dan Goodliffe | 2020-10-17 |
| | |||
* | Custom hookmap type | Dan Goodliffe | 2020-10-17 |
| | | | | Removes more boost::multi_index, largely constexpr | ||
* | Forward declare Ice::*Streams | Dan Goodliffe | 2020-10-17 |
| | |||
* | Remove use of Ice::optional for std::optional | Dan Goodliffe | 2020-10-17 |
| | |||
* | Custom enummap type | Dan Goodliffe | 2020-10-17 |
| | | | | Starts down the constexpr route, removes some need for boost::multi_index | ||
* | Support model parts that are abstract classes with functionsslicer-1.10.4 | Dan Goodliffe | 2020-08-30 |
| | |||
* | Fix scope of test suite | Dan Goodliffe | 2020-08-29 |
| | |||
* | Build against external slicer-parser libraryslicer-1.10.3 | Dan Goodliffe | 2020-08-22 |
| | |||
* | Apply previous fixes to enums tooslicer-1.10.2 | Dan Goodliffe | 2020-07-07 |
| | | | | | Includes change to method of finding in-use types. Allows removal of dirty clang link fix. | ||
* | Apply previous fixes for classes to structs too | Dan Goodliffe | 2020-07-05 |
| | |||
* | Fix link error with containers defined in same slice as element | Dan Goodliffe | 2020-07-05 |
| | | | | | Adds forward declaration of classes with public visibility before slice2cpp's default forward declaration is included. | ||
* | Add support for a slicer post-processor | Dan Goodliffe | 2020-07-05 |
| | | | | Defaults to clang-format -i if clang-format in path | ||
* | 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 |
| | |||
* | Psycho-rebased branch slicer-1.10 on top of master | Dan Goodliffe | 2020-06-06 |
|\ | |||
| * | Add not the worst hack to get linking to work on GCC and Clang | Dan Goodliffe | 2020-04-27 |
| | | |||
| * | Remvoe some duplication in class registration | Dan Goodliffe | 2020-04-27 |
| | | |||
| * | Only explicitly instantiate modelparts | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Put library includes before client includes | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Remove unnecessary include | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Add test case for external use of enum lookups | Dan Goodliffe | 2020-04-26 |
| | | | | | | | | Breaks with Clang, that's kinda the point | ||
| * | Fix comment in test cases | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Add a few more assertions | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Remvoe some duplication in enums | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Move test import to root | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Modernize and tidy | Dan Goodliffe | 2020-04-25 |
| | | |||
* | | Bump Ice version | Dan Goodliffe | 2020-05-30 |
|/ | |||
* | Modernize coverage flagsslicer-1.9.3 | Dan Goodliffe | 2019-10-21 |
| | |||
* | Template and inline case_less strncasecmp wrapper | Dan Goodliffe | 2019-10-19 |
| | |||
* | Performance tweaks | Dan Goodliffe | 2019-10-18 |
| | | | | Critical replace some boost functions with C ones | ||
* | Modernize build | Dan Goodliffe | 2019-10-12 |
| | |||
* | Swap AdHoc::Buffer for CTF in db libslicer-1.9.2 | Dan Goodliffe | 2019-07-02 |
| | |||
* | Get glibmm and xml++ flags from pkg-config | Dan Goodliffe | 2019-06-29 |
| | | | | Borrows pkg-config.jam from future boost-build | ||
* | Tidy fixes for latest clangslicer-1.9.1 | Dan Goodliffe | 2019-03-30 |
| | |||
* | Clang tidy our own generated code | Dan Goodliffe | 2019-03-19 |
| | | | | | Builds tools with gcc to run a real slicer for the codegen. Fixs results tidy warnings | ||
* | Explicitly disable checker for generated code | Dan Goodliffe | 2019-03-19 |
| | |||
* | More clang tidy fixes | Dan Goodliffe | 2019-03-03 |
| | |||
* | Fix test code pulling in implementation header | Dan Goodliffe | 2019-02-25 |
| | |||
* | Enable performance checks and fix accordingly | Dan Goodliffe | 2019-02-24 |
| |