POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus.
Перейти к файлу
Alex 322316608b Cygwin build (disable NetworkInterface)
#idef'd out all references to NetworkInterface to be able to compile on
platforms where it is not supported (e.g. Cygwin, vxWorks)
2012-12-24 01:11:27 -06:00
ApacheConnector
CppParser
CppUnit GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
Crypto GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
Data fixed and improved thread mode set/test 2012-12-23 15:27:32 -06:00
Foundation exclude NetworkInterface where not supported 2012-12-23 16:05:16 -06:00
JSON added Token::asInteger64(); ODBC tests fix for case-sensitive DB 2012-12-16 19:45:38 -06:00
Net Cygwin build (disable NetworkInterface) 2012-12-24 01:11:27 -06:00
NetSSL_OpenSSL GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
PDF GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
PageCompiler
PocoDoc
ProGen
Util GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
XML GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
Zip GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
build Merge pull request #3 from RangelReale/mobilefixes 2012-12-02 20:28:22 -08:00
cmake Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
doc replaced stream-based number formatting 2012-12-01 14:10:04 -06:00
patches/AIX
release
.gitattributes
.gitignore add static build dirs to .gitignore 2012-12-15 11:11:48 -06:00
.travis.yml Added Travis CI configuration file 2012-12-15 23:59:57 -02:00
CHANGELOG see CHANGELOG 2012-12-23 02:36:01 -06:00
CMakeLists.txt Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CONTRIBUTORS silence deprecated iODBC warnings 2012-12-16 13:52:39 -06:00
DLLVersion.rc
LICENSE
Makefile
NEWS
README
README.md
VERSION update version numbers 2012-12-16 22:55:16 -06:00
build_CE_vs90.cmd
build_cmake.cmd
build_cmake.sh
build_vcexpress2008.cmd
build_vcexpress2010.cmd
build_vs71.cmd
build_vs80.cmd
build_vs90.cmd
build_vs100.cmd
build_vs110.cmd
buildwin.cmd
components
configure fixed SF #597: Configure script ignores cflags 2012-12-11 22:29:33 -06:00
libversion update version numbers 2012-12-16 22:55:16 -06:00

README.md

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).