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
Chris Recoskie
a8fb1e3376
Bug 353113 - BuildDescription class does not behave properly for remote
...
projects
2011-07-26 17:10:15 -04:00
John Liu
f32349a738
Bug 352758 - Update some private fields in some scanner parsers to
...
protected
Change-Id: Iea5c586088fa8045e9eb43dff7d43909c0181bd8
2011-07-21 13:33:52 -04:00
Andrew Gvozdev
64982d49e8
Sort LSE by kinds
2011-07-21 09:28:03 -04:00
Andrew Gvozdev
91db1a77f8
release resources for garbage collector on shutdown()
2011-07-15 10:58:17 -04:00
Andrew Gvozdev
89c6f3a80c
Merge branch 'master' into sd90
2011-07-15 10:57:18 -04:00
Andrew Gvozdev
3bf0f468ad
Cygwin Specs Detector using EFSExtensionProvider
2011-07-13 14:20:45 -04:00
Doug Schaefer
1805abad1c
Bug 347357 put field editor elements into their correct home.
2011-07-12 11:33:20 -04:00
Gaetano Santoro
d3c33d0ab0
Bug 351671 - F5 (refresh) do not work in makefile editor when resource is out of sync with filesystem
2011-07-12 08:01:19 +02:00
Michael Lindo
077f712b42
bug 350587: Relax visibility of fields and methods of
...
PerProjectSICollector to allow extend it.
2011-07-11 17:04:39 -04:00
Andrew Gvozdev
cf55505f7b
testAbstractBuiltinSpecsDetector_Launch()
2011-07-10 08:33:14 -04:00
Andrew Gvozdev
7d021ea6c4
Merge branch 'master' into sd90
2011-07-07 13:04:23 -04:00
Andrew Gvozdev
fbc67e72a2
Initial commit of new Scanner Discovery for CDT - bug 290631.
...
See prior history on GitHub https://github.com/angvoz/SD80/ , branch sd80
2011-07-07 12:29:41 -04:00
Doug Schaefer
8687aa726c
MBS core tests need the GNU tool definitions.
2011-07-07 10:39:51 -04:00
Doug Schaefer
1745485853
Turn on UI Harness for MBS core tests.
2011-07-06 10:27:24 -04:00
Andrew Gvozdev
6bbc31c7a2
bug 312835: CDT build settings which are set at the folder level are
...
ignored in certain situations - restored reverse sorting plus
unit tests adjusted
2011-07-02 02:25:38 -04:00
Andrew Gvozdev
7867099287
bug 312835: CDT build settings which are set at the folder level are
...
ignored in certain situations.
Based on patch from MJ <jensem2@yahoo.com>
2011-07-02 00:41:56 -04:00
Doug Schaefer
6eff5311d7
More tests for the Maven build.
2011-06-29 14:30:07 -04:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc-Andre Laperle
30a6e551f5
Bug 350363 - Include Files tab doesn't offer the language GNU C++
2011-06-25 19:57:25 -04:00
Vivian Kong
f6d1c8c24b
Bug 348754 - Update feature copyright statements for Indigo
2011-06-08 14:36:18 +00:00
Vivian Kong
1f46851ba3
Bug 133881 - Make refreshing after building optional - UI changes
2011-06-03 17:32:57 +00:00
Anton Leherbauer
4fcb982588
Bug 346935 - [Scanner Discovery] PatternSyntaxException from build output parser
2011-05-27 10:18:22 +00:00