summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix generated hook member exprDan Goodliffe2020-11-13
| | | | Had previously used the exchange name, not the member name.
* Untemplate hooks equal range and related bitsDan Goodliffe2020-11-08
|
* No need to generate sequence GetChildRefDan Goodliffe2020-11-07
| | | | Can be implemented in sequence base with a virtual to get elementName
* Fix metadata used for checking element name of sequenceDan Goodliffe2020-11-07
| | | | Was item, should be element.
* Remove DLL_PUBLIC from a lot of thingsDan Goodliffe2020-11-06
|
* Remove empty wrapper constructors from modelpart treeDan Goodliffe2020-11-03
|
* Move boost::algorithm::to_lower call out of template codeDan Goodliffe2020-11-03
|
* Improve conversion helpersDan Goodliffe2020-11-01
| | | | constness, constexpr, noexcept, local vars
* Wrap throwing NoConversionFound for cropping up too oftenDan Goodliffe2020-11-01
|
* Wrap boost::posix_time string conversionsDan Goodliffe2020-11-01
| | | | They're oddly big and inlined.
* Pass clang-tidy and cppcheckDan Goodliffe2020-11-01
|
* Remove some unused stuffDan Goodliffe2020-10-31
|
* Simplify GetTypeId without enable_ifDan Goodliffe2020-10-26
|
* string_view child ref uplooksDan Goodliffe2020-10-25
|
* Code tidy upDan Goodliffe2020-10-25
|
* Combine Hook and HookMetaDataDan Goodliffe2020-10-25
|
* First cut constexpr hooks and metadataDan Goodliffe2020-10-25
|
* Tidy CppNamed reference IODan Goodliffe2020-10-24
|
* No virtuals in enum and hook mapsDan Goodliffe2020-10-18
| | | | Allows static_assert tests.
* Remove unrequired case_less comparatorDan Goodliffe2020-10-17
|
* Custom hookmap typeDan Goodliffe2020-10-17
| | | | Removes more boost::multi_index, largely constexpr
* Forward declare Ice::*StreamsDan Goodliffe2020-10-17
|
* Remove use of Ice::optional for std::optionalDan Goodliffe2020-10-17
|
* Custom enummap typeDan Goodliffe2020-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.4Dan Goodliffe2020-08-30
|
* Fix scope of test suiteDan Goodliffe2020-08-29
|
* Build against external slicer-parser libraryslicer-1.10.3Dan Goodliffe2020-08-22
|
* 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
|