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

23187 commits

Author SHA1 Message Date
Thomas Corbat
db70bb0f29 Refactoring:
- Merged declaration an initialization of result variable in
initializerList, as conditional initialization is executed exactly once,
unless a parse exception occurs.
- Removed dead code: Conditional return.

Change-Id: Ia8c2bcb5f76a56d6b71ad80095a546ebd4f9ac03
2013-07-09 14:40:50 +02:00
Sergey Prigogin
fae217d744 Cosmetics. 2013-07-08 14:21:54 -07:00
Nathan Ridge
652d4f7bc0 Bug 412463 - Code completion stops working in the presence of
preprocessor-provided macros

Change-Id: Ifc5621133ac1ad55276e3d0c1ea8f99d9101938a
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14354
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-08 13:34:41 -04:00
Marc Khouzam
20a079bafa Bug 409186 - Remove test that was causing assertion.
Change-Id: Ia4336dc239c2193259eee3350d67c2a4f0255c06
2013-07-08 13:13:50 -04:00
Sergey Prigogin
be653cc350 Removed an obsolete parsing mode. 2013-07-08 10:10:19 -07:00
Andrew Gvozdev
5ef9a3b925 Bug 411970: Some more work on colors and icons for Makefile Editor 2013-07-08 12:05:27 -04:00
Thomas Corbat
e843235fc4 Bug 412187 Formatting function-like macro call in equals initializer
Added IASTExpressions to the exclusion in enterNode of
CodeFormatterVisitor when encountering function like macro calls.

Change-Id: I8ea6c5e7ba955299b0d6ca48c93fac275afa65e3
Reviewed-on: https://git.eclipse.org/r/14213
Reviewed-by: Thomas Corbat <tcorbat@hsr.ch>
IP-Clean: Thomas Corbat <tcorbat@hsr.ch>
Tested-by: Thomas Corbat <tcorbat@hsr.ch>
2013-07-08 08:25:25 -04:00
Sergey Prigogin
c658e9df68 Cosmetics. 2013-07-07 17:17:03 -07:00
Nathan Ridge
44b957a28e Bug 408303 - [C++11] Incorrect member not initialized warnings for
template class's defaulted constructors

Change-Id: I61064421c2cee405c9a915abe500c94fa4423eef
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14177
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-07 19:25:44 -04:00
Andrew Gvozdev
1df606bb26 Bug 412457: Makefile Editor does not highlight built-in functions enclosed in curly braces ${...} 2013-07-07 09:51:29 -04:00
Andrew Gvozdev
d38367d676 Bug 412457: Makefile Editor does not highlight built-in functions enclosed in curly braces ${...} 2013-07-07 09:48:43 -04:00
Andrew Gvozdev
cb5b5c955a Bug 412346: Makefile Editor: F3 navigation to user defined functions from $(call user-fun) 2013-07-05 13:49:48 -04:00
Andrew Gvozdev
01bfa48d40 Bug 412250: Tidy up. 2013-07-05 13:06:40 -04:00
Andrew Gvozdev
d1e966b06e Bug 412250: Makefile Editor won't open include with F3 2013-07-04 15:50:35 -04:00
Andrew Gvozdev
54665cdb60 Bug 412247: Makefile Editor: F3 navigation does not work inside conditional directives 2013-07-03 23:01:42 -04:00
Marc-Andre Laperle
718d7de48e Bug 412057 - UI tests don't run on Mac Cocoa using Tycho build
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-07-03 21:02:43 -04:00
Andrew Gvozdev
e404208cac Bug 412247: Makefile Editor: F3 navigation does not work inside conditional directives 2013-07-03 15:46:40 -04:00
Marc Khouzam
2e21d2516d Bug 410821 - The process select dialog on "Attach" should react to
double-click

Change-Id: Ib34dfbda529dc8edf54c5f1e2e2435d003e697af
Reviewed-on: https://git.eclipse.org/r/14059
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-07-03 06:35:45 -04:00
Simon Marchi
5aed22487a Bug 411911 - Fix some GNU formatter defaults
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Change-Id: Idf974c14be894dffecb3e48938732fbd9f227cea
Reviewed-on: https://git.eclipse.org/r/14144
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-07-02 17:40:02 -04:00
Marc-Andre Laperle
98bc8813e7 Upgrade Tycho to 0.18.0 2013-07-01 18:29:03 -04:00
Marc-Andre Laperle
b6c0cb12db Bug 412032 - Extract local variable doesn't suggest a name in C source
files

Change-Id: I73e7f80713132521d757482c6ffbf839b5d2679f
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14168
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-01 16:12:38 -04:00
Andrew Gvozdev
c93d4583c7 Bug 411970: Default colors in Makefile Editor consistent with C/C++ editor 2013-06-30 23:16:28 -04:00
Andrew Gvozdev
b9d4a197f4 Cosmetics 2013-06-30 06:52:47 -04:00
Andrew Gvozdev
1d28b9bce9 Bug 398353: Environment variables not evaluated in CDT GCC Builtin Compiler Settings 2013-06-29 10:58:09 -04:00
Andrew Gvozdev
310ad6c995 bug 411547: Added base test class with methods to get test name and test comments for org.eclipse.cdt.make.ui.tests 2013-06-29 06:06:44 -04:00
Andrew Gvozdev
26e1ef6452 Bug 411894: Macros having unconventional but legal characters in names are not highlighted in Makefile Editor 2013-06-28 11:24:21 -04:00
Andrew Gvozdev
1f57a45477 bug 411845: Keywords are not highlighted when indented with spaces in Makefile Editor 2013-06-27 22:24:11 -04:00
Andrew Gvozdev
c0717fe40d Cosmetics. 2013-06-26 22:01:24 -04:00
Andrew Gvozdev
5b7641063a bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui plugin 2013-06-26 21:21:23 -04:00
Andrew Gvozdev
ce7c36ae04 Add PLUGIN_ID to MakeUIPlugin 2013-06-25 22:52:21 -04:00
Andrew Gvozdev
4ff53dfb05 bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui plugin 2013-06-25 22:17:40 -04:00
Sergey Prigogin
bcb2b0c213 Do not insert a space between two closing angle brackets. 2013-06-25 18:20:33 -07:00
Mikhail Khodjaiants
1e499121e0 Bug 410489 - Too many "info shared library" commands are issued when
updating the Modules view

Change-Id: Ia3e0d95042fab63af40ecea5c1ab236f26efe6e6
Reviewed-on: https://git.eclipse.org/r/13744
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-06-25 15:51:24 -04:00
Marc-Andre Laperle
07374825fd Bug 411634 - [visualizer] Small leak when multicore visualizer is closed
but debug session is still running

Change-Id: I3e9003cd34e990a71dac0e310f3e14a6eb54085e
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14051
2013-06-25 15:11:13 -04:00
Marc Dumais
0f64dbba50 Bug 407321 - [visualizer] Make Multicore Visualizer canvas filter aware
of the current debug session

Change-Id: Ib2cbb0cab6589f92609ef5f2ae82e6a6bf3cf656
Reviewed-on: https://git.eclipse.org/r/12841
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-06-25 13:37:42 -04:00
Andrew Gvozdev
94fd0f7c7d bug 411547: Activator MakeUITestsPlugin 2013-06-24 21:57:17 -04:00
Andrew Gvozdev
d35fa36b69 bug 411547: Fixed verion in pom of org.eclipse.cdt.make.ui.tests 2013-06-24 20:13:28 -04:00
Andrew Gvozdev
f0482a30a7 bug 411547: Added org.eclipse.cdt.make.ui.tests 2013-06-24 18:25:36 -04:00
Andrew Gvozdev
a855283bd4 bug 411499: Generalize facility for shared images 2013-06-24 10:32:11 -04:00
Sergey Prigogin
d8796f4c42 Relaxed type constraints in
ILanguageSettingsProvidersKeeper.setLanguageSettingProviders method

Change-Id: I01ad2e017ba1b86f0fe0a476b2189a2fe5b5547e
Reviewed-on: https://git.eclipse.org/r/13942
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-06-22 04:15:38 -04:00
Sergey Prigogin
fdebc23ebe Adjusted JavaDoc. 2013-06-21 17:10:30 -07:00
Sergey Prigogin
0cecd403cb Fixed an NPE. 2013-06-21 17:10:14 -07:00
Sergey Prigogin
35a57ae158 Removed an obsolete API filter. 2013-06-21 17:09:34 -07:00
Andrew Gvozdev
fcd477e695 bug 411417: Export of preferences of Makefile Editor 2013-06-21 17:06:45 -04:00
Andrew Gvozdev
07341495e4 bug 407502: NPE when I open Make Target View 2013-06-20 17:40:00 -04:00
Marc Dumais
bd43cfa615 Bug 409512 - [visualizer] Threads not cleaned-up after process detached
Change-Id: I5fe41468eb7f1a857ca52e48d8891f77f1800aa8
Reviewed-on: https://git.eclipse.org/r/13904
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-06-20 15:51:03 -04:00
Marc Dumais
0045ca7172 Bug 396269 - [visualizer] NPE in MulticoreVisualizerCanvas.paintCanvas()
Change-Id: Id14d62c18db200c4f71ec3e9afaa6d9a39d5a8f4
Reviewed-on: https://git.eclipse.org/r/9156
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-06-20 12:32:27 -04:00
Marc Dumais
94a7ef56dd Bug 409006 - [visualizer] NPE when closing visualizer with nothing
selected in debug view

Change-Id: If1c7fdbdd08822175e83eebc9fcd51b6bd859aae
Reviewed-on: https://git.eclipse.org/r/13950
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-06-20 10:44:34 -04:00
Jeff Johnston
83752e91cf Bug 410637 - Duplicate string ID found in autotools plugin.properties.
- Fix libexecdir tool tip message to have .tip suffix.

Change-Id: If4d42f9d8d616bd2bc834834c7724b69230d4259
Reviewed-on: https://git.eclipse.org/r/13932
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-19 16:44:19 -04:00
Sergey Prigogin
4c2d51b615 Fixed version mismatch between MANIFEST.MF and pom.xml. 2013-06-19 10:49:16 -07:00