1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-16 13:10:35 +00:00
gnss-sdr/src/algorithms/signal_source/gnuradio_blocks
Carles Fernandez 5a73b4e047 Improve package reproducibility
Packages using CMake often use file(GLOB ...) to retrieve a list of
source files. As this is based on readdir(), the resulting file list
is unsorted. A common use case is to pass this list directly to
add_executable or add_library. But as the order is unpredictable, the
binaries are not reproducible (because the order in which the objects
are linked will vary).

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824263
2016-05-23 19:51:59 +02:00
..
CMakeLists.txt Improve package reproducibility 2016-05-23 19:51:59 +02:00
rtl_tcp_signal_source_c.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
rtl_tcp_signal_source_c.h Remove tabs from the source code 2016-05-02 23:46:30 +02:00
unpack_2bit_samples.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
unpack_2bit_samples.h Cleaning includes 2016-01-04 22:56:52 +01:00
unpack_byte_2bit_cpx_samples.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
unpack_byte_2bit_cpx_samples.h Cleaning includes 2016-01-04 22:56:52 +01:00
unpack_byte_2bit_samples.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
unpack_byte_2bit_samples.h Updating copyright year 2015-01-08 19:49:59 +01:00
unpack_intspir_1bit_samples.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
unpack_intspir_1bit_samples.h Adding SPIR file data source, by Fran Fabra 2015-01-14 17:26:41 +01:00