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

2336 commits

Author SHA1 Message Date
Andrew Gvozdev
babba4a0a7 AbstractBuiltinSpecsDetector to execute() on registering,
no more IResourceChangeListener
2011-10-30 14:41:02 -04:00
Andrew Gvozdev
5d7f9bf015 AbstractBuiltinSpecsDetector as IResourceChangeListener 2011-10-28 23:17:52 -04:00
Andrew Gvozdev
3f9cdb6fb8 Revised BOP and Specs Detectors interface hierarchy -
replaced interfaces with abstract classes
2011-10-28 17:47:56 -04:00
Andrew Gvozdev
66e7277289 Revised BOP and Specs Detectors interface hierarchy -
moved classes to appropriate packages
2011-10-28 17:02:52 -04:00
Andrew Gvozdev
2c1de87ac0 Exported language settings providers test suites 2011-10-28 14:13:05 -04:00
Andrew Gvozdev
493c726802 Renamed test suites 2011-10-28 13:09:22 -04:00
Andrew Gvozdev
470ce6cd41 Fixed bug breaking JUnit test 2011-10-20 17:23:32 -04:00
Andrew Gvozdev
08529151de Workaround for ${workspace_loc:/prj-name} returned by builder 2011-10-19 18:29:21 -04:00
Andrew Gvozdev
e314ac4b68 Added simplified global console (MessageConsole) for
AbstractBuiltinSpecsDetector
2011-09-29 10:16:57 -04:00
Andrew Gvozdev
427ba73a16 fixed problem when Spec Detectors owned by configuration won't serialize
properly
2011-09-29 09:40:03 -04:00
Andrew Gvozdev
ddde8b7b3b Merge remote branch 'cdt/master' into sd90 2011-09-27 16:45:18 -04:00
Andrew Gvozdev
14939e4ab6 bug 355601: Make Targets Not Found In Nested Folders 2011-09-26 12:15:42 -04:00
Eugene Ostroukhov
b30bb21b53 bug 358835: Tools Settings page forgets selected node 2011-09-26 10:47:05 -04:00
Andrew Gvozdev
239163d34f Merge remote branch 'cdt/master' into sd90 2011-09-23 18:17:23 -04:00
Andrew Gvozdev
6a63d0325f bug 358605: No environment variables imported to new cfg while importing
configuration from another project in Manage Configurations dialog
2011-09-22 15:29:47 -04:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Andrew Gvozdev
6d6ddb397d bug 358605: Cosmetics. Renamed some local variables, fixed warnings,
changed wording in error message.
2011-09-22 14:06:24 -04:00
John Cortell
dabef579a2 Bug 354194 - My previous fix accidentally prevented the creation of the config info map entry for the project root folder, thus scanner discovery preferences were no longer being persisted. This adjustment adds an exeption for that rcinfo. 2011-09-19 14:18:35 -05:00
Marc-Andre Laperle
4e00674583 Bug 292534 - [New Project Wizard] Phantom page appears while navigating
pages back and forth
2011-09-17 12:01:56 -04:00
Andrew Gvozdev
8ba7dba9e9 Merge remote branch 'cdt/master' into sd90 2011-09-15 17:25:39 -04:00
Andrew Gvozdev
36ffaae0d0 permissions mismatch 2011-09-14 23:53:10 -04:00
Doug Schaefer
ea1b3639c4 Fix up the MBS core test dependencies. 2011-09-14 11:22:13 -04:00
Andrew Gvozdev
c82202c144 test to run SpecsDetectors globally without a project 2011-09-14 11:18:11 -04:00
Andrew Gvozdev
7fc11c53c4 Removed an attempt to present entries in resource hierarchy for BOP
providers. It should be OK to keep it on per-file bases as there is no
duplication/memory bloating which has been addressed in
LanguageSettingsSerializable.
2011-09-13 14:58:27 -04:00
Andrew Gvozdev
25687e1b6c Turn off MBS provider for New Project Makefile "Other" 2011-09-13 12:12:32 -04:00
Andrew Gvozdev
d29e766785 Do not create default legacy SD profile when LSP functionality is
enabled
2011-09-12 15:40:19 -04:00
Andrew Gvozdev
28fec5efe6 Using cfgDescription.getLanguageSettingForFile() in
MBSLanguageSettingsProvider
2011-09-12 10:25:12 -04:00
Andrew Gvozdev
e5fb5bf1c0 utility function to get languages from ICResourceDescription 2011-09-09 12:51:23 -04:00
Andrew Gvozdev
51c3ece9b3 Merge remote branch 'cdt/master' into sd90 2011-09-07 18:33:20 -04:00
Andrew Gvozdev
881fc3304b bug 357018: Languages column in Paths&Symbols tab shows Content Type
instead of language name
2011-09-07 18:09:27 -04:00
Andrew Gvozdev
20e689bd27 Use ILanguage rather than ILanguageDescriptor for getName() 2011-09-07 16:12:32 -04:00
Andrew Gvozdev
6b8862e5c0 Merge remote branch 'cdt/master' into sd90 2011-09-06 18:19:56 -04:00
Andrew Gvozdev
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
Andrew Gvozdev
00302deed6 Better legacy and compatibility support 2011-09-06 11:26:09 -04:00
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Chris Recoskie
53e62ebcc5 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 15:42:09 -04:00
Chris Recoskie
3d08050db8 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 13:19:10 -04:00
Andrew Gvozdev
862d87074c Merge branch 'master' into sd90 2011-08-22 11:12:35 -04:00
Andrew Gvozdev
fa5965cef0 bug 345750: convert relative paths to absolute also for those that don't
exist
2011-08-18 13:41:06 -04:00
Andrew Gvozdev
d5d717128b bug 345750: tidy up cosmetics 2011-08-18 13:41:01 -04:00
Martin Oberhuber
950f133f77 bug 345750: [Scanner Discovery] Per File Build output parser misses
includes with drive-relative paths when sources are behind a linked
resource
2011-08-18 13:40:55 -04:00
John Cortell
e518891437 Bug 354194 - Custom scanner discovery selection is not honored if file
has any custom properties
2011-08-17 09:10:56 -05:00
Andrew Gvozdev
6088b4e980 More detailed API to allow for separate persistence of attributes and
entries
2011-08-13 08:28:19 -04:00
Andrew Gvozdev
da2ab70bac Account for compiler path 2011-08-12 20:14:08 -04:00
Andrew Gvozdev
8501c97f9b Merge branch 'cdt/master' into sd90 2011-08-12 17:41:22 -04:00
Michael Lindo
6dd117ec5e bug 354042: Problem with include paths that are relative paths starting
with ../ or./ and NPE
2011-08-12 14:43:10 -04:00
Andrew Gvozdev
efde61de86 bug 259768: fixed some "Discouraged access" warnings. It should be OK to
access cdt.managedbuilder.core from cdt.managedbuilder.ui
2011-08-10 14:19:38 -04:00
Andrew Gvozdev
80e4cd9fc6 Test cases added 2011-08-03 23:34:46 -04:00
Andrew Gvozdev
4c419cc214 Merge remote-tracking branch 'cdt/master' into sd90 2011-08-02 17:20:38 -04:00
Andrew Gvozdev
e1e1bc2e19 making resource tree to appear as "compacted" for the user 2011-08-02 13:11:30 -04:00