1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

815 commits

Author SHA1 Message Date
Mikhail Sennikovsky
4cdd79f0b2 chage to the start() method: catching Trowable instead of Exception to handle the case when the error is thrown. 2006-03-16 15:42:50 +00:00
David Inglis
5f63b203d2 fixed bug#131975 2006-03-15 17:16:08 +00:00
Mikhail Sennikovsky
ea21457c94 The clean call added for the case build description calculation is failed and full build is needed 2006-03-11 00:15:40 +00:00
Mikhail Sennikovsky
17e7934596 The fix to not invoke clean for the full build when the pre/post build steps are defined 2006-03-10 22:25:10 +00:00
Mikhail Sennikovsky
fc147a1d83 Initial commit for the build description model functionality 2006-03-10 15:21:09 +00:00
Leo Treggiari
8bb69fe88f Apply patch from 125686 which requires the user to visit the Project Type selection page before selecting Finish in the MBS project wizards 2006-03-07 19:53:50 +00:00
Leo Treggiari
73debc0e33 Fix line endings 2006-03-07 18:39:40 +00:00
Leo Treggiari
bdc33b193c Fix line endings 2006-03-07 18:33:01 +00:00
Leo Treggiari
7bf1557102 Update JUnit tests for today's check-ins 2006-03-03 19:21:37 +00:00
Leo Treggiari
8260954b95 Implement cdt-dev suggestion for mixed C/C++ projects - change C compiler project nature to "both" 2006-03-03 19:21:02 +00:00
Leo Treggiari
2f7eba1275 Apply patch from 130170 - Issues with handling version information while generating IDs 2006-03-03 19:19:47 +00:00
Leo Treggiari
61c6b0788f Add tests for new default dependency calculators 2006-02-27 17:57:02 +00:00
Leo Treggiari
95c618c300 Switch the reference Gnu tool-chains to using the new default dependency calculator that creates .d files as a side-effect of compilation 2006-02-27 17:56:15 +00:00
Leo Treggiari
315280abca Finish and test the new default dependency calculators 2006-02-27 17:53:28 +00:00
David Inglis
a622b064ff moved standard make test into it own plugin 2006-02-25 04:29:00 +00:00
Leo Treggiari
c63f679228 Fix problem in configuration selection when MBS project cannot be loaded 2006-02-23 18:05:35 +00:00
Leo Treggiari
70f115ea4d Update tests because of dependency calculation changes and Echo changes 2006-02-23 18:04:57 +00:00
Leo Treggiari
c7f73a4051 Add new dependency calculator interfaces
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
2006-02-23 18:04:02 +00:00
Mikhail Sennikovsky
30c4df2fce Fix for handling macros in tool commands 2006-02-16 11:20:39 +00:00
Doug Schaefer
2551429a69 Put back the build target types that were removed and marked them deprecated like a good API provider should. 2006-02-15 18:28:42 +00:00
David Daoust
bfec40f011 Defect 62772. Suppressed the make clean from happening on rebuild events. Works correctly for the standard build, but the managed build still programatically cleans the project. In the long run all builds should call "make all" and the explicit clean event should call "make clean". The managed makefiles will need to be enhanced so that they can never get "out-of-sync" with the source. 2006-02-14 17:54:02 +00:00
Mikhail Sennikovsky
98c1263138 Switched to using the StringBuffer instead of StringBuilder 2006-02-14 16:03:40 +00:00
Mikhail Sennikovsky
779174d197 Patch from Oleg Smetanin: easy active build configuration selection 2006-02-14 14:07:50 +00:00
Leo Treggiari
09fc3cd62d Fix bug 123461 - Deriving from the same tool twice within the same configuration does not work 2006-01-21 02:10:08 +00:00
Leo Treggiari
ee778cd7ee Add Test for bug 123461 2006-01-21 02:08:53 +00:00
Leo Treggiari
60194c446d Fix bug 123461 - Deriving from the same tool twice within the same configuration does 2006-01-21 02:08:20 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Leo Treggiari
c1c8415408 Fix bugzilla 83583 - Add Solaris project-types with a space after the Output-Flag 2006-01-17 00:47:53 +00:00
Leo Treggiari
8508ef12ac Set enablement project-type to isTest="true" 2006-01-17 00:44:54 +00:00
Leo Treggiari
1ebfda405f Add 'Expert settings' with Command line pattern to tool options page
Apply patch for Bugzilla 121994 - "Show All Project Types" checkbox resets "Project Type" dropdown
2006-01-17 00:43:33 +00:00
Leo Treggiari
636fd2d51a Apply patch for Bugzilla 123302 - NPE in ErrorParserManager during build
Apply patch for Bugzilla 123497 - Project with multiple dependencies fails to build: "no rule for target"
Fix problem with tool 'copy' constructor not copying commandLinePattern
Fix bugzilla 117311 - QT / MOC compiler and CDT
2006-01-17 00:42:42 +00:00
Doug Schaefer
c5adedd369 Removed the PWD and CWD env vars from build. They were screwing up libtool under msys (pwd returned the env vars which had Windows \'ed paths). These shouldn't be needed. 2006-01-13 01:07:05 +00:00
Mikhail Sennikovsky
1198b54575 Two new build macros: OsType and ArchType added 2006-01-12 13:03:34 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Leo Treggiari
d711b21f43 Add translatable attribute patch 2006-01-02 01:31:07 +00:00
Leo Treggiari
c8b246f974 Update loadExtensionsSynchronized to handle issue with setting the 'loaded' flag too early 2005-12-29 15:10:52 +00:00
Mikhail Sennikovsky
a5585ba6b6 loadExtensionsSynchronized is not called when unnecessary 2005-12-16 15:36:38 +00:00
Leo Treggiari
1f3eb70d4a Fix bugzilla 118869 - incorrect .d files on Windows 2005-12-15 22:26:44 +00:00
Leo Treggiari
4c4be88fab Update getDependencyExtensions to add the "h" extension to the C++ header file content type. This is a temporary fix. 2005-12-15 22:25:40 +00:00
Mikhail Sennikovsky
512462b093 Additional option enablement functionality and tests
Additional value handler functionality
2005-12-12 18:10:39 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
Mikhail Sennikovsky
d4bc99f45d Initial check-in for the Option Value Handler functionality fixes 2005-11-30 16:28:43 +00:00
Mikhail Sennikovsky
1ca39e56f9 Fixed bugs with macro resolution in path entry calculation 2005-11-28 11:48:35 +00:00
Chris Recoskie
7d0a99f4e8 crecoskie Nov 25, 2005
- support macros in the clean command
2005-11-25 19:30:19 +00:00
Mikhail Sennikovsky
fcddfaecbf 1.File context macro support implemented
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-25 17:22:38 +00:00
Leo Treggiari
bdd3de47b7 Apply patch from 110423; add setSelectProjectType to se default project type in new project wizard 2005-11-24 00:31:47 +00:00
Chris Recoskie
847a638e03 crecoski Nov 23, 2005
- MBS support for spaces in resource names
2005-11-23 19:19:08 +00:00
Doug Schaefer
4ee4285e5d Build Cleanup. 2005-11-21 16:27:25 +00:00
Leo Treggiari
f024ed0dea Apply patch for Option, tooltip support (bugzilla 113363) 2005-11-19 20:30:18 +00:00
Leo Treggiari
dde1d9fe71 Add some tips to existing options 2005-11-19 20:29:32 +00:00