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
2014-06-28Set DebugType in release builds to PdbOnly5.4.0Daniel Grunwald
2014-06-27Merge several bugfixes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-12-25Merge NRefactory changes from the SharpDevelop repository.Daniel Grunwald
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-11-06Fix #244: Add CDATA Support to DocumentationElement.csDaniel Grunwald
2013-08-21Fixed project files & added new refactoring assembly to the unitMike Krüger
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger
2013-05-08AXmlReader: Fix handling of XML namespaces and CDATA.Daniel Grunwald
2013-05-08Fix handling of empty elements in AXmlReader; and add support for comments.Daniel Grunwald
2013-03-19Add year to license headers.Daniel Grunwald
2012-08-16Set NET_4_0 preprocessor symbol for mcs.Daniel Grunwald
2012-08-03Change output path - build everything into \bin\Debug in NRefactory directory...Daniel Grunwald
2012-07-29Provide both Enter and Leave events in ObservableAstVisitor.Daniel Grunwald
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-06-23Merge minor changes from SharpDevelop repository (mostly additional documenta...Daniel Grunwald
2012-03-30Make IParsedFile.LastWriteTime nullable.Daniel Grunwald
2012-03-29Add CancellationToken to AXmlParser.Daniel Grunwald
2012-03-20Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead().Daniel Grunwald
2012-03-16Documentation update.Daniel Grunwald
2012-03-09Set version number to 5.0.0.5.Daniel Grunwald
2012-02-28Fixed build under mono.Mike Krüger
2012-02-25Trim whitespace within XmlDocumentationElements.Daniel Grunwald
2012-02-24Fix DocumentationElement.IsTextNode for the root element.Daniel Grunwald
2012-02-24Add "XmlDocumentationElement", a simplified tree for XML documentation commen...Daniel Grunwald
2012-02-23Fix project options.Daniel Grunwald
2012-02-23Add AXmlObject.CreateReader() method.Daniel Grunwald
2012-02-21Add TagMatchingHeuristics.Daniel Grunwald
2012-02-21Put properly nested elements into AXmlElement.Daniel Grunwald
2012-02-21Implemented incremental tag soup parser.Daniel Grunwald
2012-02-20Add consistency check for incremental tag soup parserDaniel Grunwald
2012-02-20Add ICSharpCode.NRefactory.Xml.Daniel Grunwald