summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl_ref.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-11-06Remove additional empty line from license headerStephan Bergmann1-1/+0
Change-Id: Ic185d7bc3dc6f8a41c71b83d8bfa293ed4236937
2015-11-06rtl::Reference Add move construction/assignmentDaniel Robertson1-0/+22
Add move constructor and appropriately overloaded assignment operator to rtl::Reference, and add basic unit tests for the reference counting of rtl::Reference. Change-Id: Ia7ff5d786bdf3b17709cec06608c91e22379746c Reviewed-on: https://gerrit.libreoffice.org/19762 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>