Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
Change-Id: Ia990b24469751050dd9ec8f9b5550804816308b3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-04-24Bug 515560: Avoid indexer race condition by joining the indexerJonah Graham4-2/+12
Change-Id: I13bd33adba4eb790fae0c31d2c1378e19a59f4ff
2017-04-19Bug 515374: Stop using user.home as a temporary directory in testsJonah Graham1-102/+0
Change-Id: I20533ba4910ae9d691f51533183b4f475eaa5bbc
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle1-35/+0
This removes a lot of pom.xml from the source tree. This is using the "POM-less" Tycho functionality. See https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds One advantage of this is that you do not need to update the version in the pom.xml when you change it in the MANIFEST.MF because the pom.xml is automatically generated. This also reduces a lot of the duplicated information and pom.xml repetition. - Maven 3.3 and up is required. - Only eclipse-plugins and eclipse-features can be pom-less. Repositories, target and others still have pom.xml. - New parent poms are added because a parent is necessary directly one level above the plug-in/feature that will have its pom generated - Some test plug-ins had to be renamed .test -> .tests because it's required so that it detects that it's a test plug-in - Some suites were renamed so that they all use the same consistent name "AutomatedIntegrationSuite" - Profiles were added for the more common test configurations. They are activated by the presence of simple .properties files that only serve to activate the correct profile. The profiles: - One for UI tests (UI present and start in UI thread) - One for SWTBot tests (UI present and do not start in UI thread) Other test plug-ins that are too different are kept intact and still have a pom.xml - Fragments are kept intact since they all have different target platform configurations Change-Id: I9d73380eb766f547830c552daf08053a30b1845c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
Change-Id: Ic953ccc5d38ff3661ca44de21ed8c4b7dad5b246
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
Change-Id: I36ad4218b20b8ea70584c89f5be45c757bf4c714
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
This commit used the script releng/scripts/ChangeFeaturesVersion.sh Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
2016-06-30Remove old .cvsignore filesMarc Khouzam1-1/+0
Change-Id: Ia66de47055a15d94c0aa45d1198f0a9e78d82ad0
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-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 Khouzam8-8/+8
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-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1
This makes it easier to change arguments for all tests. As a side-effect, all tests now enable assertion (-ea) and have the same max heap size, etc. Change-Id: I0965d40ba3283efe7eacdf927f6c302ee0ab30f0 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@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-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
Jacoco arguments are missing when executing certain tests. This happens when argLine is being overriden. We had the same problem in Linux Tools. We solved it by prepending the argLine with ${tycho.testArgLine}. This should help improving the Code coverage metric in Sonar. Also update the jacoco version to fix a bug when building with Java 8. Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32507 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
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-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-07-04Bug 412247: Makefile Editor: F3 navigation does not work inside conditional ↵Andrew Gvozdev1-2/+2
directives
2013-06-15Cosmetics.Sergey Prigogin1-1/+0
2012-08-25pom error for added test suiteAndrew Gvozdev1-1/+1
2012-08-25Added missing unit test suites org.eclipse.cdt.make.core.tests, ↵Andrew Gvozdev1-0/+35
org.eclipse.cdt.errorparsers.xlc.tests
2012-08-23bug 387729: GCCScannerInfoConsoleParserTests fails consistently for meAndrew Gvozdev1-8/+5
2012-08-21Allow unreliable tests to be avoidedJohn Cortell1-0/+3
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev6-98/+110
casts/$NON-NLS + trailing white spaces
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-03-11bug 319512: Missing type arguments compilation warningsAndrew Gvozdev1-2/+3
2011-03-07Bug 338936 - Makefile parsers don't close the input streamsAnton Leherbauer4-17/+56
2010-06-02Bug 315439 Fix up copyrightVivian Kong6-6/+6
2010-05-04compilation warningsAndrew Gvozdev1-18/+20
2010-04-30compilation warningsAndrew Gvozdev2-9/+16
2010-04-29JavaDoc settingsAndrew Gvozdev1-2/+2
2010-04-29compilation warningsAndrew Gvozdev1-6/+6
2010-02-08bug 301373: [API] add @noextend and @noimplement tags - ↵Andrew Gvozdev1-1/+1
org.eclipse.cdt.make.core
2009-10-09bug 288036: cdt-build plugins compilation settings are too laxAndrew Gvozdev1-2/+2
remove null pointer access warning due to false triggering after assertNotNull checks
2009-09-03bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner ↵Andrew Gvozdev2-7/+7
config discovery
2009-08-30bug 288036: cdt-build plugins compilation settings are too laxAndrew Gvozdev2-12/+303
2009-08-30compiler warningsAndrew Gvozdev5-0/+10
2009-05-27update copyrightsVivian Kong1-7/+7
2009-04-09bug 268581 individual source bundlesVivian Kong1-2/+2
2009-02-26API cleanup in make pluginsAnton Leherbauer1-1/+1
2009-01-29bug 253574 - removing empty plugin.xmlVivian Kong1-6/+0
2009-01-21RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to ↵Chris Recoskie2-0/+84
extend / override persistence mechanism https://bugs.eclipse.org/bugs/show_bug.cgi?id=252966
2008-12-15compile all test plug-ins into jars at rootVivian Kong2-4/+3
2008-11-24Update bundle versionsAnton Leherbauer1-1/+1
2008-07-14pwd in scanner discovery, bug 237958.Markus Schorn1-6/+27
2008-06-11copyrightsChris Recoskie1-4/+5

Back to the top