Skip to content

Commit 377d21e

Browse files
committed
- added need for 64 bits integer to roadmap
1 parent afd9cef commit 377d21e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

doc/roadmap.dox

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
/*! \page roadmap JsonCpp roadmap
2+
\section ms_64bits Adds support for 64 bits integer
3+
There has been many request to add support for 64 bits integer. Use case for this are:
4+
- time is nowdays commonly represented with a 64 bits integer
5+
- 64 bits integer are frequently used as primary key id in many systems
6+
7+
Plans to add support is:
8+
- must be optional, a configuration option since not all platforms provides 64 bits integer types.
9+
- move definition of Int and UInt from forwards.h to config.h, with the required platform magic.
10+
- C++ defines no standard to define 64 bits integer. Rely on msvc extension, and long long type that
11+
is widely supported.
212
\section ms_release Makes JsonCpp ready for release
313
- Build system clean-up:
414
- Fix build on Windows (shared-library build is broken)
@@ -11,7 +21,6 @@
1121
- aix/vacpp
1222
- Add JsonCpp version to header as numeric for use in preprocessor test
1323
- Remove buggy experimental hash stuff
14-
- Release on sourceforge download
1524
\section ms_strict Adds a strict mode to reader/parser
1625
Strict JSON support as specific in RFC 4627 (http://www.ietf.org/rfc/rfc4627.txt?number=4627).
1726
- Enforce only object or array as root element

0 commit comments

Comments
 (0)