Greg Watson
c1a00f133c
Bug 460067 - Update remote terminal to new API
...
Change-Id: I73d856d8fb65309ce667723b8729fa31f892cd34
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-18 08:42:03 -05:00
Uwe Stieber
49592b0d05
Terminals: Allow the use of Eclipse variables to specify the initial
...
local terminal working directory within the Terminals View preferences
2015-02-18 14:08:34 +01:00
Doug Schaefer
7fdd6f6e90
Fix up API @since tags against CDT 8.6.
...
Change-Id: I31966aa0dc312bb7ba77b6ce91eecd01ad4891ce
2015-02-17 23:43:49 -05:00
Simon Marchi
9ed8f75f74
Change word_size to wordSize
...
... to respect the coding style.
Change-Id: Ie68422182afad2532ce9238665bb06576fc3cc18
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-02-17 20:37:37 -05:00
Nathan Ridge
d0ef9d1d82
Bug 455828 - General cleanup in ControlFlowGraphBuilder
...
Change-Id: I46cfe23fc10bed235d091afaec8eec29dd7d62ac
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-17 20:07:04 -05:00
Doug Schaefer
cd65a29016
Bug 459972 - Update CDT to use o.e.remote 2.0.
...
Requires a couple of changes in the autotools plug-ins. Change the
4.5 target to refer to the remote 2.0 build and update the pom to
use the 4.5 target.
Also fixes autotools test so they run on the Mac.
Change-Id: I145de3ea3f14d61ffba7354ad0fa3e0ec2467e26
2015-02-17 14:48:08 -05:00
Vladimir Prus
9471bc7bc1
Extract MIExpressions.getBasicType.
...
This permits derived classes to reimplement the logic for getting
expression value without copy-pasting the logic for getting type.
Change-Id: I21b048afaee8433d17e873b7aaf4f7b118edd107
2015-02-17 12:13:17 -05:00
Uwe Stieber
5d84a80a39
Terminals: Bug 460065 - The SSH Terminal "disconnect" icon disappears
...
when a selection is made
2015-02-17 17:17:17 +01:00
Uwe Stieber
cf87ee533b
Terminals: Bug 460064 - The Ctrl+Alt+T shortcut should pick up the
...
directory of the editor in focus
2015-02-17 16:02:41 +01:00
Uwe Stieber
3c24c4231f
Terminals: Fix invalid category ids for view and commands
2015-02-17 15:13:28 +01:00
Uwe Stieber
06c2bb5245
Terminals: Update target platform definition and team project set to
...
include o.e.remote from source repository
2015-02-17 14:47:39 +01:00
Marc Dumais
ae9445c5ae
Bug 460015 - [visualizer] Make VisualizerThread "m_locInfo" field
...
protected instead of private
Change-Id: Idd6faafa39fae849839072a96dc8296ebd27652c
2015-02-17 08:31:48 -05:00
Alvaro Sanchez-Leon
ef889c26f9
Bug 459901 - [visualizer] The visualizer may display duplicate elements
...
Change-Id: I9fb3fb8f85ec51afde48a665e275c6080b9b9bab
2015-02-17 08:31:11 -05:00
Uwe Stieber
95bf963dd0
Terminals: Remove SWTBot from terminals target platform definition
2015-02-17 13:22:21 +01:00
Uwe Stieber
5f0f2461e2
Terminals: Re-add lost RSE features
2015-02-17 13:08:31 +01:00
Uwe Stieber
b2ff4955d5
Terminals: Update target platform definition
2015-02-17 13:06:37 +01:00
Uwe Stieber
0a5ca11382
Terminals: Update target platform definition
2015-02-17 13:01:51 +01:00
Uwe Stieber
97383321fb
Terminal: Fix typo in pom.xml
2015-02-17 12:53:04 +01:00
Uwe Stieber
3642aec8d0
Terminal: Remove deprecated local terminal features and plug-in
2015-02-17 12:50:03 +01:00
Uwe Stieber
f525fb430b
Terminal: Remove deprecated local terminal features and plug-in
2015-02-17 12:50:03 +01:00
Uwe Stieber
ed170d5400
Terminals: Switch minimal execution environment of all terminal plug-ins
...
to JavaSE-1.6
2015-02-17 12:47:17 +01:00
Uwe Stieber
5ed64c70e8
Terminals: Switch minimal execution environment of all terminal plug-ins
...
to JavaSE-1.6
2015-02-17 12:47:17 +01:00
Uwe Stieber
a5f258824b
Terminals: Add terminals team project set
2015-02-17 12:24:34 +01:00
Uwe Stieber
daacaa21d5
Terminals: Add terminals target platform definition for Luna
2015-02-17 11:57:24 +01:00
Uwe Stieber
c50ea0d54c
Terminals: Also move terminals core plugin
2015-02-17 11:00:41 +01:00
Uwe Stieber
c12b5e6736
Terminals: Move terminals plugins and features into separate directory structure
2015-02-17 10:32:24 +01:00
Sergey Prigogin
7e3a37be7b
Revert "Revert "Bug 459940 - Sfinae in id-expression""
...
This reverts commit a3147f85b0
.
The regression manifests itself only during indexing but doesn't produce unresolved symbols in C++ editor. Restoring the original change since the regression is relatively benign. Will continue to investigate.
Change-Id: I1fdfb4c31a0d5c08c3bc88baaf11d36c708cd883
2015-02-16 21:41:45 -05:00
Sergey Prigogin
a3147f85b0
Revert "Bug 459940 - Sfinae in id-expression"
...
This reverts commit 5e2c5d8491
.
The change caused few regressions on my code base. Investigating.
Change-Id: I765b1fb5e730387ec3e91d4ecdfdb8c06db3e45e
2015-02-16 20:36:17 -05:00
Alvaro Sanchez-Leon
384e9759c4
Bug 459114 - [visualizer] Make it possible to override the construction of the data model
...
Change-Id: Ib2af550136fa3ca638fd970e3c2e40ddf597ba80
2015-02-16 13:44:26 -05:00
Doug Schaefer
275feb6874
Bug 459971 New SerialPort support. First step is Mac library.
...
Java classes are defined and a pretty simple native library for
Mac is there. Tested with Arduino so I know reading works. This
implementation should work for Linux as well. Windows is going to
be the hard one.
Not checking in the binaries yet until I get more testing with them.
Also remove ppc native libraries for Mac since that hasn't been
supported in a long time.
Change-Id: If4ffbc6e73a7656a47c2f45b875be0842c482b05
2015-02-16 13:19:54 -05:00
Uwe Stieber
97fa987881
Terminal: Revert commits 91db4b63c9
and 2c2dbb710b
2015-02-16 12:36:23 +01:00
Uwe Stieber
498a812564
Terminal: Revert commits 91db4b63c9
and 2c2dbb710b
2015-02-16 12:36:23 +01:00
Uwe Stieber
efe5710878
Terminal: Clean out ISettings API
2015-02-16 11:38:20 +01:00
Uwe Stieber
2c2dbb710b
Terminal: Clean out ISettings API
2015-02-16 11:38:20 +01:00
Uwe Stieber
d8ef37a2ce
Terminal: Fix build error
2015-02-16 09:06:40 +01:00
Uwe Stieber
4e9cddc64f
Terminal: Fix build error
2015-02-16 09:06:40 +01:00
Doug Schaefer
9c7de82238
Bug 459972 - Update LaunchBar to use IRemoteConnection for targets.
...
ILaunchTarget is removed and replaced with IRemoteConnection. You
still have to declare a launch target type to point at a connection
type. It uses os and arch to help decide what toolchains to use for
builds.
Change-Id: I8f21b4e5043ccd8af85be91c643f58ad301c3ac4
2015-02-16 02:17:27 -05:00
Sergey Prigogin
52c80c124e
Bug 402498. Do not rely on promiscuous binding resolution for adding
...
includes.
Change-Id: Idace39cc9ff9b781bf0de2d0017533548fb69e83
2015-02-16 01:54:30 -05:00
Nathan Ridge
0221ee20b1
Bug 441714 - Consider spurious semicolons in CaseBreakChecker
...
Change-Id: Id4fe394164063007c45da37ae82cc730a9e726dd
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-16 01:48:37 -05:00
Nathan Ridge
155fa65c1c
Fix a typo in org.eclipse.cdt.codan.ui.cfgview/plugin.xml
...
Change-Id: I41aeb1195e9d8b663de396883e0aa6e4f3b5c6e4
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-16 01:45:53 -05:00
Nathan Ridge
a662bcc921
Bug 448764 - Type of EvalMemberAccess for dependent member
...
Change-Id: I011ceca370e584e802354f935cc9ce004641f8f1
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-16 01:44:56 -05:00
Nathan Ridge
5e2c5d8491
Bug 459940 - Sfinae in id-expression
...
Change-Id: I6cfaf2af680c3b41571d4714f9a5511ff81af42b
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-13 22:42:41 -05:00
Marc Khouzam
04f7079574
Remove dead code
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-13 16:20:47 -05:00
Marc Khouzam
59e43f8253
Close resources
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-13 16:18:44 -05:00
Marc Khouzam
002e422dac
Remove unused private method
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-13 16:14:09 -05:00
Marc Khouzam
ae2b10f980
Parametrize type
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-13 16:12:45 -05:00
Marc Khouzam
cba4006e97
Remove unnecessary SuppressWarnings
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-13 16:09:37 -05:00
Uwe Stieber
9c55da9030
Terminal: Make terminal settings store more flexible to allow to store
...
non-string objects too
2015-02-13 15:58:37 +01:00
Uwe Stieber
91db4b63c9
Terminal: Make terminal settings store more flexible to allow to store
...
non-string objects too
2015-02-13 15:58:37 +01:00
Nathan Ridge
145728cd74
Bug 459844 - Pack expansion in nested template
...
Change-Id: I0f206c2b056f0e9ba388cb9f8e78ea331616a61f
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-13 03:00:45 -05:00