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

1765 commits

Author SHA1 Message Date
Mikhail Sennikovsky
be6e4036d8 Changed the buildInfoVersion to 3.1 2006-05-15 15:06:42 +00:00
David Inglis
b2265fc025 fixed bug #141541 2006-05-15 14:07:07 +00:00
Mikhail Sennikovsky
3ca4a76b93 1. About.html update for the managed builder plug-ins
2. Enhanced error handling for Internal Builder invokation
3. The message is displayed now when the Internal Builder has nothing to build
2006-05-12 19:46:24 +00:00
David Inglis
9db611cefe patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 20:14:55 +00:00
David Inglis
5faf360a12 patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 18:31:37 +00:00
David Inglis
825bc6be8c patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 16:38:16 +00:00
Leo Treggiari
fef92c58ea Remove the .settings directory from the TestProjectConversion .zip file.
It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
2006-05-10 19:30:59 +00:00
Mikhail Sennikovsky
4a428df9d4 Do not cache settings sorred in project-scoped preferences. Work-around to bug#139911 to make the Internal Builder settings be properly restored on project import. 2006-05-10 15:48:12 +00:00
Mikhail Sennikovsky
918b130a5b Fix for browsing workspace functionality in the FileListControl: more smart linked resource and non-default project location handling 2006-05-05 11:05:33 +00:00
Mikhail Sennikovsky
20a2976398 Fix for browsing workspace functionality in the FileListControl 2006-05-05 10:29:16 +00:00
Chris Recoskie
ac1908c621 fix for 140211 2006-05-04 20:12:37 +00:00
Leo Treggiari
8810434b27 Apply patch for Bugzilla 139988 - fix resource tool id generation 2006-05-04 18:50:47 +00:00
Chris Recoskie
2f8833f31d remove unneccessary imports and format code 2006-05-04 15:22:27 +00:00
Chris Recoskie
efdd319587 further fixes for 139797 2006-05-04 15:07:28 +00:00
Chris Recoskie
f9320a494a further fixes for 139797 2006-05-03 18:57:11 +00:00
Chris Recoskie
033966ab4c fixes for 139667 and 139797 2006-05-03 10:50:06 +00:00
Markus Schorn
159945250e Adds default preference pages for the C- and Makefile Editor; Toni's patch for bug 138212 2006-05-03 08:50:59 +00:00
Leo Treggiari
0b807e8a44 Fix bugzilla 139323 - Inheritance problem with optionCategory 2006-05-03 00:24:44 +00:00
Chris Recoskie
52356c5c2f implemented build/clean selected files
TODO:  fix progress reporting messages
2006-05-01 02:42:01 +00:00
Leo Treggiari
8fb351caba Test makefile benchmark changes to match changes in makefile generation for double quotes and Echo. 2006-04-28 13:30:12 +00:00
Leo Treggiari
76e3e03781 Make 2 makefile generation changes dealing with quotes and Echo:
1.  Use double quotes rather than single quotes around paths that may contain special characters
2.  We used to Echo a command and then issue the command prefixed with "@".  Now we just issue the command and let make echo it.
2006-04-28 13:28:39 +00:00
Mikhail Sennikovsky
488356be7d 1. Added methods to the IBuildResource for direct querying producer and dependent steps
2. Fixed Build Model java-doc comments
2006-04-27 15:16:06 +00:00
Mikhail Sennikovsky
c521553711 Patch for file-list browse support from Sascha Radike <sradike@ejectlag.com> 2006-04-27 09:50:10 +00:00
Leo Treggiari
52bca0701f Test renamed from linkedLib 2006-04-27 00:36:48 +00:00
Doug Schaefer
165512e1b8 Fix look issues when resizing the dialog. 2006-04-26 19:09:42 +00:00
Doug Schaefer
e9210dce8c Bug 138676 - fix scalability in the Configurations table in the New Managed Project wizard. 2006-04-26 16:58:45 +00:00
David Inglis
d4ee99391a fix for bug#106064
patch from  Anton Leherbauer
2006-04-26 13:24:00 +00:00
Mikhail Sennikovsky
bdebf10e1a Internal Builder does not use Spawner for now 2006-04-26 11:59:07 +00:00
Mikhail Sennikovsky
93c96e0452 Project remove handling fixes
Property manager fixes
2006-04-24 22:05:17 +00:00
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 Plött
595dadd8b4 Do not use cached build info when saving. See bug #125814 2006-03-28 06:38:58 +00:00