* Factorize info into new verbose file. Refactor Makefile, global, cpp11*. Add Linux32-clang
* Display used config with POCO_VERBOSE
* Add cross compilation toward x86 with host amd64
* Refactor config names
* Add lib32gcc runtime
* Add g++-5-multilib
* Use OSARCH=i386 for OSX x86
* Avoid building Crypto since OpenSSL is only x64 on OSX
* Avoid building Crypto since OpenSSL is only x64
* Avoid Data/* on cross compilation to x86
* Add gcc-5-multilib to clang 4.0 x86
* Ignore TimerTest on OSX for now.
* Cleanup
* Add other set of TimerTest.
* New test that fails on OSX
* Use appveyor.yaml from c++11 branch so that CI run ok.
* Use .travis.yml from the c++ branch so that Travis CI jobs run ok.
* Add c++11 scripts and Linux config so that Travis CI jobs are ok.
* Use mkdocumentation & mkrelease from c++11 branch.
* Use PocoDoc config files from c++11 branch.
* define POCO_ENABLE_C11 as the default
* CMake: ignore Crypto for now. To be fixed since it fails.
* Backport c++11 changes from the c++11 branch
* Add Cygwin config with c++11 setup.
* Update appveyor.yml from c++11 branch.