Page MenuHomePhorge
Feed Advanced Search

Advanced Search

Jun 27 2019

dschnoell added a comment to R20:43f9eab48272: adapded to Benedikts Linear Function s.

As discussed with @btutzer currently there isn't a case, but at some point it could be beneficial to be able to adapt the the abstractions during run time.

Jun 27 2019, 5:07 PM
dschnoell added a comment to R20:43f9eab48272: adapded to Benedikts Linear Function s.

I already changed it to shared pointers to hold the lib consistent. Or did I misunderstand something and abstractions are meant to be shared ?

Jun 27 2019, 12:18 PM
dschnoell added a comment to R20:43f9eab48272: adapded to Benedikts Linear Function s.

I'm normally against using shared pointers when the resources aren't explicitly meant to be shared
, but I don't mind.

Jun 27 2019, 9:47 AM
dschnoell added a comment to R20:bb607dfb87d8: added a semi implementation.

The only static asserts in RelibilityConfidenceCombinator.h are at lines 193 195 197 and in CrossCombinator.h at lines 80 82 besides them I can't find any.

Jun 27 2019, 9:14 AM

Jun 11 2019

dschnoell added 1 auditor(s) for R20:cfaf0e0f0135: added more to the new example nearly finished undocumented no inputs for…: goetzinger.
Jun 11 2019, 12:56 PM

May 31 2019

dschnoell added a comment to R20:43f9eab48272: adapded to Benedikts Linear Function s.

Moved it to std::unique_ptr .
Internally it still uses the raw pointers by using std::unique_ptr::release() to get the pointer and removing it from the unique_ptr .

May 31 2019, 10:56 AM
dschnoell accepted R20:bb607dfb87d8: added a semi implementation.

I changed this inside the functionality_Reliability branch

May 31 2019, 10:52 AM