Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-06Bug 400073 - More robust clearing of results cache.cdt_8_2Sergey Prigogin1-2/+7
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-0/+8
Fixed a soft memory leak caused by accumulation of data in PDOM.fResultCache when several consecutive files fail to parse.
2013-11-25Bug 421541 allow debugging of non C languagePhilippe Gil1-0/+8
when sizeof(void *) cannot be evaluated, log an error instead of aborting the debug session. Change-Id: Ic6b0e53645626b2174d93b64942d3caf3cae5c86 Signed-off-by: Philippe Gil <gil@adacore.com> Reviewed-on: https://git.eclipse.org/r/18815 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-11-21Bug 422217 - NPE in IndexLocationFactory.getAbsolutePathSergey Prigogin1-1/+5
2013-11-20Bug 421398 - Organize Includes not adds includes for base class.Sergey Prigogin2-1/+12
2013-11-05Bug 420604 - Disassembly view tends to scroll upwards on refreshAnton Leherbauer1-2/+7
2013-10-31Fix NPE in CDebugUIUtils.getEditorFilePath() if file does not existAnton Leherbauer1-3/+15
2013-10-14Bug 418797 - Spawner closes file descriptor it didn't open when process ↵Anton Leherbauer1-5/+2
cannot be started
2013-09-26Bug 417616 - IndexedFilesLabelProvider does work on non-CDT projectsChris Recoskie1-4/+17
Change-Id: Iee639c9ecb6daca06946e57546b0ec9f501655e4 Reviewed-on: https://git.eclipse.org/r/16695 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Chris Recoskie <recoskie@ca.ibm.com> Tested-by: Chris Recoskie <recoskie@ca.ibm.com> Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-09-26Bug 406479 - Some "org.eclipse.cdt.core" fragments are missing anChris Recoskie3-0/+3
"Eclipse-PlatformFilter" in their manifest
2013-09-17Bug 413483 - Protect agains NPE if endianness is not initializedCDT_8_2_1Marc Khouzam1-0/+5
Change-Id: I8ab096dacb9d2fcf0d261dd082fa0fdc84485219 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-09-16Bug 413483 - GDB Hardware Debugging - Memory viewing brokenMikhail Khodjaiants1-34/+12
The memory initialization is moved to "stepUpdateContainer" to avoid introducing a new API in 8.2.1.
2013-09-16Bug 412766 - Allow indexing to continue after encountering an invalidSergey Prigogin2-3/+17
class member.
2013-09-16Bug 413483 - GDB Hardware Debugging - Memory viewing brokenMikhail Khodjaiants1-19/+34
To avoid introducing a new API in 8.2.1 the memory initialization is added to "stepUpdateContainer".
2013-09-16Bug 413483 - GDB Hardware Debugging - Memory viewing brokenWilliam Riley1-1/+20
Signed-off-by: William Riley <william.riley@renesas.com>
2013-09-14Bug 417243 - Organize Includes inserts unnecessary include for theSergey Prigogin2-0/+15
header declaring a function parameter type
2013-09-13Bug 417240 - Organize Includes inserts unnecessary include for theSergey Prigogin2-0/+13
header declaring a base class
2013-09-13JavaDoc adjustments.Sergey Prigogin1-2/+2
2013-09-13Bug 417220 - MakeContentProvider causes SWTException: Widget isSergey Prigogin1-0/+2
disposed.
2013-09-13JavaDoc adjustment.Sergey Prigogin1-4/+2
2013-09-13Bug 417199 - Fix project-less debugMarc Khouzam1-2/+2
Change-Id: Icf2c185dbc53eccd068e384431d16d82a38d789e Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/16414 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-13Bug 417147 - Organize Includes ignores an overloaded operator.Sergey Prigogin2-4/+42
2013-09-12Bug 417143 - Organize Includes removes include of the header declaring aSergey Prigogin4-11/+36
variable.
2013-09-12Adjusted JavaDoc.Sergey Prigogin2-10/+10
2013-09-12Bug 417050 - Organize Includes adds includes for template parameters ofSergey Prigogin4-13/+94
unique_ptr.
2013-09-11Bug 416280 - Name resolution problem with alias template. Fix for theSergey Prigogin2-8/+43
test case in comment #6.
2013-09-11Bug 416280 - Name resolution problem with alias template.Sergey Prigogin2-0/+21
2013-09-10Fixed a broken test.Sergey Prigogin1-1/+1
2013-09-10Bug 416278 - Indexer gets confused by a class in an anonymous namespace.Sergey Prigogin8-29/+154
2013-09-10Added local-to-file information to toString() method.Sergey Prigogin1-4/+10
2013-09-10Cosmetics.Sergey Prigogin4-16/+14
2013-09-10Obey indexer.timeout property.Sergey Prigogin4-20/+19
2013-09-10Cosmetics.Sergey Prigogin3-12/+8
2013-09-10Bug 416788 - [regression] "Member declaration not found" for member ofNathan Ridge2-1/+21
template specialization Change-Id: I388ea1f7dc6ff2bf315958960a113e9110acd9c8 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/16207 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-10Bug 415304 - project_loc, project_name and project_path variables inSergey Prigogin12-48/+575
launch configurations are resolved unreliably. This change fixes string substitution for the GDB command file attribute. A similar approach can be applied to other launch configuration attributes too. Change-Id: I4e6447ccd8c652ad555b754daf040aba1c44cf3a Reviewed-on: https://git.eclipse.org/r/15574 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-10Cosmetics.Sergey Prigogin1-1/+0
2013-09-08Bug 414279 - Fix an NPENathan Ridge1-1/+2
Change-Id: Ib2ec70e74bc56364dbaf3756162626683eba70e1 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/16201 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-08Add PDE target definitionsMarc-Andre Laperle4-0/+140
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge2-6/+18
Change-Id: I08732af62f43c03f362d4602736ef6b8e0f227e9 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/16147 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-06Bug 416391 - NullPointerException in FPRendering when adding in Mem viewMarc-Andre Laperle1-3/+5
Add null check. IModelProxyFactory.createModelProxy javadoc says "Returns: model proxy or null". So a null check seems appropriate here. Change-Id: I0d1ae4ca380c22d4f215b867d0ab5445b415a915 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-09-05Bug 416524 - [Visualizer] NPE first session in C++ perspective Marc Dumais1-8/+34
Change-Id: I586bccc85b043d7e1cadf5298aaf3c22bb79e950 Reviewed-on: https://git.eclipse.org/r/16156 Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com> Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
2013-09-05Bug 416067 - Duplicate titles in Autotools docsJeff Johnston1-1/+1
- Remove the html reference in the top toc item Change-Id: I934d3b03bac7be247b21dbe7d9c656ff1bcd17e8 Reviewed-on: https://git.eclipse.org/r/16162 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-04Upgrade to Tycho 0.18.1Marc-Andre Laperle1-2/+2
2013-09-04Fix pom versionsMarc-Andre Laperle134-147/+147
2013-09-03Update p2 update site url to kepler in autotools featureMarc-Andre Laperle1-2/+2
Change-Id: I91554032c368b9c0fb4bd4d53cb7a7493b91fd0a Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/16078 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-01bug 415970: Add waitForIndexer() before refreshLocal()Andrew Gvozdev1-0/+4
2013-08-31Bug 412032 - Fix test that failed to fail before the fixMarc-Andre Laperle1-2/+4
2013-08-30JavaDoc adjustment.Sergey Prigogin1-3/+6
2013-08-30Bug 416067 - Duplicate title in TOCJeff Johnston1-11/+9
- fix Autotools docs Change-Id: I3bdf1c00b36a12d6037b6e03378ed17c50d48b77 Reviewed-on: https://git.eclipse.org/r/16009 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-30Removed two meaningless TODOs.Sergey Prigogin1-4/+3

Back to the top