ToruNiina
|
af19dfe032
|
fix: conversion between different basic_values
|
2019-06-15 20:19:51 +09:00 |
|
ToruNiina
|
5726d10339
|
feat: save comment information in value
|
2019-06-15 17:13:02 +09:00 |
|
ToruNiina
|
a6706f7879
|
fix: templatize internal function for value
|
2019-06-15 17:12:30 +09:00 |
|
ToruNiina
|
558349170d
|
fix: correct the order and remove last CR
|
2019-06-15 17:11:49 +09:00 |
|
ToruNiina
|
eb4eca86db
|
feat: 💥 change comment interface in region
|
2019-06-15 16:11:05 +09:00 |
|
ToruNiina
|
d8a9ee4f72
|
🔀 Merge branch 'master' into v3
|
2019-06-15 15:17:08 +09:00 |
|
Toru Niina
|
e66bb3d359
|
Merge pull request #67 from ToruNiina/hotfix
suppress warnings on clang v7+
|
2019-06-10 10:54:54 +09:00 |
|
khoitd1997
|
2f4f3efbf0
|
fix sign-compare warning
|
2019-06-09 12:00:28 -07:00 |
|
ToruNiina
|
06ae67502a
|
fix: move argument correctly
|
2019-06-09 21:05:46 +09:00 |
|
ToruNiina
|
6345910c3e
|
🔀 Merge branch 'master' into v3
|
2019-06-08 20:05:05 +09:00 |
|
ToruNiina
|
9948549b62
|
fix: add missing template parameters
|
2019-06-08 19:53:50 +09:00 |
|
ToruNiina
|
54d46f08c3
|
🔀 Merge branch 'master' into v3
|
2019-06-08 19:40:11 +09:00 |
|
ToruNiina
|
57cb806e14
|
Merge branch 'master' into throw-from-as-something
|
2019-06-08 19:23:32 +09:00 |
|
ToruNiina
|
4f4d4380f2
|
feat: throw from as_* if type differs
|
2019-06-07 19:34:04 +09:00 |
|
ToruNiina
|
31debcb8aa
|
🔀 Merge branch 'master' into recursive-find
|
2019-06-07 19:02:20 +09:00 |
|
ToruNiina
|
7db8388d17
|
fix: avoid deprecated stuff in the internal code
|
2019-06-07 13:27:10 +09:00 |
|
ToruNiina
|
62c993e096
|
feat: add as|is_floating and deprecate as|is_float
to make the function names consistent with snake_case_typenames
|
2019-06-07 00:10:12 +09:00 |
|
ToruNiina
|
014d882f8f
|
feat: enable to find value by recursive search
|
2019-06-07 00:06:14 +09:00 |
|
ToruNiina
|
a8b5fef827
|
feat(WIP): add workaround to make literal compiles
|
2019-06-06 22:32:51 +09:00 |
|
ToruNiina
|
7258c52334
|
feat: enable to edit comments through memfun
|
2019-06-03 22:17:10 +09:00 |
|
ToruNiina
|
407d9223f6
|
feat: 💥 is_float -> is_floating
|
2019-06-03 22:01:47 +09:00 |
|
ToruNiina
|
d7c5606dcf
|
fix: update as_float -> floating
|
2019-06-03 21:46:48 +09:00 |
|
ToruNiina
|
ae2bafa907
|
fix: correct SFINAE conditions and types
|
2019-06-03 21:44:11 +09:00 |
|
ToruNiina
|
f19b3822bb
|
feat: 💥 change as_float -> as_floating
|
2019-06-03 21:43:35 +09:00 |
|
ToruNiina
|
a19b94511b
|
fix: add space between operator"" and _toml
In C++11, it is required.
|
2019-06-03 20:58:35 +09:00 |
|
ToruNiina
|
fe8a909213
|
fix: correctly put references
|
2019-06-02 22:09:26 +09:00 |
|
ToruNiina
|
5fe166e375
|
fix: update value_t::* names in serializer
Although currently serializer does not support basic_value, it compiles.
|
2019-06-02 21:51:37 +09:00 |
|
ToruNiina
|
319365f86b
|
feat: update types in format_error
|
2019-06-02 21:50:27 +09:00 |
|
ToruNiina
|
89f0ace6ee
|
fix: initialize comment container correctly
|
2019-06-02 21:50:01 +09:00 |
|
ToruNiina
|
2e34035e7a
|
feat: 💥 update types and retval of parser
- change return value from toml::table to toml::value
- enable to change container types and comment policy by template
|
2019-06-02 21:47:57 +09:00 |
|
ToruNiina
|
e094d6e85a
|
refactor: move type alias from get to trait
|
2019-06-02 20:43:08 +09:00 |
|
ToruNiina
|
4664f91517
|
feat: remove unused meta-function alias
|
2019-06-02 20:40:44 +09:00 |
|
ToruNiina
|
c0b6ca762a
|
feat: 💥 drop from_toml support
|
2019-06-02 19:27:03 +09:00 |
|
ToruNiina
|
5ef9890d0c
|
feat: update find_or for basic_value
|
2019-06-02 19:22:17 +09:00 |
|
ToruNiina
|
bda337b51f
|
feat: support conversion between basic_values
|
2019-06-02 19:09:56 +09:00 |
|
ToruNiina
|
6569c26e1b
|
feat: make SFINAE condition strict
|
2019-06-02 19:04:32 +09:00 |
|
ToruNiina
|
6d17d5f60f
|
feat: update expect for basic_value
|
2019-06-02 19:02:25 +09:00 |
|
ToruNiina
|
c00eeb18ef
|
feat: add meta function that detects toml::basic_value
|
2019-06-02 19:02:01 +09:00 |
|
ToruNiina
|
3ce1aa31f3
|
feat: update get_or for basic_value
|
2019-06-02 18:55:02 +09:00 |
|
ToruNiina
|
cf28c3fb95
|
feat: update toml::find for basic_value
|
2019-06-02 18:36:49 +09:00 |
|
ToruNiina
|
6de494598a
|
fix: remove unused argument to suppress warnings
|
2019-06-02 18:32:47 +09:00 |
|
ToruNiina
|
b06ae03deb
|
feat: update toml::get<T> for basic_value
|
2019-06-02 17:53:08 +09:00 |
|
ToruNiina
|
725d915ba9
|
feat(WIP): update toml::get
|
2019-06-02 17:31:49 +09:00 |
|
ToruNiina
|
e1556183d1
|
refactor: remove unused include files
|
2019-06-02 17:12:01 +09:00 |
|
ToruNiina
|
9676499ab5
|
refactor: move file inclusion to correct position
|
2019-06-02 15:29:34 +09:00 |
|
ToruNiina
|
5792411d5e
|
feat: add default template argument to basic_value
|
2019-06-02 15:15:43 +09:00 |
|
ToruNiina
|
44184026f9
|
feat: enable to convert different basic_values
|
2019-06-02 00:13:12 +09:00 |
|
ToruNiina
|
898423166f
|
feat: enable to convert preserve/discard comments
|
2019-06-02 00:02:31 +09:00 |
|
ToruNiina
|
f9b5166c09
|
refactor: move default value types to value.hpp
|
2019-06-01 23:58:17 +09:00 |
|
ToruNiina
|
5c5d8b686a
|
feat: introduce basic_value
it is capable to change comment policy, backend container of an array
and a table.
|
2019-06-01 20:18:57 +09:00 |
|