Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-06Bug 459971 - Move serial port to it's own plug-in. Starting with Mac.Doug Schaefer32-269/+703
There are a number of requests to support serial port independent of CDT and independent of Eclipse. Putting the serial port into it's own plug-in so it's jar can be loaded into pure Java apps. Change-Id: I9b35d9bedeee0a0b1c16ad1c884830894320a726
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin43-128/+980
Change-Id: Ia3c3bdfdb26ff18092fd20be02f178ebb71848bb Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-04-06Bug 425698: Refresh Traditional rendering in memory view whenMarc Khouzam1-19/+20
stepping Change-Id: I61c4b502a161139f98d7b73026a863dcf4f2ad52 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-06Expose raw varobj fields in MIVariableObject.Vladimir Prus3-19/+79
Presently, the field from MI are parsed in MIVar, then copied to MIVariableManager.MIVariableObject, and then to ExprMetaGetVarInfo. As result, although MI allows additional fields, a custom IDE cannot access them, even though all of the above classes are in dsf.gdb package. This package firstly eliminates some code duplication, and then make raw MITuple be propagated along the chain. Change-Id: I57436fef65aaaf4805422df34466d10f2a205920
2015-04-06REmoved an piece of accidentally leaked code.Sergey Prigogin1-5/+0
2015-04-06Bug 463644 - Remove unused message in org.eclipse.cdt.managedbuilderRoberto Oliveira1-1/+0
Change-Id: Ied379a4a436b638ad8c33337d53c3bf0cd9eb2b5 Signed-off-by: Roberto Oliveira <rdutra@linux.vnet.ibm.com>
2015-04-03Cosmetics.Sergey Prigogin1-16/+16
Change-Id: If8bd6e3abbc8160666ba45bacbb52aeb49bc6109
2015-04-03Bug 440940 - For Open Declaration, filter out results in headers thatNathan Ridge2-2/+55
aren't included Change-Id: I4d4ca59dbde1606105c7f3702559046fa160d686 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03Bug 440940 - Remove a couple of test classes that are no longer usefulNathan Ridge5-61/+22
Change-Id: I664a77c49fc58120cab6f2c78c8ed57edc87fa7b Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03Cosmetics.Sergey Prigogin2-35/+40
Change-Id: I8e759d90c01ce865a14c6a57d91e4c9e9b2bc47f
2015-04-03Bug 463234 - When disambiguating between targets for Open Declaration,Nathan Ridge2-2/+37
only prefer a method to a class if the method belongs to that class Change-Id: I8cf9aed692ce989d83cc8ffd08672a3ee73a1c8b Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03Bug 463234 - Infrastructure for testing ambiguous targets for OpenNathan Ridge6-19/+88
Declaration Change-Id: Ib5b5166b19a85516f7e7b9d930d763a2e280768e Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03Bug 463234 - Reuse more code between different selection testsNathan Ridge4-199/+128
Change-Id: I312217b9324e0f1786e76d30d7c517a2f417b51d Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03Cosmetics.Sergey Prigogin55-629/+724
Change-Id: I473deba48684e751905fbfa487df6fe9146781c2 Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-04-03Reverted erroneous commits.Sergey Prigogin65-1236/+654
Change-Id: I7e914e27413f102d4b84c62f53f300c4ec5d23e8 Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-04-03Bug 462705 - Derived-to-base pointer conversion in conditional operatorNathan Ridge3-22/+55
Change-Id: I04f792ae9485f9fbc67a7fd3658ef571d1ae7d0c Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03Corrected erroneously change plugin version.Sergey Prigogin1-1/+1
Change-Id: Iadd357d4c1a20d16eaf27fddc171b440586679b9 Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-04-03CosmeticsSergey Prigogin66-655/+1237
2015-04-02Bug 419614 - Work around a stack overflow caused by a circular referenceNathan Ridge1-2/+15
between inline namespaces Change-Id: I1e55b0ddb47f888dab777ff4d5ea8f9a6e4d2e10 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-01Bug 45149 - Add tests to UNCPathConverter classWainer S. Moschetta2-0/+65
Change-Id: I7638627370dd07a28a8682a6a8704f28dd6332a9 Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com>
2015-04-01Bug 445149 - Check the authority section when converting a URI to a UNCGreg Watson1-7/+12
path Change-Id: If0ee8b57bd938d6a7e8aa755668e3c742c2f8ab2 Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-30Bug 461628 Some tools within a toolchain can potentially generate anGuy Bonneau1-2/+10
output resource with the same name even if the input resource name to the tool is not the same. This fix is to provide this capability to CDT Change-Id: I9ad9d2ff0cc39797718f8b689c7a828e81f49648 Signed-off-by: Guy Bonneau <guy.bonneau@videotron.ca> Bug 461628 Some tools within a toolchain can potentially generate an output resource with the same name even if the input resource name to the tool is not the same. This fix is to provide this capability to CDT" Change-Id: I9ad9d2ff0cc39797718f8b689c7a828e81f49648 Signed-off-by: Guy Bonneau <guy.bonneau@videotron.ca>
2015-03-30Bug 461394.mazab6-1/+393
[Autotools] Add import wizard Change-Id: Idc221696f6c09e470eab1c19bf8646691d0a380e Signed-off-by: mazab <mohamed_azab@mentor.com>
2015-03-28Fixed problem where auto-unboxing may throw NPEJesper Eskilson1-1/+1
Change-Id: Ib7728721ce2c679565c8399722f1de50930fb3ed Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2015-03-27Bug 435144: Fix bp for GDB 7.0 and 7.1Marc Khouzam4-56/+286
Change-Id: Ia84bc47ff1b5711f2e27700c5b3356b73a704256
2015-03-25Move some leftover plugins from Java 4 to Java 7.Marc Khouzam11-11/+11
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam115-244/+615
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam27-33/+29
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam7-9/+0
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam3-5/+0
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Add many missing @Override to remove warningsMarc Khouzam68-20/+740
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam270-462/+463
getAdaptable() in 4.5 M6 has changed to use generics, making casting its result no longer necessary. Change-Id: Idd943216a925576bb72c784b2c5a2a4b8e8b00d2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Bumped e4.5 target definition version to force update to latest SDKAlvaro Sanchez-Leon1-1/+1
Change-Id: I9dacb44bd6888f13c9be622639ea99d4cd3e9f35
2015-03-24Bug 426627 - GCC Build Output Parser doesn't work with libtoolMarc-Andre Laperle4-2/+100
Change-Id: Id1fa62c15c57d84c8a646bb41096c887714d4474 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-03-24Revert "Bug 462988 - Register grouping should work with different ↵Mikhail Khodjaiants5-1363/+9
implementations of IRegisters service" This reverts commit 404c093923ab1dfdd9a7dc7b9a42aafe91fb0582.
2015-03-24Bug 462988 - Register grouping should work with differentMikhail Khodjaiants5-9/+1363
implementations of IRegisters service
2015-03-24Fix Compilation ErrorsAlvaro Sanchez-Leon3-8/+7
Change-Id: Ie3b0facf85527370862f7a480fcbce91d0703a70
2015-03-24Bug 416247 - Use an index-based AST when generating doxygen commentsNathan Ridge2-27/+61
Change-Id: Ic379ba7f51ab8379d32969856f189dacb8cb32fc Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-24Bug 462823: Normalise files paths in HeaderFileReferenceAdjusterWilliam Riley1-1/+2
Change-Id: Iffd3b6012ad492492e430162adbd895b6d8997e4 Signed-off-by: William Riley <william.riley@renesas.com>
2015-03-23codan: added filter field in the problem configuration pageAlena Laskavaia3-2/+24
tree is getting very big. Added tree filter. Change-Id: I49a0b059c794486178b2ba35bbe42b6131c34888
2015-03-23Bug 426628 - Define V=1 env variable by default for Autotools projectsMarc-Andre Laperle4-1/+148
This enables verbose output which is necessary for proper GCC output parsing. Change-Id: I965c50cb4ca3ea46e73efa4d8eb3d7de582deabc Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-03-23Add bracketsMarc Khouzam1-3/+4
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-23Clean up javadocMarc Khouzam1-55/+21
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-23CosmeticsMarc Khouzam1-73/+82
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-23CosmeticsMarc Khouzam1-7/+10
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-23Adding friend accessMarc Khouzam4-20/+17
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-23CosmeticsMarc Khouzam2-4/+4
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-23CosmeticsMarc Khouzam2-11/+11
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-21Bug 462348 - Follow-up to handle nested classes properlyNathan Ridge2-3/+19
Change-Id: Ia9103237a55ded5e0cacc1a31798da737fe0c8cc Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-20Bug 462348 - Perform ambiguity resolution on a method body sooner thanNathan Ridge6-1/+62
at the end of the class definition when necessary Change-Id: Ia5b17cfcd57f3b1d55281987b48582f084a2c11f Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>

Back to the top