cpp_client_telemetry/tests
Matt Koscumb 71ff57b10e Fix one more case of unnecessary unique_ptr<std::vector<StorageRecord>> 2018-11-12 09:57:40 -08:00
..
Json
ariasysinfo Integrate Linux fixes 2018-04-12 15:57:01 -07:00
common Rather than return a raw pointer std::vector<StorageRecord>, thus inducing memory managment on the caller and breaking the raw-pointers-are-non-owning rule, IOfflineStorgage::GetRecords should just return the vector. std::vector<T> is cheap to move, and thus can easily be returned from a function on any modern compiler without inducing a massive copy cost. 2018-11-09 16:25:02 -08:00
curltests Drafts for v3 2018-03-30 17:05:05 -07:00
ecs Drafts for v3 2018-03-30 17:05:05 -07:00
functests Fix all inefficient for loops that make extra copies. 2018-10-17 15:55:47 -07:00
unittests Fix one more case of unnecessary unique_ptr<std::vector<StorageRecord>> 2018-11-12 09:57:40 -08:00
CMakeLists.txt