Matej Kenda
|
f1e6cba313
|
Thread POSIX: tid is numeric OS thread ID on Linux and OSX instead of pthread_t.
|
2015-06-01 09:59:01 +02:00 |
|
Aleksandar Fabijanic
|
375eca2ec4
|
Problem with make install command #842
|
2015-05-29 10:56:18 -05:00 |
|
Aleksandar Fabijanic
|
15a7bc3a0b
|
Merge pull request #841 from fbraem/develop
Added const to Document/Array::isType
|
2015-05-28 12:16:28 -05:00 |
|
fbraem
|
0a68bbfbea
|
Fix: indentation of array elements in toString().
|
2015-05-28 16:39:24 +02:00 |
|
fbraem
|
623dfe7606
|
Added const to Document/Array::isType
|
2015-05-28 16:32:00 +02:00 |
|
Aleksandar Fabijanic
|
57daa51b1b
|
Merge pull request #839 from matejk/develop-objectpool
Timeout in ObjectPool not to return null immediately if max capacity is exhausted.
|
2015-05-27 21:33:55 -05:00 |
|
Matej Kenda
|
01fc7f2e1c
|
Added condition variable and timeout to ObjectPool::borrowObject/returnObject to block caller until an object is available.
|
2015-05-27 14:01:39 +02:00 |
|
Aleksandar Fabijanic
|
9ce48223e9
|
Merge pull request #835 from aaboyd/link-android-log
add 'log' to SYSLIBS when compiling Foundation for android
|
2015-05-26 18:42:42 -05:00 |
|
Alex Boyd
|
c23f6f0b57
|
add 'log' to SYSLIBS when compiling Foundation for android
|
2015-05-26 15:37:36 -04:00 |
|
Aleksandar Fabijanic
|
92f287ffd8
|
Merge pull request #833 from fbraem/develop
Add SELECT ... WHERE field IN ( ... ) sample
|
2015-05-25 15:13:06 -05:00 |
|
fbraem
|
ca1a79f6b1
|
Add SELECT ... WHERE field IN ( ... ) sample
|
2015-05-25 20:33:42 +02:00 |
|
Alex Fabijanic
|
6ef38bff0b
|
updated Crypto and NetSSL VS projects, progen files; rebuilt openssl binaries
|
2015-05-22 00:11:56 -05:00 |
|
Alex Fabijanic
|
d0e22dbbdd
|
move openssl headers
|
2015-05-21 20:06:25 -05:00 |
|
Alex Fabijanic
|
f38cf4a484
|
removed openssl headers, updated Crypto, teststuie progen files and VS projects
|
2015-05-21 20:05:44 -05:00 |
|
Alex Fabijanic
|
995832639e
|
Merge branch 'develop' into OpenSSLBuild
|
2015-05-21 19:46:58 -05:00 |
|
Günter Obiltschnig
|
9dce2a10d2
|
Merge pull request #825 from gpongelli/develop
Update OpenSSL initialize to use alse not deprecated code
|
2015-05-21 09:31:25 +02:00 |
|
Aleksandar Fabijanic
|
54e704428f
|
Merge pull request #820 from Gamadril/develop
Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF
|
2015-05-20 19:03:39 -05:00 |
|
gpongelli
|
b6f0f24d70
|
Merge pull request #1 from gpongelli/openssl_1.0.2a_patch
Update OpenSSL initialize with not deprecated code
|
2015-05-21 00:40:58 +02:00 |
|
Günter Obiltschnig
|
abdb04a52f
|
Merge pull request #824 from gpongelli/patch-1
Update iPhone TOOL_PREFIX path and compilers
|
2015-05-20 19:19:12 +02:00 |
|
gpongelli
|
82cbabc27b
|
Update OpenSSL initialize with not deprecated code
OpenSSL's 1.0.2a CRYPTO_set_id_callback is deprecated.
This patch let use OpenSSL with deprecated code and with newer and not deprecated ones.
|
2015-05-20 19:13:28 +02:00 |
|
Gamadril
|
05f5a0946b
|
Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF
|
2015-05-19 16:12:39 +02:00 |
|
Aleksandar Fabijanic
|
70f6bbde8e
|
Update FAQ.md
|
2015-05-18 20:50:10 -05:00 |
|
Aleksandar Fabijanic
|
a4879c69ea
|
Update FAQ.md
|
2015-05-18 19:52:02 -05:00 |
|
Aleksandar Fabijanic
|
5f9a02c449
|
Create FAQ.md
|
2015-05-18 19:43:28 -05:00 |
|
Aleksandar Fabijanic
|
45ab455174
|
JSON Stringifier fails with preserve insert order #819
|
2015-05-14 22:10:45 -05:00 |
|
Aleksandar Fabijanic
|
95a61b9844
|
Merge pull request #818 from fbraem/develop
Fix #817 - Use std::list instead of std::set for storing elements in Document
|
2015-05-14 15:42:12 -05:00 |
|
fbraem
|
7cfd70d56f
|
$orderby must be -1 or 1. The latest MongoDB release throws an error when using 0.
|
2015-05-14 18:36:18 +02:00 |
|
fbraem
|
732ae1c75a
|
Add testCommand
|
2015-05-14 18:35:13 +02:00 |
|
fbraem
|
4da82a4102
|
Use std::list for storing elements in document instead of std::set
|
2015-05-14 18:34:57 +02:00 |
|
gpongelli
|
7985e1f1f6
|
Update iPhone
Updated TOOL_PREFIX path and compilers.
|
2015-05-14 17:47:37 +02:00 |
|
Aleksandar Fabijanic
|
724ea08f6c
|
Merge pull request #808 from siemens/cmake-develop
CMake: Remove odbc32 from SYSLIBS on windows
|
2015-05-07 23:35:26 -05:00 |
|
Aleksandar Fabijanic
|
9627c85a79
|
Merge pull request #809 from siemens/cmake-postfix
CMake: Add the "d" postfix for debug builds on all platforms
|
2015-05-07 17:40:00 -05:00 |
|
Pascal Bach
|
28ac7e80db
|
CMake: Add the "d" postfix for debug builds on all platforms
|
2015-05-07 14:25:14 +02:00 |
|
Pascal Bach
|
7a24b76626
|
CMake: Remove odbc32 from SYSLIBS on windows
obdc32 is already added to the libraries by FindODBC
|
2015-05-07 13:44:58 +02:00 |
|
Aleksandar Fabijanic
|
b2e26d2af1
|
Merge pull request #804 from siemens/cmake-develop
CMake: Remove gdi32 dependency
|
2015-05-06 22:12:12 -05:00 |
|
Pascal Bach
|
bef0023418
|
CMake: Remove gdi32 dependency
It fails under WindowsCE and it doesn't seem to be required at all.
|
2015-05-06 12:44:52 +02:00 |
|
Aleksandar Fabijanic
|
6721eb128b
|
Poco::Data::Transaction should not accept transactor by reference #802
|
2015-05-05 14:25:57 -05:00 |
|
Aleksandar Fabijanic
|
779c5087fa
|
Merge pull request #799 from siemens/cmake-develop
Cmake develop
|
2015-05-04 12:34:58 -05:00 |
|
Torndeco
|
9d28a6aa1f
|
CMake: FindMySQL, added Program Files(x86)/MySQL to search path for MySQL
|
2015-05-04 15:36:21 +02:00 |
|
Pascal Bach
|
6fb5ecca03
|
Improve CMake handling of MD and MT
- Some other minor improvements
Contributed-by: Torndeco <torndeco.di@gmail.com>
|
2015-05-04 15:34:48 +02:00 |
|
Aleksandar Fabijanic
|
2d5b37232b
|
Merge pull request #796 from bobstabler/SSLInitOverride
Added new static method to OpenSSLInitializer, disableSSLInitialization()
|
2015-05-01 18:59:32 -05:00 |
|
bobstabler
|
5fabd16525
|
Remove unref'ed static.
|
2015-04-30 16:51:32 -05:00 |
|
bobstabler
|
6ccfaa53d0
|
Allow caller to disable SSL Initialization, so it can be done outside of Poco.
|
2015-04-30 16:37:21 -05:00 |
|
Alex Fabijanic
|
ca3cabf064
|
remove header copying from pre-build (done by build script)
|
2015-04-25 17:16:07 -05:00 |
|
Alex Fabijanic
|
9fe19d1402
|
copy headers unconditionally
|
2015-04-25 16:23:07 -05:00 |
|
Alex Fabijanic
|
af6c22c0ac
|
simplify Crypto and NetSSL VS projects
|
2015-04-25 16:18:19 -05:00 |
|
Günter Obiltschnig
|
c6cf535dd5
|
fix for VC++
|
2015-04-23 17:47:37 +02:00 |
|
Guenter Obiltschnig
|
25b446502b
|
removed GCC_DIAG_OFF
|
2015-04-23 17:31:05 +02:00 |
|
Alex Fabijanic
|
a14ca900c9
|
OpenSSL build script on Windows #780 (remove consolidated code)
|
2015-04-21 23:46:42 -05:00 |
|
Alex Fabijanic
|
8fb4925cee
|
add openssl binaries
|
2015-04-21 23:37:22 -05:00 |
|