Ferdinand Majerech
cc627074b1
CDC help message edit.
2014-05-19 18:57:31 +02:00
Ferdinand Majerech
7ac83245a4
CDC help fix.
2013-12-17 14:45:09 +01:00
Jonathan M Davis
7a1e1ecce3
Another attempt at making d-yaml work with dub.
...
Creating a symlink in source to the dyaml directory does not actually
result in a symlink when another package grabs d-yaml as a dependency
via dub, and even if it did, it wouldn't work on Windows. So, this moves
the source into source so that it'll actually work, and cdc.d has been
adjusted accordingly so that building with it should still work.
2013-03-28 21:33:13 -07:00
Kiith-Sa
f4dc3690f4
Fixed CDC for LDMD2.
2012-12-17 21:09:33 +01:00
kiith-sa
58fc17197b
Replaced some incorrect 'in' uses with 'const'.
2012-09-13 21:37:28 +02:00
Ferdinand Majerech
206499a399
Fixed CDC on Windows
2012-03-20 06:29:25 +01:00
Ferdinand Majerech
7673281ae4
CDC fixes for Windows.
2012-01-24 11:23:06 +01:00
Ferdinand Majerech
06e3a6db3b
CDC improvements and an a fix in AutoDDoc.
2012-01-23 01:16:57 +01:00
Ferdinand Majerech
0e0113ef0e
Moved variant.d to dyaml/std/variant. Profile build doesn't inline anymore (made profiling too difficult). More optimizations, speedup (parsing only).
2011-10-29 18:22:45 +02:00
Ferdinand Majerech
c787531497
Node struct enlarged to 40 bytes. There is no significant
...
slowdown and a slight memory usage increase. Fixed a potential
bug in Reader. Tag is now implemented as a zero-terminated
string, removing the need for global state.
Node opIndex now returns a reference.
2011-10-26 21:05:56 +02:00
Ferdinand Majerech
6eda5d9d4a
Added a profile build target (release with debug symbols).
...
Release doesn't have debug symbols anymore.
2011-10-26 06:39:06 +02:00
Ferdinand Majerech
915428c8ed
CDC and yaml_bench makefile now always compile with debug
...
symbols. yaml_bench can now repeat the benchmark many times in a
single run. yaml_gen can now disable collection keys in mappings.
2011-10-23 16:10:27 +02:00
Ferdinand Majerech
fb67e775e4
Added a YAML benchmark that loads and optionally extracts data
...
from and/or dumps a YAML file.
2011-10-22 16:20:06 +02:00
Ferdinand Majerech
934df763ad
Most of emitter work done. There are some more changes left until 0.2,
...
and the turorials and documentation still need some updating.
2011-10-11 15:58:23 +02:00
Ferdinand Majerech
8e2572245f
Improved package targets in cdc, added a zip package target,
...
updated the Getting Started tutorial with a link to D:YAML at
GitHub.
2011-08-16 18:35:27 +02:00
Ferdinand Majerech
283c42bf8f
Initial commit.
2011-08-16 14:53:13 +02:00