rexy712
|
df95db7882
|
Change RJP_PARSE_NONE to RJP_PARSE_NO_EXT to better clarify its purpose
|
2020-04-09 14:53:05 -07:00 |
|
rexy712
|
92704ae8f0
|
Add parse error handling to rjp++
|
2020-04-09 13:06:53 -07:00 |
|
rexy712
|
d7e8c5ccbb
|
Change error output to be in the hands of the library user instead of the library
|
2020-04-08 16:20:18 -07:00 |
|
rexy712
|
040e5a5df9
|
Add output test cases for strings in rjp and rjp++
|
2020-04-06 17:11:37 -07:00 |
|
rexy712
|
fd09eb3b20
|
Make static analyzer happy
|
2020-04-06 15:09:49 -07:00 |
|
rexy712
|
7b643ff5c6
|
Separate rjp format flags into multiple for slightly more control over output formatting
|
2020-04-06 12:35:47 -07:00 |
|
rexy712
|
06cfc1d0b6
|
Add default dispatch handling for generic case of 'const rjp::value&'. Will cause compilation error if return type is not void
|
2020-03-27 21:28:05 -07:00 |
|
rexy712
|
4bf41e8b42
|
Add dispatch test for rjp++
|
2020-03-27 14:59:58 -07:00 |
|
rexy712
|
ee0a1d48da
|
Add rjp::cast specialization for rvalue To type. Acts as a std::move equivalent
|
2020-03-26 19:40:01 -07:00 |
|
rexy712
|
295c27029b
|
Rearrange some rjp++ files. Also realized that subobject return does not qualify for nrvo, so that's a problem.
|
2020-03-26 18:38:01 -07:00 |
|
rexy712
|
ccfb2a91ec
|
Add rjp++ tests
|
2020-03-26 16:20:55 -07:00 |
|