Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Fix org.eclipse.cdt.alltests.AllTests compilationMarc-Andre Laperle1-1/+2
2015-10-08Make com.google.gson dependency optional to preserve compatibility withSergey Prigogin1-1/+1
2015-09-29Remove reference to java environment in build.propertiesMarc Khouzam3-12/+3
2015-09-28Starting to put Qt onto the new build system and launch.Doug Schaefer15-203/+451
2015-09-27Bug 477231 - NPE in CPPTemplates.convertNonTypeTemplateArgument()Nathan Ridge1-1/+1
2015-09-24Bug 159803 - Console View Ignores EOFThomas Corbat4-4/+22
2015-09-22Bug 475342: Fix CoreException of file language mappings reset to inheritIvan Furnadjiev1-4/+5
2015-09-17Bug 476709 - MacOSX PTY: Fix terminal change_window_sizeMartin Oberhuber6-4/+9
2015-09-16Don't create empty file-mapping entries in .cproject fileIvan Furnadjiev1-9/+11
2015-09-15Follow-up on bug 476346: Make event names unique between multiple Eclipse ins...Anton Leherbauer1-5/+5
2015-09-15Follow-up on bug 476346: Make event names unique between multiple Eclipse ins...Anton Leherbauer2-0/+0
2015-09-05Bug 475908: Replace nodeFactory field with getter().anyssen3-164/+176
2015-09-02Bug 476346 - Spawner.exec() fails after incomplete process terminationAnton Leherbauer10-30/+55
2015-08-31Add missing copyright notices.Doug Schaefer11-0/+77
2015-08-31Bug 321443 - First implementation of new build model.Doug Schaefer19-381/+1823
2015-08-24Cosmetics.Sergey Prigogin1-10/+2
2015-08-24fixed ProblemMarkerInfo ignoring position infoAlena Laskavaia2-4/+4
2015-08-22Lazy initialization of LookupData.fTemplateArguments to avoid exceptionsSergey Prigogin2-25/+30
2015-08-22Bug 475006 - Fix a ClassCastException in OverrideIndicatorManagerNathan Ridge1-3/+6
2015-08-19Cosmetics.Sergey Prigogin6-147/+47
2015-08-14Bug 470538 - Build selected File(s) should create error/warning markerAndrew Gvozdev1-6/+30
2015-08-11Much progress on the Arduino build system.Doug Schaefer1-246/+291
2015-08-11Bug 474327 - Update winpty-agent.exe for Windows 10Anton Leherbauer6-4/+4
2015-08-11Cosmetics.Sergey Prigogin1-15/+1
2015-08-07Bug 474020 - [ASTRewrite] Nested modifications are suppressed by macros Thomas Corbat3-7/+292
2015-08-05Bug 436041 - doxygen tags are not generated when using single line format ///...Martin Stumpf6-6/+935
2015-08-05Reverted "Bug 393717 - Have constructor definitions reference implicitlySergey Prigogin4-214/+14
2015-08-03Bug 473576 - If the enclosing element of a search result is a classNathan Ridge1-1/+9
2015-08-03Bug 473577 - If there are multiple markers on a line, give each one,Nathan Ridge1-37/+50
2015-08-03Bug 473578 - Include "..." in the signature of a vararg function inNathan Ridge1-1/+6
2015-08-03Use the formatter line length for margin.Sergey Prigogin1-2/+10
2015-07-25Bug 447431 - Have ICPPASTSimpleTypeConstructorExpression reference theNathan Ridge2-1/+47
2015-07-25Bug 86654 - During binding resolution, replace virtual methods withNathan Ridge3-2/+95
2015-07-25Bug 472615 - Instantiate alias template found as binding for template-idNathan Ridge2-1/+15
2015-07-25Bug 389191 - NPE in CDocHover.getHoverInfo()Nathan Ridge1-1/+6
2015-07-25Bug 86654 - Cache final overrider maps in the ASTNathan Ridge2-3/+31
2015-07-25Bug 86654 - Extract the final overrider analysis used byNathan Ridge2-186/+225
2015-07-25Bug 393717 - Have constructor definitions reference implicitly calledNathan Ridge4-7/+191
2015-07-25Bug 472950 - Account for the possibility of statements insideNathan Ridge2-1/+24
2015-07-23Cosmetics.Sergey Prigogin1-2/+2
2015-07-22Replaced impossible instanceof check in ASTQueries:Thomas Corbat1-2/+2
2015-07-19Bug 421544 - When searching for the target file for Toggle Source/Header,Nathan Ridge4-11/+117
2015-07-13Bug 405678 - fix "show references" not showing all references of aWei Li5-3/+169
2015-07-13Fixed JavaDoc.Sergey Prigogin1-1/+1
2015-07-13Cosmetics.Sergey Prigogin1-147/+147
2015-07-13Bug 421823 - Heuristically resolve unknown bindings during 'OpenNathan Ridge3-6/+185
2015-07-13Bug 421823 - Allow consumers other than content assist to performNathan Ridge3-1/+6
2015-07-13Bug 421823 - Move CPPSemantics.heuristicallyFindConcreteScopeForType()Nathan Ridge3-47/+71
2015-07-13Bug 472436 - Track whether an EvalID involves a pointer dereferenceNathan Ridge5-13/+58
2015-07-13Bug 472436 - Dependent field reference with pointer as field ownerNathan Ridge3-8/+25

Back to the top