1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/releng/scripts
Torbjörn Svensson 66f3c6b08d Bug 579039: Limit SOURCE_DATE_EPOCH to fit 32bit unsigned int
The impementation in GCC allows a value up to 253402300799 that
corresponds to "Dec 31 9999 23:59:59 UTC". Apparently, this is due
to some limit of __DATE__ and __TIME__ within the preprocessor.
Regardless, as the reporter claims to have problem with values
outside the range of a 32bit unsigned integer, lets use
"(1 << 32) - 1" as a limit.

Contributed by STMicroelectronics

Change-Id: Ifa7995cd9edb460d4ad6544b5231eef88d7e39a0
Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
2022-03-10 01:43:40 -05:00
..
.settings Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projects 2020-08-30 20:02:41 -04:00
.project Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
change_to_eplv2.sh [releng] Add missing copyright headers to releng scripts 2020-08-30 20:25:40 -04:00
check_code_cleanliness.sh [releng] Sort output in compare and replace report 2020-11-11 20:57:29 -05:00
check_dll_dependencies.sh [releng] Add missing copyright headers to releng scripts 2020-08-30 20:25:40 -04:00
check_features.sh [releng] Fix case where copyright year end == start 2021-01-15 21:52:03 -05:00
check_glibc_dependencies.sh [releng] Add missing copyright headers to releng scripts 2020-08-30 20:25:40 -04:00
check_license.sh Bug 551817: Fix legal docs - and automate their checks 2020-08-30 23:15:59 -04:00
check_mvn_plugin_versions.sh [releng] Migrate check_mvn_plugin_versions to Jenkinsfile use 2019-11-07 17:41:24 -05:00
cleanup.py Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cleanupsettings.xml Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
do_add_all_file_types_to_gitattributes.sh [releng] Add missing copyright headers to releng scripts 2020-08-30 20:25:40 -04:00
do_all_code_cleanups.sh Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
do_fix_file_permissions.sh Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
do_format_code.sh [releng] Add missing copyright headers to releng scripts 2020-08-30 20:25:40 -04:00
do_project_settings.sh Bug 568079: Reformat source code using clang-format 2020-10-31 20:13:42 -04:00
do_rebuild_natives.sh Bug 568079: Reformat source code using clang-format 2020-10-31 20:13:42 -04:00
do_remove_trailing_whitespace.sh Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
formattersettings.xml Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
rebase_helper.sh Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
reproducible_build_wrapper.py Bug 579039: Limit SOURCE_DATE_EPOCH to fit 32bit unsigned int 2022-03-10 01:43:40 -05:00
run_dash_licenses.sh [releng] Dash jar location moved 2021-01-11 20:37:52 -05:00