Commit Graph

4391 Commits

Author SHA1 Message Date
Alex Fabijanic
d866e7444d tests for #542 2017-06-21 14:56:33 +02:00
proller
6a49c94d18 Allow link application with double_conversion (#1560)
Without this linking fails with duplicate function names errors
2017-06-08 20:52:09 +02:00
Günter Obiltschnig
201e87900b Merge pull request #1689 from zosrothko/patch-1
Remove space around '=' in the generated config.make
2017-06-02 18:29:06 +02:00
Günter Obiltschnig
6467bc5aad Merge pull request #1690 from zosrothko/patch-2
Publish poco_trace & poco_debug macro even in release mode
2017-06-02 18:28:31 +02:00
Günter Obiltschnig
bcd148281f Merge pull request #1692 from Kampbell/honor-export-CXX-g++-4.8
Honor export cxx g++ 4.8
2017-06-02 18:27:40 +02:00
Günter Obiltschnig
ce5a0839eb Merge pull request #1713 from zosrothko/patch-5
Switch to MySql 5.7 on x86_64 arch
2017-06-02 18:25:59 +02:00
Günter Obiltschnig
973595e759 Merge pull request #1741 from wegylexy/patch-1
moved #endif to the correct place
2017-06-02 09:58:36 +02:00
TimTim
3c89b23109 moved #endif to the correct place 2017-06-01 17:47:32 +08:00
Aleksandar Fabijanic
076dd9679b Build parallelization issues #1730 2017-05-23 20:36:12 -05:00
zosrothko
3230f91175 Switch to MySql 5.7 on x86_64 arch 2017-05-07 11:56:18 +02:00
Aleksandar Fabijanic
9762dc26bb update CHANGELOG in dev #1698 2017-04-26 19:54:41 -05:00
zosrothko
ade93a30f8 Test the new distribution feature of Travis 2017-04-17 20:14:27 +02:00
Aleksandar Fabijanic
e836f91d90 Log file fix (#1678)
* fix for RotateBySizeStrategy runaway when fstream bad #1676

* fix for LogFile does not recover after write error #1677

* remove unnecesary throw
2017-04-17 12:47:33 -05:00
petko
3bacb6696f Add SQLite Notifier table name getter (#1691)
* Add table name in SQLite Notifier

* Converted spaces to tabs to conform to Poco coding style

* One more spaces to tab change

* Added table compare to Notifier equality operator

* Returning const ref instead of string copy in Notifier getTable
2017-04-17 12:46:57 -05:00
zosrothko
260bbd5252 Comment out unbundled build since it fails on Ubuntu precise
All unbundled build are failing on Ubuntu precise while there are ok on Ubuntu trusty & xenial. Waiting for Travis to change the worker's platform from Ubuntu precise to ubuntu trusty or newer.
2017-04-17 11:00:39 +02:00
zosrothko
ff7ec4cb68 Publish poco_trace & poco_debug macro even in release mode
A user of a prepackaged release versio of poco would have to add the constant POCO_DEBUG_LOG in order to get non empty  poco_trace and poco_debug macros. There is nothing removed or added to poco itself if those macros are published even in a release build. Publishing those macros by default make life easier for the poco's users.
2017-04-17 10:07:06 +02:00
zosrothko
835c7c7e49 Remove space around '=' so that config.make could be used as input source in bach 2017-04-17 09:56:29 +02:00
zosrothko
e052f3861a Refactor order of the tests. 2017-04-16 14:23:10 +02:00
zosrothko
a37622a52b update with Linux & clang bundled & unbundled 2017-04-16 14:05:11 +02:00
zosrothko
106bef7c8b Add display of the c++ compiler version 2017-04-16 13:57:57 +02:00
Francis ANDRE
e8b2ac9b23 Honor CC & CXX environment variables when set 2017-04-16 10:18:04 +02:00
zosrothko
8343a0faef Restore make silent mode 2017-04-15 14:09:41 +02:00
Francis ANDRE
e45d439fc0 Merge branch 'use-g++-4.8-for-mkdoc' of https://github.com/kampbell/poco into use-g++-4.8-for-mkdoc 2017-04-15 12:42:00 +02:00
Francis ANDRE
aa19729fc3 Add CC and CXX variables to PocoDoc.ini 2017-04-15 12:38:36 +02:00
Francis ANDRE
9a3da4cf82 Take and environement variables when they are defined 2017-04-15 12:37:56 +02:00
Francis ANDRE
be01bea164 Use and to specify which compiler to use 2017-04-15 12:36:46 +02:00
zosrothko
dfc967d075 Remove make silent mode 2017-04-15 11:55:38 +02:00
zosrothko
8625227be7 Use CC & CXX environment variables if they are defined 2017-04-15 11:52:46 +02:00
Francis ANDRE
cf1c7bd2fe Merge branch 'develop' of https://github.com/kampbell/poco into fix-gitignore 2017-04-15 11:27:48 +02:00
Francis ANDRE
d904f600d8 Merge branch 'develop' of https://github.com/kampbell/poco into fix-gitignore 2017-04-15 11:14:22 +02:00
Günter Obiltschnig
61f0bb2c2b Merge pull request #1650 from Kampbell/fix-mkdoc-excluded-files
Fix mkdoc excluded files
2017-04-13 15:25:30 +02:00
Günter Obiltschnig
675eeec1f2 Merge pull request #1666 from zosrothko/patch-2
Accumulate LD_LIBRARY_PATH
2017-04-13 15:15:30 +02:00
Günter Obiltschnig
621cb2d0b2 Merge pull request #1663 from zosrothko/patch-1
Ignore bin/, bin64/, lib/, lib64/
2017-04-13 15:13:22 +02:00
Günter Obiltschnig
53438b72c6 Merge pull request #1685 from zosrothko/patch-4
Switch from mysql-5.7.16 to mysql-5.7.17
2017-04-13 15:12:05 +02:00
zosrothko
a12583a6c6 Switch from mysql-5.7.16 to mysql-5.7.17
The MySQL team removed the link on mysql-5.7.16
2017-04-13 13:40:51 +02:00
Günter Obiltschnig
8147ecf810 Merge pull request #1664 from OgreTransporter/develop
Add SHA3 and BLAKE2 hashing algorithm
2017-04-06 09:32:53 +02:00
Alex Fabijanic
566d114ab4 fix -Wreorder 2017-04-04 23:55:59 -05:00
Guenter Obiltschnig
bce346a8bc fix memory leak in CipherImpl with OpenSSL 1.1.x 2017-04-04 07:38:15 +02:00
zosrothko
2b5f953fcb Accumulate LD_LIBRARY_PATH
Avoid spurious warning when compiling a distro on Ubuntu amd64
2017-04-03 17:06:02 +02:00
Transporter
ecaa7887a1 Add SHA3 and BLAKE2 hashing algorithm 2017-04-01 12:41:14 +02:00
Francis ANDRE
a823c68693 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2017-03-31 13:30:53 +02:00
zosrothko
61b0839969 Ignore bin/, bin64/, lib/, lib64/ 2017-03-31 13:26:40 +02:00
Francis ANDRE
352e869080 make git not tracking bin/, bin64/, lib/, lib64 directory 2017-03-31 13:18:30 +02:00
Günter Obiltschnig
63b6be6481 Merge pull request #1646 from andred/nofpu-fix
fp: support environments without hardware floating point
2017-03-30 17:49:23 +02:00
Francis ANDRE
746c3b8047 Merge branch 'develop' of https://github.com/kampbell/poco into develop 2017-03-29 17:37:56 +02:00
Francis ANDRE
ad5e674e1f restore adding pcre_utf8_objects when build unbundled poco 2017-03-29 17:36:33 +02:00
Günter Obiltschnig
7611c56cff Merge pull request #1658 from siemens/x509-add-nid
Add addtional NIDs to be extracted from X.509 certificates.
2017-03-28 17:34:17 +02:00
Pascal Bach
b16ce1e4d9 Add addtional NIDs to be extracted from X.509 certificates.
- SerialNumber is especially useful on embedded devices
- email is commonly found in certificates

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2017-03-28 17:18:22 +02:00
Francis ANDRE
42ae8f60b8 Add a new constant to avoid including <windows.h> on Linux 2017-03-23 17:14:57 +01:00
zosrothko
b6e70a0869 Use g++-4.8 for mkdoc and mkrel 2017-03-23 17:04:53 +01:00