Pascal Bach
40024660ae
Update Windows1250Encoding.ccp and Windows1252Encoding.ccp including Unit tests
...
* Add encoding names. According to the document below, the default encoding name should be "windows-1250" and "windows-1252".
http://www.iana.org/assignments/character-sets/character-sets.xhtml
* Unit tests update to reflect the change.
2014-08-22 13:22:30 +02:00
Günter Obiltschnig
d96de8dfe0
Merge pull request #523 from danoli3/arm64-fix
...
iOS arm64 compile fix
2014-08-22 11:33:14 +02:00
Daniel Rosser
64d9c3995c
iOS arm64 compile fix
...
Fix for issue #508 “Can't compile for arm64 architecture”
Tested and working with the proposed change.
2014-08-22 19:30:58 +10:00
Aleksandar Fabijanic
c33809459d
Merge pull request #522 from bakercp/bugfix-mingw32
...
MinGW32 Compatibility Fixes.
2014-08-21 22:20:43 -05:00
Christopher Baker
de82c34b43
Update Makefile to include Net.cpp compilation unit.
2014-08-21 16:21:53 -05:00
Christopher Baker
95b8a940da
Add windmc stage to compile pocomsg.mc during MinGW builds.
2014-08-21 15:05:03 -05:00
Christopher Baker
f889dde508
Update MinGW config file.
2014-08-21 14:36:37 -05:00
Christopher Baker
067adb9f2d
Remove inlines to allow manual network inits.
2014-08-21 14:31:48 -05:00
Christopher Baker
e469e4fc62
Fix static init exceptions for MinGW*.
2014-08-21 14:27:51 -05:00
Günter Obiltschnig
142b1f311a
Merge pull request #521 from Denisss025/fix_cp1251
...
Update Windows1251Encoding.cpp
2014-08-21 14:21:07 +02:00
Denis
9b4ddbf641
Update Windows1251Encoding.cpp
...
* Add one missing letter 'я' (0x044f).
* Add encoding names. According to the document below, the default encoding name should be "windows-1251".
http://www.iana.org/assignments/character-sets/character-sets.xhtml
2014-08-21 16:08:52 +04:00
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
Günter Obiltschnig
7a008cbc76
fix SharedMemory for WinCE
2014-08-05 10:06:51 +02: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