* Fix "redeclared without dllimport attribute..." warning for MinGW
* Use 'POCO_COMPILER_MSVC' instead of '_MSC_VER'.
* Define 'POCO_COMPILER_MINGW' with 'POCO_COMPILER_GCC' too
* Define 'POCO_UNUSED' for Clang too
* FTPClientSession read welcome message with external socket
Add method to configure if the FTPClientSession should read welcome message from FTP server when you use external socket. Otherwise you could end up in a desyncronization of FTP commands
* FTPSClientSession constructor FTPS behavior
Add variable in constructor to let you enable or disable FTPS connection
* Get FTPSClientSession back from master
* Support UTF8 filename
Using UTF8 filename cause image loading funtion fail without a transcoding function
* FTP Add function to get welcome message
Add a function to get at application level the FTP Server welcome message
* removed FTPPasswordProvider from FTPSStreamFactory
Removed duplicate FTPPasswordProvider class from FTPSStreamFactory
* Code Style corrections
No hungarian style
no indent nested namespace
rename mutex
* Add MinGW support (not full yet).
TODO list:
* Fix tests compilation (undefined reference to CppUnit::...)
* Fix SQLs compilation (No rule to make target '${LIBNAME}.dll.a', needed by '${LIBNAME}.dll'. Stop.)
* Fix crypto executables compilation
* Test static compilation
* Test MSVC compilation
* Add unicode support
See pocoproject/poco#2356
* Code rearrange.
Also fix PDF test runner.
TODO list:
* Fix tests compilation (undefined reference to CppUnit::...)
* Add unicode support
* Resolve what to do with message compiler
See pocoproject/poco#2356
* Normal "_DLL" definition for MinGW. Add missing "Crypto_API" for several implementations. Add "POCO_NO_MINGW_UNICODE" for "wmain".
TODO list:
* Check PostgreSQL and MySQL
* Resolve what to do with message compiler
See pocoproject/poco#2356
* Test PostgreSQL. Fix message compiler problem.
See pocoproject/poco#2356
* Perform requested changes. Add WinCE check.
See pocoproject/poco#2360
* Perform requested changes #2. Delete WinCE check.
See pocoproject/poco#2360
* Perform requested changes #3. Net initializer should works now.
See pocoproject/poco#2360
* Fix invalid indent.
See pocoproject/poco#2360
* Correct definition of POCO_NO_MINGW_UNICODE.
See pocoproject/poco#2360
* Remove macro and set global linke flags for testing purpose
* Add -municode for mingw where wmain is used
* Delete "POCO_ENABLE_EXE_WMAIN". Add PollSet support.
See pocoproject/poco#2360
* Restore WinCE linker flags. Set _WIN32_WINNT in PollSet.cpp separately. Add var to disable MinGW wmain wrapper.
* Fix compilation.
* Fix missing argument name in functions "setEscapeUnicode" in JSON package.
* cmake: create and install pkg-config files
Automatically create and install *.pc files for selected components.
PocoFoundation.pc
PocoNet.pc
PocoUtil.pc
etc.
* Cleanup cmake Root CMakeLists.txt
* Cleanup cmake targets
* Add find openssl modul for older cmake version
* set proper scope
* Switch off make based builds in travis and appveyor
* Fix build break, set C11 on c file
* Set from C11 to C99
* Fix NetSSL win build
* Set C99 compile features
* Fix Windows build
* Fix windows build
* Revert "Fix windows build"
This reverts commit 678d44216bd964f61655df809efbf63ddd8a7bfd.
* Cleanup poco unbundle definition
* Fix PDF build
* Remove unused set affinity
* Add _AFXDLL as target compile definitions
* Refactor add_definitions to target_compile_definitons in Util
* Refactor add_definitions to target_compile_definitons in XML
* Remove THREADSAFE in data sql cmake build
* Refactor add_definitions to target_compile_definition in cmake mysql
* Refactor add_definitions to target_compile_definition in cmake odbc
* Refactor add_definitions to target_compile_definition in cmake sqlite
* Refactor add_definitions to target_compile_definitions in platform specific cmake
* Add _DEBUG as compile definition
* Add build dependencies between Foundation-testrunner and TestApp, TestLibrary in cmake build
* cleanup LIB_MODE_DEFINITIONS in cmake buld system
* Fix broken merge
* Fix android foundation test
* Fix old redis build version
* Fix android fondation test
* Cleanup target link libraries.
* Update cmake documentation
* Some fixese in crypto and netssl for win and some cleanup an SQL
* Minor fix in root CMakeList.txt
* Squashed commit of the following:
commit df050b56b6d81eaf9bdb37bb016fe9a3554eba4f
Fix build dependecies in cmake
* Squashed commit of the following:
commit f41ce2bb404e197ff04b1e64f7b66c9a2b1e03c8
Fix PostgreSQL build
* Squashed commit of the following:
commit b7da0deed67ffff23a8b7a50d6deff1e022b2577
Set db hostnames
* Update doc
* Update cmake build commands
* Set public on target link libraries in cmake build
* Fix broken cppunit merge