~zosrothko/poco/+git/poco:add-code-of-conduct-1

Last commit made on 2018-02-09
Get this branch:
git clone -b add-code-of-conduct-1 https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
add-code-of-conduct-1
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

3e8ded2... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

Create CODE_OF_CONDUCT.md

3e6e27b... by Alex Fabijanic <email address hidden>

PDF posix build

68fedf3... by Alex Fabijanic <email address hidden>

fix toJSON function and some VS warnings

2be0661... by Aleksandar Fabijanic <email address hidden>

Json unicode escape (#2147)

Json unicode escape (#2142)

c1f8414... by Alex Fabijanic <email address hidden>

add cmake-build* to gitignore

ebc8616... by Francis ANDRE

Reduce by 2 the build elapse time (#2146)

In order to reduce the overall elapse time, CMake will build only with VS015 and MSBuild only with VS2017. Also, only the internal OpenSSL binaries are used, not anymore the external OpenSSL binaries. External downloading should stay in case one changes its mind.

df5968c... by Aleksandar Fabijanic <email address hidden>

Json unicode escape && preserveOrder keys sync (#2145)

* Only escape compulsory characters for JSON by default

* add enable/disable unicode escaping flags to stringify #2137

* JSON::Object preserveOrder keys not synced on assignment #2142

* fix assignment preserveOrder and add object copy tests

* add object move tests

* fix comment

* enum for JSON::Object options

5bb03f1... by Pavel Golubev <email address hidden>

Added getInteger method for MongoDB::Array (#2140) (#2141)

d8d4cbf... by Francis ANDRE

Data2sql: additional fixes (#2144)

bb17cfb... by Francis ANDRE

Data2sql: additional fixes (#2143)