hakan
49a4eb7eb6
Added preprocessor guards for "define"s.
2016-05-19 13:02:41 -07:00
Guenter Obiltschnig
43accdff89
PocoDoc updates from macchina.io
2016-05-01 21:29:39 +02:00
Alex Fabijanic
95bb6bfeea
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2016-04-23 14:53:56 -06:00
Alex Fabijanic
0286d245ab
Only escape string values in Poco::JSON::Stringifier::stringify() #1027
2016-04-23 14:52:03 -06:00
Aleksandar Fabijanic
4b6c11242c
Merge pull request #1245 from aaron0x/develop
...
implement startsWith and endsWith.
2016-04-23 14:04:20 -05:00
Alex Fabijanic
b14b6f3d7f
Poco::Data default storage should be std::vector #1172
2016-04-23 13:01:45 -06:00
Guenter Obiltschnig
a5d7e994f5
const-correctness fix
2016-04-23 09:21:55 +02:00
Guenter Obiltschnig
4d7f2426f1
fixed GH #993 : Invalid zip format when opening a docx in word [host system type is now always set to 0, as this is the correct thing to do]
2016-04-23 09:21:40 +02:00
Guenter Obiltschnig
664be2c791
#1221 : upgrade bundled sqlite to 3.12.2
2016-04-21 10:09:21 +02:00
Guenter Obiltschnig
a8962bb3b3
fixed GH #1253 : ListMap does not maintain insertion order if key already exists
...
Conflicts:
Foundation/include/Poco/ListMap.h
2016-04-21 09:34:13 +02:00
Günter Obiltschnig
13a999de42
Merge pull request #1247 from benoitbleuze/unixTimeStamoFix
...
Improves timestamp resolution on Unix systems
2016-04-18 12:28:42 +02:00
Benoît Bleuzé
76254ca055
Improves timestamp resolution on Unix systems
...
Adds microsecond precision when possible on Linux,
BSD and Apple systems.
Uses platform specific `struct stat`, and `utimes()`,
instead of `utime()`.
2016-04-17 20:20:34 +02:00
aaron0x
43d96a5bcb
implement startsWith and endsWith.
2016-04-18 01:14:13 +08:00
Guenter Obiltschnig
d11b69ca00
style fixes
2016-04-16 09:57:54 +02:00
Guenter Obiltschnig
9710a828a3
style fixes (something messed up if-else formatting)
2016-04-16 09:39:24 +02:00
Günter Obiltschnig
3e0d788162
fixes for compatibility
2016-04-15 17:40:09 +02:00
Günter Obiltschnig
3b51cbdfb6
Merge pull request #1243 from tonyabbott/develop
...
GH #1222 Escape command line arguments passed to Process::launch() on…
2016-04-15 17:01:23 +02:00
Tony Abbott
1db7811ce5
GH #1222 Escape command line arguments passed to Process::launch() on Windows
2016-04-15 16:45:41 +02:00
Guenter Obiltschnig
8fd1065804
fixed GH #1239 : Poco::Zip::Compress with non-seekable stream fails for CM_STORE
...
Conflicts:
Zip/src/ZipLocalFileHeader.cpp
2016-04-14 18:28:08 +02:00
Aleksandar Fabijanic
6a9317cb09
Merge pull request #1237 from Kampbell/develop
...
AppVeyor: update for reducing the oveall build & test time
2016-04-12 10:08:38 -05:00
Guenter Obiltschnig
8268ebe179
upgraded bundled SQLite to 3.12.1
2016-04-11 10:49:11 +02:00
Guenter Obiltschnig
86969b4a91
fixed GH #1235 : Poco::Net::HTTPClientSession::sendRequest() should also handle HTTP_PATCH
2016-04-11 10:44:41 +02:00
Guenter Obiltschnig
9d425d73e1
fixed GH #1236 : Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows
2016-04-11 10:39:35 +02:00
FrancisANDRE
5e03f12a35
Merge remote-tracking branch 'pocoproject/develop' into develop
2016-04-09 11:54:50 +02:00
FrancisANDRE
227725bfae
Abort the job when lastExitCode different from 0
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-09 11:52:47 +02:00
Aleksandar Fabijanic
25c755fc60
Merge pull request #1231 from vmiklos/xml-tests-wshadow-fixes
...
GH #1050 XML-tests: fix gcc -Wshadow warnings
2016-04-07 09:30:10 -05:00
Aleksandar Fabijanic
6f9373eb42
Merge pull request #1232 from joerg-krause/fix-mysql-search-path
...
MySQL: allow to override search paths
2016-04-07 09:27:17 -05:00
Jörg Krause
55d22512fc
MySQL: allow to override search path
...
The default search pathes for the MySQL library and header files are for hosts
only and do not allow cross-compilation of poco against a target MySQL.
Allow to pass the pathes through the build environment by setting MYSQL_LIBDIR
and MYSQL_INCDIR.
2016-04-05 20:32:32 +02:00
Miklos Vajna
299c75a993
GH #1050 XML-tests: fix gcc -Wshadow warnings
2016-04-05 10:40:52 +02:00
FrancisANDRE
c6fe923702
Remove DOX Cygwin commands.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 08:30:55 +02:00
FrancisANDRE
f45ba9fc72
Use PowerShell for Cygwin build commands.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 08:30:10 +02:00
FrancisANDRE
68a1b105ee
Use Powershell for Cygwin commands.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 08:10:03 +02:00
Aleksandar Fabijanic
3c735ff6b0
remove comment
2016-04-04 20:17:52 -05:00
Aleksandar Fabijanic
427a09087e
Merge pull request #1229 from joerg-krause/musl-fix
...
GNU version of strerror_r not available on musl C library
2016-04-04 20:13:44 -05:00
FrancisANDRE
495db12206
Commented out the static build to reduce the overall CI build time.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-05 00:02:28 +02:00
Jörg Krause
30159aea4b
GNU version of strerror_r not available on musl
...
The GNU version of glibc' `strerror_r` is non-portable.
When the POSIX and GNU API collides musl always provides the POSIX API. That
being the case for `strerror_r` musl does only support the POSIX version,
despite of `_GNU_SOURCE`.
2016-04-04 21:02:17 +02:00
Aleksandar Fabijanic
7b408ede7f
Merge pull request #1226 from vmiklos/foundation-tests-wshadow-fixes
...
GH #1050 Foundation-tests: fix gcc -Wshadow warnings
2016-04-02 15:11:26 -05:00
Aleksandar Fabijanic
9969d2f09b
Merge pull request #1225 from Kampbell/AppVeyorComplete
...
App veyor close to be complete
2016-04-02 15:08:22 -05:00
FrancisANDRE
c6ec1baadb
Build Cygwin first.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-01 16:52:05 +02:00
FrancisANDRE
47a58667bf
Use Cygwin instead of CYGWIN
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-01 16:51:42 +02:00
Miklos Vajna
2b6eb3fd76
GH #1050 Foundation-tests: fix gcc -Wshadow warnings
2016-04-01 11:38:25 +02:00
FrancisANDRE
b4e2757517
Merge remote-tracking branch 'pocoproject/develop' into AppVeyorComplete
2016-03-31 23:59:07 +02:00
Günter Obiltschnig
fb23653f88
Merge pull request #1224 from mkrivos/develop
...
Sqlite 3.12.0
2016-03-31 13:05:23 +02:00
mkrivos
53f8ef1736
Bump to sqlite 3.12.0
2016-03-31 09:51:17 +02:00
Marian Krivoš
50df7e4a91
Merge pull request #29 from pocoproject/develop
...
Sync 31.3.2016
2016-03-31 09:47:48 +02:00
FrancisANDRE
93be8d9042
Run ctest also in x64
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 20:56:38 +02:00
FrancisANDRE
eb85dad31f
Use mysql-5.7.11. Stop Start-Process with -EA Stop.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 20:53:46 +02:00
FrancisANDRE
239968de29
Reformat. Add cmake with vs140.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 11:21:10 +02:00
FrancisANDRE
f1432c780c
Remove RedisEventArgs from list of includes
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 11:19:31 +02:00
FrancisANDRE
56ab57874d
Remove reference to CppUnit.lib
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-30 11:19:05 +02:00