summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Apply previous fixes to enums tooslicer-1.10.2Dan Goodliffe2020-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 tooDan Goodliffe2020-07-05
|
* Fix link error with containers defined in same slice as elementDan Goodliffe2020-07-05
| | | | | Adds forward declaration of classes with public visibility before slice2cpp's default forward declaration is included.
* Add support for a slicer post-processorDan Goodliffe2020-07-05
| | | | Defaults to clang-format -i if clang-format in path
* Pass clang-tidy and cppcheckslicer-1.10.1Dan Goodliffe2020-06-27
|
* Clang format and tidyslicer-1.10.0Dan Goodliffe2020-06-16
|
* Psycho-rebased branch slicer-1.10 on top of masterDan Goodliffe2020-06-06
|\
| * Add not the worst hack to get linking to work on GCC and ClangDan Goodliffe2020-04-27
| |
| * Remvoe some duplication in class registrationDan Goodliffe2020-04-27
| |
| * Only explicitly instantiate modelpartsDan Goodliffe2020-04-26
| |
| * Put library includes before client includesDan Goodliffe2020-04-26
| |
| * Remove unnecessary includeDan Goodliffe2020-04-26
| |
| * Add test case for external use of enum lookupsDan Goodliffe2020-04-26
| | | | | | | | Breaks with Clang, that's kinda the point
| * Fix comment in test casesDan Goodliffe2020-04-26
| |
| * Add a few more assertionsDan Goodliffe2020-04-26
| |
| * Remvoe some duplication in enumsDan Goodliffe2020-04-26
| |
| * Move test import to rootDan Goodliffe2020-04-26
| |
| * Modernize and tidyDan Goodliffe2020-04-25
| |
* | Bump Ice versionDan Goodliffe2020-05-30
|/
* Modernize coverage flagsslicer-1.9.3Dan Goodliffe2019-10-21
|
* Template and inline case_less strncasecmp wrapperDan Goodliffe2019-10-19
|
* Performance tweaksDan Goodliffe2019-10-18
| | | | Critical replace some boost functions with C ones
* Modernize buildDan Goodliffe2019-10-12
|
* Swap AdHoc::Buffer for CTF in db libslicer-1.9.2Dan Goodliffe2019-07-02
|
* Get glibmm and xml++ flags from pkg-configDan Goodliffe2019-06-29
| | | | Borrows pkg-config.jam from future boost-build
* Tidy fixes for latest clangslicer-1.9.1Dan Goodliffe2019-03-30
|
* Clang tidy our own generated codeDan Goodliffe2019-03-19
| | | | | Builds tools with gcc to run a real slicer for the codegen. Fixs results tidy warnings
* Explicitly disable checker for generated codeDan Goodliffe2019-03-19
|
* More clang tidy fixesDan Goodliffe2019-03-03
|
* Fix test code pulling in implementation headerDan Goodliffe2019-02-25
|
* Enable performance checks and fix accordinglyDan Goodliffe2019-02-24
|
* Modernize clang tidy fixesDan Goodliffe2019-02-24
|
* Enable hicpp checks and fix accordinglyDan Goodliffe2019-02-24
|
* Single definition of boost_utfDan Goodliffe2019-02-24
|
* More clang tidy fixesDan Goodliffe2019-02-24
|
* Basic clang tidy fixesDan Goodliffe2019-02-24
|
* Fixup build with clangDan Goodliffe2019-02-18
|
* Parallel lto only with gccDan Goodliffe2019-02-17
|
* Bump Ice v3.7.2slicer-1.9.0Dan Goodliffe2019-02-10
|
* Remove unnecessary calls to .string()Dan Goodliffe2019-02-03
|
* Remove some naked newDan Goodliffe2019-02-03
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-02
|
* Single definition of Ice libsDan Goodliffe2019-02-02
|
* Single definition of adhocutilDan Goodliffe2019-02-02
|
* Refactor jams to fix folder specific build quirksslicer-1.8.2Dan Goodliffe2019-01-21
|
* Remove unnecessary capturesDan Goodliffe2018-08-26
|
* Provide string_view interface for enum lookupDan Goodliffe2018-07-22
|
* Multi-indexDan Goodliffe2018-07-22
| | | | | | Use Boost multi-index instead of bimap to gain access to custom compators, specific the transparent ones, so we can expose a string_view interface to them.
* Don't build ICE stuff as a static libraryslicer-1.8.1.1Dan Goodliffe2018-06-09
|
* C++17 JSONslicer-1.8.1Dan Goodliffe2018-05-06
| | | | Updates to match the new pure C++17 JSON interface