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

20767 commits

Author SHA1 Message Date
Pawel Piech
8679f1acd1 Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menu
item is shown for a Java breakpoint

 Renamed 'Breakpoint Properties' -> 'Breakpoint Properties...'
2012-04-04 08:12:39 -07:00
Markus Schorn
ee20d322de Bug 368989: Supress initial index rebuild when automatic updates are turned off. 2012-04-04 15:39:44 +02:00
Markus Schorn
e85390856a Bug 366570: Added tracing option. 2012-04-04 14:45:52 +02:00
Markus Schorn
105de6f15d Bug 370637: Visiting while statements. 2012-04-04 08:24:41 +02:00
Andrew Gvozdev
6411690b76 Reverted previous mis-commit into this file 2012-04-03 18:30:48 -04:00
Andrew Gvozdev
3bd6a3eb46 Merge remote-tracking branch 'cdt/master' into sd90 2012-04-03 18:06:49 -04:00
Andrew Gvozdev
5f238f4c9b Fixed test causing MBS tests to fail. 2012-04-03 18:04:09 -04:00
Pawel Piech
6d107cd42e Bug 374512 - breakpointContribution does not support custom
field editors

Also addresses:
  Bug 374514 - breakpointContribution always add Widgets on top of
               common properties page
  Bug 374508 - breakpointContribution does not support restrictions
2012-04-03 14:17:57 -07:00
Pawel Piech
dce877458e Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menu
item is shown for a Java breakpoint
2012-04-03 14:14:03 -07:00
Pawel Piech
b32dd2799c Bug 358382 - Instruction stepping mode button becomes disabled 2012-04-03 11:50:34 -07:00
Markus Schorn
b82f3de2e3 Bug 375739: #ifdef nested in macro-expansion. 2012-04-03 15:56:25 +02:00
Andrew Gvozdev
cddee53cf1 Moved build-specific classes to managedbuilder (Warning: Incompatible
changes for existing workspaces)
2012-04-03 00:38:05 -04:00
Marc Khouzam
7bceb81ed5 Cosmetic 2012-04-02 21:38:40 -04:00
Patrick Chuong
01bc5a5c1f Bug 375871 - Missing disassembly editor toggle breakpoint tester 2012-04-02 16:31:30 -04:00
Anton Gorenkov
9ecafd83cd Bug 180256 - Launch configurations should support build variables 2012-04-02 12:23:36 -07:00
Sergey Prigogin
850063c25d Cosmetics. 2012-04-02 10:50:08 -07:00
Anton Gorenkov
4a793c0801 Bug 180256 - Launch configurations should support build variables 2012-04-02 10:47:17 -07:00
Anton Gorenkov
f1a62f0fe3 Bug 375814 - Implement the Eclipse variables to obtain CDT configuration
name and description for the specified project
2012-04-02 10:23:31 -07:00
Jeff Johnston
22ea1c7683 Add missing Autotools UI fixes done after initial move.
- fix some findBugs warnings
- use sh -c to invoke Autotool scripts
- switch AutomakeErrorHandler to use IEditorInput
2012-04-02 12:33:46 -04:00
Jeff Johnston
a3a513fffb Add some missing Autotools test fixes done after initial move.
- fix some findBugs issues with ProjectTools.java
- make the configure script executable to support using sh -c to
  invoke the script
2012-04-02 12:33:46 -04:00
Jeff Johnston
6272193b34 Update Autotools core with missing fixes made after initial move.
- Bug 371277 [autotools] - use sh -c to run scripts
- Bug 372557 [autotools] - out of range exception on unknown env var
2012-04-02 12:33:45 -04:00
Sergey Prigogin
b2a7ca7238 Cosmetics. 2012-04-01 15:34:24 -07:00
Alex Freidin
15c366a882 Bug 373503 - Auto-completion for C/C++ editor templates that start with
# sign doesn't work. Patch by Alex Freidin
2012-04-01 15:31:40 -07:00
John Cortell
217a28a706 Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose project context more intelligently 2012-03-30 17:07:45 -05:00
Sergey Prigogin
eb0a4c8edb Adjusted .gitignore 2012-03-30 14:11:13 -07:00
Sergey Prigogin
82080e8056 Code simplification. 2012-03-30 12:43:52 -07:00
Jeff Johnston
179924ef5c Bug 374026 - [autotools] unable to extend the autotools toolchain
- fix createItems method in AutotoolsBuildWizard to accept any project
  type that has a toolchain that is based upon [GNU Autotools]
2012-03-29 18:19:40 -04:00
Jeff Johnston
90ecfa9d5e Fix old Autotools nature id specifier. 2012-03-29 18:19:40 -04:00
Jeff Johnston
cf9b34cd08 Fix Autotools tests to refresh resources after build. 2012-03-29 18:19:39 -04:00
Andrew Gvozdev
e157e1a63e More cleanup 2012-03-29 13:54:50 -04:00
Andrew Gvozdev
be44991629 XlcBuiltinSpecsDetector to take compiler from toolchain,
some cleanup
2012-03-28 16:22:05 -04:00
sprigogin
3606e0c512 Bug 375546 - Potential NullPointerException in CParameter.java 2012-03-28 11:29:20 -04:00
sprigogin
e6f0a47c44 Fixed initialization of the folder text box in the New Source File
dialog.
2012-03-27 23:24:57 -04:00
Andrew Gvozdev
3bdc50cd6e Merge remote-tracking branch 'cdt/master' into sd90 2012-03-27 18:42:27 -04:00
Andrew Gvozdev
faf497d361 bug 71511: Some house-cleaning 2012-03-27 18:32:54 -04:00
Andrew Gvozdev
d9d7fd0d07 Remove usage of ErrorParserManager 2012-03-27 15:48:57 -04:00
Andrew Gvozdev
5ac21f1de1 Merge remote-tracking branch 'cdt/master' into sd90 2012-03-27 15:32:37 -04:00
Andrew Gvozdev
04bdc42203 More cleanup 2012-03-27 14:20:13 -04:00
Andrew Gvozdev
c97867bc23 A few cygwin simplifications 2012-03-27 10:17:47 -04:00
Andrew Gvozdev
e219640575 some more cleanup 2012-03-27 09:52:50 -04:00
sprigogin
5326d2930a Eliminated unnecessary blank lines in refactored code. 2012-03-26 23:32:20 -04:00
sprigogin
73337a5882 Proper handling of visibility for extracted inline functions. 2012-03-26 19:44:13 -04:00
Andrew Gvozdev
0784585fe4 On rerun delete only own markers, some cleanup 2012-03-26 17:58:53 -04:00
sprigogin
c73b8c8a4a Fixed a bug in Extract Function refactoring. 2012-03-25 21:31:00 -07:00
Andrew Gvozdev
14b3dc054b Merge remote-tracking branch 'cdt/master' into sd90 2012-03-25 07:05:16 -04:00
Andrew Gvozdev
8638b31297 Adopted BuildRunnerHelper 2012-03-25 06:59:33 -04:00
Marc Khouzam
a13c09f28d Bug 375256: Disable assertion to allow existing launches to migrate to the new 'normal' tracepoint terminology. 2012-03-24 13:59:04 -04:00
Marc Khouzam
5d924afa08 Bug 375256: Use the wording: 'normal' instead of 'slow' for tracepoints 2012-03-24 13:38:42 -04:00
Marc Khouzam
2199fee857 Bug 375227: Tracepoints cannot be set in the Disassembly view 2012-03-23 23:42:25 -04:00
Sergey Prigogin
839a50b9b8 Adjusted menu ordering. 2012-03-23 18:48:59 -07:00