Commit graph

  • fd50e2cefc
    refactor portions of Node to allow const Nodes to be more useful Cameron Ross 2018-04-10 03:36:09 -0300
  • 1e88dc5074
    immutable byte arrays aren't quite @safe yet with D-YAML, so test mutable instead Cameron Ross 2018-04-10 03:27:38 -0300
  • 02cbf4d459
    Merge pull request #103 from Herringway/kill-whitespace-errors-dead Sebastian Wilzbach 2018-04-10 04:21:56 +0200
  • 9b7c882a03
    remove blank line at EOF errors Cameron Ross 2018-04-09 22:09:11 -0300
  • e411fad92f
    remove trailing whitespace Cameron Ross 2018-04-09 22:02:30 -0300
  • c682d1940b
    Merge pull request #102 from Herringway/unittest-examples Sebastian Wilzbach 2018-04-10 03:38:47 +0200
  • af8f0c1f10
    add example.yaml to .gitignore Cameron Ross 2018-04-09 21:43:30 -0300
  • cd505b5fb9
    fix missing yaml file for a resolver example Cameron Ross 2018-04-09 21:43:07 -0300
  • 9d35b773b4
    convert examples to doc'd unittests, fix some parameter errors, remove some redundancy Cameron Ross 2018-04-07 17:36:38 -0300
  • 7b316fdffb
    Merge pull request #101 from Herringway/remove-error-aliases Sebastian Wilzbach 2018-04-10 01:34:33 +0200
  • 3ef3240a4c
    remove misleading Error = ___Exception aliases Cameron Ross 2018-04-09 19:31:21 -0300
  • dc29868f7d
    Merge pull request #100 from Herringway/remove-redundant-bom Sebastian Wilzbach 2018-04-08 11:30:40 +0200
  • 8074792fb3
    remove redundant BOM definitions Cameron Ross 2018-04-08 04:12:24 -0300
  • 85b6d077cc
    Merge pull request #99 from Herringway/fix-json The Dlang Bot 2018-04-08 08:42:37 +0200
  • 59feae3ff4
    make dub.json more standard-compliant Cameron Ross 2018-04-08 03:15:11 -0300
  • 3b7033d046 allow dyaml.test.reader.testStreamError to be @safe Cameron Ross 2018-03-23 21:14:35 -0300
  • 3cfdd7ba56 allow dyaml.test.representer.testRepresenterTypes to be @safe Cameron Ross 2018-03-23 21:05:50 -0300
  • c1165b976e mark dyaml.parser.Parser.parseNode.get as @safe Cameron Ross 2018-03-23 20:58:08 -0300
  • 6088f0b632 major attribute fixing Cameron Ross 2018-03-23 18:35:16 -0300
  • d60db0c7df Modernize Meson file Matthias Klumpp 2018-03-04 22:03:46 +0100
  • cbfa423c9b Make D-YAML easy to use as Meson subproject Matthias Klumpp 2018-03-04 21:42:58 +0100
  • 683335aa3e remove zerostring (#94) Cameron Ross 2018-02-28 23:20:43 -0400
  • 72995df864 remove deprecated yaml/dyaml.all modules (#93) Cameron Ross 2018-02-28 20:01:00 -0400
  • 0784ca63ec
    Merge pull request #92 from Herringway/bmp-fix The Dlang Bot 2018-02-28 01:24:54 +0100
  • 5ad4c3c435 minor refactor: move tests to dyaml.test.*, remove spaces at ends of lines (#91) Cameron Ross 2018-02-27 20:24:05 -0400
  • 4a106181dd
    Add support for unicode chars in the 0x10000 - 0x10FFFF range as required by spec Cameron Ross 2018-02-27 14:15:47 -0400
  • e7ea38652b Do not emit BOM for UTF-8 (Solve #88) (#89) majiang 2018-02-24 19:45:36 +0900
  • d514e9f67c
    Merge pull request #90 from ximion/master Sebastian Wilzbach 2018-02-23 03:30:19 +0100
  • 39afcbc850 ci: Enable Meson builds again Matthias Klumpp 2018-02-23 03:07:53 +0100
  • 050cade7b1
    Merge pull request #87 from wilzbach/remove-gc Sebastian Wilzbach 2018-01-31 03:33:47 +0100
  • 1c396d8d77 Remove use of the useless debugInfoC mode Sebastian Wilzbach 2018-01-31 03:31:30 +0100
  • 600feaae1e
    Merge pull request #84 from wilzbach/fix-imports Sebastian Wilzbach 2018-01-18 02:27:26 +0100
  • 25e3a4fa65 Temporarily disable meson builds Sebastian Wilzbach 2018-01-18 02:25:10 +0100
  • d830832b02 Fix testsuite Sebastian Wilzbach 2018-01-18 02:22:18 +0100
  • 8465a4a4b9 Update AppVeyor LDC links Sebastian Wilzbach 2018-01-18 02:08:57 +0100
  • e4591f5847 Fix imports Sebastian Wilzbach 2018-01-18 01:54:33 +0100
  • c1ebca38ec
    Merge pull request #83 from ximion/master Sebastian Wilzbach 2018-01-18 02:05:54 +0100
  • 09f3e9bd81 travis: Limit ninja jobs Matthias Klumpp 2018-01-07 20:48:17 +0100
  • 7132946282 Add workaround for Meson subproject path regression Matthias Klumpp 2018-01-07 17:42:42 +0100
  • 1390d2e365 trivial: Use newer Ninja Matthias Klumpp 2018-01-07 17:41:40 +0100
  • d804837280 travis: Enforce Python version Matthias Klumpp 2018-01-07 17:31:53 +0100
  • a02acdd8c4 Merge pull request #75 from mpevnev/master Basile Burg 2017-08-19 06:33:30 +0200
  • 6a381528a3 Added 'enforce' checks on ranges' emptiness. Michail Pevnev 2017-08-01 18:31:34 +0300
  • e313fa1fbf Fix #28 Michail Pevnev 2017-08-01 18:08:12 +0300
  • c123e6afee Fixed new ranges not being random-access ranges. Michail Pevnev 2017-08-01 14:37:28 +0300
  • 2b6c417006 Added ranges-iterators to the Node struct. Michail Pevnev 2017-08-01 14:13:35 +0300
  • 860eab9be5 Merge pull request #74 from dlang-community/issue-73 Basile Burg 2017-08-01 01:40:34 +0200
  • a2c0c60884
    fix issue #73 - Failure to compile when assigning a const(bool) to a node Basile Burg 2017-07-26 23:47:53 +0200
  • 86079840f0 fix #71 - Unittests of package fails when calling as dependency Basile Burg 2017-07-19 10:41:13 +0200
  • 8775767082 Merge pull request #70 from dlang-community/trivial-1 Basile Burg 2017-06-30 05:23:18 +0200
  • 5e47223b4a
    Remove a deprecation message + add sub selections file to gitignore Basile Burg 2017-06-30 05:05:38 +0200
  • fd5b9db100 Merge pull request #68 from wilzbach/fix-deprecations Basile Burg 2017-06-30 04:34:28 +0200
  • f798c4ac28 Enable CodeCov Sebastian Wilzbach 2017-06-13 06:43:19 +0200
  • aab0953e31 Fix deprecations: remove the old std.string.removechars Sebastian Wilzbach 2017-06-15 00:55:50 +0200
  • 890ab45105 Merge pull request #65 from wilzbach/enable-appveyor Basile Burg 2017-06-10 19:57:56 +0200
  • 6cf7c1ebc3 Enable testing on Windows with AppVeyor Sebastian Wilzbach 2017-06-10 18:11:36 +0200
  • aab7c7aabe fix #63 (#64) Basile Burg 2017-05-31 09:59:27 +0200
  • 3a01837c72 Merge pull request #62 from dlang-community/readme-ver Sebastian Wilzbach 2017-05-27 12:43:40 +0200
  • 854deb1a90 update readme Basile Burg 2017-05-27 07:28:58 +0200
  • 401053194e trivial: Remove unused graphic Matthias Klumpp 2017-05-26 13:35:43 +0200
  • ef7791b6ba meson: Update project version Matthias Klumpp 2017-05-26 13:24:56 +0200
  • bd31efa375 meson: Use dlang-community version of tinyendian Matthias Klumpp 2017-05-26 13:24:24 +0200
  • b388322731 Merge pull request #59 from ximion/master Sebastian Wilzbach 2017-05-26 13:04:44 +0200
  • 93edffaab5 Fix .ptr + @safe deprecation Mihails Strasuns 2017-01-16 21:06:45 +0000
  • 5a526018b0 travis: Test Meson builds as well Matthias Klumpp 2017-05-19 13:37:15 +0200
  • 7a641f39a2 Add Meson build definition Matthias Klumpp 2017-03-21 00:57:55 +0100
  • 4b175acc7f Merge pull request #39 from Herringway/master Basile Burg 2017-05-17 04:41:51 +0200
  • 6d518c27ee Update readme (#55) Petar Kirov 2017-05-16 23:02:26 +0300
  • 8e1e9893d1 Merge pull request #54 from BBasile/master Petar Kirov 2017-05-16 22:09:23 +0300
  • 6fc5cc752a Merge pull request #6 from dlang-tour/yfile-stream-from-existing-file Petar Kirov 2016-12-10 20:41:13 +0200
  • 38f1ba3900 Add support for writing strings to existing files through YFile stream ZombineDev 2016-12-10 20:33:43 +0200
  • 228d8f57cb Merge pull request #5 from dlang-tour/add-file-dumping-test Petar Kirov 2016-12-10 20:11:35 +0200
  • b01e99d8e6 Update source/dyaml/stream.d to conform to the existing coding style ZombineDev 2016-12-10 20:07:14 +0200
  • 21c2f11a4f Add .editorconfig to enforce existing style ZombineDev 2016-12-10 19:58:51 +0200
  • 1ce9935a06 Update Travis-CI badge in the readme ZombineDev 2016-12-10 19:57:37 +0200
  • 655a0aadd2 Add test for file dumping ZombineDev 2016-12-10 19:56:44 +0200
  • 6e0ef1aae0 Fix dumping to file producing garbage (#3) forbjok 2016-12-10 18:45:43 +0100
  • edf871df22 Merge pull request #4 from forbjok/make-node-type-identifiers-public Petar Kirov 2016-12-10 13:58:36 +0200
  • 22c432fb52 Make Node type identification properties public Forb.Jok 2016-12-08 17:59:22 +0100
  • 503357e3ea Stop using implicit string literal concatenation in one more place ZombineDev 2016-11-15 20:07:48 +0200
  • 39cc3d0bc1 Merge pull request #2 from dlang-tour/update-readme Petar Kirov 2016-11-15 17:09:03 +0200
  • 5a9a71ad00 Update readme ZombineDev 2016-11-15 17:07:42 +0200
  • 388a8e9c94 Update dub.json ZombineDev 2016-11-15 16:32:05 +0200
  • 918965cb8c Merge pull request #1 from dlang-tour/update-readme Petar Kirov 2016-11-06 20:45:06 +0200
  • 2a2429f2e3 Update README ZombineDev 2016-11-06 20:42:00 +0200
  • bc1a2c2d0f Stop using implicit string literal concatenation ZombineDev 2016-11-04 02:50:32 +0200
  • 8d5b75b879 Fix compilation with DMD 2.072.0 ZombineDev 2016-11-04 02:17:52 +0200
  • b2ad1b41b3 Merge branch 'burner-stream_replacement' Ferdinand Majerech 2016-04-30 14:31:44 +0200
  • 14ae4e6b06 removed dead code Robert burner Schadek 2016-03-17 22:10:32 +0100
  • b739ade285 no more stream!? Robert burner Schadek 2016-03-17 01:00:54 +0100
  • 41133e3b0d it compiles at the tests run without segfault Robert burner Schadek 2016-03-17 00:55:57 +0100
  • daf1a0064f trying to rip the std.stream out Robert burner Schadek 2016-03-17 00:43:58 +0100
  • a8f12bc2e9 Merge pull request #40 from MartinNowak/master Ferdinand Majerech 2016-03-12 23:09:46 +0100
  • 23f16cfbf2 fix for lookup change in 2.071.0 Martin Nowak 2016-02-21 22:05:36 +0100
  • be0f967c6c add package.d, deprecate yaml/dyaml.all Cameron Ross 2015-11-10 01:54:54 -0400
  • 4c091cf5bb Merge pull request #38 from Herringway/master Ferdinand Majerech 2015-11-08 19:55:01 +0100
  • af724ddcf4 use systime's duration overload instead of deprecated fracsec overload Cameron Ross 2015-11-05 20:28:12 -0400
  • 77f32a16ba Merge pull request #37 from Herringway/master Ferdinand Majerech 2015-10-10 23:28:24 +0200
  • 989e1b3375 avoid use of a static constructor in parser this makes usage in module constructors more reliable and improves consistency with the emitter Cameron Ross 2015-10-03 21:52:44 -0300
  • e5d8c86395 Merge pull request #36 from Herringway/master Ferdinand Majerech 2015-10-01 20:52:11 +0200