Guenter Obiltschnig
249c064ec7
#921 : better comment, provide workaround for MSVC only
2015-09-01 21:46:18 +02:00
Csaba Keszegh
a190f5e660
fix: CMake compilation for QNX 6.6
...
QNX cmake var should set to 1, on command line, or in a toolchain file
do not set _XOPEN_SOURCE macro when building for QNX
set SYSLIBS cmake var (see: build/config/QNX:SYSFLAG)
tested: Ubuntu 14.04, QNX 6.6.0, cmake 3.2.3
2015-09-01 17:22:08 +02:00
Guenter Obiltschnig
22c7933fe5
another attempt at fixing #921
2015-09-01 08:31:16 +02:00
Benoît Bleuzé
2aa6657717
Crypto: Add any digest to key generation.
2015-08-31 09:25:34 +02:00
Guenter Obiltschnig
245a628d90
removed explicit template instantiations from header files ( #921 )
2015-08-30 08:26:13 +02:00
Guenter Obiltschnig
e769b8df87
needs to be marked for import/export #921
2015-08-29 22:40:58 +02:00
Guenter Obiltschnig
95818ff27f
fixes for style, documentation and consistency, part I. More coming...
2015-08-27 10:18:32 +02:00
FrancisANDRE
7f01fbc3db
add std::string SharedLibrary::prefix() for building library name that
...
complies with Cygwin standard.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-27 08:48:26 +02:00
FrancisANDRE
b0989b0828
replace duplicate define for HP_ACC by the COMPAQ one for DEC CXX
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-27 08:42:11 +02:00
dmitriy.n
325874b9fd
When we call statement execution for "PRAGMA incremental_vacuum(1024);" it fails with null std iterator exception. It happens because variable "extracts" is empty and construction "*extracts.begin()" is invalid.
2015-08-26 18:47:42 +03:00
Günter Obiltschnig
dbea46bbcb
Merge pull request #920 from mkrivos/xmlstream
...
New XmlStream API
2015-08-26 12:31:36 +02:00
Marian Krivos
2279c89704
remove serializer part
2015-08-24 17:37:22 +02:00
Marian Krivos
0aa38d1262
remove serializer part
2015-08-24 17:31:08 +02:00
FrancisANDRE
d75119648b
Merge remote-tracking branch 'pocoproject/develop' into develop
2015-08-24 14:34:28 +02:00
FrancisANDRE
e0c38261b6
add specific Cygwin setup for running Foundation tests.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:47:24 +02:00
FrancisANDRE
c7469d0ea1
remove the inserted line.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:36:38 +02:00
FrancisANDRE
56b6995a5b
add separation line for BUILDING FOR WINDOWS CE.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:28:12 +02:00
FrancisANDRE
01d029f282
remove the LIBSUFFIX setup since the x86_64 directory serves already as
...
discriminator.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:27:33 +02:00
FrancisANDRE
ac879caa46
Cygwin supports Unix IPCs thru a system process started by
...
/usr/sbin/cygserver. So, the flag -DPOCO_NO_SHAREDMEMORY can be removed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:25:44 +02:00
FrancisANDRE
6c2398226b
insert an empty line for clarity
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 15:45:45 +02:00
FrancisANDRE
f0a618b5a6
add $(POCO_BASE)/build/config/$(POCO_CONFIG) as a prerequisite
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 15:44:49 +02:00
Marian Krivos
eca1119c82
Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream
2015-08-23 14:38:57 +02:00
FrancisANDRE
09f5b06aaf
add an empty line for clarity.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 11:29:45 +02:00
Marian Krivos
ce003c5522
Formattingt fixes
2015-08-22 22:09:19 +02:00
Marian Krivos
81e495150c
Formattingt fixes
2015-08-22 22:02:41 +02:00
Marian Krivos
0887b56cad
Formattingt fixes
2015-08-22 21:54:43 +02:00
Marian Krivos
5865c9f383
Formattingt fixes
2015-08-22 21:48:17 +02:00
Marian Krivos
5c0ab24c41
Added XMLStream API tests
2015-08-22 20:58:45 +02:00
Marian Krivos
0bd0559508
XMLStream API fixes - readding binary files
2015-08-22 17:39:44 +02:00
Marian Krivos
9bc8d3c851
XMLStream API fixes
2015-08-22 17:36:39 +02:00
Marian Krivos
11211d345d
Initial adding of XMLStream API based on libstudxml library
2015-08-22 16:32:51 +02:00
FrancisANDRE
8cc9bda1e4
insert a empty line for clarity.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-22 12:37:03 +02:00
FrancisANDRE
293e7c91f7
use /dev/tty instead /dev/console on Cygwin otherwise a file acces check
...
makes the test failing.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-22 09:54:29 +02:00
FrancisANDRE
083ade8135
fix proper syntax for testing one test
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-22 09:21:11 +02:00
Francis ANDRE
3944a1aa09
Merge branch 'develop' of https://github.com/zosrothko/poco into develop
2015-08-21 16:21:58 +02:00
FrancisANDRE
e37f63c823
rename build/config/CYGWIN to build/config/Cygwin
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:42:40 +02:00
FrancisANDRE
fc46b81e56
rename build/config/CYGWIN to build/config/Cygwin
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:36:56 +02:00
FrancisANDRE
883800f56c
Use Cygwin instead of CYGWIN for POCO_HOST_OSNAME.
...
Setup OSARCH_64BITS to 1 for Cygwin x86_64 platform.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:18:37 +02:00
FrancisANDRE
0926c9b752
add command line arguments as [component] [test] for unit testing a
...
single test.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:16:45 +02:00
FrancisANDRE
d1a8c11f98
skip SharedMemoryTest for DPOCO_NO_SHAREDMEMORY platform
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:15:13 +02:00
FrancisANDRE
462deab58b
condition assert for POCO_NO_FPENVIRONMENT platform
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:13:56 +02:00
FrancisANDRE
5354989f45
add a newline for clarity
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:12:27 +02:00
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
Aleksandar Fabijanic
9b56ef406c
style fix
2015-08-19 16:59:04 -05:00
Günter Obiltschnig
2423f61e46
Merge pull request #911 from mkrivos/sqlite
...
SQLite bump to faster version 3.8.11.1
2015-08-19 20:43:41 +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
mkrivos
0f3eb63ddb
SQLite bump to 3.8.11.1
2015-08-19 14:17:13 +02:00