summaryrefslogtreecommitdiff
path: root/slicer/test
Commit message (Collapse)AuthorAge
* Move test import to rootDan Goodliffe2020-04-26
|
* Modernize and tidyDan Goodliffe2020-04-25
|
* Template and inline case_less strncasecmp wrapperDan Goodliffe2019-10-19
|
* Performance tweaksDan Goodliffe2019-10-18
| | | | Critical replace some boost functions with C ones
* 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
|
* 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
|
* 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
|
* C++17 JSONslicer-1.8.1Dan Goodliffe2018-05-06
| | | | Updates to match the new pure C++17 JSON interface
* Ice 3.7slicer-1.8.0Dan Goodliffe2018-04-14
| | | | --ice / allow-ice is no longer required.
* C++17Dan Goodliffe2018-04-14
| | | | Remove more references to boost things now in std
* Ice 3.7Dan Goodliffe2018-04-14
| | | | Remove straggling references to IceUtil::Optional
* Ice 3.7Dan Goodliffe2018-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 Goodliffe2017-10-18
| | | | including case insensitive. Simplify lookups and searches accordingly.
* Simplify hook pointer to unique_ptrDan Goodliffe2017-10-18
|
* DB specific test models should be part of the DB packageslicer-1.6.0Dan Goodliffe2017-09-22
|
* Replace HasValue check with GetValue returning its success state when it ↵Dan Goodliffe2017-09-22
| | | | writes a value
* Don't use ClassType in the optionals test as it has a custom model type ↵Dan Goodliffe2017-09-07
| | | | which isn't actually suitable for optionals
* Work properly on DST dates in test codeDan Goodliffe2017-09-07
|
* Add [json] test cases for local class operationsslicer-1.5.1Dan Goodliffe2017-08-17
|
* Initial support for operating on local (classes)Dan Goodliffe2017-08-16
|
* Assert behaviour of ModelPartForClass::GetTypeId with a non-local classDan Goodliffe2017-08-16
|
* Order list of components in preprocessor testDan Goodliffe2017-08-16
|
* Adds the [input] streaming interfacesslicer-1.5.0Dan Goodliffe2017-07-23
|
* Support getting a ModelPart for the elements in a container (with no actual ↵Dan Goodliffe2017-07-16
| | | | model)
* Switch ModelPartModel's internal model reference to pointer (breaking change ↵Dan Goodliffe2017-07-16
| | | | for anything that extends a ModelPart)
* Use boost check close for doubles which previous failed under valgrindDan Goodliffe2017-03-13
|
* Fix support for model part types of optional convertedDan Goodliffe2017-01-02
|
* Support [de]serializing XML elements/attributes to/from a dictionaryslicer-1.4.2Dan Goodliffe2016-11-02
|
* Allow working with local types (except classes, need ice_id functionality)Dan Goodliffe2016-10-23
|
* Reference classes by type not handle type in model partsDan Goodliffe2016-10-22
|
* Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0Dan Goodliffe2016-10-07
|
* Remove previously deprecated functionsDan Goodliffe2016-10-07
|
* Apply custom model parts at the root levelDan Goodliffe2016-10-01
|
* Big mangle of the testing stuffs to split the test type definitions into ↵Dan Goodliffe2016-09-29
| | | | multiple manageable files
* Support for custom model partsDan Goodliffe2016-09-24
|
* Build test case libs with bjam, not a messy set of testsDan Goodliffe2016-09-24
|
* Support model metadata includes (allows including a header after ICE header ↵Dan Goodliffe2016-09-24
| | | | has been processed, whereas ICE includes it before)
* Define all exceptions as ICE exceptionsDan Goodliffe2016-09-22
|
* Allow default constructor of parser, set options and execute instead of ↵Dan Goodliffe2016-09-21
| | | | multiple ever growing wrappers
* Split compiler code away from runtime codeDan Goodliffe2016-09-21
|