dyaml/dyaml
2013-03-23 16:35:11 +00:00
..
all.d Make D-YAML a dub package. 2013-02-22 23:02:31 -09:00
anchor.d Reader was reimplemented. 2011-11-16 03:10:29 +01:00
composer.d Optimized GC usage; speedup of ~18%. GC disabling/enabling is also used. 2012-12-30 00:25:23 +01:00
constructor.d Temporaries in constructor.d due to changes in ref passing (by John Colvin). 2012-12-27 22:10:29 +01:00
dumper.d @safe/nothrow changes (by John Colvin) 2012-12-27 20:56:15 +01:00
emitter.d no need for ref in determineBlockHints 2013-03-23 16:25:52 +00:00
encoding.d Updated the API documentation. 2011-10-14 10:34:53 +02:00
escapes.d Const correctness and minor bugfixes all over the code. 2011-10-30 20:24:43 +01:00
event.d Using std.typecons.Flag where possible, and more in->const. 2012-09-14 01:21:01 +02:00
exception.d Replaced 'in' by 'const' in exception, scanner. 2012-12-27 21:21:56 +01:00
fastcharsearch.d Added pure/@safe/nothrow where possible. 2012-09-09 01:42:13 +02:00
flags.d Added pure/@safe/nothrow where possible. 2012-09-09 01:42:13 +02:00
linebreak.d Added pure/@safe/nothrow where possible. 2012-09-09 01:42:13 +02:00
loader.d Utility function to create a loader from string (avoids API-break in future). 2012-11-02 14:31:50 +01:00
node.d Optimized GC usage; speedup of ~18%. GC disabling/enabling is also used. 2012-12-30 00:25:23 +01:00
parser.d @safe/nothrow changes (by John Colvin) 2012-12-27 20:56:15 +01:00
queue.d Added pure/@safe/nothrow where possible. 2012-09-09 01:42:13 +02:00
reader.d Fixed warning about slice assignment 2013-03-23 16:35:11 +00:00
representer.d std.string.format compatibility fixes (by John Colvin) 2012-12-27 21:21:18 +01:00
resolver.d Using std.typecons.Flag where possible, and more in->const. 2012-09-14 01:21:01 +02:00
scanner.d Replaced 'in' by 'const' in exception, scanner. 2012-12-27 21:21:56 +01:00
serializer.d Using std.typecons.Flag where possible, and more in->const. 2012-09-14 01:21:01 +02:00
style.d Nodes now remember their scalar and collection style, although 2011-10-27 23:13:14 +02:00
tag.d Reader was reimplemented. 2011-11-16 03:10:29 +01:00
tagdirective.d Reader was reimplemented. 2011-11-16 03:10:29 +01:00
token.d Replaced some incorrect 'in' uses with 'const'. 2012-09-13 21:37:28 +02:00
zerostring.d ZeroString opEquals by const ref (by Josh Colvin). 2012-12-27 22:04:42 +01:00