Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-12-01Bug 481070 - Improved an error message.Sergey Prigogin1-3/+8
2015-12-01Bug 481070 - Parameter completion doesn't work inside lambdaSergey Grant2-1/+11
2015-11-30Bug 479138 - Impose a global template instantiation depth limitNathan Ridge2-0/+43
2015-11-30Bug 479138 - Allow index tests to specify that recursion resolvingNathan Ridge1-8/+38
2015-11-30Bug 479138 - Make template instantiation fail if a non-type argument hasNathan Ridge2-2/+68
2015-11-30Bug 477359 - Completion node inside attribute specifierNathan Ridge2-0/+11
2015-11-30Bug 479528 - Make an indexer error message more informativeNathan Ridge1-1/+3
2015-11-29Bug 480892 - Compare bindings by value equality during final overriderNathan Ridge2-1/+21
2015-11-29Bug 482421 - Ensure enumerations stored in the index return theirNathan Ridge5-16/+86
2015-11-29Bug 479638 - Cache the result of EvalBinding.isConstantExpression() Nathan Ridge1-1/+11
2015-11-25Bug 480825 - Raise CPPSemantics.MAX_INHERITANCE_DEPTH to accommodateNathan Ridge1-1/+1
2015-11-25Bug 481978 - Big overhaul of new build system to work with Qt.Doug Schaefer22-1676/+39
2015-11-21Bug 402313 - [Keybindings] With MS Visual Studio bindings, F5 should be ResumeMarc-Andre Laperle1-1/+6
2015-11-20Bug 406462 - Fixed a regression in parsing of lambda expressions.Sergey Prigogin2-14/+27
2015-11-19Bug 406462 - Allow designated initializers for C++Sergey Prigogin26-3858/+4800
2015-11-19Cosmetics.Sergey Prigogin3-11/+13
2015-11-17Cosmetics.Sergey Prigogin9-80/+62
2015-11-16Bug 475894 - Forward declaration of enum at class scopeNathan Ridge3-2/+16
2015-11-16Bug 481078 - Unwrap typedefs when checking for composite pointerNathan Ridge2-0/+13
2015-11-13Generify getAdapter methods.Alexander Kurtakov35-192/+117
2015-11-11Fixed few compiler warnings.Sergey Prigogin4-14/+13
2015-11-11Removed use of deprecated SubProgressMonitor .Sergey Prigogin1-6/+8
2015-11-09Bug 481523 - Open project properties from launch config pageAlena Laskavaia1-1/+4
2015-11-09minor tweaks bin objAlena Laskavaia3-15/+35
2015-11-06Bug 469788 - Ambiguous node in initializer in trailing return typeSergey Prigogin2-2/+60
2015-11-02Cosmetics.Sergey Prigogin1-5/+18
2015-11-02Bug 481274 - ArrayStoreException in parserSergey Prigogin3-14/+38
2015-10-30Bug 481161 - Namespace resolution problem with indexSergey Prigogin2-5/+38
2015-10-29Bug 472950 - Fixed an infinite loop in content assist inside a body of aSergey Prigogin1-1/+4
2015-10-22Bug 465976 aarch64 support in Elf readerAlena Laskavaia1-17/+22
2015-10-22Use *Scope INSTANCE fields.Alexander Kurtakov1-1/+1
2015-10-19Bug 478244 - Empty environment variables result in NPEs Alena Laskavaia1-0/+2
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

Back to the top