1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00
gnss-sdr/src/utils
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
..
front-end-cal Redesign of pointer management 2020-06-18 11:49:28 +02:00
matlab added a script that reads a signal stored using the ibyte format, quantizes the signal using the specified number of bits, and writes the signal to an output file. 2020-04-02 11:04:49 +02:00
reproducibility/ieee-access18 More markdown fixes 2020-02-27 19:50:08 +01:00
rinex-tools Improve CMake scripts 2020-06-13 10:25:28 +02:00
rinex2assist Improve CMake scripts 2020-06-13 10:25:28 +02:00
scripts Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/) 2020-02-08 01:20:02 +01:00
simulink Fix license in mdl files, remove wrong file 2020-02-08 12:33:24 +01:00
CMakeLists.txt Fix building of obsdiff tool, add README file 2020-02-18 19:39:53 +01:00