Commit Graph

1820 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
ca16b76f9f Merge pull request #199 from syvex/ThreadNames
Debug build and debugger shouldn't be required for OS thread names
2013-06-04 19:00:12 -07:00
Aleksandar Fabijanic
f1d92d5722 Merge pull request #212 from ptarabbia/develop
JSONConfiguration was missing from the vs90 project.
2013-06-04 04:53:38 -07:00
Patrice Tarabbia
9048d4e6d7 JSONConfiguration was missing from the vs90 project. 2013-06-04 06:51:18 -04:00
Aleksandar Fabijanic
130f6cba72 added zlib 1.2.8 files 2013-06-04 00:40:39 -05:00
Aleksandar Fabijanic
5feae5243a removed zlib files 2013-06-04 00:39:40 -05:00
Aleksandar Fabijanic
5cc5964b03 re-adding zlib 1.28 files 2013-06-04 00:12:29 -05:00
Aleksandar Fabijanic
b2d72dcacb Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2013-06-03 23:46:34 -05:00
Aleksandar Fabijanic
60e5aa1a98 adding missing zlib files 2013-06-03 23:45:35 -05:00
Aleksandar Fabijanic
4826523831 fixed few GH issues
- fixed GH #209: Poco::NumberFormatter double length
- fixed GH #204: Upgrade zlib to 1.2.8
- fixed GH #198: The "application.configDir" property is not always
created.
2013-06-03 23:45:06 -05:00
Aleksandar Fabijanic
37a7c3bca7 Merge pull request #210 from ptarabbia/develop
Develop
2013-06-03 05:01:23 -07:00
Alex
418290d081 fix clang warnings 2013-06-02 23:21:46 -05:00
aleks-f
a34ddb64ab removed accidentally added gcc pragma 2013-06-02 23:01:28 -05:00
aleks-f
282374980c gcc alignment and warning suppression 2013-06-02 22:56:18 -05:00
Aleksandar Fabijanic
d8de7489d5 clang compile 2013-06-01 16:30:02 -05:00
Aleksandar Fabijanic
168090324a improveJSON parser perfromance
- unified string/stream algorithm
- templated Source class
- use char_traits integer type and conversion function for char
extraction
2013-06-01 16:01:46 -05:00
Aleksandar Fabijanic
bc808cf9d4 WebNotifier example
- added WebNotifier example
- fixed/tidied up SOO alignment code
2013-05-30 23:23:37 -05:00
Aleksandar Fabijanic
e5eaffb790 removed Var iterators, fixed SOO alignment
- removed unnecessary using directives in Data library
- removed iterator pointers from Var (reduce size, always return copy)
- added Alignment header (adapted from LLVM infrastructure)
- added alignment guards to SOO implementations
2013-05-29 23:36:45 -05:00
Aleksandar Fabijanic
51fdec593e Merge pull request #206 from mkrivos/small_fixes
fix VarIterator for cmake build
2013-05-29 14:39:46 -07:00
Marian Krivos
b1ca8d1264 fix VarIterator for cmake build 2013-05-29 22:38:34 +02:00
Aleksandar Fabijanic
323e29b6e1 updated CHANGELOG 2013-05-27 21:44:04 -05:00
Aleksandar Fabijanic
f96c45bf72 comment unsigned 64 bit -1 JSON test (clang fail) 2013-05-27 21:33:30 -05:00
Aleksandar Fabijanic
6fa622f8b6 more clang fixes 2013-05-27 21:33:30 -05:00
Aleksandar Fabijanic
9b021f8af4 more clang fixes 2013-05-27 21:33:29 -05:00
Aleksandar Fabijanic
b9d25faef8 more clang fixes 2013-05-27 21:33:29 -05:00
Aleksandar Fabijanic
aa6e993734 clang compile 2013-05-27 21:33:28 -05:00
Aleksandar Fabijanic
38131d452d Var/JSON changes
- JSON support for Dynamic Struct and Array
- added VarIterator
- modified behavior of empty Var
2013-05-27 21:33:27 -05:00
Guenter Obiltschnig
1f8fcaacc0 WebSocketImpl::sendBytes() now uses FRAME_BINARY if given flags are all zero. 2013-05-26 00:15:54 +02:00
Guenter Obiltschnig
93e2ed831e updated changelog 2013-05-25 21:37:30 +02:00
Guenter Obiltschnig
4c8d810cec upgraded bundled sqlite to 3.7.17 2013-05-25 21:36:38 +02:00
Guenter Obiltschnig
a0dfc58396 fix std::ios::internal usage in Poco::format() 2013-05-25 00:32:30 +02:00
Guenter Obiltschnig
91f2e3827b updated CHANGELOG 2013-05-25 00:07:58 +02:00
Guenter Obiltschnig
476a7e4f31 fixed a potential endless loop in SecureStreamSocketImpl::sendBytes()
and also removed unnecessary code
2013-05-25 00:07:27 +02:00
Guenter Obiltschnig
0434ee2b6b fixed GH# 65: Poco::format() misorders sign and padding specifiers 2013-05-24 23:54:15 +02:00
Guenter Obiltschnig
173f205cb6 fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is already specified 2013-05-24 23:13:03 +02:00
Guenter Obiltschnig
e6a24b3101 fixed GH# 188: Net: SocketAddress operator < unusable for std::map key 2013-05-24 22:06:36 +02:00
Guenter Obiltschnig
28320ddb1e fixed GH# 188: Net: SocketAddress operator < unusable for std::map key 2013-05-24 22:06:15 +02:00
Guenter Obiltschnig
6ca49eb7f6 xmlparse fix for WinCE 2013-05-24 21:45:18 +02:00
Guenter Obiltschnig
d12c06c5d6 fixed GH# 172: IPv6 Host field is stripped of Brackets in HTTPClientSession [testsuite] 2013-05-24 21:39:47 +02:00
Guenter Obiltschnig
94ee8fa76e fixed GH# 172: IPv6 Host field is stripped of Brackets in HTTPClientSession 2013-05-24 21:08:10 +02:00
Guenter Obiltschnig
ab85e7077f fixed GH# 189: Poco::NumberParser::tryParse() documentation bug 2013-05-24 20:21:54 +02:00
Guenter Obiltschnig
6f48b4469e fixed GH# 194: MessageNotification constructor is inefficient. 2013-05-24 20:05:25 +02:00
Guenter Obiltschnig
1f800c0a2b fixed GH# 173: HTTPClientSession::proxyConnect forces DNS lookup of host names 2013-05-24 19:46:34 +02:00
Patrice Tarabbia
f7e24bf1e4 Ability to select the threadpool that will be used to start an Activity. 2013-05-23 23:27:11 -04:00
Aleksandar Fabijanic
367dcb3b31 Merge pull request #203 from willnewton/develop
Foundation/include/Poco/Platform.h: Add support for AArch64.
2013-05-21 17:38:24 -07:00
Will Newton
37899eda95 Foundation/include/Poco/Platform.h: Add support for AArch64.
Add support for big and little endian AArch64 preprocessor defines.
2013-05-21 22:11:05 +01:00
Aleksandar Fabijanic
41a07c15bf JSON fixes/refactoring 2013-05-20 23:36:58 -05:00
Aleksandar Fabijanic
9b6db2e75d Merge pull request #200 from fbraem/develop
Integrate Poco::Web::JSON parser
2013-05-20 18:37:47 -07:00
fbraem
87d955ecde Integrate Poco::Web::JSON parser 2013-05-20 20:37:13 +02:00
Mike Naquin
ee77d05ab5 Remove the need for a debug build or debugger when setting Win32 thread names. 2013-05-20 12:47:14 -05:00
Mike Naquin
29a9a2cf1d Remove the need for a debug build or debugger when setting POSIX thread names. 2013-05-20 12:46:03 -05:00