| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Move test import to root | Dan Goodliffe | 2020-04-26 |
| | | |||
| * | Modernize and tidy | Dan Goodliffe | 2020-04-25 |
| | | |||
| * | 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 | ||
| * | 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 |
| | | |||
| * | Fix test code pulling in implementation header | Dan Goodliffe | 2019-02-25 |
| | | |||
| * | 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 |
| | | |||
| * | Basic clang tidy fixes | Dan Goodliffe | 2019-02-24 |
| | | |||
| * | 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 |
| | | |||
| * | C++17 JSONslicer-1.8.1 | Dan Goodliffe | 2018-05-06 |
| | | | | | Updates to match the new pure C++17 JSON interface | ||
| * | Ice 3.7slicer-1.8.0 | Dan Goodliffe | 2018-04-14 |
| | | | | | --ice / allow-ice is no longer required. | ||
| * | 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 | ||
| * | Ice 3.7 | Dan Goodliffe | 2018-04-03 |
| | | | | | | | | | | | | | | | Implements Slicer for Ice 3.7. This is largely: * Pointers are now all std::shared_ptr * libSlice isn't installed, so we build part of it into libslicer-compiler * Library name change to use Ice++11 There are a few other things, but mostly just minor language/function name compatibility changes. The compiling of libSlice is a bit of a hack, currently comprising a git submodule of Ice itself, and a few dirty defines on the command line, but appears to be functionally satisfactory if a little unpleasant. | ||
| * | Store hooks in a boost multi index with sequential name based access, ↵ | Dan Goodliffe | 2017-10-18 |
| | | | | | including case insensitive. Simplify lookups and searches accordingly. | ||
| * | Simplify hook pointer to unique_ptr | Dan Goodliffe | 2017-10-18 |
| | | |||
| * | DB specific test models should be part of the DB packageslicer-1.6.0 | Dan Goodliffe | 2017-09-22 |
| | | |||
| * | Replace HasValue check with GetValue returning its success state when it ↵ | Dan Goodliffe | 2017-09-22 |
| | | | | | writes a value | ||
| * | Don't use ClassType in the optionals test as it has a custom model type ↵ | Dan Goodliffe | 2017-09-07 |
| | | | | | which isn't actually suitable for optionals | ||
| * | Work properly on DST dates in test code | Dan Goodliffe | 2017-09-07 |
| | | |||
| * | Add [json] test cases for local class operationsslicer-1.5.1 | Dan Goodliffe | 2017-08-17 |
| | | |||
| * | Initial support for operating on local (classes) | Dan Goodliffe | 2017-08-16 |
| | | |||
| * | Assert behaviour of ModelPartForClass::GetTypeId with a non-local class | Dan Goodliffe | 2017-08-16 |
| | | |||
| * | Order list of components in preprocessor test | Dan Goodliffe | 2017-08-16 |
| | | |||
| * | Adds the [input] streaming interfacesslicer-1.5.0 | Dan Goodliffe | 2017-07-23 |
| | | |||
| * | Support getting a ModelPart for the elements in a container (with no actual ↵ | Dan Goodliffe | 2017-07-16 |
| | | | | | model) | ||
| * | Switch ModelPartModel's internal model reference to pointer (breaking change ↵ | Dan Goodliffe | 2017-07-16 |
| | | | | | for anything that extends a ModelPart) | ||
| * | Use boost check close for doubles which previous failed under valgrind | Dan Goodliffe | 2017-03-13 |
| | | |||
| * | Fix support for model part types of optional converted | Dan Goodliffe | 2017-01-02 |
| | | |||
| * | Support [de]serializing XML elements/attributes to/from a dictionaryslicer-1.4.2 | Dan Goodliffe | 2016-11-02 |
| | | |||
| * | Allow working with local types (except classes, need ice_id functionality) | Dan Goodliffe | 2016-10-23 |
| | | |||
| * | Reference classes by type not handle type in model parts | Dan Goodliffe | 2016-10-22 |
| | | |||
| * | Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0 | Dan Goodliffe | 2016-10-07 |
| | | |||
| * | Remove previously deprecated functions | Dan Goodliffe | 2016-10-07 |
| | | |||
| * | Apply custom model parts at the root level | Dan Goodliffe | 2016-10-01 |
| | | |||
| * | Big mangle of the testing stuffs to split the test type definitions into ↵ | Dan Goodliffe | 2016-09-29 |
| | | | | | multiple manageable files | ||
| * | Support for custom model parts | Dan Goodliffe | 2016-09-24 |
| | | |||
| * | Build test case libs with bjam, not a messy set of tests | Dan Goodliffe | 2016-09-24 |
| | | |||
| * | Support model metadata includes (allows including a header after ICE header ↵ | Dan Goodliffe | 2016-09-24 |
| | | | | | has been processed, whereas ICE includes it before) | ||
| * | Define all exceptions as ICE exceptions | Dan Goodliffe | 2016-09-22 |
| | | |||
| * | Allow default constructor of parser, set options and execute instead of ↵ | Dan Goodliffe | 2016-09-21 |
| | | | | | multiple ever growing wrappers | ||
| * | Split compiler code away from runtime code | Dan Goodliffe | 2016-09-21 |
| | | |||
