1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-15 20:25:46 +02:00
Commit graph

35221 commits

Author SHA1 Message Date
David Dykstal
93fde9f633 [225320] Rearranging elements prior to adding code for secure storage - no code changes. 2012-03-13 02:35:26 +00:00
David Dykstal
2712a2eff0 [225320] Formatting module prior to adding code for secure storage - no code changes. 2012-03-13 02:25:42 +00:00
Jeff Johnston
863ac9d61b Bug 368069 - RFE: Contribute Autotools plug-ins to the CDT 2012-03-12 00:39:05 -04:00
Winndie Lai
4be0276d23 Bug 371012 - Number format pull down menu need to get choices from service or some component instead of hard coding the values 2012-03-08 15:19:03 -08:00
David McKnight
bc4d48c1b6 [373673] Remote Systems Details view calling wrong method for setting action tooltips 2012-03-08 17:45:51 +00:00
David McKnight
d194b3a2a6 [372674] Enhancement - Preserve state of Remote Monitor view 2012-03-08 17:42:27 +00:00
Sergey Prigogin
e799de15a0 Moved getOperandsOfMultiExpression method to CPPVisitor. 2012-03-07 20:12:52 -08:00
Sergey Prigogin
8153aff8ff Cosmetics. 2012-03-07 20:12:42 -08:00
Sergey Prigogin
c5df80239f Cosmetics. 2012-03-07 20:12:33 -08:00
Marc-Andre Laperle
53bc0f10e6 Bug 368420 - FP in members not initialized in in copy constructor 2012-03-07 20:36:34 -05:00
William R. Swanson
ef1a32b6df Bug 373376: Save reference to debug view listener as intended. 2012-03-07 11:58:46 -05:00
William R. Swanson
26af0a8189 Bug 373376: remove Debug View listener in visualizer's dispose method 2012-03-07 10:54:08 -05:00
Mathias Kunter
baeccceba6 Bug 370462 - Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-07 09:33:31 -05:00
David McKnight
1768999c02 [373459] [dstore][multithread] duplicate finish() calls during idle timeout 2012-03-07 14:14:38 +00:00
David McKnight
7e326c2026 [373507] [dstore][multithread] reduce heap memory on disconnect for server 2012-03-07 14:14:17 +00:00
Marc-Andre Laperle
0a9a95adcd Bug 368419 - FP in members not initialized in constructor 2012-03-07 01:33:16 -05:00
Raphael Zulliger
9634e0c57f Bug 369622 - Move to line fails using MinGW GDB 2012-03-06 12:47:45 -05:00
William R. Swanson
406cabd6e7 Bug 373376: Multicore Visualizer should detect Debug View model changes
and update accordingly

- dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/
  - src/org/eclipse/cdt/dsf/gdb/multicorevisualizer/internal/ui/view/
    - MulticoreVisualizer.java
      - attach a model changed listener to Debug View's tree view
2012-03-06 10:38:34 -05:00
Mathias Kunter
2cfe871ac8 Bug 370462: Update of screenshot of Debug preference page. 2012-03-06 10:10:09 -05:00
Marc Khouzam
f4385f2fd6 Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as it didn't solve the problem. 2012-03-06 09:23:39 -05:00
Mathias Kunter
cd1de04157 Bug 370462: Improving the debug preferences. Better handling of octal addresses. 2012-03-06 09:23:36 -05:00
Marc Khouzam
49c5be791f Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage. 2012-03-06 09:23:34 -05:00
Marc Khouzam
23a8adbdb7 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to DSF-GDB to avoid API change. 2012-03-06 09:23:30 -05:00
Mathias Kunter
c61ae8a137 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-06 09:23:28 -05:00
Marc Khouzam
fdd2d8570d Bug 307311: Add back method to MIConst to avoid breaking API, use a map for the special characters and unicode codepoints, add more JUnit tests, add the JUnit tests to the Sessionless suite. 2012-03-06 09:23:24 -05:00
Mathias Kunter
a974434ec3 Bug 307311: Incorrect string display when using non-ASCII characters 2012-03-06 09:23:21 -05:00
David McKnight
dd35bf78c6 [372968] [dstore][shell] provide support for csh and tcsh shells 2012-03-06 13:48:58 +00:00
Sergey Prigogin
f360d64c77 Few formatting fixes. 2012-03-05 18:52:58 -08:00
Sergey Prigogin
a88fc6d3b5 Cosmetics. 2012-03-05 18:50:21 -08:00
Sergey Prigogin
e83675fdce Temporarily restored compatibility with Eclipse 3.7. 2012-03-05 16:13:32 -08:00
Sergey Prigogin
79dc53a60d Minor bug fix. 2012-03-05 16:13:24 -08:00
Doug Schaefer
3a1214c27a Turn off the lrparser and xlc tests until they're fixed. 2012-03-05 16:26:03 -05:00
William R. Swanson
38289ccdd0 Bug 373138: Add new text-selection visualizer example.
- visualizer/org.eclipse.cdt.visualizer.ui
  - src/org/eclipse/cdt/visualizer/ui/util/ScrollPanel.java
    - add ScrollPanel UI class

- visualizer/org.eclipse.cdt.visualizer.examples

  - src/org/eclipse/cdt/visualizer/examples/
    - VisualizerExamplesPlugin.java
      - add UIResourceManager instance to plugin

  - src/org/eclipse/cdt/visualizer/examples/sourcegraph/
    - SourceGraphVisualizer.java
      - visualizer implementation

    - SourceGraphControl.java
      - graphic visualization control
        (displayed in ScrollPanel by SourceGraphVisualizer)

  - plugin.xml
    - add extension point declaration for new visualizer example

  - resources/messages.properties
    - add string resource file

  - .classpath
    - add "resources/" directory as a source path

  - META-INF/MANIFEST.MF
    - add a couple plugin dependencies
2012-03-05 15:47:39 -05:00
David McKnight
aac7baa511 [373085] Changing the remote code page for a file transferred as text causes problems 2012-03-05 19:44:29 +00:00
Marc Khouzam
2fb4b4feef Bug 350837: Need an interface to access the GDB error stream. 2012-03-05 08:05:07 -05:00
Marc-Andre Laperle
e912eb6f32 Bug 372009 - Wrong class name in NonVirtualDestructor warning 2012-03-05 01:31:48 -05:00
Sergey Prigogin
4af78ed0b2 Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-03 21:33:53 -08:00
Sergey Prigogin
1392741dce Missing piece of the previous commit. 2012-03-03 19:17:13 -08:00
Sergey Prigogin
17b63147ee Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 19:14:26 -08:00
Sergey Prigogin
243e76fb58 Code cleanup. 2012-03-03 19:13:25 -08:00
Sergey Prigogin
2161ef0cc6 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit f4adb1cc10.
2012-03-03 18:59:09 -08:00
Sergey Prigogin
f4adb1cc10 Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 18:55:43 -08:00
Sergey Prigogin
ba686ec199 Cosmetics. 2012-03-03 18:26:46 -08:00
Sergey Prigogin
78ec6b8ebe Added missing initialization of fExtraSpaces. 2012-03-03 17:54:00 -08:00
Sergey Prigogin
d0eed235bc Cosmetics. 2012-03-03 17:51:48 -08:00
Sergey Prigogin
304ce2dac3 Code simplification. 2012-03-02 19:24:51 -08:00
Sergey Prigogin
b921093240 Bug 373034 - Code formatter produces invalid indentation. 2012-03-02 18:53:26 -08:00
Sergey Prigogin
8b98a1e93e Cosmetics. 2012-03-02 18:47:09 -08:00
Sergey Prigogin
aceb2222db Fixed tests broken due to enablement of folding in C editor. 2012-03-02 18:43:08 -08:00
Marc Khouzam
39d3edc175 Bug 371198: Fixes for intermittent test failures. 2012-03-02 14:49:51 -05:00