Aleksandar Fabijanic
|
eaa6e3a400
|
Update ProcessTest.cpp
|
2014-08-12 19:04:50 -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 |
|
Günter Obiltschnig
|
30bb18f394
|
added VS2013 project/solution files for Windows Embedded Compact 2013
|
2014-08-09 10:49:04 +02:00 |
|
Pascal Bach
|
975c30faf0
|
Add CTests for all components
|
2014-06-17 11:30:03 +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 |
|
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
|
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 |
|
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 |
|
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
|
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 |
|
Guenter Obiltschnig
|
8c14ffe335
|
make trySleep test a bit more stable
|
2014-04-29 13:25:38 +02:00 |
|
Pascal Bach
|
d9a594e184
|
NumberParser::parseUnsigned should not parse negative numbers
The function should abort if a negative number (e.g. "-123") is passed as input
|
2014-04-28 16:16:48 +02: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
|
e044d77717
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-04-23 13:30:51 +02:00 |
|
Guenter Obiltschnig
|
f8169eabac
|
updated SDK in WEC2013 project files
|
2014-04-23 13:30:27 +02:00 |
|
Günter Obiltschnig
|
85873d02c9
|
re-generated VS2013 testsuite projects without MFC
|
2014-04-21 22:10:34 +02:00 |
|
Günter Obiltschnig
|
b2ba1dfb74
|
-added Windows Embedded Compact 2013 support
|
2014-03-17 14:36:17 +01:00 |
|
Pascal Bach
|
f20994e2c3
|
Add missing files to CMakeLists.txt
This makes Poco compile with CMake again.
|
2014-03-12 13:58:32 +01:00 |
|
Alex Fabijanic
|
ea666bb16b
|
Building Poco 1.5.2 for Synology RS812+ (Intel Atom) #405
|
2014-03-10 21:20:18 -05:00 |
|
Alex Fabijanic
|
e3d7fc104e
|
Parse JSON as structure #365
|
2014-03-07 20:45:32 -06:00 |
|
Günter Obiltschnig
|
aee4a3e0d4
|
updated VS project files for PBKDF2
|
2014-03-02 23:21:36 +01:00 |
|
Guenter Obiltschnig
|
7175be3f52
|
added Poco::PBKDF2Engine
|
2014-03-02 22:55:21 +01: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 |
|
Linquize
|
5ee5174126
|
Add /FS compile options to avoid errors
Force Synchronous PDB Writes
|
2014-01-16 08:03:50 +08:00 |
|
Guenter Obiltschnig
|
fefdee93f7
|
GH #360: CMakeLists foundation: add Clock.cpp in the list of source files
|
2013-12-24 09:20:35 +01:00 |
|
Guenter Obiltschnig
|
54d56397b9
|
fixed license headers
|
2013-12-16 18:35:22 +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
|
edf0ab9dba
|
cmake: missing files added to CMakeLists.txt
fix: linker error for testsuits
|
2013-12-05 10:18:15 +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 |
|
Alex Fabijanic
|
1c732e9938
|
removed MFC dependencies (WinTestRunner) from test VS projects
|
2013-11-07 23:31:30 -06:00 |
|
Alex Fabijanic
|
4297d78621
|
VS 2013 projects/solutions
|
2013-11-05 23:11:28 -06:00 |
|
Guenter Obiltschnig
|
3314b88c18
|
Poco::UUID::tryParse() now accepts UUIDs without hyphens; updated documentation (fixed links to specs)
|
2013-09-03 14:42:50 +02:00 |
|
tokiloki
|
a499447b6a
|
format support both raw and STL strings
|
2013-08-15 18:31:57 +03:00 |
|
Guenter Obiltschnig
|
915265f2cb
|
integrated some changes from GH# 249
|
2013-07-30 14:31:36 +02:00 |
|
Aleksandar Fabijanic
|
20e1cf8821
|
JSON bug fixes
GH #241: SF #620 Endless loop in JSON parser (added Buffer::setCapacity)
GH #242: SF #619 Syntax error in JSON parser (float/double trim)
|
2013-07-21 22:18:56 -05:00 |
|
Alex
|
20005dbf87
|
fix signed/unsigned warnings
|
2013-06-16 11:37:37 -05:00 |
|
Aleksandar Fabijanic
|
923eb91bb8
|
mainly JSON tidy-up
|
2013-06-15 20:28:09 -05:00 |
|
alex
|
83ad8b36f5
|
fixed GH #138: FreeBSD JSON tests fail
|
2013-06-02 23:36:36 -05:00 |
|
Aleksandar Fabijanic
|
0e6985c8a1
|
fixed GH #185
- fixed GH #185: Poco::NumberFormatter::format(double value, int
precision) ignore precision == 0
|
2013-06-04 23:01:11 -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 |
|
Alex
|
418290d081
|
fix clang warnings
|
2013-06-02 23:21:46 -05:00 |
|