summaryrefslogtreecommitdiffstats
path: root/test/internal
Commit message (Collapse)AuthorAgeFilesLines
* internal/utils: performCallback should preserve argument referencesWilliam A. Kennington III2019-03-291-0/+17
| | | | | | | | Arguments including the function are now passed with reference types forwarded. Change-Id: I32cf4704737faa6c140d16352528ceb0d738f5b8 Signed-off-by: William A. Kennington III <wak@google.com>
* internal/sdref: Remove in favor of stdplus/handleWilliam A. Kennington III2019-03-291-235/+0
| | | | | | | | | | | We no longer need to roll our own managed handle type now that stdplus implements a generic one. Tested: Built and run through unit tests. Change-Id: Id34cd8d3ffacf7901d49cac335fa93f744f0e310 Signed-off-by: William A. Kennington III <wak@google.com>
* clang-tidy: Basic configurationWilliam A. Kennington III2018-12-131-0/+7
| | | | | | | | | | | This also cleans up some outstanding issues detected by the configuration. Tested: Ran through unit test scripts. Change-Id: I3357a2280a681a87532d6d72315260db2ab73e87 Signed-off-by: William A. Kennington III <wak@google.com>
* internal/utils: Errors now have namesWilliam A. Kennington III2018-07-171-5/+7
|
* source/base: Refactor out callback routineWilliam A. Kennington III2018-07-171-0/+38
| | | | | The callback mechanism will be used by other callback methods in the same fashion, so we can template and re-use this functionality
* sdref: Moves should actually invalidate the referenceWilliam A. Kennington III2018-07-171-0/+41
| | | | | This also makes it possible to use in boolean expressions to check validity.
* Large refactoringWilliam A. Kennington III2018-07-171-0/+187
OpenPOWER on IntegriCloud