Aleksandar Fabijanic
23f8842a14
Merge pull request #903 from zosrothko/develop
...
Various fixes for Cygwin X86_64 port and additional minor fixes
2015-08-20 16:56:46 -05:00
Guenter Obiltschnig
ec71e76f0a
PatternFormatter fix, added test
2015-08-20 20:23:13 +02:00
Guenter Obiltschnig
fafe691a04
fixes for style and consistency
2015-08-20 14:55:17 +02:00
Günter Obiltschnig
74ffb112bc
Merge pull request #907 from dedvalson/develop
...
PatternFormatter Priority Name Enhancement
2015-08-20 14:48:36 +02:00
FrancisANDRE
c8abda6e4e
change return type of getOsTid() const; from long to IntPtr
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-19 17:46:05 +02:00
Günter Obiltschnig
bc5d83cf5f
Merge pull request #909 from mkrivos/develop
...
Some more runtime exceptions types
2015-08-19 09:07:14 +02:00
Marian Krivos
1b1c4416dd
Added some more RuntimeExceptions - InterruptedException, IndexOutOfBoundsException, UnsupportedOperationException, EmptyStackException, StackOverflowException, ArithmeticException
2015-08-17 21:55:52 +02:00
FrancisANDRE
c869eb8cbc
Use a C-style coercion cast for portability. Naither reinterpret_cast,
...
nor static_cast is working.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 10:11:43 +02:00
FrancisANDRE
a8743b7140
Fix invalid reinterpret_cast to static_cast.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 08:08:22 +02:00
FrancisANDRE
2f40cd5b59
With ptrhead, Thread::currentTid() returns a pointer to a struct which
...
leads to a compile error when assigning it to an long. Thus _ostid type
should be changed to IntPtr and the assignment should use a
reinterpret_cast.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 07:36:57 +02:00
Don Edvalson
5c20361005
Pattern Formatter Priority Name Enhancement
...
Added a property to allow the user to specify the actual names for the
priorities that will go into the log.
2015-08-14 09:16:05 -04:00
FrancisANDRE
4368a1fcfe
add POCO_EXPORT_INTERFACE to ClassLibrary.h
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-08 11:27:12 +02:00
Mazyad Alabduljaleel
5cff648eea
Added NotificationQueue::remove function
...
This includes appropriate tests, which pass on my Mac 10.4 machine
2015-08-06 14:13:11 +04:00
Guenter Obiltschnig
e438061ce7
fixed GH #722 : Unicode Converter Test confuses string and char types
2015-07-31 10:23:16 +02:00
Guenter Obiltschnig
d2c64b4493
GH# 878: check for valid hex characters, support SHA-1 name-based UUIDs (v5)
2015-07-31 10:05:58 +02:00
Günter Obiltschnig
8b7b7cc818
again: VS2015: changed optimization for testsuite to custom, due to optimizer bug leading to crash in PBKDF2EngineTest
2015-07-30 18:58:52 +02:00
Günter Obiltschnig
b6ae5128ce
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
Günter Obiltschnig
d10c43d0d5
VS2015: changed optimization for testsuite to custom, due to optimizer bug leading to crash in PBKDF2EngineTest
2015-07-30 13:46:00 +02:00
Günter Obiltschnig
6c09516fee
Project files for Visual Studio 2015
2015-07-30 11:15:52 +02:00
Aleksandar Fabijanic
accf879682
Merge pull request #863 from cesar-carrasco/develop
...
Defined SYS_gettid to __NR_gettid when not already defined.
2015-06-23 21:31:27 -05:00
Aleksandar Fabijanic
22bb363260
FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 , part II
2015-06-23 21:04:59 -05:00
Aleksandar Fabijanic
cc9fb56705
FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869
2015-06-23 21:02:18 -05:00
Cesar Carrasco
7f52fda001
Defined SYS_gettid to __NR_gettid when not already defined.
2015-06-16 16:09:58 -04:00
Aleksandar Fabijanic
2d6fc27dd1
Var BadCastException #861
2015-06-10 09:03:12 -05:00
unknown
1c26b58452
Optional force scan for DirectoryWatcher #853
2015-06-03 14:55:05 -05:00
Matej Kenda
e26bb65a5b
Logger: added %O to message format to display numeric thread id in logs.
2015-06-01 10:00:56 +02:00
Matej Kenda
f1e6cba313
Thread POSIX: tid is numeric OS thread ID on Linux and OSX instead of pthread_t.
2015-06-01 09:59:01 +02:00
Matej Kenda
01fc7f2e1c
Added condition variable and timeout to ObjectPool::borrowObject/returnObject to block caller until an object is available.
2015-05-27 14:01:39 +02:00
Alex Boyd
c23f6f0b57
add 'log' to SYSLIBS when compiling Foundation for android
2015-05-26 15:37:36 -04:00
Alex Fabijanic
995832639e
Merge branch 'develop' into OpenSSLBuild
2015-05-21 19:46:58 -05:00
Alex Fabijanic
af6c22c0ac
simplify Crypto and NetSSL VS projects
2015-04-25 16:18:19 -05:00
Guenter Obiltschnig
25b446502b
removed GCC_DIAG_OFF
2015-04-23 17:31:05 +02:00
Guenter Obiltschnig
1f1f828e29
fixed an unused warning
2015-04-23 16:08:16 +02:00
Guenter Obiltschnig
ac12cd4972
removed GCC_DIAG_OFF macro, fixed static_assert typedef to include __attribute__((unused)) for GCC
2015-04-21 19:03:55 +02:00
Alex Fabijanic
62bcc5c6ed
GCC_DIAG_* definitions are missing for Windows (MinGW) #785
2015-04-22 18:36:12 -05:00
martin-osborne
7780ab3ae0
Corrected more spellings.
2015-04-10 11:43:49 +01:00
martin-osborne
4cf45ea4a3
Corrected more words.
2015-04-10 11:31:12 +01:00
martin-osborne
e9dce11e50
Correct mispelt 'd' and 'e' words.
2015-04-10 10:54:47 +01:00
martin-osborne
12c0594db6
Corrected misspelt 'b' and 'c' words.
2015-04-06 17:56:13 +01:00
martin-osborne
7e730aa9b8
Corrected other misspelt 'a' words.
2015-04-06 17:34:48 +01:00
martin-osborne
91dd5f8e44
Corrected spelling of accommodate in documentation and comments.
2015-04-06 17:03:35 +01:00
Alex Fabijanic
e26d1ffa13
Poco::Var operator== throws exception #769
2015-04-03 10:37:07 -05:00
Guenter Obiltschnig
648930b8db
do not flush underlying stream on sync() as these causes issues with Zip files
2015-03-28 11:44:39 +01:00
Guenter Obiltschnig
c06b36039b
fix GCC_DIAG_OFF
2015-03-27 21:02:19 +01:00
Guenter Obiltschnig
c0228c5ff8
allow turning off GCC_DIAG_ON/OFF
2015-03-27 16:54:37 +01:00
Günter Obiltschnig
35a7b47138
replace extern "C" #include hack by copying needed declarations from pcre_internal.h header
2015-03-24 07:36:51 +01:00
Guenter Obiltschnig
df9575dd26
fixes for SolarisStudio compiler
2015-03-23 23:20:15 +01:00
Guenter Obiltschnig
1a8a7fc1b4
fix vs90 testsuite
2015-03-22 17:30:03 +01:00
Guenter Obiltschnig
dc7d874775
fixed project files
2015-03-22 14:33:04 +01:00
Rangel Reale
d6fcca806e
* NaCl support
2015-03-20 11:28:49 -03:00