1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-01 00:10:50 +00:00
gnss-sdr/docs
Carles Fernandez 81af1a531b
Redesign of pointer management
Avoid indirection caused by passing shared_ptr by reference

The block factory does not have responsability on the lifetime of their inputs

Define std::make_unique when using C++11 and make use of it

Printers are turned into unique_ptr to express ownership

Printers do not participate on the lifelime of the data, so they take const raw pointers

Modernize tests code
2020-06-18 11:49:28 +02:00
..
doxygen Add transparency to block diagram 2020-03-29 00:30:06 +01:00
manpage Bump version to 0.0.12 2020-03-12 20:13:49 +01:00
protobuf More markdown fixes 2020-02-27 19:50:08 +01:00
xml-schemas More markdown fixes 2020-02-27 19:50:08 +01:00
changelog.md Redesign of pointer management 2020-06-18 11:49:28 +02:00