aleks-f eaa74307a6 see CHANGELOG
- added Poco::istring (case-insensitive string) and Poco::isubstr
(case-insensitive substring search)
- improved SQLite execute() return (affected rows) value
- added SQLite sys.dual (in-memory system table)
- applied SF Patch #120: The ExpireLRUCache does not compile with a
tuple as key on Visual Studio 2010
- fixed SF Bug #599: JSON::Array and JSON::Object size() member can
implicitly lose precision
- fixed SF Bug #602: iterating database table rows not correct if no
data in table
- fixed SF Bug #603: count() is missing in HashMap
- fixed GH #23: JSON::Object::stringify throw BadCastException
- fixed GH #16: NetworkInterface::firstAddress() should not throw on
unconfigured interfaces
- Android compile/build support (by Rangel Reale)
- TypeHandler::prepare() now takes const-reference
2012-12-04 23:33:44 -06:00
2012-06-26 12:37:02 +00:00
2012-11-11 11:28:44 +01:00
2012-12-04 23:33:44 -06:00
2012-12-04 23:33:44 -06:00
2012-12-03 20:36:04 -06:00
2012-12-04 23:33:44 -06:00
2012-11-11 11:28:44 +01:00
2012-11-11 10:53:02 +01:00
2012-04-23 01:14:34 +00:00
2012-11-11 11:28:44 +01:00
2012-10-10 18:23:03 +00:00
2012-11-11 11:28:44 +01:00
2012-11-11 11:20:31 +01:00
2012-04-23 01:14:34 +00:00
2012-11-11 09:57:01 +01:00
2012-06-26 12:40:26 +00:00
2012-07-17 02:56:49 +00:00
2012-07-17 02:56:49 +00:00
2012-07-17 02:56:49 +00:00
2012-07-17 02:56:49 +00:00
2012-12-04 23:33:44 -06:00
2012-12-04 23:33:44 -06:00
2012-04-23 10:51:39 +00:00
2012-04-29 18:52:25 +00:00
2012-04-23 01:14:34 +00:00
2012-04-29 18:52:25 +00:00

POCO C++ Libraries

When contributing to POCO, please adhere to our coding styleguide: http://www.appinf.com/download/CppCodingStyleGuide.pdf

We use the branching model described in this article: http://nvie.com/posts/a-successful-git-branching-model/

All text file line endings in the repository must be Unix-style (LF). This includes Visual Studio project and solution files (.sln, .vcproj, .vcxproj, .vcxproj.filters).

Languages
C 50.8%
C++ 47.8%
CMake 0.5%
Makefile 0.2%
JavaScript 0.2%
Other 0.3%