David B Raleigh
c1b8673652
remove std from copysignf and copysign
...
"copysign* is C99/C++ TR1, apparently still not in std namespace with
gcc 4.7. Remove std:: in front of it and see if it helps. If you
provide a patch, we'll test and include it for future releases."
2013-01-12 15:32:23 +01:00
Aleksandar Fabijanic
20c581248e
Merge pull request #55 from MattPD/patch-1
...
Update doc/00100-GuidedTour.page
2013-01-12 05:58:07 -08:00
Guenter Obiltschnig
6f2224d729
make PocoDoc work again
2013-01-12 00:12:05 +01:00
Matt
e8a155c014
Update doc/00100-GuidedTour.page
...
added missing semicolon in the HTTPTimeServer example
2013-01-11 21:42:01 +01:00
aleks-f
b16786fb54
Updated version for 1.5.1 release
2013-01-10 20:08:31 -06:00
Günter Obiltschnig
87ffa9b133
Updated version number and copyright dates.
2013-01-10 23:31:55 +01:00
aleks-f
b898efd23f
added item to release notes
2013-01-06 22:39:48 -06:00
aleks-f
92cba028c1
updated CHANGELOG
2013-01-06 22:32:22 -06:00
Aleksandar Fabijanic
848f48c8d9
Update .travis.yml
2013-01-06 22:13:25 -06:00
Aleksandar Fabijanic
3fd09a4cbe
Update .travis.yml
2013-01-06 22:02:23 -06:00
Aleksandar Fabijanic
cb4baf09cd
Update .travis.yml
2013-01-06 21:43:12 -06:00
Aleksandar Fabijanic
cbf705f772
Update .travis.yml
2013-01-06 21:32:17 -06:00
aleks-f
a401cdf892
spaces -> tabs
2013-01-06 21:19:38 -06:00
Aleksandar Fabijanic
aeeada3559
add Error.cpp/h to VS2003 solution
2013-01-06 11:37:38 -06:00
Aleksandar Fabijanic
9cf7dd9043
fix VS 2003 warnings
2013-01-06 11:10:53 -06:00
aleks-f
574be1aef9
GH #36 : 'distclean' requires 3 traversals of project tree
2013-01-05 20:53:42 -06:00
aleks-f
5970207b06
GH #49 : NetworkInterface::list doesn't return MAC
...
GH #49 : NetworkInterface::list doesn't return MAC addresses
2013-01-05 19:56:34 -06:00
aleks-f
e60bcd413d
added Application::commandPath()
2013-01-05 17:17:27 -06:00
aleks-f
7e8797fb5a
GH #48 : Need getArgs() accessor
...
GH #48 : Need getArgs() accessor to Util::Application to retrieve
start-up arguments
2013-01-05 15:54:12 -06:00
aleks-f
73a3a5e288
added POCO_ENOERR
...
silence gcc warning and shiled from accidentally throwing on no error
2013-01-05 15:00:25 -06:00
aleks-f
0d9e18ba7c
Merge remote-tracking branch 'origin/ParallelReactor' into develop
2013-01-05 14:33:43 -06:00
aleks-f
c61f8d3a9e
Merge remote-tracking branch 'origin/FIFOBuffer-eof-error' into develop
2013-01-05 14:03:42 -06:00
aleks-f
7eb8a7bfd6
Merge remote-tracking branch 'origin/unbundled-static-build' into develop
2013-01-05 13:57:36 -06:00
aleks-f
6b832a2485
change sleep to yield
2013-01-05 12:04:32 -06:00
alex
161ea4ec18
unbundled build fixes
2013-01-05 00:04:09 -06:00
aleks-f
9b3fc90ee2
GH #51 : Android should use isfinite, isinf, isnan and signbit from the std namespace
...
GH #51 : Android should use isfinite, isinf, isnan and signbit from the
std namespace
2013-01-04 21:56:49 -06:00
aleks-f
8a44e75187
purely cosmetics
2013-01-04 21:51:26 -06:00
aleks-f
6b03dbeeeb
revert typename to class
2013-01-04 19:53:51 -06:00
aleks-f
959e5725a3
gcc/clang compile fix
2013-01-04 19:49:28 -06:00
Aleksandar Fabijanic
80cf789dcd
Merge pull request #53 from fbraem/develop
...
JSON unicode fixes and running tests on invalid unicode JSON
2013-01-04 08:29:08 -08:00
fbraem
5964ae0a80
JSON unicode fixes and running tests on invalid unicode JSON
2013-01-04 17:09:04 +01:00
aleks-f
f0cefd2976
added ParallelSocketAcceptor and Reactor w/ tests
...
ParallelSocketAcceptor and Reactor provide parallel (threaded) data
handling
2013-01-03 23:41:38 -06:00
aleks-f
b153850188
FIFOBuffer EOF and error support
...
FIFOBuffer now supports EOF and error conditions. If EOF flag is set,
buffer will not accept writing but will allow reading of the remainder
of data. After it is emptied, buffer remains in EOF state until flag is
cleared. Setting error flag, immediately empties the buffer and prevents
any I/O operation until flag is cleared. Flag setting will trigger
transiton notifications (if notifications are enabled). For details, see
the code diffs.
2013-01-02 23:19:07 -06:00
Alex
7094df540f
GH 46: 1.5.1 build fails on OS X when using libc++
2012-12-30 09:50:59 -06:00
Alex
26a480d325
Revert "Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode"""
...
This reverts commit 86647bd8ba
.
2012-12-30 09:37:52 -06:00
Alex
86647bd8ba
Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode""
...
This reverts commit 52867ed7c7
.
2012-12-29 07:32:21 -06:00
Alex
52867ed7c7
Revert "Merge pull request #45 from RangelReale/jsonunicode"
...
This reverts commit dcf92dcfe3
, reversing
changes made to 79838aa76d
.
2012-12-29 07:32:09 -06:00
Aleksandar Fabijanic
dcf92dcfe3
Merge pull request #45 from RangelReale/jsonunicode
...
* Fix JSON unicode handling
2012-12-29 04:10:48 -08:00
Rangel Reale
92ba6563f0
* Added unit test to JSON unicode change
2012-12-28 21:19:53 -02:00
Rangel Reale
3a2116233b
* Fix JSON unicode handling (see http://pocoproject.org/forum/viewtopic.php?f=10&t=5686 )
2012-12-28 11:55:12 -02:00
Alex
79838aa76d
GH 42: Linux unbundled builds don't link
...
GH #42 : Linux unbundled builds don't link
2012-12-26 23:23:15 -06:00
aleks-f
3ace867b6d
added JSON VS100 64 bit projects
2012-12-26 22:54:14 -06:00
Aleksandar Fabijanic
666fe51a7b
fixed VS90 Foundation projects
2012-12-26 22:24:49 -06:00
aleks-f
9f76b49ac0
some last minute changes
...
- ifdef network initialization linking for 64-bit
- corrected too largument in windows build script shortcuts
- added LineEndingConverter sample
2012-12-26 18:30:52 -06:00
Alex
8147b94f12
updated notes, modified release script
...
release scripts modified to accept line conversion utility location on
the command line
2012-12-25 22:43:02 -06:00
Alex
dc508732d5
script execute permission
2012-12-24 18:33:07 -06:00
Alex
ce9cc2cae4
1.5.1 release
2012-12-24 18:12:36 -06:00
Alex
322316608b
Cygwin build (disable NetworkInterface)
...
#idef'd out all references to NetworkInterface to be able to compile on
platforms where it is not supported (e.g. Cygwin, vxWorks)
2012-12-24 01:11:27 -06:00
aleks-f
007659a107
exclude NetworkInterface where not supported
...
Exclude NetworkInterface and MulticastSocket on platforms where we do
not have network interface detection implemented
2012-12-23 16:05:16 -06:00
aleks-f
ba70e7f734
fixed and improved thread mode set/test
...
fixed and improved threading mode setting and testing/benchmarking
2012-12-23 15:27:32 -06:00