poco/Util
Marian Krivos 5b320c2894 Very basic but functional (at least on linux with gcc) support
for CMake build system
. 
It is strongly recomended to use out-of-source build to preserve
original Poco makefiles.

http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees

I have tested unix makefile generating and Eclipse CDT4 generating.

Supported are static/dynamic and debug/release targets. 
On now only core libs are included: CppUnit, Foundation,
Data, Data/SQLite, Util, Net and XML. But autodetection
of OpenSSL, MySQL and ODBC is working OK already.

CPack and CTest nor library install still doesn't work, only building.

This is only the start.
2009-02-15 15:49:19 +00:00
..
include/Poco/Util - fixed SF# 2012050: Configuration key created on read access; - Poco::Util::WinRegistryKey now has a read-only mode; - Poco::Util::WinRegistryKey::deleteKey() can now recursively delete registry keys 2008-09-18 09:04:17 +00:00
samples VS 71 projects 2008-08-14 13:28:18 +00:00
src - fixed SF# 2012050: Configuration key created on read access; - Poco::Util::WinRegistryKey now has a read-only mode; - Poco::Util::WinRegistryKey::deleteKey() can now recursively delete registry keys 2008-09-18 09:04:17 +00:00
testsuite - fixed SF# 2012050: Configuration key created on read access; - Poco::Util::WinRegistryKey now has a read-only mode; - Poco::Util::WinRegistryKey::deleteKey() can now recursively delete registry keys 2008-09-18 09:04:17 +00:00
.cdtproject latest changes from main repository; added eclipse cdt project files 2007-04-28 09:34:20 +00:00
.project latest changes from main repository; added eclipse cdt project files 2007-04-28 09:34:20 +00:00
CMakeLists.txt Very basic but functional (at least on linux with gcc) support 2009-02-15 15:49:19 +00:00
dependencies added release scripts 2008-06-09 18:42:07 +00:00
Makefile Added build support for stock MinGW/MSYS build of POCO. 2008-02-21 09:08:44 +00:00
Util_vs71.sln sources from main repository 2006-12-22 09:56:56 +00:00
Util_vs71.vcproj Units 2008-08-14 10:04:46 +00:00
Util_vs80.sln sources from main repository 2006-12-22 09:56:56 +00:00
Util_vs80.vcproj Units 2008-08-14 10:04:46 +00:00
Util_vs90.sln Feature Request #1873922 2008-01-17 18:07:39 +00:00
Util_vs90.vcproj Units 2008-08-14 10:04:46 +00:00
Util.vmsbuild synced with main repository 2008-01-28 17:30:40 +00:00