Commit graph

546 commits

Author SHA1 Message Date
Ferdinand Majerech e1209711af UTF-8 decoding now has versions for validated and unvalidated strings. 2014-08-02 01:15:57 +02:00
Ferdinand Majerech 5932155435 Style. 2014-08-02 01:15:22 +02:00
Ferdinand Majerech a9c633e982 Removed CDC, as it's been fully replaced by dub. 2014-08-01 23:02:01 +02:00
Ferdinand Majerech fad280060e Better Constructor docs. 2014-08-01 23:01:34 +02:00
Ferdinand Majerech f137db438e Better Constructor funct attribs. 2014-08-01 23:01:24 +02:00
Ferdinand Majerech a23cc9be5c unittest.d builds itself with correct dub buildtype/conf if built incorrectly. 2014-08-01 20:12:49 +02:00
Ferdinand Majerech db1f1fb4cd Added (ugly...) unittest build types; build config can't override build types. 2014-08-01 20:11:19 +02:00
Ferdinand Majerech ddd0b97a54 Added a unittest build config. 2014-08-01 20:10:29 +02:00
Ferdinand Majerech d4359f6394 Ported build types from CDC to dub. 2014-08-01 20:10:03 +02:00
Ferdinand Majerech a4b92ac5d0 Removed binary the shouldn't have been comittes. 2014-08-01 20:08:56 +02:00
Ferdinand Majerech 41d80096ae Regenerated docs. 2014-08-01 17:09:38 +02:00
Ferdinand Majerech 6ccda33467 Minor fixes in examples and the 'custom types' tutorial. 2014-08-01 17:09:05 +02:00
Ferdinand Majerech 278b60e896 Updated 'Getting Started' with dub info. 2014-08-01 17:07:08 +02:00
Ferdinand Majerech e02bd73096 .gitignore update. 2014-08-01 17:06:32 +02:00
Ferdinand Majerech 0dbe638296 Examples now use dub instead of Makefiles. 2014-08-01 17:06:23 +02:00
Ferdinand Majerech 264b8b9d1e .gitignore update. 2014-08-01 17:04:51 +02:00
Ferdinand Majerech 3dfe0f9400 Updated dub package.json. 2014-08-01 17:04:41 +02:00
Ferdinand Majerech 3b058c234f Regenerated docs. 2014-08-01 03:00:40 +02:00
Ferdinand Majerech 66679a601c Moved tinyendian.d out of the dyaml directory. 2014-08-01 02:56:37 +02:00
Ferdinand Majerech a9fb68f340 Removed internals from DDoc. 2014-08-01 02:52:14 +02:00
Ferdinand Majerech 0f017646fc Reverted doc style due to DDoc issues. 2014-08-01 02:51:35 +02:00
Ferdinand Majerech fdf4cecddb Backported a recent std.utf script. 2014-08-01 02:47:52 +02:00
Ferdinand Majerech 6317654d06 Updated DUB package copyright line. 2014-08-01 02:47:11 +02:00
Ferdinand Majerech 859ebd86d7 Updated API doc main page. 2014-08-01 02:46:45 +02:00
Ferdinand Majerech a4b4a42c55 Updated tutorials. 2014-08-01 02:46:32 +02:00
Ferdinand Majerech ca100e5a30 Updated doc generation config. 2014-08-01 02:46:02 +02:00
Ferdinand Majerech aa97d9cc6a Updated README. 2014-08-01 02:45:34 +02:00
Ferdinand Majerech 564dfdae80 Updated changelog, now in ReStructuredText. 2014-08-01 02:44:31 +02:00
Ferdinand Majerech 830aef8df5 Simpler grepping for 'std.stream' 2014-07-31 14:53:14 +02:00
Ferdinand Majerech 151871e1b3 Better Loader docs. 2014-07-31 14:52:40 +02:00
Ferdinand Majerech c8949226de Removed mentions of std.stream from README. 2014-07-31 14:35:20 +02:00
Ferdinand Majerech 601f10bf2f New loader ctor in errors unittests. 2014-07-31 03:22:13 +02:00
Ferdinand Majerech 9fe6950df0 Style. 2014-07-31 03:21:58 +02:00
Ferdinand Majerech ee2df932a0 New Loader ctor used in Emitter tests. 2014-07-31 03:16:22 +02:00
Ferdinand Majerech eb29c2626d Style. 2014-07-31 03:15:56 +02:00
Ferdinand Majerech 337938f090 Using new Loader ctor in unicode input tests. 2014-07-31 03:12:57 +02:00
Ferdinand Majerech ee0a449977 Style. 2014-07-31 03:12:25 +02:00
Ferdinand Majerech c5b7987e68 Using non-Stream Loader ctor in Representer test. 2014-07-31 03:12:02 +02:00
Ferdinand Majerech 21700fdb5d Style. 2014-07-31 03:11:37 +02:00
Ferdinand Majerech 276bed7fb6 Constructor unittests now use the new Loader ctor. 2014-07-31 02:55:38 +02:00
Ferdinand Majerech 68d9124b17 Removed Reader ctor from Stream. 2014-07-31 02:33:24 +02:00
Ferdinand Majerech 505a26ff4e Reader unittest now constructs Reader from buffer. 2014-07-31 02:32:23 +02:00
Ferdinand Majerech a74bc8cf3b Reader unittests now construct Reader from a buffer. 2014-07-31 02:28:42 +02:00
Ferdinand Majerech e100047572 Updated Loader examples. 2014-07-31 02:22:42 +02:00
Ferdinand Majerech 626337f6ed More readable error throws in Loader. 2014-07-31 02:16:53 +02:00
Ferdinand Majerech ddd89c22d5 Updated Loader unittest. 2014-07-31 02:09:44 +02:00
Ferdinand Majerech e919f4be51 Added a char[] fromString. 2014-07-31 02:08:08 +02:00
Ferdinand Majerech 24a8e945bd Removed docs of deprecated API. 2014-07-31 02:07:32 +02:00
Ferdinand Majerech d18a41999e Loader ctor from buffer, deprecated old API, constructing Reader from buffer. 2014-07-31 02:01:08 +02:00
Ferdinand Majerech a23c41385a Very minor Parser/Event @nogc/style. 2014-07-31 01:56:36 +02:00