* Backport of feature-gradle
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Replace '/' by '\' to comply with DOS path
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Cleanup
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Put environment setting at the Exec task.
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Use standard release
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Updated mkdoc configuration
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Remove lines guarded by POCO_ENABLE_CPP11
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Merge remote-tracking branch 'origin/develop' into develop
* Fix NuGet & Wix input dependencies file set.
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
* Remaining fixes for Data2SQL switch.
* Use $global:LastExitCode instead of a local LastExitCode
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.
* remove leftover progen files
* remove Data sources and turn headers into forwards
* add SQL files #2059
* Data2sql: adjust Travis, AppVeyor & Makefiles (#2069)
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* fix header forwarding
* Data2sql: Fixes for complete Travis CI success (#2071)
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* Restore DataFormatException
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* Replace Data by SQL
* construct RowFilter from RecordSet reference instead of pointer
* pass Container ref instead of ptr to Column
* elimitate g++ warnings
* SQL: remove raw pointers from interfaces #2094; add constness and move ops where appropriate
* tidy up Postgres
* ODBC fixes