Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2005-06-27Fixed the bug related to the preferences dialog resizing when the build ↵Mikhail Sennikovsky2-0/+2
preference page is displayed
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 Schaefer6-9/+9
2005-06-26Add resource custom build step testLeo Treggiari2-1/+40
2005-06-26Update MBS to use project-specific content types when availableLeo Treggiari10-51/+179
2005-06-24Added support for the options that contained by a tool-chainMikhail Sennikovsky1-17/+30
2005-06-24Some fixes for the managed build environment and macros UI. All UI issues ↵Mikhail Sennikovsky2-294/+450
that seemed to randomly appear previously should be gone now
2005-06-24Fix for 101156: Scanner Info Discovery support needs to allow specification ↵Vladimir Hirsl7-13/+67
of compiler command. New attribute is added to scannerInfoConsoleParser element in ScannerConfigurationDiscoveryProfile extension point schema. No public API has been changed.
2005-06-24Checked in the copyright fixes for the schema filesMikhail Sennikovsky3-18/+16
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis72-381/+391
2005-06-23CPL to EPL transistion - license header update for QNXDavid Inglis204-964/+1011
2005-06-23EPL'ing the CDT.Doug Schaefer4-32/+18
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 Recoskie224-1365/+1414
2005-06-15Checked in the patch from Andrew Ferguson that contains some corrections for ↵Mikhail Sennikovsky1-28/+28
the buildDefinitions schema, and added some more schema corrections.
2005-06-15Committed the patch from David Daoust that fixes the string externalization ↵Mikhail Sennikovsky3-3/+3
warnings
2005-06-151.Applied the patch from Bill Hilliard: the tool-settings block is now not ↵Mikhail Sennikovsky3-6/+17
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-14Externalized string in DiscoveredPathContainerPage.Vladimir Hirsl3-8/+9
Fix for 99275: ScannerInfo UI extension point issue.
2005-06-14added build target job to manual build familyDavid Inglis1-0/+5
2005-06-14crecoskie June 13, 2005Chris Recoskie3-0/+23
- fix for Bugzilla 99483 (NPE in MBS if you have a file with no extension)
2005-06-10Apply Pre/Post Custom Build Step test from Bob MonteleoneLeo Treggiari2-0/+25
2005-06-10Minor bug fixes and enhancements for Options & OptionHandlersLeo Treggiari6-40/+123
2005-06-10Update some doc commentsLeo Treggiari1-4/+4
2005-06-10Update benchmarksLeo Treggiari2-0/+0
2005-06-10Fixes for the build macros testsMikhail Sennikovsky1-2/+6
2005-06-10Use contentTypes for tool input typesLeo Treggiari1-0/+10
2005-06-10Use page name that is now defined in cdt.uiLeo Treggiari1-2/+1
2005-06-10Update some benchmark makefilesLeo Treggiari4-0/+0
2005-06-10Add getBaseId method to IBuildObjectLeo Treggiari6-3/+31
2005-06-10The fix for the bug that occured when trying to create a new managed project ↵Mikhail Sennikovsky1-0/+3
in the directory where the standard make project is located. When the "finish" wizard button was pressed the wizard page did not close and no warning/error messages were displayed because of a null pointer exception.
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 Treggiari11-31/+1343
2005-06-09Removed the "isToolChainSupported" for the Gnu cygwin tool-chains ↵Mikhail Sennikovsky2-6/+11
definitions in the manifest file, because currently the gnu cygwin tool-chains are intended to be used not only with Cygwin, but with MinGW also, and there is no correct way of determining whether the appropriate packages are installed for MinGW. For the future MBS/CDT versions we might create the separate tool-chain/configuration/project-type for the MinGW and define a set of converters using the tool-chain converter mechanism that MBS will provide, that would convert the CygWin to the MinGW projects/tool-chains, and vice a versa.
2005-06-09Checked in some fixes related to the path entry update mechanism. ↵Mikhail Sennikovsky7-28/+172
testScannerInfo intergace does not faill now. Added some minor fixes to the build environment tests.
2005-06-09Part fix for PR 94658Alain Magloire1-1/+1
2005-06-092005-06-08 Alain MagloireAlain Magloire1-2/+1
Move to the IContentTypeManager framework: PR 86645
2005-06-09Fixed the bug in the CygwinPathResolver.resolveBuildPaths() methodMikhail Sennikovsky1-1/+1
2005-06-09The ManagedBuildInfo.readToolsOptions() now uses the ↵Mikhail Sennikovsky1-1/+1
IResourceConfiguration.getToolsToInvoke() instead of the IResourceConfiguration.getTools().
2005-06-09Initial check-in for the build environment, macros and "isSupported" tests ↵Mikhail Sennikovsky6-4/+2056
provided by Krasilnikov Oleg
2005-06-08Some modifications and fixes for the build Environment and Macros were addedMikhail Sennikovsky18-157/+602
2005-06-08Discovered path container wizard page now properly displays per file scanner ↵Vladimir Hirsl7-223/+335
info. Fixed couple of NPEs.
2005-06-08checked in the patch that implements the path entry discovery mechanism for MBSMikhail Sennikovsky5-130/+317
2005-06-08Apply Bill Hilliard's patch for adding resource specific custom build stepsLeo Treggiari13-86/+1155
2005-06-06Fix for NPE in DOMSourceIndexerRunner.AddMarkerProblem.run().Vladimir Hirsl1-0/+1
Possible fix for PR 98571: Multiple "Starter.exe" and "cygpath.exe" when launch IDE
2005-06-06Test changes for Symbian (Lars & Bala) patch for Shared Tool Options supportLeo Treggiari10-13/+817
2005-06-06Apply Symbian (Lars & Bala) patch for Shared Tool Options supportLeo Treggiari35-918/+2670
2005-06-03Additional tests for Custom Wizard PagesLeo Treggiari4-1/+322
2005-06-03Apply Chris' patch to handle ToolChain versionsLeo Treggiari2-11/+13
2005-06-02Using list of exsternal scanner info providers to discover project scanner ↵Vladimir Hirsl1-18/+20
info instead of hard coded value.

Back to the top