Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-18Bug 564123 Treat environment and build variable case sensitivelyjantje1-3/+3
Remove all equalIgnoreCase and equal with uppercasing for environment variables Change-Id: Ic15974b5fb62413c7b1826ced544ff6d4a8eba2f Signed-off-by: jantje <eclipse@baeyens.it>
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham1-30/+0
These were inserted in the past automatically by Eclipse but newer tooling makes them redundant. These were removed by doing a global find/replace on *.java files using the following regular expression: \t/\*\n\t \* \(non-Javadoc\)[^/]*/\n Change-Id: I59d3248020f10934fde1dda5b5a31e20bb188e19
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham1-9/+9
This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Remove redundant type arguments and completing the wizard Change-Id: Iaecc7010f097b4b1fabd29ccaa34ccb23a716fbf
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-182/+229
This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Format source code - Remove trailing white spaces on all lines and completing the wizard Change-Id: I63685372c6bcc67719bcf145123bcb72e5b00394
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
Change-Id: Ifbb1d5af2a00bd5634dea200320e8c4303ffca6c
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt1-11/+11
Eclipse warns if a String literal does not have a `//$NON-NLS-<n>$` entry at the end of the line. However, for historic or formatting reasons, many such occurrences in the CDT source have an intermediate whitespace, such as `// $NON-NLS-<n>$` Fix these so that the whitespace is removed between the // and $ characters. Change-Id: Idc12398fe6e9d619af1d0b1b73fb8b6180da223c Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt1-2/+2
Occurrences of `new String("...")` have been replaced with a direct reference to the literal it was wrapping. Change-Id: Iefb49a009f210db59e5724e0a232dba2e13292b1 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-04-18Bug 491945 - Remove new String()Alex Blewitt1-12/+12
Occurrences of `new String()` have been replaced with the equivalent `""` and additional NON-NLS tags have been inserted in where appropriate. Change-Id: I54cf71dcd0d5a92a675a71166d66949533de502b Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
This commit does not add missing copyrights, just updates the date on the existing ones. Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev1-133/+184
casts/$NON-NLS + trailing white spaces
2010-10-06bug 239804: CDT spelling errorsAndrew Gvozdev1-2/+0
2010-07-28bug 319826: Undeclared/unnecessary Javadoc parametersAndrew Gvozdev1-60/+2
2010-07-28bug 319826: Javadoc @deprecated warningsAndrew Gvozdev1-1/+1
2010-03-10Bug 305146 Thread-safety of ManagedBuildManager BuildInfo.James Blackburn1-96/+96
- setLoadedBuildInfo on proj desc load & apply - volatile ManagedBuildInfo fields which might be accessed in an unsafe way - HeadlessBuilder gets configuration names from core model so it's not caught in these races. - JavaDoc + Generics + warnings
2009-01-21RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to ↵Chris Recoskie1-2/+2
extend / override persistence mechanism https://bugs.eclipse.org/bugs/show_bug.cgi?id=252966
2007-05-301. Enabling more managed build testsMikhail Sennikovsky1-11/+26
2. bug-fixes
2007-05-161. NPE in Extension reference mechanismMikhail Sennikovsky1-8/+16
2. Active CFG selection fixes 3. conversion mechanism fixes
2007-05-161. Old project update fixesMikhail Sennikovsky1-1/+1
2. bug-fixing
2007-05-14project conversion fixesMikhail Sennikovsky1-5/+6
2007-02-281. Fix to [Bug 175836] project build macro no longer resolved in the new ↵Mikhail Sennikovsky1-6/+9
project model 2. [Bug 175581] Includes path entry not filled out with envVarBuildPath: project suppliers now working 3. Option event handling fixes 4. Other bug-fixes
2007-02-20New Project Model initial check-inMikhail Sennikovsky1-223/+61
2006-09-12Fixing https:bug #156187 (PathEntry framework should handle cygwin style ↵Norbert Plött1-0/+22
paths on Windows)
2006-05-18target tool calculation now works when the targetTool is not specified with ↵Mikhail Sennikovsky1-22/+6
the tool-chain
2006-04-141. Internal builder integration into managed builder core and UIMikhail Sennikovsky1-4/+9
2. Rebuild state persistence 3. More smart active configuration change handling 4. Rebuild is initiated when active config is changed now 5. Other bug-fixes
2006-03-10Initial commit for the build description model functionalityMikhail Sennikovsky1-0/+3
2006-03-07Fix line endingsLeo Treggiari1-1448/+1448
2006-02-27Finish and test the new default dependency calculatorsLeo Treggiari1-26/+1
2006-02-23Add new dependency calculator interfacesLeo Treggiari1-1473/+1473
Apply patch from bugzilla 127077 (Echo loses quotes) Apply patch from bugzilla 128333 (Limitations for project converter support) Fix problem in ResourceChangeHandler.sendClose when MBS project cannot be loaded
2005-11-28Fixed bugs with macro resolution in path entry calculationMikhail Sennikovsky1-46/+82
2005-11-251.File context macro support implementedMikhail Sennikovsky1-8/+6
2.New MBS pre-defined macros added that represent tool/tool-chain/builder version 3.Some fixes for the option specific macros functionslity
2005-11-23crecoski Nov 23, 2005Chris Recoskie1-5/+30
- MBS support for spaces in resource names
2005-09-301. The “temporary configuration” concept is implementedMikhail Sennikovsky1-6/+14
2. Managed build property page is adopted to use the “clone” configuration. 3. When the value of any option is changed by the user in UI, the values and enabled/disabled state of all the options on the current page is updated 4. Each time the given page becomes visible, its values get updated 5. The bug# 106036 is fixed 6. The FileListControlFieldEditor is now disabled properly 7. Notification mechanism for the FileListControlFieldEditor implemented. 8. Restore defaults now works correctly for the error parsers block. 9. Restore defaults does not sets the defaults to the real configuration immediately, so if “cancel” is pressed after “restore defaults”, no changes are made to the real configuration. 10. Restore defaults for the tool settings page now restores the tool commands also 11. Build macros and environment settings are copied from the source configuration to the configuration clone when the clone constructor is invoked 12. When the resource build property page contains default values, the resource configuration is removed for the resource. 13. The build is invoked in case the build command or builder arguments are changed. The build info is persisted also in case only the build command is changed. 14. The new resource configuration id is now calculated in the way: <configuration_id> + “.” + <random_number> instead of <configuration_id> + “.” + <resource_path>. 15. the calculateChildId method is added to the managed build manager, Core and UI code is updated to use the ManagedBuildManager.calculateChildId method. Some other fixes of id calculation. 16. Some minor fixes for the managed build path entries calculation 17. Some Build Environment persistence issues were fixed 18. The managed build revision and version of the managed project and of all its children is now updated after the project conversion is performed. Configuration now obtains the version from the toolchain
2005-09-27Add support for InputType, assignToOption attributeLeo Treggiari1-4/+8
2005-08-03Checked in the fix for the bug# 105754Mikhail Sennikovsky1-12/+10
2005-07-08calculating the CDT_LIBRARY entries from the managed build options is ↵Mikhail Sennikovsky1-1/+6
disabled for now, we need to define a new option type that will represent library paths. see bug# 100844
2005-06-28Fix for problem converting CDT 1.2 & 2.0 projectsLeo Treggiari1-1/+2
2005-06-27Fixed the bug that macros specified in the OBJECTS and LIBRARIES options are ↵Mikhail Sennikovsky1-3/+37
always kept unresolved in the buildfile
2005-06-20crecoskie June 20, 2005 - updating copyright and license info for EPL transitionChris Recoskie1-8/+8
2005-06-09Checked in some fixes related to the path entry update mechanism. ↵Mikhail Sennikovsky1-1/+2
testScannerInfo intergace does not faill now. Added some minor fixes to the build environment tests.
2005-06-09The ManagedBuildInfo.readToolsOptions() now uses the ↵Mikhail Sennikovsky1-1/+1
IResourceConfiguration.getToolsToInvoke() instead of the IResourceConfiguration.getTools().
2005-06-08Some modifications and fixes for the build Environment and Macros were addedMikhail Sennikovsky1-1/+1
2005-06-08checked in the patch that implements the path entry discovery mechanism for MBSMikhail Sennikovsky1-87/+276
2005-06-06Apply Symbian (Lars & Bala) patch for Shared Tool Options supportLeo Treggiari1-2/+2
2005-05-30Changes to better support output files in non-default locationsLeo Treggiari1-2/+2
Some TODOs remain, particularly, some client interfaces need to change in the future
2005-05-26Add IOptionApplicability callbackLeo Treggiari1-16/+37
Add more multi-version tool-chain support Fix some cases for using relative paths in makefile generation
2005-05-19Initial check-in for the build macros supportMikhail Sennikovsky1-3/+43
2005-05-09Second set of changes for multiple input & outputLeo Treggiari1-6/+5
Gnu definitions are updated to use new schema elements
2005-05-03Apply patch from bugzilla 93512.Leo Treggiari1-1/+1
Remove invalid import and warnings
2005-04-28Initial check-in for the build environment variable supportLeo Treggiari1-5/+12
2005-04-21Initial check-in for multiple input & output designLeo Treggiari1-2/+34

Back to the top