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
c2ba231741
ReceivedDataStructure<> made noncopyable
2016-07-29 17:24:18 +03:00
Pavel Kirienko
8a2e22046e
All unit tests compile, but crash. This is the most horrifying commit I've ever made.
2015-07-01 14:55:24 +03:00
Pavel Kirienko
d20f8e7356
Using global RX object buffer
2015-05-29 16:47:02 +03:00
Pavel Kirienko
bc00899e70
Testing tooling fix
2015-05-13 17:50:45 +03:00
Pavel Kirienko
a548d8311c
Testing framework: added emulateSingleFrameBroadcastTransfer()
2015-05-13 16:39:22 +03:00
Pavel Kirienko
c1be9f1fef
Explicit virtual keyword
2014-04-19 18:51:36 +04:00
Pavel Kirienko
96aa295615
NodeInitializer - performs network checks during intialization: NodeID collisions, incompatible data types
2014-03-28 00:15:19 +04:00
Pavel Kirienko
2fd608d602
Uncrustified test headers
2014-03-25 22:56:49 +04:00
Pavel Kirienko
730a571c8d
The work on the highest-level concepts have just started; here goes NodeStatusProvider with tests
2014-03-15 14:49:23 +04:00