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
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