Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-4/+4
There are many opportunities for replacing `StringBuffer` with `StringBuilder` provided that the type isn't visible from the public API and is used only in internal methods. Replace these where appropriate. Change-Id: Ic2f50c5b6f3c3a4eae301bb3b40fb6faed235f79 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-02-01Missing copyright header.Marc Khouzam4-0/+28
Copyright assigned to company of the committer who did the first commit of the file. Change-Id: Ia133694018c798f9558258810982f5276737a0b0
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam3-4/+4
This includes bumping the standalone debugger to 9.0.0 Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam3-4/+4
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam3-4/+4
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin3-4/+4
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-07-22Inremented feature version to 8.5.Sergey Prigogin2-3/+3
2014-06-18Bug 435998 - Remove 'updateSiteName' string as they are not usedMarc Khouzam1-3/+0
Change-Id: I55485c9cba17f544d50d8e27b77d6644493d8300 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27500 Tested-by: Hudson CI
2014-06-17Bug 435998 - Get rid of all "eclipse_update_120.jpg" files in CDTMarc Khouzam2-2/+1
features Change-Id: I52a71e62f8161990657e96ef52403fd7f69698a2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27499
2014-05-26Bug 435309 - Use the shared license file scheme for CDTMarc Khouzam5-569/+4
This means that: - feature.xml files now make a reference to the shared license plugin using version 0.0.0 - feature.properties files no longer have the text for the license - license.html and epl-v10.html files are removed as they are part of the shared license plugin - build.properties files no longer reference removed files - the main pom.xml file references the license repository Change-Id: Ibd880480de3a07597084d44cce7b822903509079 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27250
2014-05-20Update to new license textMarc Khouzam1-2/+1
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02Update license.html files for 2014 versionMarc Khouzam1-2/+1
Signed-off-by: Marc Khouzam <marc.khouzam@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 Prigogin3-4/+4
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-10-24bug 420287: CDT features are scattered around in update managerAndrew Gvozdev1-1/+1
2013-10-24bug 420287: CDT features are scattered around in update managerAndrew Gvozdev1-1/+1
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-08-23Bumped up feature version to 8.3.Sergey Prigogin2-3/+3
2013-01-03Bug 397121 - Add support for Windows SDK 8.0 and Visual C++ 11.0Marc-Andre Laperle1-5/+14
2012-11-17Bug 383773 - __int64 is not detected as valid type with MSVC toolchainMarc-Andre Laperle1-0/+7
2012-10-27Bug 385608 - Eclipse Juno 64 bits don't discover the visual studio pathsMarc-Andre Laperle1-4/+13
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin3-5/+5
2012-04-23Upgrade to Tycho 0.14.1Marc-Andre Laperle1-3/+1
2011-11-16Switched to Java 1.6 rest of build packages.Andrew Gvozdev3-20/+20
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin2-2/+2
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin2-2/+2
2011-09-13[MS Toolchain] Cannot create static library containing multiple objMarc-Andre Laperle1-0/+1
2011-09-03Fix poms for tycho 0.13.Doug Schaefer1-1/+2
2011-07-26Bug 344009 - Eclipse CDT uses wrong command to build static libraryMarc-Andre Laperle1-2/+18
(crossgcc, msvc)
2011-06-29Bug 350192 - [MS Toolchain] Cannot create C projects for MS ToolchainMarc-Andre Laperle2-37/+102
Also added template associations for hello world templates.
2011-06-28Mavenizing CDT releng.Doug Schaefer2-0/+34
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong1-1/+1
2011-05-24Bug 346568 - Update licenses for IndigoVivian Kong3-3/+7
2011-04-20Bug 343431 - Remove the : from the output flag. Doesn't seem to work any more.Doug Schaefer1-1/+1
2011-03-07Update to support Windows SDK 7.1 with Visual C++ 10.0.Doug Schaefer1-1/+10
2011-01-13bug 334194: [MS Toolchain] Allow use of toolchain with only VS2008 installedAndrew Gvozdev1-16/+28
Patch from Marc-Andre Laperle
2010-12-08Fixed up the command line pattern since someone changed the default for ↵Doug Schaefer1-3/+4
spaces between the output flag and the output.
2010-10-21bug 328384: Improve handling of MS specific modifiers with VC toolchainAndrew Gvozdev1-0/+10
Patch from Marc-Andre Laperle
2010-09-03Add the Visual C++ build support feature to the CDT build.Doug Schaefer4-2/+32
2010-07-17Feature for the Visual C++ support.Doug Schaefer7-0/+647
2010-07-15Updated the Visual C++ build to support Windows 7 SDK.Doug Schaefer2-33/+37
2010-07-15Added support for Windows 7 SDK and removed the others.Doug Schaefer1-36/+4
2008-06-29Got some reasonable stack frame names out of the symbol data.Doug Schaefer1-1/+11
2008-04-21added ignore of bin directoryDoug Schaefer1-0/+1
2007-11-12Fixed up the MSW build. Added support for VC 2008 Express which now comes ↵Doug Schaefer3-25/+66
with a functional SDK subset.
2007-10-26Set up msw builds.Doug Schaefer11-0/+990

    Back to the top