1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 18:25:40 +02:00
Commit graph

36454 commits

Author SHA1 Message Date
Greg Watson
8ec64b17bf Bug 471136 - Ensure preference node path is valid
Change-Id: I6e7634bcf46713ee472f7a86f40051b4db5d5a49
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-26 10:16:55 -04:00
Sergey Prigogin
54f1facfbe Cosmetics. 2015-06-25 20:10:28 -07:00
Sergey Prigogin
a8c1d14f8a Cosmetics. 2015-06-25 17:55:03 -07:00
Sergey Prigogin
814ee56c8a Run testStringConcatenationWithMacro test for both, C and C++. 2015-06-25 16:30:25 -07:00
Greg Watson
44612ca475 Merge branch 'R2_0_maintenance' 2015-06-25 17:08:53 -04:00
Greg Watson
bc64e0a017 Bug 470190 - remote connection service not cached correctly
Change-Id: I3a1f3dfb90843fc6c651f8b9e8e83b0c3afa3767
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-25 15:23:24 -04:00
Greg Watson
e89af266e6 Bug 470081 - Fix connection type combo
Change-Id: I7caf683725c9bb496cc476661b41d51a3be12b1b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-25 15:19:33 -04:00
Anton Leherbauer
e40082b64a Bug 470114 - Unable to connect using telnet: ArrayOutOfBoundsException
Change-Id: I0089b5a0ad3d3bb894f5fd0aa0e280b700a3e22e
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-06-25 02:36:10 -04:00
ocagdas
6ab4145c56 Bug 468417
The '.d' files that are generated by CDT, contain 'file_name.d:
file_name.cpp file_name.h' type of target prerequisite relations. 

However, to get benefit of the dependency mechanism, this should be
something like 'file_name.o: file_name.cpp file_name.h'.

Therefore, we need to change ''options[3] = "-MT\"$(@:%.o=%.d)\"";'' as
'options[3] = "-MT\"$(@)\"";'

Also update the test cases.

Change-Id: Iee829a8564e1b134905ee06a8a4b76a1e3b30ecc
Signed-off-by: ocagdas <ocagdas@yahoo.com>
2015-06-24 21:54:00 -04:00
Sergey Prigogin
6c4344f714 Fixed a bug in CharArrayUtils.lastIndexOf(char[], char[]) method. 2015-06-24 18:22:39 -07:00
Greg Watson
f48e9c35f2 Bug 470525 - Handle remote connection parser initialization failure
gracefully

Change-Id: Ie6440b3c0310e15ebb404d5e0deff48eb9722635
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-24 11:35:04 -04:00
Uwe Stieber
f743d07e7e Add missing @since tag 2015-06-24 13:52:12 +02:00
Uwe Stieber
6684fa8364 Bug 470854 - Making the getTabCommandFieldHandler method of
TabFolderManager override-able
2015-06-24 09:50:58 +02:00
Marc Khouzam
75a3d71546 Create tests for GDB 7.10
Change-Id: I940f95a73278483d1b21dc8df9cdd41520522959
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-23 16:11:30 -04:00
Q.S. Wang
6683690349 Bug 470757 - The console manager doesn't use the secondary id for
opening the view

Use the secondary id the caller passed in if it's not null or '*',
otherwise use the auto generated secondary id.  

Change-Id: I25a884bcb6841cb5fc7e1e6f191800b99e42873a
Signed-off-by: Q.S. Wang <wangqs_eclipse@yahoo.com>
2015-06-23 10:13:09 +10:00
Simon Marchi
e634076cdf Change way to skip building of gdb doc
Instead of modifying the source files of the documentation, it's cleaner
to replace the invocation to makeinfo to invoke "true". This will skip
building of all the docs.

Change-Id: I33a8ba7e1932433de48ab98d6cda3fda0bb09143
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-06-22 15:34:19 -04:00
Alena Laskavaia
3a6a685bdb Bug 470717 - [Launch Bar] NPE in some launch configuration when creating
through launch bar wizard

Change-Id: Ib4627341b3074613dd8e42e71e85161267a37c65
2015-06-22 10:26:10 -04:00
Alena Laskavaia
a637a8a4ef Bug 469522 - [Launch bar] An internal error occurred during: "Stopping
launches" (NPE)

Change-Id: I3d3af8182680a39cccc734015927235bb4bcc227
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-06-22 10:26:01 -04:00
Simon Marchi
13978c1567 [dsf-gdb] tests: Check if a line tag is defined more than once
As a safety net, fail if a line tag is defined more than once.

Also, allow calling resolveLineTagLocations more than once for a single
test.

Change-Id: I0832d3d28c4d688c38fd33dfc668b0ec6b8c4ffa
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-06-22 10:00:17 -04:00
Alena Laskavaia
329f20b8c9 launchbar: NPE in ModeSelector is group does not have an image
this prevents mode selector from working at all

Change-Id: Iefc80b8a71cc4550e35fedb2dadcc450f256cb63
2015-06-19 09:56:46 -04:00
Doug Schaefer
d6a022692a Remove 32-bit Mac. It's gone now.
Change-Id: Id2b00af1eda3a5c990a4f7ec774b68628c565d71
2015-06-19 09:56:35 -04:00
Greg Watson
90f8ed75c4 Remove macosx/x86 target as it is no longer supported.
Change-Id: If4d0d302ad7f12fa668a65dd395960f04551e885
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-18 18:13:11 -04:00
Sergey Prigogin
08d96189f1 Removed redundant initialization. 2015-06-18 10:53:36 -07:00
Teodor Madan
c5a5040e62 Bug 387500 PgDn/PgUp jumps uses large address increments for memory
spaces with 64-bit address

- Fix scroll adjustments according to current viewport addresses
- Add CTRL-Home/CTRL-END to go to start/end of memory space
- Add Home/END to go to start/end of the row
- Add eclipse debug tracing support

Change-Id: Ifba9f1e6c67e1cc6ccb8f6f8787a55520d8bf9be
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
2015-06-18 07:02:55 -04:00
jyou13y
6e7a509f9b Bug 84144 [Parser2] GCC: labels as values
add support for syntax   int k = (int) && x;

Signed-off-by: jyou13y <justin.you@synopsys.com>
Change-Id: I3bb888b8930706b01c545794be4e054b025e641f
2015-06-18 03:03:56 -04:00
Sergey Prigogin
4ac73d7e0c Bug 470014 - Name resolution problem with ref-qualified methods
Fixed signatures of index methods with ref-qualifiers.

Change-Id: I6f49732c6cec273ca7fdb095340e438ca1a508f0
2015-06-17 20:37:47 -07:00
Sergey Prigogin
6839ee074e Cosmetics. 2015-06-17 20:37:45 -07:00
Thomas Corbat
f52f4494e9 Bug 470361 - Remove 32 Bit MacOS X Environment from Build
Change-Id: I19654cff05b011ae13404d0d52c3b5fc1ab73a37
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
2015-06-17 10:10:30 -04:00
Marc Khouzam
248861cf21 Update p2.inf file for 8.8 release
Change-Id: I39b25336ebaf75075a02acae0d9f9abf7f8c9345
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-17 09:55:49 -04:00
Sergey Prigogin
c95216108a More informative toString() method for methods.
Change-Id: Ia8c3f8c0d5a65d5465624bc02393600925559573
2015-06-16 21:15:58 -04:00
Sergey Prigogin
6d5abb70ef Improved consistency of test names. 2015-06-16 17:05:53 -07:00
Sergey Prigogin
81d40de462 Bug 470014 - Name resolution problem with ref-qualified methods
Change-Id: I2baeee442adffefb1df2c217ed91c5ff58a430ae
2015-06-16 16:11:35 -07:00
Sergey Prigogin
a0fe9152df Cosmetics. 2015-06-16 16:03:14 -07:00
Sergey Prigogin
411506db88 Cosmetics. 2015-06-16 15:06:16 -07:00
Marc-Andre Laperle
6356a26f0b Bug 469533 - [Remote launch] Necessary plugins not installed along with C/C++ Remote Launch (RSE)
Change-Id: I10facf0b2a842bfdfa76373df09ad5c05dfaf392
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-06-16 17:17:18 -04:00
Marc Khouzam
1011502687 Bug 317173 - Better use of generics
Change-Id: I19319f85219db677328d9fc35574f07ca84a3752
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-16 15:42:17 -04:00
Greg Watson
4e320f218e Bug 470190 - remote connection service not cached correctly
Change-Id: I05b3e326c127166f57dd1f965823549b60dabbcb
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-15 10:58:45 -04:00
Alena Laskavaia
9953b7f05d launchbar: get rid of startup warning about missing enablement expr
Change-Id: Id9cefa69f1cf532d54eb5fd18724d8ae1d50aa52
2015-06-15 09:10:24 -04:00
Uwe Stieber
8eba787d83 Terminal: Prepare "New Terminal View" action 2015-06-15 09:15:37 +02:00
Marc Khouzam
2b21405150 Bug 468192 - Prevent creating a duplicate bp when modifying properties
- Have CBreakpointPropertyPage check if any CBreakpoint already exists
at the specified location
- Have GDBDynamicPrintfPropertyPage check if any CBreakpoint already
exists at the specified location
- Have GDBTracepointPropertyPage check if any CBreakpoint already exists
at the specified location

Change-Id: I67096343a7173a98a144e3577a6b8a05377759e3
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-12 16:08:26 -04:00
Greg Watson
f6f9d46b8e Bug 470081 - Fix connection type combo
Change-Id: I51ff9b0a981110a118717a30d304dab8e1dfb480
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-12 10:37:01 -04:00
Thomas Corbat
ed3e9cf973 Bug 399931 - Fix for toggling functions with return type from context.
Change-Id: I188d851500c4464d12977c82805679eee31663f2
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
2015-06-12 10:35:39 -04:00
Uwe Stieber
12d2b16c1e RSE: Fix execution environment setting for o.e.rse.service,
java.io.Closeable requires Java 5
2015-06-12 09:31:46 +02:00
Marc Khouzam
d997a7c313 Bug 317173 - Added generics
Change-Id: I9387aa408f43cb34e93182286e5a1f5f281ca418
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-11 10:55:26 -04:00
Jonah Graham
26bef5d321 Bug 317173 - cleanup warnings
- Add generics for ServiceRegistration and ServiceReference
  (added <?>), See Bug 322007 which added generics to OSGI
- Add generics for getAdapter, See Bug Bug 442021
- Fix calls to MessageFormat.format()
- Cross reference some unused/commented out code for dprintf with
  associated @SuppressWarnings("unused")

Change-Id: I4bacb3b37b69c97ab35615413f0f1f3e71aa2092
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-06-11 10:53:35 -04:00
Uwe Stieber
121f0a2e00 Releng: Fix pom files 2015-06-11 15:19:00 +02:00
Uwe Stieber
57afa15552 Releng: Fix maven version references 2015-06-11 15:05:05 +02:00
Uwe Stieber
ccc0144058 Releng: Adjust maven version for Terminal 4.1 release 2015-06-11 15:01:44 +02:00
Uwe Stieber
08dc3c61fb Bug 469415: Increase versions and add @since tag to satisfy API
guidelines
2015-06-11 14:55:47 +02:00
Jonah Graham
835288f558 Bug 469926: Update readme from CVS to GIT URLs
Change-Id: I77ee51f2a59bf306b789a6664b82a5f8d79f919a
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-06-11 13:01:58 +01:00