Carsten Schlote

Results 5 issues of Carsten Schlote

There seems to be a problem with UTF-8 XML files containing a BOM marker: Parser failed with exception dxml.parser.XMLParsingException@/root/.dub/packages/dxml-0.4.3/dxml/source/dxml/parser.d(1925): [1:1]: Expected < The problem disappeared after removing the BOM (with...

Add XXHash digests to phobos library This patch is motivated by the need to have a much faster alternative to the slow MD5 or SHAx cryptographic digests. XXHash by itself...

The new directive std.getopt.config.helpLike allows to use command-line arguments like additional 'help' arguments. The argument following this new directive is treated like '-h' or '--help'. A common use-case is an...

Atila Neves

I had to investigate SSE channels and tested this code. To get it compiling, I fixed up some things.

Seems to be time for some update ;-)

enhancement