Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
Daniel Grunwald be0aa56cec Set DebugType in release builds to PdbOnly 2014-06-27 22:58:51 +02:00
Daniel Grunwald a71bf193d7 Merge several bugfixes from SharpDevelop repository to NRefactory. 2014-06-27 20:38:08 +02:00
Daniel Grunwald 8b58930f12 Merge NRefactory changes from the SharpDevelop repository.
Includes Siegfried's work on the output visitor (ITokenWriter) and some minor bugfixes.
2013-12-25 19:27:02 +01:00
Daniel Grunwald 8080583434 Merge changes from SharpDevelop repository to NRefactory. 2013-11-06 22:21:47 +01:00
Daniel Grunwald b55866d86d Fix #244: Add CDATA Support to DocumentationElement.cs 2013-11-06 16:30:06 +01:00
Mike Krüger 640ea81204 Fixed project files & added new refactoring assembly to the unit
tests.
2013-08-21 13:45:33 +02:00
Mike Krüger 300ec3a7b1 Moved Cecil & IKVM assembly loader to their own projects. 2013-06-18 15:20:28 +02:00
Daniel Grunwald fac34c27cd AXmlReader: Fix handling of XML namespaces and CDATA. 2013-05-08 18:36:55 +02:00
Daniel Grunwald 7f24e36cfd Fix handling of empty elements in AXmlReader; and add support for comments. 2013-05-08 18:36:55 +02:00
Daniel Grunwald ee5d87a0f8 Add year to license headers. 2013-03-19 16:53:01 +01:00
Daniel Grunwald 40bbafda16 Set NET_4_0 preprocessor symbol for mcs.
Rename "NET45" to "NET_4_5" to be consistent with mcs and Mono.Cecil.
2012-08-16 13:35:36 +02:00
Daniel Grunwald 4a6a43d0d1 Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory). 2012-08-03 19:29:04 +02:00
Daniel Grunwald 359fdd2382 Provide both Enter and Leave events in ObservableAstVisitor. 2012-07-29 12:28:52 +02:00
Daniel Grunwald 8728c08c68 Add project configurations for .NET 4.5. 2012-07-28 13:33:09 +02:00
Daniel Grunwald 77283dc2f1 Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 2012-06-23 15:12:07 +02:00
Daniel Grunwald 444fe4ebf7 Make IParsedFile.LastWriteTime nullable.
Replace IAXmlVisitor interface with AXmlVisitor abstract base class.
2012-03-29 22:34:11 +02:00
Daniel Grunwald deb6bcd377 Add CancellationToken to AXmlParser. 2012-03-29 21:48:17 +02:00
Daniel Grunwald e213758ec7 Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 2012-03-19 22:10:14 +01:00
Daniel Grunwald ce2e5281e1 Documentation update. 2012-03-16 15:41:03 +01:00
Daniel Grunwald d0618b4101 Set version number to 5.0.0.5. 2012-03-09 00:08:21 +01:00
Mike Krüger 008e961b83 Fixed build under mono. 2012-02-28 10:09:21 +01:00
Daniel Grunwald 0ffe61ee51 Trim whitespace within XmlDocumentationElements. 2012-02-25 15:25:22 +01:00
Daniel Grunwald c180304f38 Fix DocumentationElement.IsTextNode for the root element. 2012-02-24 18:38:56 +01:00
Daniel Grunwald 274fe417f5 Add "XmlDocumentationElement", a simplified tree for XML documentation comments that expands "<inheritdoc/>" 2012-02-23 21:55:50 +01:00
Daniel Grunwald 00743d5f10 Fix project options. 2012-02-23 15:39:43 +01:00
Daniel Grunwald def9943063 Add AXmlObject.CreateReader() method. 2012-02-23 15:39:42 +01:00
Daniel Grunwald ca41af40b5 Add TagMatchingHeuristics. 2012-02-21 17:26:14 +01:00
Daniel Grunwald d2806842da Put properly nested elements into AXmlElement. 2012-02-21 13:20:51 +01:00
Daniel Grunwald 32626ace69 Implemented incremental tag soup parser. 2012-02-20 23:20:50 +01:00
Daniel Grunwald 06bf2f4c2f Add consistency check for incremental tag soup parser 2012-02-20 19:55:21 +01:00
Daniel Grunwald 2faf35e6fc Add ICSharpCode.NRefactory.Xml. 2012-02-20 18:17:06 +01:00