Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-04Fix *Dirty to account for new childrenLeo Treggiari2-0/+40
2005-07-04crecoskie July 4, 2005Chris Recoskie1-2/+13
- applying patch from Jeremiah Lott to allow subclassing of the way the makefile builder obtains the build info
2005-07-02Fix for problem with tool-chain defined at top level in manifestLeo Treggiari2-6/+8
2005-06-30Fix 100581 - add the .c extension to the project-specific C++ Source File ↵Leo Treggiari3-42/+96
type when converting an old CDT C++ project
2005-06-28Fix for problem converting CDT 1.2 & 2.0 projectsLeo Treggiari8-45/+68
2005-06-27Fixed the bug that macros specified in the OBJECTS and LIBRARIES options are ↵Mikhail Sennikovsky4-6/+55
always kept unresolved in the buildfile
2005-06-27EPL'ing the CDT.Doug Schaefer3-3/+3
2005-06-26Update MBS to use project-specific content types when availableLeo Treggiari9-50/+178
2005-06-24Added support for the options that contained by a tool-chainMikhail Sennikovsky1-17/+30
2005-06-23The fix for the bug#65148Mikhail Sennikovsky1-0/+7
2005-06-20crecoskie June 20, 2005 - updating copyright and license info for EPL transitionChris Recoskie139-819/+818
2005-06-15Committed the patch from David Daoust that fixes the string externalization ↵Mikhail Sennikovsky1-1/+1
warnings
2005-06-151.Applied the patch from Bill Hilliard: the tool-settings block is now not ↵Mikhail Sennikovsky1-1/+1
created for the non-build resources 2.Fixed the bug with the incorrect obtaining of the resource configuration for the given resource
2005-06-15The fix for setting/getting the valueHandler Extra Argument from Bala ToratiMikhail Sennikovsky1-5/+8
2005-06-14crecoskie June 13, 2005Chris Recoskie1-0/+7
- fix for Bugzilla 99483 (NPE in MBS if you have a file with no extension)
2005-06-10Minor bug fixes and enhancements for Options & OptionHandlersLeo Treggiari6-40/+123
2005-06-10Add getBaseId method to IBuildObjectLeo Treggiari5-2/+30
2005-06-10The fix for the null-pointer exception that occured because of the rcbs ↵Mikhail Sennikovsky1-1/+2
tools do not have a super-class
2005-06-10Apply patch from Sunil Davasam for multi-version and converter supportLeo Treggiari5-21/+795
2005-06-09Checked in some fixes related to the path entry update mechanism. ↵Mikhail Sennikovsky5-12/+148
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 Sennikovsky13-147/+592
2005-06-08checked in the patch that implements the path entry discovery mechanism for MBSMikhail Sennikovsky2-128/+291
2005-06-08Apply Bill Hilliard's patch for adding resource specific custom build stepsLeo Treggiari8-84/+546
2005-06-06Apply Symbian (Lars & Bala) patch for Shared Tool Options supportLeo Treggiari28-836/+2284
2005-06-02Using list of exsternal scanner info providers to discover project scanner ↵Vladimir Hirsl1-18/+20
info instead of hard coded value.
2005-05-31Add new class GnuLinkOutputNameProviderLeo Treggiari1-0/+102
2005-05-31Some minor fixes for the build Environment and Macros: some extra-checks for ↵Mikhail Sennikovsky6-55/+79
null were added
2005-05-30Changes to better support output files in non-default locationsLeo Treggiari6-75/+106
Some TODOs remain, particularly, some client interfaces need to change in the future
2005-05-28Fix for PR 88592Leo Treggiari1-1/+1
2005-05-27Externalized string fixes from David DaoustLeo Treggiari5-4/+4
2005-05-271. IConfigurationElement get*Element() and set*Element(IConfigurationElement ↵Mikhail Sennikovsky10-71/+56
) methods are deprecated for the IBuilder and ITool, and removed for the IInputType and the IOutputType 2. IBuilder.getBuildFileGenerator() method added
2005-05-27Fix for PR 80185 - output message to console when there are no source files ↵Leo Treggiari2-10/+76
to build,
2005-05-26Add IOptionApplicability callbackLeo Treggiari24-182/+964
Add more multi-version tool-chain support Fix some cases for using relative paths in makefile generation
2005-05-26Partial fix for PR 94702: CygpathTranslator cannot work with old cygwin ↵Vladimir Hirsl1-1/+1
versions. Scanner Configuration Discovery now uses 'cygpath' command specified in CygwinPEBinaryParser property page.
2005-05-26fixed some minor bugsMikhail Sennikovsky4-8/+7
2005-05-23Bug fix patch from Bob MonteleoneLeo Treggiari5-72/+109
Fixes to make file generation
2005-05-20Code formatting editLeo Treggiari1-29/+29
2005-05-20Fixed the bug with the incorrect retriving of the macros defined for ↵Mikhail Sennikovsky1-2/+27
multiple contexts
2005-05-20Additional fixes for multiple inputs & outputs after additional testingLeo Treggiari3-126/+294
2005-05-19Initial check-in for the build macros supportMikhail Sennikovsky57-82/+6336
2005-05-16Cleaned up some obvious NLS warnings. Also turned off the warnings for the ↵Doug Schaefer2-2/+2
tests plugins.
2005-05-12Fix some minor bugs found by testingLeo Treggiari3-9/+17
2005-05-09UI for Discrete custom build stepsLeo Treggiari5-52/+59
Filter configs based upon OS list and Arch list
2005-05-09Second set of changes for multiple input & outputLeo Treggiari18-252/+651
Gnu definitions are updated to use new schema elements
2005-05-03Fix for PR 91276: Cygpath on Linux for SCD?Vladimir Hirsl1-16/+3
Cygpath is now used only on Win32 platform.
2005-05-03Apply patch from bugzilla 93512.Leo Treggiari2-2/+2
Remove invalid import and warnings
2005-05-02Add Description attribute to Configuration.Leo Treggiari17-12/+631
Redo Manage Configurations dialog box and add UI for renaming a configuration
2005-04-28Initial check-in for the build environment variable supportLeo Treggiari37-18/+3471
2005-04-21Initial check-in for multiple input & output designLeo Treggiari30-1279/+7812

Back to the top