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

15617 commits

Author SHA1 Message Date
Randy Rohrbach
e2a14c751f Bugzilla 293480. 2009-10-27 18:29:04 +00:00
Vivian Kong
5c8a3a78a4 Bug 293385 - Log standalone indexer progress using IParserLogService instead of stdout 2009-10-27 15:19:11 +00:00
Markus Schorn
3a0a069fb7 Improve performance for storing large classes in index, 287907. 2009-10-27 15:13:32 +00:00
Marc Khouzam
72a7fa5cd0 [275193] Support for Remote Debugging tests using gdbserver 2009-10-27 15:09:42 +00:00
Vivian Kong
84ac7856bc Bug 293383 - Add trace() to PDOMWriter 2009-10-27 15:04:52 +00:00
Markus Schorn
cbc078f817 cv-qualifiers in parameter declarations, bug 293322. 2009-10-27 12:59:14 +00:00
Markus Schorn
8217a6eb90 Empty search for certain projects, bug 293161. 2009-10-27 10:32:20 +00:00
Markus Schorn
c6fa4817ff Fixes a testcase failure. 2009-10-27 10:16:07 +00:00
Markus Schorn
edca08b14f Special cases in argument deduction for function templates, bug 293409. 2009-10-27 10:03:06 +00:00
Randy Rohrbach
aa7ec888a1 Warning cleanup. No functional changes. 2009-10-26 17:27:52 +00:00
Randy Rohrbach
e2ba58b42c Cleanup warnings. No functional code changes. 2009-10-26 17:21:43 +00:00
Marc Khouzam
29c296b980 [293324] Support for executor depth in DSFExecutor traces 2009-10-26 16:45:41 +00:00
Doug Schaefer
151ca650f8 Removed Mylyn CDT Bridge. It's moved over to Mylyn. 2009-10-26 15:08:08 +00:00
Randy Rohrbach
c30af4fb0f Just fix simple warnings. No functional changes. 2009-10-26 14:03:42 +00:00
Anton Leherbauer
86ab70a815 Bug 289339 - CDT should support feature "Surround with..", patch by Axel Mueller 2009-10-26 08:17:27 +00:00
Andrew Gvozdev
57ba53ae39 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Changes to be able to handle MACRO += syntax with trailing backslash
2009-10-26 01:49:15 +00:00
Sergey Prigogin
4cd1523cc1 More granular index locking. 2009-10-25 20:38:57 +00:00
Sergey Prigogin
ab5b237d74 More granular index locking. Bug 287907. 2009-10-25 06:01:55 +00:00
Anton Leherbauer
90a3287885 Bug 291821 - Test case for auto-indent regression 2009-10-23 12:21:51 +00:00
Markus Schorn
432edada85 Fixes for API problems. 2009-10-23 11:32:02 +00:00
Markus Schorn
037ae1d1b3 Navigation of fields, bug 292635. 2009-10-23 07:27:33 +00:00
Mike Kucera
6af575f224 Bug 292949 - XL C++ parser using wrong scanner config - updating keywords 2009-10-22 21:36:05 +00:00
Mike Kucera
bd5a8a4f8a Bug 292949 - XL C++ parser using wrong scanner config 2009-10-22 21:27:51 +00:00
James Blackburn
8789d929c1 - Bug76407 #checkProjectRefChange should preserve order when setting referenced projects
- Bug252966 unintentional stray semi-colon added to removeNonCustomSettings
- Fix all warnings
2009-10-22 15:26:35 +00:00
Markus Schorn
64781791db Overload resolution for non-dependent names, bug 293052. 2009-10-22 15:13:49 +00:00
Markus Schorn
247c59316f Correct status handling + index update issue, bug 293021. 2009-10-22 14:34:20 +00:00
James Blackburn
5333c64790 Bug293029 Don't reset selected configuration when changing page. 2009-10-22 13:00:19 +00:00
Vivian Kong
b74f0e0b85 Bug 292978 - New C/C++ wizard toolbar buttons are showing UI contributions that should be hidden by activities 2009-10-22 03:29:44 +00:00
Markus Schorn
1558c3a6e8 Proper template support in search for references, bug 268726. 2009-10-21 14:55:21 +00:00
Markus Schorn
614dd157e9 Fixes a test-case. 2009-10-21 14:51:57 +00:00
Markus Schorn
6936409241 Fixed a few compiler warnings. 2009-10-21 14:29:08 +00:00
James Blackburn
90b40763b4 Bounds check before moving referenced project. 2009-10-21 14:28:23 +00:00
James Blackburn
57557c4bc8 Bug76407 - Should be able to specify project references order
- ICConfigurationDescrption#get|setReferenceInfo(...) preserves the ordering of the referenced configurations
  - RefsTab has been improved so you can move referenced projects up and down.
  - RefsTab now displays referenced projects which aren't open / available -- so users know what dependencies aren't fulfilled
  - RefsTab displays invalid / unavailable configurations / projects as grayed
  - Generics + Comments
2009-10-21 14:10:36 +00:00
Marc Khouzam
92363450a3 [285225] Only enable disassembly toggle breakpoint target for the DSF disassembly view. Also remove enablement condition of plugin.xml since we are checking this in the code. 2009-10-21 12:46:47 +00:00
Emanuel Graf
45872aa127 FIXED - bug 291268: Source->Implement Method goes into an infinite loop for parameter with white spaces in type name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291268
2009-10-21 09:20:31 +00:00
Anton Leherbauer
d2cb70aeb5 [292688] DSF Disassembly: Reduce maximum width of FunctionOffset Ruler Column 2009-10-21 08:29:58 +00:00
Randy Rohrbach
315fd1e2a6 Bugzilla 292834 2009-10-20 23:56:35 +00:00
James Blackburn
ae5e0a74f3 Bug 243907 - AbstractCPropertyTab#dispose() never called
- AbstractPage leaks Tab icon SWT Images
    - AbstractCPropertyTab uses reflection for setGrayed API
2009-10-20 16:40:30 +00:00
Markus Schorn
353d1d0875 Mapping types of variables back to ast-types, if possible; bug 292749. 2009-10-20 16:38:05 +00:00
Emanuel Graf
24ce8e3659 FIXED - bug 195604: Source folder becomes common folder after rename
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195604
2009-10-20 13:54:25 +00:00
Anton Leherbauer
5304735fdb [285225] Undo unintended tracepoint related change 2009-10-20 12:48:56 +00:00
Emanuel Graf
95e3b558d5 FIXED - bug 291190: Refactoring tests use the index without read-locks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291190
2009-10-20 10:19:04 +00:00
Anton Leherbauer
8c5477d2d0 [285225] [disassembly view] DSF Disassembly view does not respect selected breakpoint type 2009-10-20 09:14:17 +00:00
Randy Rohrbach
1b7d9e2dda Bugzilla 292703 2009-10-19 20:17:41 +00:00
Randy Rohrbach
3abb81f9e4 Bugzilla 292660. 2009-10-19 13:41:19 +00:00
Markus Schorn
7c27796dbd Proper template support in call hierarchy, bug 240589. 2009-10-19 12:11:05 +00:00
Randy Rohrbach
0d66821cc1 Bugzilla defects
256775
283586
287540
290710
292059
292120
292293
2009-10-18 04:53:48 +00:00
Marc Khouzam
6cb229669e [292488] Guard against RejectedExecutionException 2009-10-18 01:11:03 +00:00
Sergey Prigogin
f339b83aa5 Log long periods of holding write index lock. 2009-10-17 20:15:16 +00:00
Sergey Prigogin
4cf3daa620 Fixed a typo. 2009-10-17 19:44:00 +00:00