1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00
Commit graph

15618 commits

Author SHA1 Message Date
Randy Rohrbach
93fcf7fbd2 Bugzilla 251930 2008-10-23 21:22:13 +00:00
Randy Rohrbach
3d8b28336a Bugzilla 251927. 2008-10-23 21:14:04 +00:00
Randy Rohrbach
129d6e5f36 Bugzilla 251925 2008-10-23 21:09:59 +00:00
Ted Williams
4f5ce5c6eb [251877] Find/Replace dialog incorrectly restores Forward/Backward button states 2008-10-23 20:35:43 +00:00
Ted Williams
3c61232e71 [251877] Find/Replace dialog incorrectly restores Forward/Backward button states 2008-10-23 19:51:20 +00:00
Ted Williams
899c96ac5b [251877] Find/Replace dialog incorrectly restores Forward/Backward button states 2008-10-23 17:33:45 +00:00
Ted Williams
351ab621de [214956] [Memory View] Memory View workflow enhancements: quick address navigation; simplified use defaults; fewer clicks 2008-10-23 16:52:21 +00:00
Alena Laskavaia
e91a1c6dc9 [54812] - added API for untrimmed build output 2008-10-23 15:37:20 +00:00
Markus Schorn
ee1e58259d Prevent the expansion of a macro when the closing parenthesis is not there, bug 251734. 2008-10-23 11:17:31 +00:00
Pawel Piech
11551c7891 [251452] - Updated copyright statements and comments. 2008-10-23 03:56:01 +00:00
Pawel Piech
13b09802ad [251769] - [update policy] Hide the "update scopes" menu. 2008-10-22 20:34:14 +00:00
Alena Laskavaia
8961527f07 - make it shorter 2008-10-22 19:47:38 +00:00
Pawel Piech
3b67689ca6 [251452] - Added the refresh all icon. 2008-10-22 18:00:04 +00:00
Alena Laskavaia
9f9adbe864 - removed useless code that was causing unnecessary array object creation every for every line of build output 2008-10-22 17:45:54 +00:00
Alena Laskavaia
19af0eaeeb [248691] - fixed bug in details evaluation for items of big array, applied patch send by Michael Luber 2008-10-22 16:33:31 +00:00
Markus Schorn
38fae876ab Improved javadoc of IASTNode.getNodeLocations(). 2008-10-22 14:22:15 +00:00
Markus Schorn
6724c62308 API and data-structures for proper support of template non-type arguments, bug 242668. 2008-10-22 10:58:24 +00:00
Alena Laskavaia
cade3e70c6 [140424] ArrayIndexOutOfBoundsException when creating a new project with ScannerConfigurationDiscoveryProfile extension defined 2008-10-21 20:21:00 +00:00
Alena Laskavaia
c952b7c60d [251124] - fixing language support templates 2008-10-21 20:14:40 +00:00
Markus Schorn
da9b11f4b6 Syntax error for cast-ambiguity with unusual decl-spec-sequence, bug 251514 2008-10-21 11:36:52 +00:00
Pawel Piech
70dec0bd0d [251452] - [update policies] Add a "Refresh All" action. 2008-10-20 22:55:30 +00:00
Randy Rohrbach
97ce30ebc7 Bugzilla 251455 2008-10-20 19:13:05 +00:00
Marc Khouzam
d4bf78151a [251101] Allow CLI console to accept MI commands. 2008-10-20 14:37:39 +00:00
Marc Khouzam
cd35fa70ba [240092] Move getSessionType() and getIsAttachSession() from IGDBControl to IGDBBackend. Also, remove IGDBControl.getExecutablePath() since IGDBBackend.getProgramPath() did the same thing. 2008-10-20 14:27:20 +00:00
Anton Leherbauer
e4f3dd764f Bug 244054 - [formatter] macros after controlflow statements without braces: new line missing 2008-10-20 14:14:34 +00:00
Sergey Prigogin
955f724c97 Stricter selection of dtors for Rename in File. 2008-10-19 03:13:43 +00:00
Sergey Prigogin
1671c73dd0 Code formatting. 2008-10-19 03:11:26 +00:00
Alena Laskavaia
2654d40bea [251124] - applied patch, fixing unfinished code that allow language separation for templates 2008-10-17 15:05:54 +00:00
Markus Schorn
2760c4fe5f Support for linked files that change the name of the file in ResourceLookup, bug 251161. 2008-10-17 14:01:35 +00:00
Markus Schorn
129297342f NPE resolving template-id in using-decl, bug 251199. 2008-10-17 13:10:37 +00:00
Anton Leherbauer
f9a7cd90e1 Bug 250969 - Code Formatter removes necessary whitespaces 2008-10-17 09:19:49 +00:00
Anton Leherbauer
2dd772835a Bug 250665 - New Source/Header wizard page: "Finish" button is enabled for empty file names 2008-10-17 09:16:30 +00:00
Markus Schorn
db8d239e76 Add ResourceLookup.sortFilesByRelevance(...), bug 251161. 2008-10-17 08:41:57 +00:00
Anton Leherbauer
868e29ac4f Bug 250638 - NPEs when disassembling in debugger
Patch by Øyvind Harboe
2008-10-17 08:38:54 +00:00
Mike Kucera
f91408d15a fix for bug 250972 2008-10-16 19:50:32 +00:00
Randy Rohrbach
0113d94674 Bugzilla 251039. 2008-10-16 19:31:58 +00:00
Markus Schorn
0cd1be7cee Safe guards against infinite recursions for value computation, bug 250788. 2008-10-16 15:19:22 +00:00
Markus Schorn
d7e75c1559 Initial implementation of values for variables and enumerators, bug 250788. 2008-10-16 13:04:54 +00:00
Markus Schorn
27881f4236 Removes empty classes CASTNode and CPPASTNode, related to bug 242668. 2008-10-15 10:28:02 +00:00
Marc Khouzam
3fd4ddeddc [240092] some cleanup to GDB parts, of which the most important ones are to fix the JUnit tests and remove get getGDBCommandLine() from IGDBBackend, which was not needed. 2008-10-14 20:26:01 +00:00
Ted Williams
21661960b4 [250822] Import/Export file dialog missing "*" filter 2008-10-14 18:07:11 +00:00
Pawel Piech
8b64c7e941 [240092] - Updated comment. 2008-10-14 17:43:58 +00:00
Pawel Piech
d18ba19313 [240092] - [launch] The way to launch & configure GDB process in DSF is not customizable 2008-10-14 17:31:52 +00:00
Markus Schorn
09fdb56cc2 Concurrent usage of specializations, bug 245460. 2008-10-14 12:20:42 +00:00
Anton Leherbauer
bb30f026fc [250752] [run control] When stepping out or when a breakpoint is hit, then next step is blocked 2008-10-14 11:00:23 +00:00
Markus Schorn
e1dc796f80 Fix testcase for class friends. 2008-10-14 10:39:08 +00:00
Markus Schorn
dd5413a3a2 Information about syntax between ast-nodes, bug 250251. 2008-10-14 09:29:23 +00:00
Pawel Piech
2d78ef8f37 [250414] - [update policy] Stale data displayed when variables, registers or expressions view was hidden 2008-10-13 19:30:50 +00:00
Pawel Piech
7fd71fdc14 [250675] - [view model] Debugger VM providers' listeners are never removed from the preference store. 2008-10-13 17:39:46 +00:00
Anton Leherbauer
10b2bb8da5 Bug 250625 - NPE in AbstractFileCreationWizardPage 2008-10-13 12:33:39 +00:00