1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/core
Jonah Graham 74c4844357
Avoid null value being converted to "null" string in environment (#1096)
If the CDT Variable is APPEND or PREPEND, and the incoming environment
did not contain that variable name, the resulting environment would
have null.

For example, if PATH was not set on the incoming environment, and
PATH was supposed to be prepended with /usr/bin, this method
would have set PATH=/usr/bin:null

This change ensures that the delimeter + null are not prended/appended
when the incoming value is null.
2025-02-25 21:55:40 -05:00
..
org.eclipse.cdt.core Avoid null value being converted to "null" string in environment (#1096) 2025-02-25 21:55:40 -05:00
org.eclipse.cdt.core.linux Bump version to CDT 12.0.0 (#911) 2024-10-08 12:52:15 -04:00
org.eclipse.cdt.core.linux.aarch64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.linux.ppc64le Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.linux.x86_64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.macosx Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.native Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.tests Improve CommandLineUtil to string methods so they look prettier (#1074) 2025-02-19 21:00:46 -05:00
org.eclipse.cdt.core.win32 Add native support for Windows on Arm64 (#971) 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.win32.aarch64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.core.win32.x86_64 Update and refactor Dockerfiles to newer Ubuntu 2024-12-28 10:48:30 -05:00
org.eclipse.cdt.ui Add internal API to CEditor to allow CDT-LSP to contribute a "try it" banner (#1088) 2025-02-17 17:34:44 -05:00
org.eclipse.cdt.ui.tests Update maven dependencies to latest versions, especially Hamcrest 2025-01-16 14:57:42 -05:00
pom.xml Bump version to CDT 12.0.0 (#911) 2024-10-08 12:52:15 -04:00