1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/core/org.eclipse.cdt.core.tests
Jonah Graham 7cb2d69be9
Improve CommandLineUtil to string methods so they look prettier (#1074)
Initially CommandLineUtil.argumentsToString was used to provide properly
quoted string when interacting with GDB. But it is also useful to
print a string that can be copied + pasted to a terminal for the user.

When doing this the always quote every argument looks less nice, so
this change updates the code to only quote argument if needed.

Tests have also been added for the quoting.

Improves look and feel of changes in #1073
2025-02-19 21:00:46 -05:00
..
.settings Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
META-INF Stops CMake build output folders being named "default" (#1084) 2025-02-19 20:55:50 -05:00
misc/org/eclipse/cdt Improve CommandLineUtil to string methods so they look prettier (#1074) 2025-02-19 21:00:46 -05:00
model/org/eclipse/cdt/core Stops CMake build output folders being named "default" (#1084) 2025-02-19 20:55:50 -05:00
parser/org/eclipse/cdt Parse empty __attribute__(()) (#770) 2024-05-17 12:49:41 -04:00
regression/org/eclipse/cdt/core/tests There is a new way to mark tests as failing 2022-11-07 10:04:20 -05:00
resources Add rewriter test for c++20 three-way comparison expression 2023-01-28 10:52:07 -05:00
suite/org/eclipse/cdt/core Include the full stack trace in exception message 2022-11-07 10:04:20 -05:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.project Remove API tooling from projects that are not part of our release 2022-10-03 12:42:37 -04:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
build.properties Delete all the test suites from primary CDT test projects 2022-11-07 07:53:47 -05:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml The active Launch Target is now saved in the ICBuildConfiguration (#1076) 2025-02-12 12:30:48 -05:00
pom.xml Bump version to CDT 12.0.0 (#911) 2024-10-08 12:52:15 -04:00