Matthias Klumpp
d60db0c7df
Modernize Meson file
2018-03-07 12:29:04 +02:00
Matthias Klumpp
cbfa423c9b
Make D-YAML easy to use as Meson subproject
2018-03-07 12:29:04 +02:00
Cameron Ross
683335aa3e
remove zerostring ( #94 )
...
remove zerostring
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-01 04:20:43 +01:00
Cameron Ross
72995df864
remove deprecated yaml/dyaml.all modules ( #93 )
...
remove deprecated yaml/dyaml.all modules
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-01 01:01:00 +01:00
The Dlang Bot
0784ca63ec
Merge pull request #92 from Herringway/bmp-fix
...
Fix issue #79 : Support for non-BMP Unicode characters
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-28 01:24:54 +01:00
Cameron Ross
5ad4c3c435
minor refactor: move tests to dyaml.test.*, remove spaces at ends of lines ( #91 )
...
minor refactor: move tests to dyaml.test.*, remove spaces at ends of lines
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-28 01:24:05 +01:00
Cameron Ross
4a106181dd
Add support for unicode chars in the 0x10000 - 0x10FFFF range as required by spec
2018-02-27 14:15:47 -04:00
majiang
e7ea38652b
Do not emit BOM for UTF-8 (Solve #88 ) ( #89 )
...
Do not emit BOM for UTF-8 (Solve #88 )
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-24 11:45:36 +01:00
Sebastian Wilzbach
d514e9f67c
Merge pull request #90 from ximion/master
...
ci: Enable Meson builds again
2018-02-23 03:30:19 +01:00
Matthias Klumpp
39afcbc850
ci: Enable Meson builds again
...
This reverts commit 25e3a4fa65
and adds a
dependency on a bugfixed version of Meson.
2018-02-23 03:10:31 +01:00
Sebastian Wilzbach
050cade7b1
Merge pull request #87 from wilzbach/remove-gc
...
Remove use of the useless debugInfoC mode
2018-01-31 03:33:47 +01:00
Sebastian Wilzbach
1c396d8d77
Remove use of the useless debugInfoC mode
2018-01-31 03:31:30 +01:00
Sebastian Wilzbach
600feaae1e
Merge pull request #84 from wilzbach/fix-imports
...
Fix imports
2018-01-18 02:27:26 +01:00
Sebastian Wilzbach
25e3a4fa65
Temporarily disable meson builds
2018-01-18 02:25:10 +01:00
Sebastian Wilzbach
d830832b02
Fix testsuite
2018-01-18 02:22:18 +01:00
Sebastian Wilzbach
8465a4a4b9
Update AppVeyor LDC links
2018-01-18 02:08:57 +01:00
Sebastian Wilzbach
e4591f5847
Fix imports
2018-01-18 02:08:38 +01:00
Sebastian Wilzbach
c1ebca38ec
Merge pull request #83 from ximion/master
...
Fix Travis CI
2018-01-18 02:05:54 +01:00
Matthias Klumpp
09f3e9bd81
travis: Limit ninja jobs
...
This is needed because Ninja sees too many CPUs in Travis' container,
and therefore spawns a lot of jobs which leads Travis to occasionally
kill a ninja process.
Limiting the jobs protects against that behavior.
2018-01-07 20:48:17 +01:00
Matthias Klumpp
7132946282
Add workaround for Meson subproject path regression
...
This works around Meson issue
https://github.com/mesonbuild/meson/issues/2719 by making the
subprojects directory a toplevel dir.
2018-01-07 17:42:42 +01:00
Matthias Klumpp
1390d2e365
trivial: Use newer Ninja
2018-01-07 17:41:40 +01:00
Matthias Klumpp
d804837280
travis: Enforce Python version
...
Workaround for https://github.com/travis-ci/travis-ci/issues/8363 - the
matrix feature does not make sense here, so having this workaround is
acceptable.
2018-01-07 17:41:20 +01:00
Basile Burg
a02acdd8c4
Merge pull request #75 from mpevnev/master
...
Added ranges for iteration over Nodes.
2017-08-19 06:33:30 +02:00
Michail Pevnev
6a381528a3
Added 'enforce' checks on ranges' emptiness.
2017-08-01 18:31:34 +03:00
Michail Pevnev
e313fa1fbf
Fix #28
2017-08-01 18:08:12 +03:00
Michail Pevnev
c123e6afee
Fixed new ranges not being random-access ranges.
...
Forgot to add 'length' property.
2017-08-01 14:37:28 +03:00
Michail Pevnev
2b6c417006
Added ranges-iterators to the Node struct.
...
Added methods: sequence, mapping (iterates over pairs), mappingKeys,
mappingValues.
2017-08-01 14:13:35 +03:00
Basile Burg
860eab9be5
Merge pull request #74 from dlang-community/issue-73
...
fix issue #73 - Failure to compile when assigning a `const(bool)` to a node
2017-08-01 01:40:34 +02:00
Basile Burg
a2c0c60884
fix issue #73 - Failure to compile when assigning a const(bool)
to a node
2017-08-01 01:12:35 +02:00
Basile Burg
86079840f0
fix #71 - Unittests of package fails when calling as dependency
2017-07-19 17:00:40 +03:00
Basile Burg
8775767082
Merge pull request #70 from dlang-community/trivial-1
...
[TRIVIAL] Remove a deprecation message + add sub selections file to gitignore
2017-06-30 05:23:18 +02:00
Basile Burg
5e47223b4a
Remove a deprecation message + add sub selections file to gitignore
2017-06-30 05:06:54 +02:00
Basile Burg
fd5b9db100
Merge pull request #68 from wilzbach/fix-deprecations
...
Fix deprecations: remove the old std.string.removechars
2017-06-30 04:34:28 +02:00
Sebastian Wilzbach
f798c4ac28
Enable CodeCov
2017-06-15 13:26:50 +03:00
Sebastian Wilzbach
aab0953e31
Fix deprecations: remove the old std.string.removechars
2017-06-15 00:55:50 +02:00
Basile Burg
890ab45105
Merge pull request #65 from wilzbach/enable-appveyor
...
Enable testing on Windows with AppVeyor
2017-06-10 19:57:56 +02:00
Sebastian Wilzbach
6cf7c1ebc3
Enable testing on Windows with AppVeyor
2017-06-10 18:11:36 +02:00
Basile Burg
aab7c7aabe
fix #63 ( #64 )
...
* fix #63
* rather patch the context in case of corruption
2017-05-31 09:59:27 +02:00
Sebastian Wilzbach
3a01837c72
Merge pull request #62 from dlang-community/readme-ver
...
update readme
2017-05-27 12:43:40 +02:00
Basile Burg
854deb1a90
update readme
2017-05-27 07:28:58 +02:00
Matthias Klumpp
401053194e
trivial: Remove unused graphic
...
This image is no longer needed since shields.io is used in the Readme
file.
2017-05-26 22:42:53 +03:00
Matthias Klumpp
ef7791b6ba
meson: Update project version
2017-05-26 22:42:53 +03:00
Matthias Klumpp
bd31efa375
meson: Use dlang-community version of tinyendian
2017-05-26 22:42:53 +03:00
Sebastian Wilzbach
b388322731
Merge pull request #59 from ximion/master
...
Apply a patch from the Sociomatic branch
2017-05-26 13:04:44 +02:00
Mihails Strasuns
93edffaab5
Fix .ptr + @safe deprecation
...
Deprecation: str ~ '\x00'.ptr cannot be used in @safe code, use &str ~ '\x00'[0]
2017-05-25 22:15:21 +02:00
Matthias Klumpp
5a526018b0
travis: Test Meson builds as well
2017-05-19 15:40:07 +03:00
Matthias Klumpp
7a641f39a2
Add Meson build definition
2017-05-19 15:40:07 +03:00
Basile Burg
4b175acc7f
Merge pull request #39 from Herringway/master
...
add package.d, deprecate yaml/dyaml.all
2017-05-17 04:41:51 +02:00
Petar Kirov
6d518c27ee
Update readme ( #55 )
...
* Update README.rst and dub.json
* Remove dead documentation links in the readme file
2017-05-16 23:02:26 +03:00
Petar Kirov
8e1e9893d1
Merge pull request #54 from BBasile/master
...
Merge changes from the fork used by the dlang tour
2017-05-16 22:09:23 +03:00