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
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
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
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
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
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
4d267cadf4
doc: add templatized conversion to README
2019-06-17 23:12:46 +09:00
ToruNiina
5cb7c961aa
fix: update README
2019-06-17 22:26:41 +09:00
ToruNiina
00d40140ac
doc: add an example of error message to README
2019-06-17 12:59:29 +09:00
ToruNiina
10f410a02c
doc: add some notes and comments to README
2019-06-17 00:48:06 +09:00
ToruNiina
12ef0f6287
doc: add containers and comments to README
2019-06-17 00:29:43 +09:00
ToruNiina
d9ad0e4b92
doc: add source_location to README
2019-06-16 23:44:54 +09:00
ToruNiina
1b19d5f1eb
doc: update README
2019-06-16 21:44:59 +09:00
ToruNiina
fd7da05798
doc: update README
2019-06-16 20:31:08 +09:00
ToruNiina
cbaaaaca7c
⏪ revert recursive find function
...
I found that in a user-code (I'm also one of the users of this library),
this new feature sometimes causes an error. Some of my code won't
compile because of this change. Since toml::table is convertible to
toml::value *implicitly*, if toml::find(table, key, tablename) was
called, the overload resolution becomes ambiguous with toml::find(
value, key1, key2). But dropping support for toml::find(toml::table,
key, tablename) is a breaking change. So I concluded that now is not
the right time yet.
2019-06-16 19:55:40 +09:00
ToruNiina
64dc086878
doc(WIP): re-write README
2019-06-15 19:50:31 +09:00
ToruNiina
b2daf916b3
doc: add contributor to README
2019-06-11 22:45:46 +09:00
ToruNiina
57cb806e14
Merge branch 'master' into throw-from-as-something
2019-06-08 19:23:32 +09:00
ToruNiina
2d43119ac7
doc: change README a bit
2019-06-07 21:05:33 +09:00
ToruNiina
436af12815
doc: update README
2019-06-07 19:43:01 +09:00
ToruNiina
31debcb8aa
🔀 Merge branch 'master' into recursive-find
2019-06-07 19:02:20 +09:00
ToruNiina
2afa0ff0c3
doc: add find(value, key1, key2, ...) to README
2019-06-07 19:01:46 +09:00
ToruNiina
46047c48bf
doc: add note about is|as_float to README
2019-06-07 13:40:21 +09:00
ToruNiina
d5d697639c
docs: add contributor to README
2019-05-10 23:02:23 +09:00
ToruNiina
4cbbcd8f62
Merge branch 'master' into as-something
2019-04-27 19:04:44 +09:00
Toru Niina
a2631ecacb
Merge pull request #60 from ToruNiina/string-view
...
support std::string_view
2019-04-27 18:33:59 +09:00
ToruNiina
4bcc5e8375
Merge branch 'master' into as-something
2019-04-27 17:42:12 +09:00
ToruNiina
20a13754a7
chore: update README for as_* functions
2019-04-27 16:50:44 +09:00
ToruNiina
ec0d4e4e8c
chore: update README for comments
2019-04-27 15:50:54 +09:00
ToruNiina
408b7bf35e
Merge branch 'master' into string-view
2019-04-23 23:32:08 +09:00
ToruNiina
6185dfee14
chore: fix typo in README
2019-04-23 23:31:37 +09:00
ToruNiina
37aa2739a5
chore: add description about string_view to README
2019-04-23 23:27:53 +09:00
ToruNiina
789d784769
chore: update README; about literals
2019-04-19 13:18:35 +09:00
ToruNiina
81deb8efde
chore: update README
2019-04-19 12:41:24 +09:00
ToruNiina
f9ab7d6f56
chore: add note about literals to README.md
2019-04-14 20:08:23 +09:00
ToruNiina
18986978fb
chore: add short example code to README
2019-03-24 21:30:27 +09:00
ToruNiina
c3cb22a789
chore: fix example of err msg by re-running sample
2019-03-21 18:12:35 +09:00
ToruNiina
8709e8a14e
chore: fix incorrect syntax highlight in README
2019-03-20 19:29:03 +09:00
ToruNiina
9eea46ec01
chore: fix typoes and broken links in README
2019-03-20 12:06:55 +09:00
ToruNiina
2e9f937c43
chore: update README
2019-03-20 11:53:03 +09:00
ToruNiina
1e6f30f6fa
chore: update README.md
2019-03-18 01:50:23 +09:00
Toru Niina
d86870e038
Merge pull request #38 from ToruNiina/get-any-type
...
extended conversions
2019-03-17 13:11:59 +09:00
ToruNiina
cad8f51256
doc: add explanation of conversions to README
2019-03-16 16:56:37 +09:00
ToruNiina
c4c416e8b2
doc: add is_* function to README
2019-03-12 22:18:25 +09:00
ToruNiina
084e82a8a9
chore: update README
2019-03-07 14:09:02 +09:00
ToruNiina
2220efd682
chore: show appvayor status of master branch
...
other branches might be unstable, so they might fail. It is good to show
the status of the stable branch, rather than the experimental branches.
2019-02-26 00:26:04 +09:00
ToruNiina
d8707d5867
chore: fix README
2019-02-17 00:22:19 +09:00
ToruNiina
4accc29984
chore: update README
2019-02-14 16:47:15 +09:00
ToruNiina
0aa50e9439
style: just add newlines to README
2019-02-14 16:26:48 +09:00
ToruNiina
c4aecc8e4b
chore: update README badges
2019-02-13 22:36:29 +09:00
ToruNiina
dd9319245e
fix: open file as binary-mode #16
...
to avoid inconsistency between file size (obtained by tellg) and the
size of the actual contents that would be read later
2019-02-13 19:18:09 +09:00
ToruNiina
8c3854b28b
update README
2019-01-31 15:37:25 +09:00
ToruNiina
6df75ad28e
fix README
2018-12-17 16:56:09 +09:00
ToruNiina
130609bf5f
update README
2018-12-16 23:51:38 +09:00
ToruNiina
06197605ba
add link to toml-v0.5.0 official
2018-12-13 23:58:37 +09:00
ToruNiina
5c24cfd325
add example of multi-line error message
2018-12-13 23:47:32 +09:00
ToruNiina
06f04af375
fix typoes in README
2018-12-13 14:58:42 +09:00
ToruNiina
56287803e7
update README a bit
2018-12-13 13:21:26 +09:00
ToruNiina
77b237c53a
update README
2018-12-13 02:00:42 +09:00
ToruNiina
5bfbbe35a6
update README
2018-12-12 23:23:59 +09:00
ToruNiina
27ad4e2d8f
cleanup headers
2018-12-12 19:39:04 +09:00
ToruNiina
0924164f51
add a note about the error message
2018-12-12 19:36:57 +09:00
ToruNiina
d4a4865217
fix some errors in README
2018-12-12 19:35:33 +09:00
ToruNiina
b015e1ac5b
update README for the next version
2018-12-12 19:33:01 +09:00
ToruNiina
4287160254
add a badge
2018-03-28 19:21:17 +09:00
ToruNiina
53c87ae80e
add contributors section
2018-03-28 19:14:29 +09:00
ToruNiina
f7f356752a
add get_or to README
2017-12-11 12:06:31 +09:00
ToruNiina
8caf472e71
descrive values of toml::value_t in README
2017-06-07 12:33:51 +09:00
ToruNiina
9036495ce9
mention toml::value::cast() in README
2017-06-07 12:28:22 +09:00
ToruNiina
1dfddb7cb2
mention about toml::Array in README
2017-05-19 15:30:34 +09:00
ToruNiina
22c9a837d9
add example of table to README
2017-05-19 14:58:52 +09:00
ToruNiina
8a98ce8e35
permit tie with non-match types in from_toml
2017-05-19 14:44:05 +09:00
ToruNiina
cbbdc2ab01
add missing example toml data to README
2017-05-18 11:57:49 +09:00
ToruNiina
4a954026b1
add appveyor badge
2017-05-17 08:38:01 +09:00
ToruNiina
7214a61084
tiny change
2017-05-15 15:58:29 +09:00
ToruNiina
d81e887889
fix link to license
2017-05-14 09:35:34 +09:00
ToruNiina
cad9e9fee9
add license badge
2017-05-14 09:34:02 +09:00
ToruNiina
a1f222d277
add batch
2017-05-13 16:30:56 +09:00
ToruNiina
be9ea157a7
update readme and add proposal
2017-05-13 15:14:16 +09:00
ToruNiina
36199498b4
add README
2017-05-13 15:04:02 +09:00