ToruNiina
295e9bb795
ci: try to update system library
2019-06-20 20:24:12 +09:00
ToruNiina
dd2238e1ad
ci: change apt source on travis
...
clang 3.7 trusty version seems to be restricted. I don't know why, but
precise version seems to be working.
2019-06-20 20:21:06 +09:00
ToruNiina
5dfa88a1b3
ci: rename package to be installed
2019-06-20 20:13:16 +09:00
ToruNiina
37b4442d7f
ci: upgrade boost on Travis Linux
2019-06-20 20:00:56 +09:00
ToruNiina
48aa0a4c67
ci: update boost version on appveyor
2019-06-20 19:53:27 +09:00
ToruNiina
86a1f7ad75
fix: add missing include files
2019-06-20 16:23:51 +09:00
ToruNiina
99c10dd6bc
fix: enable to deduce what basic_value to be used
2019-06-20 16:21:01 +09:00
ToruNiina
7d087ef2a8
doc: update README
2019-06-20 15:22:20 +09:00
ToruNiina
a0d74a5542
doc: add info about breaking changes to README
2019-06-20 14:58:18 +09:00
ToruNiina
c3922c0d51
test: move some test_cases across test files
2019-06-20 14:43:31 +09:00
ToruNiina
5e5a757208
fix: conversion between different basic_value s
2019-06-20 14:35:38 +09:00
ToruNiina
f178379c07
test: add test_find
2019-06-20 14:34:42 +09:00
ToruNiina
321db42b1c
Merge branch 'master' into v3
2019-06-19 23:44:09 +09:00
ToruNiina
1bf9e42835
chore: update version
2019-06-19 21:12:05 +09:00
ToruNiina
3379ed82ec
refactor: remove meaningless meta conditions
2019-06-19 20:06:06 +09:00
ToruNiina
9663a6bbdb
Merge branch 'master' into v3
2019-06-19 19:53:08 +09:00
ToruNiina
4a2c823d56
fix: comparison between values that has a table
2019-06-19 19:32:25 +09:00
ToruNiina
9a47c2a15a
Merge branch 'v3' of gitlab.com:ToruNiina/toml11 into v3
2019-06-19 19:03:47 +09:00
ToruNiina
3311d00845
Merge branch 'v3' of gitlab.com:ToruNiina/toml11 into v3
2019-06-19 19:05:22 +09:00
ToruNiina
24c28c7f4f
fix: correct some SFINAE expressions
2019-06-19 18:59:12 +09:00
ToruNiina
cab3144507
style: format CMakelists.txt
2019-06-19 16:53:45 +09:00
ToruNiina
7e5859ba73
Merge branch 'master' into v3
2019-06-19 15:36:27 +09:00
ToruNiina
dee32e7d5e
style: make hint messages clearer
2019-06-19 12:58:34 +09:00
ToruNiina
53a185e7a9
fix: revert misjudgement as a bug
...
Probably I'm too tired.
This reverts commit adcd75e017
.
2019-06-18 21:41:30 +09:00
ToruNiina
fd980a8c5d
🔀 Merge branch 'guess-type-error'
2019-06-18 21:29:45 +09:00
ToruNiina
73ac43d70c
doc: add contributor
2019-06-18 21:28:50 +09:00
ToruNiina
adcd75e017
fix: correctly initialize offset
2019-06-18 21:27:16 +09:00
ToruNiina
3613580bb3
doc: update README
2019-06-18 21:26:17 +09:00
ToruNiina
d9f9df61a2
fix: fix links in README
2019-06-18 01:39:36 +09:00
ToruNiina
32d5c9e924
fix: serialize array correctly
2019-06-18 01:27:52 +09:00
ToruNiina
262f9c5fcc
fix: avoid duplicating comment: array/table elems
2019-06-18 01:26:40 +09:00
ToruNiina
86e55c3bf7
test: check serialization keeps comments
2019-06-18 01:26:16 +09:00
ToruNiina
159283fdad
test: check preserve_comment keep it read
2019-06-18 01:25:43 +09:00
ToruNiina
fb5834caab
refactor: exchange order of test section
2019-06-18 00:45:30 +09:00
ToruNiina
ca084abe90
feat: consider the first comments as a file comment
2019-06-18 00:44:49 +09:00
ToruNiina
7b1a788e2d
feat: enable to convert vector<string> to comments
2019-06-18 00:43:25 +09:00
ToruNiina
228487eafd
test: fix typos in tests
2019-06-17 23:46:42 +09:00
ToruNiina
f744a792e2
fix: constructor with array-like types
2019-06-17 23:45:43 +09:00
ToruNiina
bf2dc76d5e
test: add test for templatized conversions
2019-06-17 23:21:18 +09:00
ToruNiina
4d267cadf4
doc: add templatized conversion to README
2019-06-17 23:12:46 +09:00
ToruNiina
bc68a9d9ee
refactor: remove needless include file
2019-06-17 23:07:14 +09:00
ToruNiina
4008c24e84
test: add test for init-list-map to value conversion
2019-06-17 22:50:38 +09:00
ToruNiina
c2b0de623f
feat: enable to convert map-like to toml::value
2019-06-17 22:50:14 +09:00
ToruNiina
af11d56e79
fix: correctly move value from find_or to get_or
2019-06-17 22:40:52 +09:00
ToruNiina
5cb7c961aa
fix: update README
2019-06-17 22:26:41 +09:00
ToruNiina
bf4eae0b76
test: drop test for find_or(table)
2019-06-17 22:14:26 +09:00
ToruNiina
6399d44e3b
fix: consider comments while serialization
2019-06-17 22:13:58 +09:00
ToruNiina
d10c0725fd
fix: consider closing bracket when collect comments
...
table = {key = "value"} # comment.
a value named "table" ({key = "value"}) has the above comment.
but a value named "key" ("value") does not have any comment.
2019-06-17 22:12:20 +09:00
ToruNiina
7eac3a3028
feat: support serialization of basic_value
2019-06-17 20:34:42 +09:00
ToruNiina
57b5545ba2
fix: add _type suffix to value::xxx_type
2019-06-17 20:34:13 +09:00