Aleksandar Fabijanic
66d69cf59b
Update CONTRIBUTORS
2014-08-21 00:11:25 -05:00
Aleksandar Fabijanic
50f39f328f
Update CHANGELOG
2014-08-21 00:06:55 -05:00
Aleksandar Fabijanic
e70b5e2cba
Merge pull request #520 from bakercp/bugfix-NetworkInterface
...
Fix for GH #518 - Missing Error.h and int.
2014-08-21 00:02:24 -05:00
Christopher Baker
125310a26a
Fix for GH #518 - Missing Error.h and int.
2014-08-20 22:19:34 -05:00
Günter Obiltschnig
fd0785ea03
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-08-15 09:15:43 +02:00
Günter Obiltschnig
5c04101a35
fixed Process::isRunning() on Windows
2014-08-15 09:15:12 +02:00
Günter Obiltschnig
ac88b244c2
Merge pull request #516 from cliffjao/clang_ios
...
use c++11 for ios clang; additional fix for #234
2014-08-15 06:28:49 +02:00
Cliff Jao
d58de194d3
use c++11 for ios clang; additional fix for #234
2014-08-14 20:37:11 -07:00
Günter Obiltschnig
d14be5730a
style fixes
2014-08-14 19:21:20 +02:00
Aleksandar Fabijanic
d0ebf0bc76
Merge pull request #507 from cristiantm/fix-memleak-rsaimpl
...
FIx to memleak on RSAImpl (#502 )
2014-08-12 23:26:12 -05:00
Aleksandar Fabijanic
eaa6e3a400
Update ProcessTest.cpp
2014-08-12 19:04:50 -05:00
Aleksandar Fabijanic
64759c2f8a
Update CONTRIBUTORS
2014-08-12 18:41:02 -05:00
Aleksandar Fabijanic
2c36e51d8a
Update Process_WINCE.cpp
2014-08-12 18:39:01 -05:00
Aleksandar Fabijanic
83dd1ad16c
Update Process_WIN32U.cpp
2014-08-12 18:38:33 -05:00
Aleksandar Fabijanic
667e2736bc
Update Process_WIN32.cpp
2014-08-12 18:38:06 -05:00
Aleksandar Fabijanic
b55ade5fcf
Update Process_VX.cpp
2014-08-12 18:37:35 -05:00
Aleksandar Fabijanic
770a25e8fe
Update Process_VMS.cpp
2014-08-12 18:37:08 -05:00
Aleksandar Fabijanic
8f187e117b
style
2014-08-12 18:36:30 -05:00
Aleksandar Fabijanic
828732f774
Merge pull request #514 from yuvalk/develop
...
add is_running support
2014-08-12 18:35:27 -05:00
Yuval Kashtan
04116d6593
add tests for Process::isRunning
2014-08-12 11:03:54 +03:00
Yuval Kashtan
af44951e77
add is_running support
2014-08-11 17:21:53 +03:00
Günter Obiltschnig
1f39c4a6d8
added progen templates for WEC2013/VS2013
2014-08-09 10:53:48 +02:00
Günter Obiltschnig
30bb18f394
added VS2013 project/solution files for Windows Embedded Compact 2013
2014-08-09 10:49:04 +02:00
Aleksandar Fabijanic
8ac8f0c197
Merge pull request #513 from chockey/nios2-double-conversion
...
Add NIOS2 double conversion detection, fixes compile errors
2014-08-07 20:28:35 -05:00
Collin Hockey
e7b91e8125
Add NIOS2 double conversion detection, fixes compile errors
2014-08-06 09:58:36 -04:00
Cristian Thiago Moecke
48d387e33d
Removing unecessary temporary variable
2014-08-05 11:25:54 -03:00
Günter Obiltschnig
7a008cbc76
fix SharedMemory for WinCE
2014-08-05 10:06:51 +02:00
Cristian Thiago Moecke
40ce74141f
Removing unecessary include
2014-08-04 17:16:04 -03:00
Cristian Thiago Moecke
0ba87ea2c2
Adding property to SQLite SessionImpl as solution for issue #248
2014-08-04 17:05:57 -03:00
Guenter Obiltschnig
52ba87a6f0
fixed GH #510 : Incorrect RSAKey construction from istream
2014-08-01 09:57:41 +02:00
Aleksandar Fabijanic
9258e482d7
GH #508 : Can't compile for arm64 architecture
2014-07-29 10:46:52 -05:00
Cristian Thiago Moecke
4fa6e8b423
FIx to memleak on RSAImpl ( #502 )
2014-07-28 08:32:09 -03:00
Aleksandar Fabijanic
814baafe8d
Merge pull request #503 from cryptoknight/develop
...
Remove troublesome last-ditch attempt to get IP address prefix
2014-07-21 12:38:20 -05:00
Scott Davis
ad27e4b404
Remove troublesome last-ditch attempt to get IP address prefix
2014-07-21 10:29:17 -04:00
Günter Obiltschnig
81506daa51
Merge pull request #501 from pascal-bach/patch-1
...
Fix typo in Package name
2014-07-18 17:22:51 +02:00
Pascal Bach
d5d31055c1
Fix typo in Package name
2014-07-18 16:42:40 +02:00
Guenter Obiltschnig
3f5e9bd247
fixed testsuite
2014-07-16 16:14:41 +02:00
Aleksandar Fabijanic
28a236b580
Merge pull request #498 from madmaxoft/FixODBCWin64
...
Fixed ODBC on Win64.
2014-07-16 06:20:22 -05:00
Mattes Dolak
ae3cc71263
Fixed ODBC on Win64.
...
The SQLGetConnectAttr() function can write up to 64-bit integers, as documented by MSDN here: http://msdn.microsoft.com/en-us/library/ms710297%28v=vs.85%29.aspx
This fix uses 64-bit integers instead of 32-bit ones, the original code corrupted the stack when used on win7-x64 with MSSQL 2008.
2014-07-16 09:19:03 +02:00
Aleksandar Fabijanic
570811b345
Merge pull request #496 from pascal-bach/cmake
...
Cmake Fixes
2014-07-13 11:56:32 -05:00
Pascal Bach
6f262da25c
cmake: Add SQLite, MySQL and ODBC include directories to global include path
2014-07-13 17:54:05 +02:00
Pascal Bach
42d8b3973f
cmake: Add workaround libpcre bundle issue (GH #120 )
...
- Include only the required files, unbundle the rest
2014-07-13 17:53:26 +02:00
Aleksandar Fabijanic
5cd1986ff3
Merge pull request #495 from rafzi/develop
...
cmake: Set an output directory for Windows DLLs
2014-07-11 15:16:19 -05:00
rafi
81a4487e20
cmake: Set an output directory for Windows DLLs
2014-07-11 20:44:49 +02:00
Aleksandar Fabijanic
e1797983fb
Merge pull request #494 from kolbma/develop
...
Try OpenFileMapping in PAGE_READONLY mode because of SeCreateGlobalPrivi...
2014-07-11 09:04:45 -05:00
Markus Kolb
c39ad4da65
NamedEvent_WIN32 be more verbose on SystemException with GetLastError()
2014-07-11 15:03:06 +02:00
Markus Kolb
37691144df
Try OpenFileMapping in PAGE_READONLY mode because of SeCreateGlobalPrivilege ( https://github.com/pocoproject/poco/issues/493 )
2014-07-11 14:57:05 +02:00
Alex Fabijanic
32d4c1eb07
GH #482 : Poco::JSON::Stringifier::stringify bad behaviour
2014-07-10 21:00:59 -05:00
Aleksandar Fabijanic
d9b1b5f4d0
Merge pull request #492 from siemens/cmake
...
Cmake Cleanup
2014-07-10 19:35:40 -05:00
Pascal Bach
d334ef4fb0
cmake: read shared library version from libversion
2014-07-10 17:15:09 +02:00