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
|
af44951e77
|
add is_running support
|
2014-08-11 17:21:53 +03: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 |
|
Aleksandar Fabijanic
|
9258e482d7
|
GH #508: Can't compile for arm64 architecture
|
2014-07-29 10:46:52 -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
|
5d7d1d3c07
|
GH #481: 2 warnings during Poco compile
|
2014-07-09 20:35:47 -05:00 |
|
Guenter Obiltschnig
|
6512ff1f6d
|
fixed GH #424: Poco::Timer deadlock
|
2014-06-05 15:02:46 +02:00 |
|
Guenter Obiltschnig
|
c2704199ae
|
AtomicCounter fix for GH #282: Using Thread in a global can cause crash on Windows
|
2014-06-05 13:49:38 +02:00 |
|
Aleksandar Fabijanic
|
b5ce0804a1
|
GH #282: Using Thread in a global can cause crash on Windows
|
2014-06-04 10:21:26 -05:00 |
|
Guenter Obiltschnig
|
7c6e402d0e
|
added UTF16CharTraits and UTF32CharTraits to make everything work on platforms without std::wstring
|
2014-05-31 17:24:51 +02:00 |
|
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 |
|
Guenter Obiltschnig
|
fa013c574a
|
fixes for WinCE6
|
2014-05-25 16:56:20 +02:00 |
|
Alex Fabijanic
|
d39a353789
|
- fixed GH #230: Poco::Timer problem
- updated CHANGELOG and Release Notes
|
2014-05-23 04:06:18 -05: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 |
|
Alex Fabijanic
|
83d11b5a00
|
fixed GH #363: DateTimeParser tryParse/parse
|
2014-05-22 03:08:41 -05:00 |
|
Guenter Obiltschnig
|
ad9cebaf38
|
fixed #318: Logger local time doesn't automatically account for DST
|
2014-05-21 09:00:53 +02:00 |
|
Aleksandar Fabijanic
|
60f6d79469
|
coding style changes
|
2014-05-18 23:03:02 -05:00 |
|
Kontinuation
|
efc1585ae3
|
Make the copy assignment operator of Exception class exception safe
|
2014-05-18 20:48:56 +08:00 |
|
Guenter Obiltschnig
|
f586911b8f
|
TextEncoding fixes, added reverse encodings
|
2014-05-15 14:32:24 +02:00 |
|
Roger Meier
|
b0581433a7
|
LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com>
|
2014-05-14 08:38:09 +02:00 |
|
Roger Meier
|
628a06f718
|
LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
|
2014-05-04 21:02:42 +02:00 |
|
Alex Fabijanic
|
f9057157e8
|
GH #321: trivial build fixes (BB QNX build)
|
2014-04-30 22:58:28 -05:00 |
|
Alex Fabijanic
|
8a9e7792d9
|
- fixed GH #362: Defect in Var::parseString when there is no space between value and newline
- fixed GH #314: JSON parsing bug
- added GH #313: MetaColumn additions for Data::ODBC and Data::SQLite
|
2014-04-29 21:25:30 -05:00 |
|
Alex Fabijanic
|
695ba1b0ee
|
remove sleep calls from Runnable
|
2014-04-26 16:04:17 -05:00 |
|
Alex Fabijanic
|
63850e8778
|
- return bool from Thread::trySleep()
- updated documentiation
- amended tests
- updated CHANGELOG
|
2014-04-26 09:51:57 -05:00 |
|
Alex Fabijanic
|
46b5785d98
|
- fixed PS build script environment vars generation
- fixed MongoDB 64-bit std::size_t warnings
- added Thread::trySleep()/wakeUp() and tests
|
2014-04-25 23:50:53 -05:00 |
|
Guenter Obiltschnig
|
fbbfc507e2
|
fixed thread priority issues on POSIX platforms with non-standard scheduling policy
|
2014-04-14 17:50:46 +02:00 |
|
Günter Obiltschnig
|
b2ba1dfb74
|
-added Windows Embedded Compact 2013 support
|
2014-03-17 14:36:17 +01:00 |
|
Alex Fabijanic
|
ea666bb16b
|
Building Poco 1.5.2 for Synology RS812+ (Intel Atom) #405
|
2014-03-10 21:20:18 -05:00 |
|
Guenter Obiltschnig
|
a005d582bc
|
fixed overflow bug on Windows
|
2014-02-02 12:35:55 +01:00 |
|
Alex Fabijanic
|
8e88bdd921
|
SmartOS build
|
2014-02-01 22:03:34 +00:00 |
|
Rangell Reale
|
12c2b3d290
|
* Glob from start path, for platforms where it is not possible to transverse from root (Android)
|
2014-01-21 17:15:52 -02:00 |
|
Guenter Obiltschnig
|
612f149430
|
Clock fixes
|
2013-12-12 21:46:57 +01:00 |
|
Guenter Obiltschnig
|
ac2b26fcb9
|
added Clock class which provides a monotonic clock on most platforms and is now used by Poco::Timer, Poco::Stopwatch, Poco::TimedNotificationQueue and Poco::UtilTimer to avoid issues when the system time is changed
|
2013-12-12 18:33:29 +01:00 |
|
Csaba Keszegh
|
8b3561a525
|
cmake: android support
Foundation/src/Error.cpp: ndk-r9 define _GNU_SOURCE in features.h but only the XSI-compliant strerror_r in string.h
|
2013-12-05 10:18:15 +01:00 |
|
Rangel Reale
|
0d2a839f79
|
* Multipart form content length calculation
* HTMLForm test
|
2013-12-04 18:19:20 -02:00 |
|
Guenter Obiltschnig
|
5edb90c48e
|
fixed GH# 332: POCO::ConsoleChannnel::initColors() assigns no color to PRIO_TRACE and wrong color to PRIO_FATAL
|
2013-11-21 07:40:30 +01:00 |
|
Mike Naquin
|
4ede322f9d
|
Add has, get, and set methods to Poco::Message for better control over accessing logging parameters.
|
2013-11-18 14:04:11 -06:00 |
|
Guenter Obiltschnig
|
fb201b2b74
|
fixed GH# 316: Poco::DateTimeFormatter::append() gives wrong result for Poco::LocalDateTime
|
2013-10-31 19:14:21 +01:00 |
|