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

21817 commits

Author SHA1 Message Date
Sergey Prigogin
c055318726 Cosmetics. 2013-04-02 18:40:45 -07:00
Sergey Prigogin
051c64bc24 Cosmetics. 2013-04-02 14:35:40 -07:00
elaskavaia
6ba8df52b2 PR 41476 Support for variable in shared libs paths for debugger
Debugger in launch config stores absolute lib paths which
totally not convinient for storing shared launch configs.
This will allow to store variable and resolve the just before
passing paths to debugger

Change-Id: I368407783606c5a5697067afc235dba5dc03ae52
2013-04-02 16:48:45 -04:00
Sergey Prigogin
40b08ac68c Removed spaces from keyboard shortcuts. 2013-04-01 19:39:11 -07:00
Jesse Weinstein
73fb3076a6 Bug 402071: Updating Search menu.
Various small fixes, including indentation, adding spaces between parts
of the keyboard shortcuts, and removing the screenshot, per mailing list
discussion.

Change-Id: I4162de2cb7135323c86227ac24a2a0e44b459db1
Reviewed-on: https://git.eclipse.org/r/11594
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-04-01 22:10:46 -04:00
Jesse Weinstein
47645df5b3 Bug 402071: Update the Project menu
Remove the screenshot, per discussion on the mailing list.

Change-Id: Iabb67ed3bc42a6b1b1c858c1571cf44ed42b90d4
Reviewed-on: https://git.eclipse.org/r/11593
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-04-01 22:10:09 -04:00
Mikhail Khodjaiants
378965a290 Bug 404586 - Allow to customize the wait time for "gdb-exit"
Change-Id: I2bbc1b5c41df612962e963a3c2bea139cfe48fd2
Reviewed-on: https://git.eclipse.org/r/11555
Reviewed-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-04-01 15:54:54 -04:00
Marc Dumais
d4bb0bba4d Bug 404565 - [visualizer] Thread synchronization from multicore
visualizer to debug view only works for first session

Change-Id: I89cbd25169630f862129546f3ec1b3d652ee8dee
Reviewed-on: https://git.eclipse.org/r/11547
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
Reviewed-by: William Swanson <traveler@tilera.com>
2013-04-01 10:51:32 -04:00
Sergey Prigogin
9dc2e76ff2 Cosmetics. 2013-03-31 14:59:11 -07:00
Sergey Prigogin
a83be9db5b Javadoc adjustments. 2013-03-31 14:56:17 -07:00
Sergey Prigogin
52aa9bac76 Wording adjustments. 2013-03-31 14:36:16 -07:00
Sergey Prigogin
163df7dbad Bug 45203. Improved loop detection. 2013-03-30 17:42:58 -07:00
Sergey Prigogin
a4ebf6ffa5 Fixed a flaky test. 2013-03-30 16:54:44 -07:00
Sergey Prigogin
c4b2ac159c Cosmetics. 2013-03-30 15:11:28 -07:00
Sergey Prigogin
63d44872da Fixed cleanup in tearDown method. 2013-03-30 15:10:11 -07:00
Sergey Prigogin
35e8c70211 Fixed interference between test cases. 2013-03-30 13:48:29 -07:00
Sergey Prigogin
c2306c20e5 Fixed a test order dependency. 2013-03-30 13:32:50 -07:00
Sergey Prigogin
54919b0124 Bug 45203. Added transitive closing of include maps. 2013-03-30 10:41:59 -07:00
Andrew Gvozdev
ae409bedd6 bug 402412: IllegalArgumentException during build of Makefile Project 2013-03-29 17:42:27 -04:00
Andrew Gvozdev
9945f84a04 bug 404125: Adjust test cases for running on unix system 2013-03-29 17:41:10 -04:00
Andrew Gvozdev
a7acc2b250 bug 404125: Build output parser incorrectly handles compile lines compiling files outside of the workspace 2013-03-29 15:43:44 -04:00
Andrew Gvozdev
eafce4c179 bug 404599: Makefile Editor does not sense that # is escaped (\#), still colors rest of line as comment 2013-03-29 00:31:27 -04:00
Sergey Prigogin
3424f482ba Header substitution adjustments. 2013-03-26 00:02:01 -04:00
Sergey Prigogin
29b05ff57c Header substitution adjustments. 2013-03-25 23:08:48 -04:00
Sebastian Bauer
40d4817748 [Bug 317353] Reduce space requirements of various prefs pages
The area covered by CDT prefs pages has been always quite huge. Often,
the scroll bar of the virtual composite has to be displayed although the
components could display all the required information readily in a
smaller box. This is an attempt to reduce some of the fixed space
requirements. The solution is not ideal, but the layout framework of SWT
(no notation of minimum size) and the way how sizes are computed in
prefs page by jface doesn't allow a more sophisticated solution at this
time.

Change-Id: I5f9aa36d0d37b93852a39d636719be801a2c1360
Reviewed-on: https://git.eclipse.org/r/11299
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-03-25 08:49:01 -04:00
Sergey Prigogin
c7ccb1c5f1 Bug 45203. Navigation to external URL in Include Pragmas preference
page.
2013-03-25 08:43:34 -04:00
Andrew Gvozdev
4f3ad71e87 bug 404125: Build output parser incorrectly handles compile lines compiling files outside of the workspace 2013-03-24 08:10:42 -04:00
Sergey Prigogin
1e2973a031 Bug 45203. Include Pragmas preference page. 2013-03-23 19:52:42 -07:00
Sergey Prigogin
e6bae40308 Bug 45203. Added support for IWYU export pragmas. 2013-03-22 16:47:51 -07:00
Sergey Prigogin
51e56e5a8b Cosmetics. 2013-03-22 09:50:36 -07:00
Sergey Prigogin
2ac9121791 Removed a redundant method. 2013-03-22 09:50:04 -07:00
Sergey Prigogin
a2ff0d2bdb Cosmetics. 2013-03-22 09:49:55 -07:00
congwang
440e2e87bf Bug 341632 - Trad mem rendering keyboard access
Change-Id: Iae09285e88f76d1155fd28a6aa25b818ae0164dd
Reviewed-on: https://git.eclipse.org/r/11349
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-03-22 12:22:48 -04:00
Mike Kucera
d11a8c4902 Bug 341545 - [Accessibility] Traditional memory rendering uses colour to
convey information

Change-Id: I8127a026a3d6abb0291e35f606c622b1fa92ac2f
Reviewed-on: https://git.eclipse.org/r/11133
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Reviewed-by: Jesse Weinstein <Jesse.Weinstein@clinicomp.com>
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-03-22 12:21:16 -04:00
Jesse Weinstein
07fcd9213c Bug 349248: Fix even more user-visible CDT refs
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e
Reviewed-on: https://git.eclipse.org/r/11372
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-03-21 17:02:11 -04:00
Andrew Eidsness
178b505535 Bug 403670: Do no work on parallel rebuilds if nothing changed
This fixes the parallel build case (for the InternalBuilder) to update
the configuration build state on successful builds.  Because parallel
builds follow a different code path than the non-parallel case, updating
the state was misssed.

Change-Id: Idab10c39c3093a731fe6961b451d0fdb5975f240
Reviewed-on: https://git.eclipse.org/r/11286
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-03-21 15:50:50 -04:00
Sergey Prigogin
7728d48724 Cosmetics. 2013-03-20 12:48:20 -07:00
Sebastian Bauer
4d70fc3fd4 Minor doc fix.
The extension point is called org.eclipse.cdt.ui.cPropertyTab and not
org.eclipse.cdt.managedbuilder.ui.cPropertyTab.

Change-Id: If1e767011133f385fc100f6de58a6bc2fcc14b95
Reviewed-on: https://git.eclipse.org/r/11298
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-03-19 12:49:33 -04:00
Sergey Prigogin
741970beb4 Don't call exitNode method in finally blocks since the method may throw. 2013-03-18 20:39:53 -07:00
Sergey Prigogin
af6790ddc6 Bug 403452 - IDE freezes when formatting file 2013-03-18 17:10:15 -07:00
Jesse Weinstein
72b5d3f4b9 Bug 349248: Fix more user-visible references to CDT
Change-Id: I8f60fee92f69b09a2c9ec6d3d1d3855657af111d
Reviewed-on: https://git.eclipse.org/r/11293
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-03-18 19:42:46 -04:00
Sergey Prigogin
723d798813 Bug 403458 - Organize includes inserts commented extra statements for
includes that are actually used
2013-03-18 16:03:12 -07:00
Jesse Weinstein
2596db696f Bug 349248: Fix user-visible reference to CDT
Change-Id: I10e0523579a071350f32d98e2633e2908792416d
Reviewed-on: https://git.eclipse.org/r/11291
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-03-18 18:54:42 -04:00
Jesse Weinstein
5f20538e4c Bug 403263: Update Editor > General preference docs
Change-Id: I0612f2ffe8ef6a27184b0c37d519e632064774d5
Reviewed-on: https://git.eclipse.org/r/11289
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-03-18 18:53:18 -04:00
Chris Recoskie
bd04871a91 Bug 403455 - make reindexing after build config changes and/or indexer
changes optional

Change-Id: Icbf5f6563fc90faa09aa1c5c87a9fc9c8065cbbd
Reviewed-on: https://git.eclipse.org/r/11194
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-03-18 15:39:15 -04:00
Andrew Gvozdev
5a04c15baa Final merge of branch 'sd90' to master 2013-03-16 15:14:43 -04:00
Andrew Gvozdev
9bc85c77a3 Removed unused icons 2013-03-16 15:10:35 -04:00
Andrew Gvozdev
cd48acebff Merge remote-tracking branch 'cdt/master' into sd90 2013-03-16 15:02:32 -04:00
Marc Khouzam
ed076fcac5 Bug 402988 - Undefined maintenance set python command
Change-Id: Ibce0f4f6349e7bbc50c258250243bd4458dc6790
Reviewed-on: https://git.eclipse.org/r/11177
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-03-16 10:27:52 -04:00
Marc Khouzam
17569f4581 Bug 403166 - [breakpoints] Breakpoint message is not updated when
changing line number

Change-Id: I3f28365acdc638e1c1007a0e916fec5edcf686f5
Reviewed-on: https://git.eclipse.org/r/11175
Reviewed-by: Pawel Piech <pawel.1.piech@gmail.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-03-16 10:17:47 -04:00