1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-25 17:23:56 +02:00
cdt/native/org.eclipse.cdt.native.serial/native_src
Torbjörn Svensson 07b50ba2a2 Bug 521515: Do not rely on commit date for reproducible builds
As mentioned in
https://devblogs.microsoft.com/oldnewthing/20180103-00/?p=97705,
Microsoft has stopped using the _IMAGE_FILE_HEADER.TimeDateStamp as a
time stamp and rather as a hash of the source files to make the build
result predictable.

Change-Id: I4f4a7b9557330e4c478ef7fb25653144c5b2d4ad
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2020-08-27 15:42:44 -04:00
..
include Bug 521515: Generate JNI header files as part of build 2020-08-13 10:13:52 +02:00
.gitignore Bug 521515: Align directory name of native source code 2020-08-06 20:54:52 -04:00
Makefile Bug 521515: Do not rely on commit date for reproducible builds 2020-08-27 15:42:44 -04:00
Readme.md Bug 521515: Align directory name of native source code 2020-08-06 20:54:52 -04:00
serial.c Bug 521515: Generate JNI header files as part of build 2020-08-13 10:13:52 +02:00

How to rebuild natives.

This information has moved to the native section in CDT's root README.md.