Doug Schaefer
20c122f90f
Got rid of the tee in the build.sh to make it more flexible as to where the build log goes.
2005-08-31 18:50:56 +00:00
Alain Magloire
155525b0ea
2005-08-31 Alain Magloire
...
Fix Pr 107571: Part of this fix is to add the
inferior process in the session
* src/org/eclipse/cdt/launch/internal/LocalAttachLaunchDelegate.java
2005-08-31 17:36:31 +00:00
Alain Magloire
9511669ee0
2005-08-31 Alain Magloire
...
Fix Pr 107571: Do not create the Console pipe is we
have no consumer.
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
2005-08-31 17:35:33 +00:00
Alain Magloire
0af6f04543
.
2005-08-30 20:18:35 +00:00
Alain Magloire
0972235514
2005-08-30 Alain Magloire
...
New test for PR 109202 (written by Devin Steffler)
* ui/org/eclipse/cdt/ui/tests/tex/selectiontests/CPPSelectionTestsDOMIndexer.java
2005-08-30 20:17:22 +00:00
Alain Magloire
1abe3efac6
2005-08-30 Alain Magloire
...
New test for PR 109202 (written by Devin Steffler)
* parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java
2005-08-30 20:16:08 +00:00
Alain Magloire
63a0d506da
2005-08-30 Alain Magloire
...
PR 108202, code from Devin Steffler.
* parser/org/eclipse/cdt/internal/core/dom/parser/c/GNUCSourceParser.java
* parser/org/eclipse/cdt/internal/core/do/parser/cpp/GNUCPPSourceParser.java
2005-08-30 20:15:08 +00:00
Alain Magloire
930b697e19
2005-08-30 Alain Magloire
...
New test in PR 107150 (written by Devin Steffler)
* parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java
* parser/org/eclipse/cdt/core/parser/tests/ast2/AST2Tests.java
* parser/org/eclipse/cdt/core/parser/tests/scanner2/Scanner2Test.java
2005-08-30 19:49:11 +00:00
Alain Magloire
ca26718e84
2005-08-30 Alain Magloire
...
PR 107150, code/patch written by Devin Steffler
* parser/org/eclipse/cdt/internal/core/parser/scanner2/BaseScanner.java
2005-08-30 19:48:58 +00:00
Leo Treggiari
6b0195f1f8
Minor update for Output Name Provider
2005-08-28 21:27:14 +00:00
Leo Treggiari
b3614c4ad4
Fix bugs with external dependency calculation
2005-08-28 15:56:17 +00:00
Alain Magloire
55872940c2
2005-08-28 Alain Magloire
...
Speed improvement after exchanging with the HP folks.
HP has apps having hundred of local variable running on machine
with hundred of registers. The latency of the command "-var-create"
is too taxing. So we take the approach of not waiting for post command
MISession.postCommand(MIVarCreate, -1) and synchronize when we need the
mi varObj.
The next step will be to cache the types, since sending ptype/whatis
is also time consuming.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Argument.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/GlobalVariable.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocalVariable.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ThreadStorage.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
2005-08-28 03:21:50 +00:00
Alain Magloire
41d098da72
2005-08-27 Alain Magloire
...
Fix PR 108206: Do not use the UI thread when parsing
the working copy for the outliner.
* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlineProvider.java
2005-08-27 22:50:52 +00:00
Alain Magloire
a43ab33c8c
2005-08-27 Alain Magloire
...
Fix PR 108205: limit the number of refresh by ignoring WorkingCopies events.
* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-08-27 22:46:56 +00:00
Mikhail Khodjaiants
4604a2056f
Bug 108130: wrong type shown on breakpoint view for R watchpoint created from gdb console.
2005-08-26 15:50:10 +00:00
Mikhail Khodjaiants
282d9eb299
Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method.
2005-08-25 21:45:23 +00:00
Mikhail Khodjaiants
c8e4f80647
Bug 66446: Use the debugger path as a debugger process label.
2005-08-25 21:44:59 +00:00
Mikhail Khodjaiants
541144055f
Bug 106241: Argument stopInMain has no impact in method org.eclipse.cdt.debug.core.CDIDebugModel#newDebugTarget.
2005-08-25 20:12:44 +00:00
Mikhail Khodjaiants
485f7b6bf0
Bug 108028: Duplicate watchpointes.
2005-08-25 18:26:34 +00:00
Mikhail Khodjaiants
b6b18c2e07
Wrong date.
2005-08-24 15:12:42 +00:00
Mikhail Khodjaiants
8590ecef22
Bug 107208: toggle breakpoint with external sources doesn't work.
2005-08-24 15:07:07 +00:00
Leo Treggiari
a1ccd95cad
Apply Bob M. patch for browseType and resourceFilter attributes.
...
Fix problem with overridesOnlyValue uncovered by Bob's fix.
2005-08-23 22:01:17 +00:00
Mikhail Khodjaiants
fece65cbf3
Bug 107787: Casting variable to array causes NPE.
2005-08-23 21:27:17 +00:00
Alain Magloire
09fcd6ef44
2005-08-20 Alain Magloire
...
Fix PR 105613: Preview label duplicated
* src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java
2005-08-21 03:30:49 +00:00
Alain Magloire
b1afdc1ddd
2005-08-20 Alain Magloire
...
Fix for PR 106540: Link with editor did not work correctly for non C resources.
* src/org/eclipse/cdt/internal/ui/cview/CView.java
2005-08-21 03:01:41 +00:00
Alain Magloire
ef4e5c166a
2005-08-20 Alain Magloire
...
Fix PR 86802 106911 87497 : Assembly editor fixes.
* src/org/eclipse/cdt/internal/ui/editor/asm/ASMEditorActionContributor.java
* src/org/eclipse/cdt/internal/ui/editor/asm/AsmSourceViewerConfiguration.java
* src/org/eclipse/cdt/internal/ui/editor/asm/AsmTextEditor.java
* plugin.xml
2005-08-21 02:48:27 +00:00
Leo Treggiari
aa14b8d1ee
Add icon directory to build.properties
2005-08-15 03:05:37 +00:00
Leo Treggiari
a750708290
Fix documentation with commandLinePattern
2005-08-12 21:26:02 +00:00
Leo Treggiari
9ac46ef79e
Fix bug with adding Option inputs to the dependency list
2005-08-12 21:09:53 +00:00
Alain Magloire
725ad300be
Update images from Chris Herborth
2005-08-12 19:49:53 +00:00
Chris Wiebe
565769ca30
2005-08-12 Chris Wiebe
...
Fix PR 106577: NPE in CTags Indexer
* index/org/eclipse/cdt/internal/core/index/ctagsindexer/CTagsFileReader.java
* index/org/eclipse/cdt/internal/core/index/ctagsindexer/CTagsIndexAll.java
2005-08-12 19:09:10 +00:00
Chris Wiebe
fdc0a1e7ed
2005-08-12 Chris Wiebe
...
Fix PR 106778: IndexerTypesJob2 painfully slow
* browser/org/eclipse/cdt/internal/core/browser/cache/IndexerTypesJob2.java
Fix progress monitor
* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacheManager.java
2005-08-12 18:37:21 +00:00
Leo Treggiari
c63d1a13eb
Fix documentation for osList and archList
2005-08-12 15:58:34 +00:00
David Daoust
8c37d3dbe0
Doc update from Devin.
...
Here's what I've changed:
changes to the doc htm files:
- added open definition
-> added concepts/cdt_c_open_definitions.htm
-> added images/openDefinition.png
-> added images/open_definition_error.png
-> updated images/openDeclaration.png
-> updated images/open_declaration_error.png
-> added tasks/cdt_t_open_definitions.htm
-> updated links to point to open definition wherever open declaration is linked
- information about the code reader buffer and properties in the menu
-> added images/cdt_pref_parser.png
-> added reference/cdt_o_parser_pref.htm (C/C++ Parser preferences)
-> added reference/cdt_u_c_parser_codereader_cache_pref.htm
-> added link to cdt_o_parser_pref.htm in reference/cdt_o_ref.htm
- removed reference/cdt_u_shared_lib_view_pref.htm since it has no useful information (also removed the corresponding link in contexts_CDT_DEBUGGER.xml)
- renamed the link absolute path "file:///E:/CDT/3.1/eclipse/org.eclipse.cdt.doc.user/images/indexer_import_largeproject1.PNG" in
tasks/indexer_importing_large_project.html to the relative path "../images/indexer_import_largeproject1.PNG"
dead links:
removed: concepts/cdt_c_editor.htm -> <br><a href="../reference/cdt_u_editor_key_bind.htm">C/C++ editor key binding actions</a>
removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
renamed to references/cdt_u_m_edit.htm: concepts/cdt-c_templates.htm -> <a href="../reference/cdt_u_menu_edit.htm">Edit menu</a>
removed: concepts/cdt_o_concepts.htm -> <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
removed: reference/cdt_u_m_project.htm -> Concepts/cdtconcepts-4.htm
removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm
removed: reference/cdt_o_ref.htm -> reference/cdt_u_mfile_rbcs.htm
removed: reference/cdt_o_ref.htm -> reference/cdt_u_search_pref.htm
renamed to cdt_o_mproj_pref.htm: reference/cdt_o_ref.htm -> reference/cdt_o_mproj_pref.htm
removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm
removed: tasks/cdt_o_tasks.htm -> <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
2005-08-12 13:43:10 +00:00
Chris Wiebe
d6a0d5d0d1
2005-08-11 Chris Wiebe
...
Fix PRs 104907,106415: type cache always running in background
* browser/org/eclipse/cdt/core/browser/AllTypesCache.java
* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacherJob.java
2005-08-11 19:33:20 +00:00
Leo Treggiari
9df072a4b2
Set the date for the 3.0 version to today. I'm done.
2005-08-10 19:25:23 +00:00
Leo Treggiari
880cbc564e
Another update to MBS Extensibility Guide
2005-08-10 18:48:12 +00:00
Leo Treggiari
be533bf7c8
Another update to MBS Extensibility Guide
2005-08-10 16:18:05 +00:00
Leo Treggiari
a9858f58d8
Another update to MBS Extensibility Guide
2005-08-10 14:18:07 +00:00
Leo Treggiari
410228dc74
Another update to MBS Extensibility Guide
2005-08-10 03:04:59 +00:00
Chris Wiebe
7c7f60df97
2005-08-09 Chris Wiebe
...
Fix bug# 106564: platform keybindings
plugin.xml
2005-08-09 21:25:36 +00:00
Mikhail Khodjaiants
6a8bcfb148
CDT 3.0.
2005-08-09 20:57:18 +00:00
Mikhail Khodjaiants
19a825436c
CDT 3.0.
2005-08-09 19:55:59 +00:00
Mikhail Khodjaiants
796081b7d5
CDT 3.0.
2005-08-09 18:59:09 +00:00
Leo Treggiari
6edd7be0aa
Update Test benchmarks because of content-type changes
2005-08-08 20:48:19 +00:00
Mikhail Khodjaiants
1e71227724
CDT 3.0.
2005-08-08 18:54:16 +00:00
Doug Schaefer
b88ebd27db
[Bug 105915] Fix for Code Formatter schema to show real name.
2005-08-08 18:08:35 +00:00
Alain Magloire
7bbe09a4f7
Confusion between "S" and "s" the "S" extension is remove for now.
2005-08-08 16:26:12 +00:00
Alain Magloire
ecce7764c9
2005-08-08 Alain Magloire
...
Fix PR 106340: ArrayOutOfBoundException
* src/org/eclipse/cdt/internal/ui/actions/GoToNextPreviousMemberAction.java
2005-08-08 16:23:42 +00:00
Mikhail Khodjaiants
eaa4628837
CDT 3.0.
2005-08-08 15:08:16 +00:00