Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2007-08-28Fix for 201330: code formater fooled by sizeof()Anton Leherbauer2-4/+12
2007-08-28Fix for 201279, [Call Hierarchy] no indication for multiple callsMarkus Schorn8-36/+91
2007-08-28Fix enablement of PE actionProviders (related to 201268: Project Explorer ena...Anton Leherbauer1-3/+9
2007-08-27Call Hierarchy Filter fails to hide enumerators.Markus Schorn4-8/+10
2007-08-27Related to 201254, move access to project model inside of add-project job.Markus Schorn1-5/+1
2007-08-25Bug 201000Ken Ryall1-4/+8
2007-08-24Bug #201074 : New Configuration can be absent from the Configuration drop dow...Oleg Krasilnikov1-4/+1
2007-08-24Fix for 200907: [Project Explorer] ctx-menu of files/folders offers c-search ...Anton Leherbauer1-1/+10
2007-08-23200958: apply fixAndrew Ferguson6-69/+138
2007-08-23Fix for 199245, scanner discovery and multi-line commands.Markus Schorn1-2/+8
2007-08-23Follow up for 185120, gcc-extension allows constants with suffix 'ull'.Markus Schorn2-2/+21
2007-08-23Fix and Testcase for 185120, handling of constants with suffix 'ul'.Markus Schorn2-1/+19
2007-08-23Fix and Testcases for 200830, macro expansion performed inside of string lite...Markus Schorn2-0/+85
2007-08-23Fix and Testcase for 199412, endless loop computing AST for self-including so...Markus Schorn3-5/+48
2007-08-23Fix and testcase for 200553, infinite loop with recursive typedefs.Markus Schorn3-5/+175
2007-08-22Fix for 200796, [Content Asssit] proposals for deleted or renamed fields in C.Markus Schorn1-8/+15
2007-08-22Follow up for 200239, using variadic macros stored in the index.Markus Schorn1-1/+1
2007-08-22Fix for 200239, using variadic macros stored in the index.Markus Schorn4-11/+94
2007-08-22Fix for 199929: Main thread hangs due to deadlock whilst indexingAnton Leherbauer1-4/+0
2007-08-22Delay workingset check (again)Anton Leherbauer1-1/+0
2007-08-21Bug 200420.Ken Ryall1-2/+23
2007-08-20Fix for 200437: Only built-in Code Formatter is calledAnton Leherbauer1-2/+8
2007-08-20Fix for 197494: Code formatter has problems with macros that contain access k...Anton Leherbauer2-11/+36
2007-08-17Fix for 199433: Code Style/Profile/Braces Namespace option missingAnton Leherbauer3-3/+3
2007-08-17Fix for 194198: No syntax highlighting when comparing makefilesAnton Leherbauer1-0/+1
2007-08-16Workaround for occasional NPE when restoring working sets on startupAnton Leherbauer1-1/+15
2007-08-14Bug #199835: No prevention of creating a manged project with a '#' symbolOleg Krasilnikov2-0/+7
2007-08-10Fix for [Bug 197486] [Project Model] cannot set exclusion filter on ICSourceE...Mikhail Sennikovsky3-10/+10
2007-08-10Fic for [Bug 194460] NPE while manipulating with ICDescriptor objectMikhail Sennikovsky4-17/+97
2007-08-10Fix for 191151, empty views for non-indexed files.Markus Schorn13-34/+245
2007-08-10Fix for 197251: [Project Explorer] Wrong enablement of new > C/C++ Project wi...Anton Leherbauer1-20/+2
2007-08-091. Follow up for Fix for [Bug 191744] Switching build configurations should n...Mikhail Sennikovsky3-18/+38
2007-08-091. Fix for [Bug 191744] Switching build configurations should not save .cprojectMikhail Sennikovsky7-48/+113
2007-08-09Bug #199387 : NPE eliminatedOleg Krasilnikov1-0/+1
2007-08-09Fix for 197495, remove earlyStartup from make.ui plugin.Markus Schorn3-3/+33
2007-08-08Fix for 199258, 'Show In' support for Include Browser.Markus Schorn2-2/+26
2007-08-07Fix for 198393: export the org.eclipse.cdt.internal.ui.preferences.formatter ...Anton Leherbauer1-0/+2
2007-08-07Fix for 198365: template - Content Assist - problem with resolve ${enclosing_...Anton Leherbauer1-1/+1
2007-08-04bug 90683 - syntax errors in template argumentAndrew Niefer3-51/+52
2007-08-04bug 179712 - function declaration with both throw and attribute modifiersAndrew Niefer2-0/+11
2007-08-04bug 178059Andrew Niefer2-1/+14
2007-07-31Fix for 198259 by Emanuel Graf, wrong order of accept- and leave calls.Markus Schorn1-5/+26
2007-07-31Fix for 198269 by Emanuel Graf, superfluous interface IASTForStatement.Markus Schorn1-2/+2
2007-07-31Fix for 198257 by Emanuel Graf, missing leave call in GCCASTSimpleDeclSpecifi...Markus Schorn1-5/+14
2007-07-30Looks like this was a cut and paste error. Fixes a CCE since the rbinding is ...Doug Schaefer1-2/+1
2007-07-27Fix and testcase for 191450, __attribute__ in-between pointer-operators.Markus Schorn5-23/+26
2007-07-27Fix for 180883 and 197990, content assist before saving file.Markus Schorn2-8/+19
2007-07-27More testcases and a fix for 186123, information stored with bindings not upd...Markus Schorn3-11/+158
2007-07-27Additional testcase for updating index.Markus Schorn1-3/+37
2007-07-27Additional testcase for binding resolution.Markus Schorn2-17/+63

Back to the top