summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add comment to disable concat-namespaces lintingslicer-1.10.5.3Dan Goodliffe2021-01-10
|
* Make static_assert tests use boost-build compile test ruleDan Goodliffe2021-01-10
|
* Don't generate static macrosslicer-1.10.5.2Dan Goodliffe2020-12-21
| | | | Moves FORWARD_ENUM into impl header
* Fix case where prefix view could be of a moved stringslicer-1.10.5.1Dan Goodliffe2020-12-17
|
* Fix implicit-dependency on types libraryslicer-1.10.5Dan Goodliffe2020-12-14
|
* Add missing calls to unit destroy on errorDan Goodliffe2020-12-14
|
* Refactor metadataDan Goodliffe2020-12-13
|
* Remove templateness of enum find, unnecessary, overloading betterDan Goodliffe2020-11-20
|
* Add missing template specification to custom model part makeDan Goodliffe2020-11-18
|
* Tidy fixesDan Goodliffe2020-11-17
|
* Modern lto build settingsDan Goodliffe2020-11-17
|
* Fix cross library MP creationDan Goodliffe2020-11-17
|
* 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
| |