1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-30 07:50:51 +00:00
gnss-sdr/src/core/libs
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
..
supl Improve package reproducibility 2016-05-23 19:51:59 +02:00
CMakeLists.txt Improve package reproducibility 2016-05-23 19:51:59 +02:00
gnss_sdr_supl_client.cc Re-enabling the GPS L1 warm start ephemeris assistance stored in XML file 2016-05-03 12:34:38 +02:00
gnss_sdr_supl_client.h Updating copyright year 2015-01-08 19:49:59 +01:00
ini.cc moving things to trunk 2011-10-01 18:45:20 +00:00
ini.h moving things to trunk 2011-10-01 18:45:20 +00:00
INIReader.cc moving things to trunk 2011-10-01 18:45:20 +00:00
INIReader.h improving documentation 2013-01-28 23:50:09 +00:00
string_converter.cc Exposing RTCM message rate to the configuration 2016-05-07 12:22:40 +02:00
string_converter.h Exposing RTCM message rate to the configuration 2016-05-07 12:22:40 +02:00