Patrick White b4aa3cedfa PatternFormatter specific-length source and optimizations.
Optimize the pattern formatter by doing time-zone calculations
once and using it's offset. Parse the format string once and
setup a vector of the fields wanted so parsing the %[name] is
much faster.

Add ability to easily enforce a specific length for the source
fields which is nicer for reading log files.
2012-11-28 15:09:10 -05:00
2012-06-26 12:37:02 +00:00
2012-11-11 11:28:44 +01:00
2012-10-15 08:09:40 +00:00
2012-11-11 11:28:44 +01: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: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-10-14 12:29:08 +00:00
2012-10-15 10:26:45 +00: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%