ToruNiina
281206dcc6
doc: add heterogeneous array to README
2019-11-08 19:03:16 +09:00
ToruNiina
c774beb79a
doc: write about source_location in exceptions
2019-11-02 13:03:50 +09:00
ToruNiina
06086a9ff7
doc: add note about value::at
2019-10-09 21:09:38 +09:00
ToruNiina
e12fd4d944
doc: add contributors
2019-10-04 14:28:43 +09:00
J.C. Moyer
6a7dbb7875
Update documentation for toml::from and toml::into
2019-10-03 21:28:06 -04:00
ToruNiina
4bb8045c84
doc: add basic_value::at
.
2019-09-28 16:31:45 +09:00
ToruNiina
94f76137a3
doc: add description of unreleased toml features
2019-09-05 14:31:05 +09:00
ToruNiina
8833292858
doc: rearrange toml::find section in README
2019-07-19 20:42:47 +09:00
ToruNiina
3fe04aff77
doc: fix sample script in README
2019-07-19 20:13:12 +09:00
ToruNiina
138f030b5d
doc: fix sample codes in README
2019-07-18 17:39:24 +09:00
ToruNiina
2eb2e0a753
doc: update README
2019-07-13 15:11:01 +09:00
ToruNiina
24a05c7c93
doc: update serialization section #73
2019-07-10 09:12:38 +09:00
ToruNiina
c3653b85f1
doc: fix include directory #72
2019-07-10 08:45:09 +09:00
ToruNiina
00b05c63b9
doc: add explanation about os << toml::string
2019-07-07 21:24:33 +09:00
ToruNiina
35b7c79ebd
doc: update README
2019-07-03 17:33:24 +09:00
ToruNiina
9ef146d022
🔀 Merge branch 'v3'
2019-07-03 17:31:45 +09:00
ToruNiina
f9ee645dc2
doc: add link to v3 branch
2019-06-23 21:00:59 +09:00
ToruNiina
a343ffd2a1
doc: update README
2019-06-21 17:02:30 +09:00
ToruNiina
ab1ef63da6
doc: add value ctor with comments to README
2019-06-21 14:31:28 +09:00
ToruNiina
3ef8bddb6d
doc: update README
2019-06-21 13:23:15 +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
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