Added
- This CHANGELOG.md file
- pandoc generated REAMDE.rst file
Changed
- Renamed source folder `cpp` into `vrpc`, needed to please python's setup tools
- Moved all non-test code into the new `vrpc` folder
- Adapted all paths involving the old `cpp` folder
- Adapted the `binding.gyp` template in `README.md`
- Keeping backwards compatibility by generating `cpp` symbolic link
- Renamed environmental `BUILD_TESTS` to `BUILD_TEST` (has no external effect)
- Made building of python native extension conditional
using `BUILD_TEST` and `BUILD_EXAMPLE`. This was needed to provide vrpc as
pure python wheel.
Fixed
- Python proxy constructor to be callable with variadic arguments
- Syntactic problems in `REAMDE.md` leading to mistakes in auto rst translation