Go to file
2012-11-11 11:20:31 +01:00
ApacheConnector removed .vcxproj.user files 2012-11-11 10:53:02 +01:00
build changed Darwin build configs to use Clang as default 2012-11-10 17:41:52 +01:00
contrib added cmake support 2012-06-26 12:37:02 +00:00
CppParser removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
CppUnit removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
Crypto removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
Data removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
doc updated support page 2012-10-15 08:09:40 +00:00
Foundation removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
JSON more line ending fixes 2012-11-11 11:07:27 +01:00
Net removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
NetSSL_OpenSSL removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
PageCompiler removed .vcxproj.user files 2012-11-11 10:53:02 +01:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF more line ending fixes 2012-11-11 11:07:27 +01:00
PocoDoc removed .vcxproj.user files 2012-11-11 10:53:02 +01:00
ProGen more line ending fixes 2012-11-11 11:07:27 +01:00
release updated changelog 2012-10-10 18:23:03 +00:00
Util removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
XML removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
Zip removed .vmsbuild files, which are no longer maintained 2012-11-11 11:08:17 +01:00
.gitattributes more line ending fixes 2012-11-11 11:20:31 +01:00
.gitignore another VS extension. sigh. 2012-10-29 17:19:31 -05:00
build_CE_vs90.cmd new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
build_cmake.cmd the great line endings cleanup 2012-11-11 09:57:01 +01:00
build_cmake.sh added cmake support 2012-06-26 12:40:26 +00:00
build_vcexpress2008.cmd new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
build_vcexpress2010.cmd new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
build_vs71.cmd updated build batch files 2012-07-17 02:56:49 +00:00
build_vs80.cmd updated build batch files 2012-07-17 02:56:49 +00:00
build_vs90.cmd updated build batch files 2012-07-17 02:56:49 +00:00
build_vs100.cmd updated build batch files 2012-07-17 02:56:49 +00:00
build_vs110.cmd added msbuild support for vs2010 and 2012 to buildwin.cmd 2012-11-10 12:46:34 +01:00
buildvms.com new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
buildwin.cmd added msbuild support for vs2010 and 2012 to buildwin.cmd 2012-11-10 12:46:34 +01:00
CHANGELOG updated docs 2012-10-14 12:29:08 +00:00
CMakeLists.txt cmake: fix so version to 15 2012-09-23 17:19:50 +00:00
components SF#102 Fix building Poco on Debian GNU/kFreeBSD 2012-09-24 04:06:19 +00:00
configure fixed release scripts 2012-09-25 04:09:05 +00:00
CONTRIBUTORS updated CONTRIBUTORS 2012-10-15 10:26:45 +00:00
DLLVersion.rc added PDF module to gmake 2012-04-23 10:51:39 +00:00
libversion set libversion to 20 to make some room for at least one more 1.4 release 2012-10-15 05:15:48 +00:00
LICENSE change EOL to 'native' 2012-04-29 18:52:25 +00:00
Makefile - SF #3552774: Don't hide default target in subordinate makefile 2012-08-20 00:57:17 +00:00
MANIFEST change EOL to 'native' 2012-04-29 18:52:25 +00:00
NEWS new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
README change EOL to 'native' 2012-04-29 18:52:25 +00:00
README.md Updated README.md with info regarding line endings 2012-11-11 10:42:13 +01:00
VERSION added release packaging and doc building scripts, fixed some osx build issues 2012-09-25 02:24:56 +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).