* Logger & Channel classes now using AutoPtr<Channel> instead of Channel* (API improvement)
* fix CachingChannel
* more fixes
* Configuration: remove raw pointers from interfaces #2077
* Add WeakPtr to Foundation #2246
* Add WeakPtr to Foundation #2246 (buildsystems files)
* Add WeakPtr to Foundation #2246 (x64 VS project files)
* backtrace and Event fixes
* add ordered map
* add ordered set
* add sanitize makefiles
* update RefPtr doc
* fix AtomicCounter includes
* add ordered containers tests
* fix xml test compile error
* remove operator bool rom smart pointers
* Poco::strToInt<> fails for values right above the type's boundary / limit #2250
* add g++ -ftrapv config
* remove Version.h includes (now included from Config.h)
* comment out offending SQLite test (TODO)
* add AtomicFlag and SpinlockMutex
* remove RefCountedObject include from RefPtr and WeakRefPtr mutex template param
* add WeakRef SpinLockMutex threading test
* WeakRefPtr, backtrace, NDC, refcount DC fixes
* SQL fixes
* update RCO documentation
* XML/DOM: Remove raw pointers from public interfaces #2075
* few fixes
* PocoDoc - make logger non-static reference member
* remove path char array initialization
* Fix failing unit test, adding d in debug mode for TestApp and TestLibrary
* fix application config pointer
* fix some crypto warnings
* fix Process tests and consolidate TestApp name building
* define PathImpl::selfImpl for WinCE
* restore WinCE test app name extension
* attempt to passify 32 bit clang
* fix failing Active* tests
* Add POCO_OS_ANDROID support for Path::self()
* Add build dependencies between Foundation-testrunner and TestApp, TestLibrary in cmake build
* Remove to set LD_LIBRARY_PATH on foundation test
* revert to develop XML
* fix VS150 env not found (hardcode it)
* undef min/max
* Update Nuget packaging
* Split a single Nuget package into 2: x86/x64 because its size is greater
than 250Mb, which is the upper limit of Bintray
* CppUnit/Test.h: Rename assert by assertTrue
* Restore poco_assert
* leave old assert for backward compatibility
* add undef
* remove whitespace
* Display PocoDic.ini
* Fix CppUnit includes path
* Delete TestCaller.h
* Create dependencies
* Add macro to map ENABLE_* variables provided on CMake command-line to POCO_ENABLE_* variables.
* Properly map ENABLE_* values to POCO_ENABLE_* variables instead of assuming ON
* Add build for android in travis CI.
* Fix review findings. Change from __ANDORID__ to POCO_ANDROID
* Add android test
* Fix compile issue after rebase
* Ignore test big ping when its failing
* 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