~dqrobotics-dev/dqrobotics/+git/dropbox-json11:master

Last commit made on 2020-03-25
Get this branch:
git clone -b master https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/dropbox-json11

Branch merges

Branch information

Recent commits

2df9473... by Andrew Twyman <email address hidden>

Remove maintenance note in preparation for archiving

e2e3a11... by Joshua Helm <email address hidden>

has_shape() return true for NUL type only if element actually exists (fix #132) (#133)

* has_shape() return true for NUL type only if element actually exists

8ccf1f0... by Andrew Twyman <email address hidden>

Update README.md

Remove incorrect pointer from README

402bcde... by Hamilton Turner

Protect against literal interpretation (#137)

* Protect against literal interpretation

On msvc 2017 this seems to have been checking for existence of a flag called `_warning_flag`

* Stop checking for flag called "IN"

* Ensure compiler flag checks are not cached

Per the docs of CMake the call to CHECK_CXX_COMPILER_FLAG
stores the result in an internal cache entry. In this loop we were
basically skipping the "supported" check for all flags after the
first one. Forcibly unsetting the variable before each check
ensures that we actually check if each specific flag is supported

4b30939... by Andrew Twyman <email address hidden>

Update README with maintenance status

8d33613... by Kristoffer Koch

Fix -Wold-style-cast (#131)

ec4e452... by j4cbo <email address hidden>

Change Json map/vector conversions to invoke begin() directly (#110)

... instead of using key_type/value_type/mapped_type. Because this could
otherwise false-positive on things like std::optional, which has a value_type
member type, but is not a container.

Fixes #109.

ed35a09... by Andrew Twyman <email address hidden>

Merge pull request #107 from akira-miasato/master

Add compatibility with older 2.8 version of CMake

b3c769d... by Akira Miasato <email address hidden>

Revert VERSION change, now setting CMP0048 policy to NEW

d68527c... by akira-miasato <email address hidden>

Remove VERSION temporarily