From 8199fb28d8fcebe746f02b9dca7ce545d6585295 Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Mon, 8 Sep 2014 17:11:06 -0400 Subject: [PATCH 1/4] Updating template .cproject to avoid specifiyng commands and defaults Fixes unknown GCC errors (supposedly) Change-Id: I7688b8cd66f8ea70195a7e60500e212766415eb2 --- .../resources/templates/.cproject | 190 +++++++----------- 1 file changed, 70 insertions(+), 120 deletions(-) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject index a645afb13b..07c902bca7 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject @@ -1,44 +1,39 @@ - - + + - + - + - - - - - - + + + + + - - - - - - - - + + - - + @@ -204,69 +194,29 @@ - + - - - - - - - - - - - - - + + - - - - - - - - - - - - + + - - - - - - - - - - - - + + - - - - - - - - - - - - + + + - + - + From d1d81e5e19ee45754ac8b397fa344cf687839608 Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Tue, 23 Sep 2014 15:20:45 -0400 Subject: [PATCH 2/4] Remove unnecessary config for cproject/Simulate target Change-Id: I5576959974bede623fb0fe267f0d8b163124c2c9 --- .../resources/templates/.cproject | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject index 07c902bca7..db2c2ab658 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject @@ -120,26 +120,26 @@ - - + + - + - - + + - + - + - + - + - - - From 1f35670a18f6979ec413c0a223c497457f2332e7 Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Tue, 23 Sep 2014 15:23:48 -0400 Subject: [PATCH 3/4] Enabling C++14 and removing path for new toolchains Change-Id: I248d27cceeb16fd2b5690a9637245c7451f2c527 --- .../resources/templates/.cproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject index db2c2ab658..34a8c1b7dc 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject @@ -29,6 +29,7 @@ +