Commit Graph

2803 Commits

Author SHA1 Message Date
Guenter Obiltschnig
d67d8d8cdf fix .progen files 2015-07-31 12:49:51 +02:00
Guenter Obiltschnig
2065799db9 update build scripts for VS2015 2015-07-31 12:49:14 +02:00
Guenter Obiltschnig
4de38fcb76 ProGen: VS2015 support 2015-07-31 12:46:23 +02:00
Guenter Obiltschnig
d0d95bc711 VS2015 support for CppUnit 2015-07-31 12:44:44 +02:00
Guenter Obiltschnig
b9511780d4 udpated CHANGELOG 2015-07-31 12:43:17 +02:00
Guenter Obiltschnig
1839606332 merge fix for #722 2015-07-31 12:32:52 +02:00
Guenter Obiltschnig
84094a4764 integrate fix for #769 2015-07-31 12:18:44 +02:00
Guenter Obiltschnig
e4dcb85c1f merge fix for #878 2015-07-31 12:17:20 +02:00
Aleksandar Fabijanic
5781bcbe35 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 2015-06-23 21:07:01 -05:00
Aleksandar Fabijanic
bd057090c3 Var BadCastException #861 2015-06-10 09:04:19 -05:00
Alex Fabijanic
5a5509a3e3 fixed GH #782 and #819 2015-06-09 22:41:38 -05:00
Aleksandar Fabijanic
c5dca8e3ff Merge pull request #821 from Gamadril/poco-1.6.1
Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF
2015-05-19 18:21:38 -05:00
Gamadril
dc402085e8 Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF 2015-05-19 17:08:58 +02:00
Aleksandar Fabijanic
3553a86d60 JSON Stringifier fails with preserve insert order #819 2015-05-14 22:12:52 -05:00
Guenter Obiltschnig
60b1431539 Merge branch 'poco-1.6.1' of https://github.com/pocoproject/poco into poco-1.6.1 2015-04-23 11:55:28 +02:00
Guenter Obiltschnig
db5378a3f5 fixed #779 2015-04-23 11:55:14 +02:00
Alex Fabijanic
bdc6bdd9cf Merge branch 'poco-1.6.1' of https://github.com/pocoproject/poco into poco-1.6.1 2015-04-03 10:46:27 -05:00
Alex Fabijanic
25cd53d953 Poco::Var operator== throws exception #769 2015-04-03 10:46:07 -05:00
Aleksandar Fabijanic
f695b775e4 Update 99100-ReleaseNotes.page
DefaultHandler => ParseHandler breaking change note for 1.5.2
2015-04-03 10:11:00 -05:00
Alex Fabijanic
fea66f4dbc Poco::JSON::PrintHandler not working for objects in array #766 2015-03-31 21:35:34 -05:00
Alex Fabijanic
2feb15eb19 Unable to build static with NetSSL_OpenSSL for OS X #763 2015-03-29 10:20:12 -05:00
Guenter Obiltschnig
5cc5dd557b updated versions 2015-03-29 11:14:12 +02:00
Alex Fabijanic
f7e1bb4d7e StreamSocket::receiveBytes and FIFOBuffer issue in 1.6 #719 2015-03-28 20:06:15 -05:00
fbraem
dc92077d29 Fix #750 missing binary size 2015-03-28 12:02:18 +01:00
Pascal Bach
64710b2ff7 Add missing Path implementations for WINCE 2015-03-28 11:58:25 +01:00
Günter Obiltschnig
0a1218cd7e disable Timestamp hack on WinCE (re-enable with -DPOCO_WINCE_TIMESTAMP_HACK) 2015-03-28 11:56:10 +01:00
Guenter Obiltschnig
2d4dd2dc7d do not flush underlying stream on sync() as these causes issues with Zip files 2015-03-28 11:54:40 +01:00
Günter Obiltschnig
afb6a09db7 Merge pull request #737 from pocoproject/revert-736-master
Revert "fix: android arm64/x86_64 compile error with getdtablesize"
2015-03-06 17:49:44 +01:00
Günter Obiltschnig
d4582b85d3 Revert "fix: android arm64/x86_64 compile error with getdtablesize" 2015-03-06 16:28:08 +01:00
Günter Obiltschnig
49b35918ab Merge pull request #736 from csabakeszegh/master
fix: android arm64/x86_64 compile error with getdtablesize
2015-03-06 15:19:34 +01:00
Csaba Keszegh
d2b452ebef fix: android arm64/x86_64 compile error with getdtablesize
https://code.google.com/p/android/issues/detail?id=74387
https://codereview.chromium.org/349323003
2015-03-06 13:32:49 +01:00
Alex Fabijanic
829d497de0 remove Crypto_Win from develop branch 2015-02-09 20:49:05 -06:00
Alex Fabijanic
cd36f0928c Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-02-09 20:42:40 -06:00
Alex Fabijanic
06d18d2b9c Crypto_Win (compile only, WIP) 2015-02-09 20:42:31 -06:00
Aleksandar Fabijanic
291a0fc8fc Make install on CYGWIN doesn't copy cygPoco*.dll #710 2015-02-09 18:56:24 -06:00
Aleksandar Fabijanic
5f9a2cb6c3 Merge pull request #708 from saschazelzer/cmake-parse-version-string
Make regex compatible with VERSIONS like "1.6.0-all (2014-12-22)".
2015-02-04 14:11:04 -06:00
Aleksandar Fabijanic
284aa186a5 Merge pull request #707 from saschazelzer/cmake-find-package-poco-fixes
Cmake find package poco fixes
2015-02-04 14:10:28 -06:00
Günter Obiltschnig
9c6b3d66d3 added Crypto_Win (unfinished) 2015-02-04 19:37:48 +01:00
Sascha Zelzer
9c0184337e Make regex compatible with VERSIONS like "1.6.0-all (2014-12-22)".
Without the fix, the patch number contained spaces which led to
errors on Linux with CMake because the generated symlinks contained
spaces.
2015-02-04 04:46:25 +01:00
Sascha Zelzer
25d3f4ccd4 Use correct locations for the generated Poco*ConfigVersion.cmake files. 2015-02-04 04:35:56 +01:00
Sascha Zelzer
10425a9556 Do not overwrite CMAKE_PREFIX_PATH in component config files.
This fixes problems when a project adds a directory to
CMAKE_PREFIX_PATH, then calls find_package(Poco ...) and afterwards
calls find_package() for another project located in one of the
directories of the original CMAKE_PREFIX_PATH variable.
2015-02-04 04:35:23 +01:00
Aleksandar Fabijanic
319e2d80b5 POCO1.6 Sample EchoServer BUG #706 2015-02-03 20:18:38 -06:00
Alex Fabijanic
74c24a3789 related to GH#705: Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF 2015-02-02 00:00:26 -06:00
Aleksandar Fabijanic
120cbdc64a Update CONTRIBUTORS 2015-01-28 21:16:30 -06:00
Aleksandar Fabijanic
c77f69b86b Update CONTRIBUTING.md 2015-01-28 20:21:24 -06:00
Alex Fabijanic
aa26872e36 adding CONTRIBUTING.md 2015-01-28 20:16:47 -06:00
Aleksandar Fabijanic
19588c002f Merge pull request #697 from siemens/cmake-develop
Cmake develop
2015-01-27 09:51:10 -06:00
Pascal Bach
61cdbf0b16 CMake: Remove PocoConfig.cmake as proper *Config.cmake files are now generated on a per component when built with CMake.
resolves: #677

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 16:00:34 +01:00
Pascal Bach
f778e67430 CMake: Improve installation and package generation
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 15:52:18 +01:00
Alex Fabijanc
b2e209bf54 fix windows MemoryStreamTest build 2015-01-26 22:36:30 -06:00