1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 01:55:24 +02:00
cdt/native/org.eclipse.cdt.native.serial
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 568079: Reformat source code using clang-format 2020-10-31 20:13:42 -04:00
META-INF [releng] Bump version numbers for all modified projects 2022-01-12 18:57:12 -05:00
native_src Bug 576533: Add support for Mac M1 2021-11-15 15:32:29 -05:00
os Bug 579039: Limit SOURCE_DATE_EPOCH to fit 32bit unsigned int 2022-03-10 01:43:40 -05:00
src/org/eclipse/cdt/serial Bug 568079: Reducing transitions from JAVA to native code (part 2) 2020-11-11 14:56:04 -05:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.gitignore Bug 459971 - Move serial port to it's own plug-in. Starting with Mac. 2015-04-06 19:39:30 -04:00
.project Bug 568079: Format C/C++ code 2020-10-24 16:54:40 -04:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
cdt_logo_icon32.png Bug 459971 - Move serial port to it's own plug-in. Starting with Mac. 2015-04-06 19:39:30 -04:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
pom.xml [releng] Bump version numbers for all modified projects 2022-01-12 18:57:12 -05:00