1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/native/org.eclipse.cdt.native.serial/native_src
Torbjörn Svensson c5a53bb7fe Bug 568079: Format C/C++ code
Added a new C/C++ formatter profile called "Unmanaged profile 'CDT'"
(name stolen from the Java formatter) that is basically K&R with the
tweak of maxium line width set to 120 (same width as for .java files).

Added enforcement of the formatter during build.

libspawner.so/jnilib have differences because the re-formatting changes
line numbers and therefore the __LINE__ macro expands to a different
value.

Change-Id: Id3a0619cb31640c7817dc684c72139f90cab0fc6
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2020-10-24 16:54:40 -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: Build ppc64le libraries on HIPP 2020-09-02 20:27:03 -04:00
Readme.md Bug 521515: Align directory name of native source code 2020-08-06 20:54:52 -04:00
serial.c Bug 568079: Format C/C++ code 2020-10-24 16:54:40 -04:00

How to rebuild natives.

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