Dixon, Scott
4750a50099
Issue #100 remove auto_ptr and c++03 support.
...
Problem:
auto_ptr is deprecated.
Solution:
use unique_ptr which is only available in c++11 and newer.
Also fix how unit tests are run as part of the build to keep them from being
deleted when they fail.
Testing:
Unit tests on linux run.
2018-06-26 20:56:53 -07:00
Pavel Kirienko
b09509c407
Test fix #42
2015-07-26 16:03:07 +03:00
Pavel Kirienko
a25a9252a7
Global discovery request removed
2015-07-05 07:21:34 +03:00
Pavel Kirienko
e60a76d562
Test timing fix
2015-05-26 20:08:38 +03:00
Pavel Kirienko
bb412f3f93
FirmwareUpdateTrigger retry logic optimization
2015-05-20 15:13:31 +03:00
Pavel Kirienko
1f47596688
FirmwareUpdateTrigger node selector fix, more testing
2015-05-20 14:53:16 +03:00
Pavel Kirienko
1047a25872
FirmwareUpdateTrigger - fixes and test
2015-05-19 13:22:52 +03:00
Pavel Kirienko
0d60595d7c
FirmwareUpdateTrigger - fixes and test
2015-05-19 13:16:51 +03:00
Pavel Kirienko
6b179d032b
Firmware update trigger implementation. It is most likely broken, because I'm half asleep by now; proper tests will be added later
2015-05-19 01:37:10 +03:00