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

836 commits

Author SHA1 Message Date
Mikhail Sennikovsky
77d9a2e79b Progress Monitor support for internal builder 2006-04-24 14:13:06 +00:00
Mikhail Sennikovsky
064456a3b1 Internal Builder fixes/enhancements:
1. More smart error handling
2. Fix for the dir creation mechanism
2006-04-21 21:08:52 +00:00
Markus Schorn
6870b4d629 removed duplicate action in toolbar for changing editor presentation, bugzilla 135150 2006-04-21 12:31:29 +00:00
Mikhail Sennikovsky
f1379fb1ed Property Manager update 2006-04-21 12:04:15 +00:00
Mikhail Sennikovsky
315143d916 Build Model debug(verbose) mode can now be enabled with the debug options 2006-04-20 12:08:13 +00:00
Mikhail Sennikovsky
f69a491f4d Fix for the bug#132001. The resource change handling now always initiated with the job 2006-04-19 14:32:18 +00:00
Mikhail Sennikovsky
aaae022798 Build Model and Internal Builder fixes and enhancements 2006-04-18 21:51:06 +00:00
Mikhail Sennikovsky
3343177fca Build Model and Internal Builder fixes and enhancements 2006-04-18 21:04:44 +00:00
Mikhail Sennikovsky
6140a76f77 Build Model and Internal Builder fixes and enhancements 2006-04-18 20:46:29 +00:00
Mikhail Sennikovsky
8cb0ec4707 Fix to not use the 1.5 Java Boolean.ParseBoolean() 2006-04-17 08:58:40 +00:00
Mikhail Sennikovsky
d21adaeeb2 1. Internal builder integration into managed builder core and UI
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-04-14 18:18:07 +00:00
Doug Schaefer
c394f40e48 Testing the scalability of the Commit Files dialog. No really, I've removed the old indexer, search and type cache and have fixed all the compile errors that doing so caused. A number of features are disabled to be re-enabled later. 2006-04-12 17:11:14 +00:00
Mikhail Sennikovsky
3bba0c47ad The patch from Tim Kelly and Ken Ryall for the IManagedBuildDefinitionsStartup functionality see bug# 123275 2006-04-06 14:11:37 +00:00
Mikhail Sennikovsky
8f100afd6c MBS Internal Builder implementation. This functionality is experimental and is disabled for now.
Fixes for the Build Model implementation.
2006-04-06 09:20:00 +00:00
Mikhail Sennikovsky
3df6744baa fix for option parent calculation 2006-04-03 10:24:33 +00:00
Leo Treggiari
f4e3af2a4e Apply patch from 134349 - Add method that vendors can call to create a backup of ".cdtbuild" file. 2006-04-01 03:09:53 +00:00
Leo Treggiari
37139c7f86 Fix the issues related to updating the configuration list and conversion target list in different scenarios like after creation of new configuration, removal of selected configuration and after conversion of selected configuration. 2006-03-31 04:43:40 +00:00
Leo Treggiari
6b00781d6f Add consistency for Resource configuration ids 2006-03-31 04:42:38 +00:00
Mikhail Sennikovsky
b224117ea2 Fix for configuration context calculation 2006-03-30 12:03:24 +00:00
David Inglis
6cd5aaeef0 fixed NPE on target build when resource save is enabled and target did not have a build folder set 2006-03-29 16:44:22 +00:00
Norbert Pltt
595dadd8b4 Do not use cached build info when saving. See bug #125814 2006-03-28 06:38:58 +00:00
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