Commit Graph

147 Commits

Author SHA1 Message Date
Alex Fabijanic
db0e012f3f doc(Crypto): Fix error in find_package example #3088 2022-06-02 08:24:21 -05:00
Günter Obiltschnig
9577af8c6c set version number to 1.12.0 2022-05-17 07:24:22 +02:00
Aleksandar Fabijanic
7db9831f32
Netssl/openssl3 (#3575)
* feat(Context): DH init openssl3 port (1/2 hardcoded params)

* create poco-1.11.3 branch, bump version

* update copyright date

* #3567: check legacy provider existence for legacy exception #3567

* fix(Placeholder): comparison for zero value

* feat(Context): DH init openssl3 port (2/2 params from file)

* test(HTTPSClientSession): try/catch to understand CI failure

* chore(cmake): copy the DH parameters file

* fix(OpenSSLInitializer): unload provider on uninitialize

* chore(HTTPSClientSessionTest): remove try/catch

* fix(OpenSSLInitializer): fix provider unloading

* feat(CppUnit): make tests exceptions more descriptive

* chore(CppUnit): a more descriptive name for callback

Co-authored-by: Günter Obiltschnig <guenter.obiltschnig@appinf.com>
2022-04-28 22:24:43 -05:00
Günter Obiltschnig
3df32b3526 updated CHANGELOG 2022-04-16 08:15:36 +02:00
Günter Obiltschnig
fb4f3c0231 branch off poco-1.11.2 2022-02-07 14:49:51 +01:00
Günter Obiltschnig
93dc903f3c updated changelog 2021-11-05 19:33:03 +01:00
Günter Obiltschnig
a5b0bb7d96 update changelog 2021-06-28 09:24:26 +02:00
Günter Obiltschnig
417bbc41ca #3068: Documented ENABLE_JWT option 2021-06-15 06:51:46 +02:00
Günter Obiltschnig
3249abe2a4 updated changelog| 2021-06-06 14:51:08 +02:00
Günter Obiltschnig
80237a8e55 remove HowToGetHelp page due to outdated information 2021-04-11 17:35:38 +02:00
Günter Obiltschnig
5ce9685613 PocoDoc - merge changes from macchina.io to allow for insertion of custom HTML into generated pages 2021-03-02 12:08:28 +01:00
Günter Obiltschnig
75821fc591 create 1.10.2 branch 2020-07-29 08:57:35 +02:00
Günter Obiltschnig
647d370867 updated changelog 2020-02-16 19:48:34 +01:00
Günter Obiltschnig
fce98bd8be updated changelog 2020-02-14 11:45:24 +01:00
Günter Obiltschnig
ee9ce376e3 updated changelog 2020-02-08 20:44:27 +01:00
Günter Obiltschnig
923b5bc649 updated CHANGELOG 2020-02-07 18:14:33 +01:00
Günter Obiltschnig
500b8f93ab updated CHANGELOG 2020-02-07 15:18:47 +01:00
Günter Obiltschnig
a759c5cff6 updated CHANGELOG 2020-02-04 12:45:09 +01:00
Günter Obiltschnig
fc17a2ddb8 updated changelog 2020-02-04 12:33:40 +01:00
Günter Obiltschnig
8d227dc8d3 bump version to 1.10.1 2020-02-04 08:52:26 +01:00
Günter Obiltschnig
e522f90513 updated tour 2020-01-27 10:46:55 +01:00
Günter Obiltschnig
323dcdb6d9 updated docs 2020-01-27 09:34:08 +01:00
Günter Obiltschnig
d7bd2a8bda updated README and overview pic 2020-01-27 09:07:10 +01:00
Günter Obiltschnig
4667ac8b67 updated relnotes 2020-01-25 14:33:33 +01:00
Günter Obiltschnig
941a88787b updated changelog 2020-01-24 11:48:06 +01:00
Günter Obiltschnig
0bc0f84866 updated changelog/release notes 2020-01-24 11:44:26 +01:00
Joerg-Christian Boehme
23300c7196 Extend cmake documentation. Add multi-configuration hint 2019-07-15 23:56:00 +02:00
Joerg-Christian Boehme
86b448ecf5 First update of android build notes 2019-05-30 08:32:03 +02:00
Joerg-Christian Boehme
e624b3315c
CMake improve find third-party libraries (#2478)
* Improve find thirdparty cmake module. Cleanup cmake build system

* Add additional settings for thirdparty paths and fix windows build

* Improve cmake getting started doc

* Fix postgresql build

* Add additional path for odbc windows kits
2018-10-10 13:43:34 +02:00
Joerg-Christian Boehme
35cf889acd
Minor cleanup change of getting started page 2018-09-25 08:14:19 +02:00
Jörg-Christian Böhme
ef265083c8 Improve cmake documentation in Getting Started 2018-09-22 20:44:40 +02:00
Aleksandar Fabijanic
142bbdcef3
add ordered containers (#2408)
* add ordered containers

* move ordered_map_util.h to its proper place

* add acknowledgement
2018-07-27 07:33:25 -07:00
Joerg-Christian Boehme
612f092235 Cleanup cmake build system to use transitive dependency management from cmake (#2321)
* Some cleanup in the root CMakeLists.txt

* Cleanup cmake targets

* Add find openssl modul for older cmake version

* Set proper scope

* Change crypto default to off

* Fix openssl default to on

* Remove global setting of C99 standard

* Set from C11 to C99

* Fix for NetSSL win build

* Set C99 compile features

* Fix Windows build

* Fix windows build

* Cleanup poco unbundle definition

* Fix PDF build

* Remove unused set affinity

* Add _CRT_SECURE_NO_WARNINGS as target compile definitions

* Add _AFXDLL as target compile definitions

* Remove commented out line

* Refactor add_definitions to target_compile_definitons in Util

* Refactor add_definitions to target_compile_definitons in XML

* Remove THREADSAFE in data sql cmake build

* Refactor add_definitions to target_compile_definition in cmake mysql

* Refactor add_definitions to target_compile_definition in cmake odbc

* Refactor add_definitions to target_compile_definition in cmake sqlite

* Refactor add_definitions to target_compile_definitions in platform specific cmake

* Add _DEBUG as compile definition

* Add build dependencies between Foundation-testrunner and TestApp, TestLibrary in cmake build

* Use cmake property to build shared libs

* Cleanup POCO_NO_AUTOMATIC_LIBS. Set only for Windows in cmake build system

* cleanup LIB_MODE_DEFINITIONS in cmake buld system

* Add POCO_STATIC for CppUnit

* Cleanup target link libraries and add option dependencies.

* Add dependencies management in cmake

* Update cmake documentation

* Squashed commit of the following:

commit 38c233f93fc8e9ad6e24d686c905eb18c86e19a7

    Fix "invalid new-expression of abstract class type ApacheServerRequest" (#2231)

    - abstract method "bool secure() const" defined in HTTPServerRequest was implemented in ApacheServerRequest, one of its derived classes
     - a ap_log_error had one of its parameters changed for fixing a warning "passing NULL to non-pointer argument"
     - minor indentation problems corrected

commit 4cbdfbe828943871618172f9e042176f115d61d8

    Fix build dependencies

* Improve database cmake build dependencies

* Update doc

* Update doc

* Update cmake build commands

* Set public on target link libraries in cmake build system

* Fix PostgreSQL build

* Fix PostgreSQL build in cmake

* Fix PostgreSQL from SQL to Data

* Squashed commit of the following:

commit 1ba7d5dcbfb8d07860dd4efda33b31bedf6184c4

    Add missing cmake file

* Set path to PostgresSQL in AppVoyer

* Try to fix AppVeyor build

* show dir in appvoyer

* Disable PostgreSQL build on Appvoyer

* Refactor add_definitions to target_compile_definitions
2018-06-03 11:17:50 -05:00
Günter Obiltschnig
d9097c2d17 updated README.md 2018-03-07 17:35:20 +01:00
Günter Obiltschnig
01fc2216d4 update Acknowledgements 2018-03-07 17:34:56 +01:00
Günter Obiltschnig
3283f53cf5 updated version 2018-03-07 14:28:19 +01:00
Günter Obiltschnig
831fb72052 updated CHANGELOG 2018-03-07 13:34:58 +01:00
Alex Fabijanic
d162110e67 update openssl documentation 2018-02-24 09:16:14 -06:00
Günter Obiltschnig
cf73cfad58 build system: added target_extlibs variable 2018-02-21 12:34:49 +01:00
Günter Obiltschnig
5f5a358c5b bump version to 1.9.0 2018-02-17 10:39:51 +01:00
Günter Obiltschnig
af6900b9d6 bumped version to 1.8.2 2018-01-25 23:12:44 +01:00
Günter Obiltschnig
4727145db5 updated Changelog and copyright date 2018-01-09 10:30:22 +01:00
Günter Obiltschnig
13ae63c623 updated CHANGELOG 2017-12-22 09:54:18 +01:00
Günter Obiltschnig
56a483bcf9 updated changelog 2017-12-18 10:44:09 +01:00
Günter Obiltschnig
363a1b7d85 created poco-1.8.1 branch 2017-11-14 14:57:18 +02:00
Guenter Obiltschnig
fe47b58652 revert change for GH #1828: causes Zip file corruption in some cases; bumped version no to 1.8.0.1 2017-11-11 17:36:00 +01:00
Guenter Obiltschnig
02a1aca631 doc fixes 2017-11-10 13:12:12 +01:00
Guenter Obiltschnig
f3e97a523d updated README and getting started doc 2017-11-10 12:45:40 +01:00
Guenter Obiltschnig
74425623a4 updated release notes 2017-11-10 11:28:46 +01:00
Guenter Obiltschnig
c672c14e5a remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00