Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2006-04-06The patch from Tim Kelly and Ken Ryall for the IManagedBuildDefinitionsStartu...Mikhail Sennikovsky3-2/+119
2006-04-06MBS Internal Builder implementation. This functionality is experimental and i...Mikhail Sennikovsky15-59/+978
2006-04-03fix for option parent calculationMikhail Sennikovsky1-5/+28
2006-04-01Apply patch from 134349 - Add method that vendors can call to create a backup...Leo Treggiari1-0/+19
2006-03-31Fix the issues related to updating the configuration list and conversion targ...Leo Treggiari1-7/+49
2006-03-31Add consistency for Resource configuration idsLeo Treggiari1-1/+1
2006-03-30Fix for configuration context calculationMikhail Sennikovsky1-0/+18
2006-03-29fixed NPE on target build when resource save is enabled and target did not ha...David Inglis1-1/+1
2006-03-28Do not use cached build info when saving. See bug #125814Norbert Plött1-1/+1
2006-03-16chage to the start() method: catching Trowable instead of Exception to handle...Mikhail Sennikovsky1-1/+1
2006-03-15fixed bug#131975David Inglis2-8/+6
2006-03-11The clean call added for the case build description calculation is failed and...Mikhail Sennikovsky1-0/+1
2006-03-10The fix to not invoke clean for the full build when the pre/post build steps ...Mikhail Sennikovsky1-1/+1
2006-03-10Initial commit for the build description model functionalityMikhail Sennikovsky48-85/+7108
2006-03-07Apply patch from 125686 which requires the user to visit the Project Type sel...Leo Treggiari1-7/+19
2006-03-07Fix line endingsLeo Treggiari4-2121/+2121
2006-03-07Fix line endingsLeo Treggiari40-34126/+34126
2006-03-03Update JUnit tests for today's check-insLeo Treggiari3-0/+4
2006-03-03Implement cdt-dev suggestion for mixed C/C++ projects - change C compiler pro...Leo Treggiari1-281/+281
2006-03-03Apply patch from 130170 - Issues with handling version information while gene...Leo Treggiari4-2324/+2322
2006-02-27Add tests for new default dependency calculatorsLeo Treggiari13-6084/+6430
2006-02-27Switch the reference Gnu tool-chains to using the new default dependency calc...Leo Treggiari1-2969/+2969
2006-02-27Finish and test the new default dependency calculatorsLeo Treggiari10-735/+1186
2006-02-25moved standard make test into it own pluginDavid Inglis11-73/+291
2006-02-23Fix problem in configuration selection when MBS project cannot be loadedLeo Treggiari2-274/+279
2006-02-23Update tests because of dependency calculation changes and Echo changesLeo Treggiari35-748/+754
2006-02-23Add new dependency calculator interfacesLeo Treggiari31-20994/+22682
2006-02-16Fix for handling macros in tool commandsMikhail Sennikovsky1-5/+5
2006-02-15Put back the build target types that were removed and marked them deprecated ...Doug Schaefer1-0/+5
2006-02-14Defect 62772. Suppressed the make clean from happening on rebuild events. W...David Daoust9-49/+14
2006-02-14Switched to using the StringBuffer instead of StringBuilderMikhail Sennikovsky1-1/+1
2006-02-14Patch from Oleg Smetanin: easy active build configuration selectionMikhail Sennikovsky6-2/+492
2006-01-21Fix bug 123461 - Deriving from the same tool twice within the same configurat...Leo Treggiari3-3/+117
2006-01-21Add Test for bug 123461Leo Treggiari1-0/+103
2006-01-21Fix bug 123461 - Deriving from the same tool twice within the same configurat...Leo Treggiari7-297/+379
2006-01-18Fixed build for jar'd pluginsDavid Inglis10-26/+22
2006-01-17Fix bugzilla 83583 - Add Solaris project-types with a space after the Output-...Leo Treggiari2-18/+216
2006-01-17Set enablement project-type to isTest="true"Leo Treggiari1-1/+1
2006-01-17Add 'Expert settings' with Command line pattern to tool options pageLeo Treggiari6-69/+210
2006-01-17Apply patch for Bugzilla 123302 - NPE in ErrorParserManager during buildLeo Treggiari3-26/+31
2006-01-13Removed the PWD and CWD env vars from build. They were screwing up libtool un...Doug Schaefer1-3/+1
2006-01-12Two new build macros: OsType and ArchType addedMikhail Sennikovsky1-0/+11
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer8-8/+8
2006-01-02Add translatable attribute patchLeo Treggiari7-2/+109
2005-12-29Update loadExtensionsSynchronized to handle issue with setting the 'loaded' f...Leo Treggiari1-1/+8
2005-12-16loadExtensionsSynchronized is not called when unnecessaryMikhail Sennikovsky1-0/+3
2005-12-15Fix bugzilla 118869 - incorrect .d files on WindowsLeo Treggiari1-25/+59
2005-12-15Update getDependencyExtensions to add the "h" extension to the C++ header fil...Leo Treggiari1-1/+23
2005-12-12Additional option enablement functionality and testsMikhail Sennikovsky18-188/+1936
2005-12-02Got rid of the static project references in our .project files. PDE takes car...Doug Schaefer4-12/+0

Back to the top