1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
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
..
org.eclipse.cdt.core Bug 577952: Close pathEntryStore to fix listener leak 2022-03-09 13:49:16 -05:00
org.eclipse.cdt.core.linux [releng] Bump to CDT version 10.6.0 2022-01-12 14:07:45 -05:00
org.eclipse.cdt.core.linux.aarch64 [releng] Bump version numbers for all modified projects 2022-01-12 18:57:12 -05:00
org.eclipse.cdt.core.linux.ppc64le [releng] Bump version numbers for all modified projects 2022-01-12 18:57:12 -05:00
org.eclipse.cdt.core.linux.x86_64 [releng] Bump version numbers for all modified projects 2022-01-12 18:57:12 -05:00
org.eclipse.cdt.core.macosx [releng] Bump version numbers for all modified projects 2022-01-12 18:57:12 -05:00
org.eclipse.cdt.core.native Bug 573730: Turn on ConPTY as default PTY in Windows 2022-02-23 14:38:57 -05:00
org.eclipse.cdt.core.tests [releng] Bump to CDT version 10.6.0 2022-01-12 14:07:45 -05:00
org.eclipse.cdt.core.win32 [releng] Bump to CDT version 10.6.0 2022-01-12 14:07:45 -05:00
org.eclipse.cdt.core.win32.x86_64 Bug 579039: Limit SOURCE_DATE_EPOCH to fit 32bit unsigned int 2022-03-10 01:43:40 -05:00
org.eclipse.cdt.ui Dispose of icons in managed build settings pages 2022-02-25 11:39:22 -05:00
org.eclipse.cdt.ui.tests [releng] Bump to CDT version 10.6.0 2022-01-12 14:07:45 -05:00
pom.xml [releng] Bump to CDT version 10.6.0 2022-01-12 14:07:45 -05:00