ApacheConnector
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
biicode
adapted POCO C++ to biicode build system
2015-04-07 16:01:31 +02:00
build
add specific Cygwin setup for running Foundation tests.
2015-08-24 11:47:24 +02:00
cmake
fix: CMake compilation for QNX 6.6
2015-09-01 17:22:08 +02:00
contrib
Moved contributed CMake modules to "cmake" folder
2012-12-16 00:40:40 -02:00
CppParser
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
CppUnit
VS2015 project files for CppUnit
2015-07-29 19:24:12 +02:00
Crypto
Crypto: add tests for cipher custom digests
2015-09-03 18:54:31 +02:00
Data
Merge pull request #903 from zosrothko/develop
2015-08-20 16:56:46 -05:00
doc
optimize order preservation (keep pointers to keys instead of copies); remove (unnecessary) prserveOrder flag from Stringifier::stringify()
2015-06-01 10:29:51 -05:00
Foundation
Merge pull request #917 from zosrothko/develop
2015-09-05 09:30:58 -05:00
JSON
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2015-07-30 20:50:19 -05:00
MongoDB
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
Net
support for AF_UNIX socket address
2015-09-07 17:53:25 +02:00
NetSSL_OpenSSL
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
NetSSL_Win
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
openssl
XMLStream API fixes - readding binary files
2015-08-22 17:39:44 +02:00
PageCompiler
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
patches /AIX
new trunk (base for 1.5)
2012-04-23 01:14:34 +00:00
PDF
missing projects
2015-07-30 18:20:30 +02:00
PocoDoc
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
ProGen
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
release
Add creation of build_vdexpress2012.cmd & build_vdexpress2013.cmd
2015-08-16 19:47:50 +02:00
SevenZip
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
travis
X509Certificate::issuedBy(): explicitely check for X509_verify() return value 1, disable test due to failure with newer OpenSSL versions (need to investigate)
2015-03-21 00:07:01 +01:00
Util
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
XML
updated project files
2015-09-06 10:20:10 +02:00
Zip
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
.gitattributes
more line ending fixes
2012-11-11 11:20:31 +01:00
.gitignore
Merge branch 'develop' of https://github.com/pocoproject/poco into pocoproject-develop
2015-06-15 20:25:59 +02:00
.travis.yml
add Linux clang build config and travis build
2015-03-21 10:22:44 +01:00
appveyor.yml
appveyor.yml: initial version to build on https://ci.appveyor.com
2015-01-19 11:25:09 +01: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
fix
2015-03-08 22:58:32 +03:00
build_vcexpress2008.cmd
"tests" are missing in build_vcexpress.cmd
2013-02-25 20:04:58 +09:00
build_vcexpress2010.cmd
"tests" are missing in build_vcexpress.cmd
2013-02-25 20:04:58 +09: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
build_vs120.cmd
added build_vs120.cmd (for consistency)
2014-12-15 11:12:01 +01:00
build_vs140.cmd
updated build scripts for VS2015
2015-07-30 15:54:43 +02:00
build_wdexpress2012.cmd
Support Visual Studio Express 2012 for Windows Desktop
2013-02-25 20:04:32 +09:00
build_wdexpress2013.cmd
new build command for VS2013 Express Edition.
2014-09-07 11:42:12 +02:00
buildwin.cmd
fixed script syntax
2015-07-30 16:26:30 +02:00
buildwin.ps1
updated build scripts for VS2015
2015-07-30 15:54:43 +02:00
CHANGELOG
updated CHANGELOG; CMake fixes for OS X; doc updates; release script improvements
2014-12-22 00:06:53 +01:00
CMakeLists.txt
cmake cleanup
2015-08-17 22:18:44 +02:00
components
add missing NetSLL_Win component
2015-07-07 07:31:57 +02:00
configure
rename build/config/CYGWIN to build/config/Cygwin
2015-08-21 14:42:40 +02:00
CONTRIBUTING.md
Update CONTRIBUTING.md
2015-04-20 20:32:55 -05:00
CONTRIBUTORS
Update CONTRIBUTORS
2015-09-05 09:32:49 -05:00
DLLVersion.rc
updated versions
2015-03-29 11:15:47 +02:00
env.sh
re-added MongoDB, improved buildwin and release scripts
2013-07-23 15:04:48 +02:00
FAQ.md
Update FAQ.md
2015-05-18 20:50:10 -05:00
libversion
updated versions
2015-03-29 11:15:47 +02:00
LICENSE
LICENSE: add info about SPDX-License-Identifier usage and use it
2014-05-14 08:38:09 +02:00
Makefile
Problem with make install command #842
2015-05-29 10:56:18 -05:00
NEWS
new trunk (base for 1.5)
2012-04-23 01:14:34 +00:00
README
add separation line for BUILDING FOR WINDOWS CE.
2015-08-24 11:28:12 +02:00
README.md
Fixe typo in read me
2015-07-18 12:53:05 -07:00
VERSION
updated versions
2015-03-29 11:15:47 +02:00