Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-03-18Bug 484900: Remove the test runners CDI launchMarc Khouzam5-73/+9
In org.eclipse.cdt.testsrunning, the class CdiRunTestsLaunchDelegate was renamed RunTestsLaunchDelegate, as part of the CDI cleanup. Change-Id: Ic7513a32f88ccc2b8139d5b4bb9f8ffd63fabe59
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
This includes bumping the standalone debugger to 9.0.0 Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam68-68/+68
This commit does not add missing copyrights, just updates the date on the existing ones. Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-01Bug 464636 - Modernize TestsRunner Run launchMarc Khouzam3-12/+4
The TestsRunner Run launch automatically inherits the Run launch from CDT but specifies the tabs itself. Now that we modernized the CDT Run launch and use CMainTab2, we should do the same for TestsRunner. Also, remove the source tab for the TestsRunner Run launch; that tab is only for debugging. Change-Id: I4d412787f4e937ae776f01470f4c63746589ef75 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam1-1/+0
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Reviewed-on: https://git.eclipse.org/r/39066 Tested-by: Hudson CI
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-01-27Bug 426586 - [launch] Rename launch delegates to be more descriptive toMarc Khouzam1-2/+2
the user Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/21106 Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55 Reviewed-on: https://git.eclipse.org/r/20908 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-12-12Bug 422962 - Boost Testrunner: BOOST_PARAM_TEST_CASE not workingMarc-Andre Laperle1-2/+5
Change-Id: I8815163c15ba9cd1c2fd0b5ba4ffe7a701fb6b3c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/19679 Tested-by: Hudson CI
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin1-1/+1
2012-04-18Bug 210366 - CDT should have Unit Testing and Component Testing like JDTAnton Gorenkov123-0/+8915

    Back to the top