Oldřich Jedlička
2cdfa7ae57
Allow absolute index to be used when all values has been used.
2014-05-29 10:47:34 +02:00
Alex Fabijanic
5cd3e842e8
added '/' to the characters escaped in JSON
2014-05-28 21:05:30 -05:00
Aleksandar Fabijanic
f306c51e43
Merge pull request #458 from ashults/develop
...
Broadcast address and subnet mask for IEEE802.11 network interface
2014-05-28 17:59:25 -05:00
ashults
df5b6990a5
retrieve broadcast address and subnet mask from IEEE802.11 network interface
2014-05-28 18:03:54 +03:00
Alex Fabijanic
b2eb4fda59
GH #176 : Poco::JSON::Stringifier UTF encoding
2014-05-27 22:23:10 -05:00
Guenter Obiltschnig
1732938168
fixed WEC2013 project files
2014-05-27 23:00:54 +02:00
Günter Obiltschnig
92434a2d97
re-generated project files (again)
2014-05-26 12:54:18 +02:00
Guenter Obiltschnig
253cdbc90f
use Unicode file open API on Windows
2014-05-26 09:42:46 +02:00
Günter Obiltschnig
c0e1b8764e
regenerated project files
2014-05-26 09:02:22 +02:00
Guenter Obiltschnig
fa013c574a
fixes for WinCE6
2014-05-25 16:56:20 +02:00
Guenter Obiltschnig
2ed52aac55
removed unnecessary <locale> include
2014-05-25 16:39:10 +02:00
Aleksandar Fabijanic
d45808f696
Merge pull request #457 from Kontinuation/develop
...
Update array elements when calling JSONConfiguration::set* with array[index] expression
2014-05-23 10:37:38 -05:00
Kontinuation
ee2b99a9ba
added array element update tests for JSONConfiguration
2014-05-23 22:32:32 +08:00
Kontinuation
de0147fbf0
added test case for the newly added JSON::Array::set function
2014-05-23 21:56:00 +08:00
Guenter Obiltschnig
95f3a3b2eb
updated CHANGELOG
2014-05-23 09:18:59 +02:00
Guenter Obiltschnig
4dfcaf9220
fixed GH #317 : Poco::Zip does not support newer Zip file versions.
2014-05-23 09:13:53 +02:00
Alex Fabijanic
2813f99061
updated CONTRIBUTORS
2014-05-23 04:33:50 -05:00
Alex Fabijanic
d39a353789
- fixed GH #230 : Poco::Timer problem
...
- updated CHANGELOG and Release Notes
2014-05-23 04:06:18 -05:00
Kontinuation
5a07343bd6
Merge remote-tracking branch 'upstream/develop' into develop
2014-05-23 03:02:45 +08:00
Kontinuation
1b5f9cb079
style fixes
2014-05-23 02:38:57 +08:00
Kontinuation
3880f76d82
fixed array element updating problem in JSONConfiguration
2014-05-23 02:22:06 +08:00
Alex Fabijanic
b416df22fe
revert (broken build)
2014-05-22 11:34:35 -05:00
Aleksandar Fabijanic
731fb29fcc
Merge pull request #344 from RangelReale/htmlformcontentlength
...
HTMLForm Content-Length calculation
2014-05-21 22:27:12 -05:00
Aleksandar Fabijanic
89b7228461
Merge pull request #266 from tokiloki/format
...
format support both raw and STL strings
2014-05-21 22:24:42 -05:00
Aleksandar Fabijanic
96de8fb909
Merge pull request #300 from easybe/tempfile
...
Make TemporaryFile append a slash to tempDir
2014-05-21 22:23:30 -05:00
Aleksandar Fabijanic
d4ef034958
Merge pull request #319 from csabakeszegh/develop
...
android build with cmake
2014-05-21 22:20:39 -05:00
Aleksandar Fabijanic
c033ee18d6
Merge pull request #348 from ptarabbia/develop
...
add hasDelegates() method to AbstractEvent
2014-05-21 22:12:00 -05:00
Alex Fabijanic
83d11b5a00
fixed GH #363 : DateTimeParser tryParse/parse
2014-05-22 03:08:41 -05:00
Alex Fabijanic
c99c776aff
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-05-22 02:08:54 -05:00
Alex Fabijanic
5d5c75ac86
added more isEmpty() tests and fixed compile warnings
2014-05-22 02:08:46 -05:00
Aleksandar Fabijanic
001b969eba
Merge pull request #456 from guruofquality/cmake_library_install_work
...
poco: library install dirs per RUNTIME/LIBRARY/ARCHIVE
2014-05-21 19:21:38 -05:00
Josh Blum
f442148670
poco: library install dirs per RUNTIME/LIBRARY/ARCHIVE
...
For a unix system, this commit implies no changes by default. However, the ${LIB_SUFFIX} convention was added so the build can be configured for a red-hat style installation which uses lib64 by specifying cmake -DLIB_SUFFIX=64
For a windows build (msvc), this commit will cause the .dll files to be installed in the bin/ path; import libraries .lib are still installed in the lib/ path. Installing dlls into the bin path is preferable because dlls must be in the executable %PATH% to be found at runtime, as there is not equivalent of a separate library path as there is on unix.
2014-05-21 14:16:34 -07:00
Alex Fabijanic
091e6f2f28
updated CHANGLEOG and ReleaseNotes
2014-05-21 10:58:28 -05:00
Guenter Obiltschnig
410dd2b012
fixed #318 : Logger local time doesn't automatically account for DST
2014-05-21 09:05:04 +02:00
Guenter Obiltschnig
ad9cebaf38
fixed #318 : Logger local time doesn't automatically account for DST
2014-05-21 09:00:53 +02:00
Alex Fabijanic
9d47f3ced8
- added GH #445 : Add flag to force POCO to preserve manually #defined target Windows versions
...
- fixed SQLite and MySQL broken builds
2014-05-21 04:47:24 -05:00
Alex Fabijanic
b7884c6d8c
fixed broken build
2014-05-21 04:02:40 -05:00
Alex Fabijanic
1aa28e1491
GH #290 : Unicode support
2014-05-21 03:28:24 -05:00
Günter Obiltschnig
8b39a87fd6
Merge pull request #453 from Kontinuation/develop
...
Fix issue #287 again by using release policy
2014-05-20 04:55:55 +02:00
Kontinuation
0a46d7c7ac
use release policy to deallocate ptr when RC construction failed
2014-05-20 07:44:55 +08:00
Guenter Obiltschnig
501aa9de1f
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-05-19 21:44:34 +02:00
Guenter Obiltschnig
e97f9227e8
GH #302 : documentation typo
2014-05-19 21:43:14 +02:00
Günter Obiltschnig
14fa1aa28f
Merge pull request #304 from csomor/develop
...
using c++11 and fixing libc++ linking for clang
2014-05-19 21:37:26 +02:00
Günter Obiltschnig
5a191c4fb4
Merge pull request #343 from abergmeier/develop
...
Add platform configuration for Emscripten.
2014-05-19 17:46:17 +02:00
Guenter Obiltschnig
e7c109cdc4
update MailMessage::setContent() documentation to state that only CRLF is a valid line terminator and single CR or LFs must not be used
2014-05-19 17:29:41 +02:00
Günter Obiltschnig
78039673a2
Merge pull request #437 from kblaschke/develop
...
Close listening socket before stopping running connections
2014-05-19 17:12:30 +02:00
Guenter Obiltschnig
7b9e035a36
fixed GH# 447 NumberParser documentation on the format test used
2014-05-19 17:09:46 +02:00
Guenter Obiltschnig
33e41aab23
minor style fix
2014-05-19 16:56:08 +02:00
Günter Obiltschnig
c26eb63a5e
Merge pull request #452 from Kontinuation/develop
...
Fixed possible memory leak in SharedPtr (issue #287 )
2014-05-19 16:52:21 +02:00
Kontinuation
dabbf94cfb
code indentation level
2014-05-19 22:34:57 +08:00