Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-08-26Fixed some compiler warnings.Mike Krüger
2013-06-26Fixed attribute formatting.Mike Krüger
2013-06-22Use AssemblyLoader.Create() in demo app.Daniel Grunwald
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger
2013-05-08Fix compiler warningsDaniel Grunwald
2013-03-19Fixed parameter completion bug.Mike Krüger
2013-02-21Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unn...Daniel Grunwald
2012-08-03Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresol...Daniel Grunwald
2012-08-03Change output path - build everything into \bin\Debug in NRefactory directory...Daniel Grunwald
2012-07-30Rename CompilationUnit to SyntaxTree.Daniel Grunwald
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-04-11Updated mcs.Mike Krüger
2012-03-14GtkDemo now uses standard text view.Mike Krüger
2012-03-02Combine AttributedNode and MemberDeclaration into EntityDeclaration.Daniel Grunwald
2012-02-25CSharpOutputVisitor is now using the IAstVisitor with void return type.Daniel Grunwald
2012-02-03Fixed hardcoded path.Mike Krüger
2012-02-02[GtkDemo] Close application when closing main window.Mike Krüger
2011-12-06Updated Gtk demo.Mike Krüger
2011-11-26Add ISolutionSnapshot for creating compilations for multiple projects from a ...Daniel Grunwald
2011-11-25Added gtk text editor lib.Mike Krüger
2011-11-15Added gtk demo & fixed code completion bug.Mike Krüger