POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus.
Перейти к файлу
aleks-f 6943505634 SQLite event notifier
Notifier is SQLite DB event (insert, update, delete, commit, rollback)
callback wrapper.
2013-02-20 16:35:42 -06:00
ApacheConnector Any SOO 2013-01-31 21:12:13 -06:00
CppParser on Windows, quote the path passed to the compiler 2012-11-18 23:00:55 +01:00
CppUnit Auto init for Net and SQLite (win) 2013-02-09 22:39:07 -06:00
Crypto cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
Data SQLite event notifier 2013-02-20 16:35:42 -06:00
Foundation SF Feature requests #168 and #163 - part 3 2013-02-20 09:44:25 +01:00
JSON Dynamic::Var SOO 2013-02-05 22:12:21 -06:00
MongoDB Merge pull request #98 from fbraem/develop 2013-02-19 13:42:56 -08:00
Net cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
NetSSL_OpenSSL edited for coding standard compliance 2013-01-16 23:14:34 -06:00
PDF GH #26: Cannot compile on gcc 2012-12-12 23:02:20 -06:00
PageCompiler unbundled build fixes 2013-01-05 00:04:09 -06:00
PocoDoc GH56: Need a way to disable *_API macros with GCC 2013-01-13 10:31:21 -06:00
ProGen fixed a minor issue with VS71 solution file generation - fixedBuildOrder setting was not used 2012-11-12 11:11:46 +01:00
Util Merge remote-tracking branch 'origin/ip-address-soo' into develop 2013-02-17 16:33:44 -06:00
XML GH56: Need a way to disable *_API macros with GCC 2013-01-13 10:31:21 -06:00
Zip GH56: Need a way to disable *_API macros with GCC 2013-01-13 10:31:21 -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 Update doc/00100-GuidedTour.page 2013-01-11 21:42:01 +01:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
release make PocoDoc work again 2013-01-12 00:12:05 +01:00
.gitattributes more line ending fixes 2012-11-11 11:20:31 +01:00
.gitignore cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
.travis.yml Update .travis.yml 2013-01-06 22:13:25 -06:00
CHANGELOG CHANGELOG 2013-02-18 14:32:14 -06:00
CMakeLists.txt cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
CONTRIBUTORS CHANGELOG 2013-02-18 14:32:14 -06:00
DLLVersion.rc Updated version number and copyright dates. 2013-01-10 23:31:55 +01:00
LICENSE change EOL to 'native' 2012-04-29 18:52:25 +00:00
Makefile Merge pull request #88 from fbraem/develop 2013-02-16 13:35:55 -08: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 update version numbers 2012-12-16 22:55:16 -06: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 some last minute changes 2012-12-26 18:30:52 -06:00
build_vs80.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs90.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs100.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs110.cmd some last minute changes 2012-12-26 18:30:52 -06:00
buildwin.cmd GH60: buildwin fixes - add bin64 2013-01-13 10:41:50 -06:00
components Add MongoDB 2013-02-16 20:53:48 +01:00
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).