Christian Köhnenkamp

Results 22 issues of Christian Köhnenkamp

This pull request incorporates modifications from QuantLib, enabling the handling of negative payment lags, as implemented in [QuantLib PR #1818](https://github.com/lballabio/QuantLib/pull/1818). It is recommended to merge this pull request after updating...

This PR enhances the GitHub Action workflows for Linux and Windows by incorporating tests for QuantExt, OREData, and OREAnalytics. To enable the execution of Boost unit tests statically on Linux,...

Adding support for Apple M-series arm chipset to CMakePresets.

The Boost configuration now includes support for Linux, providing the flexibility to choose between optional static or dynamic linking on this platform. Previously, only shared system linking was feasible. In...

`CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/ExternalProject.cmake:3136 (message): [74](https://github.com/skullanbones/mpeg2ts/actions/runs/6447393748/job/17503601193?pr=63#step:4:75) The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is [75](https://github.com/skullanbones/mpeg2ts/actions/runs/6447393748/job/17503601193?pr=63#step:4:76) not set. The policy's OLD behavior will be used. When using...

There is an "ugly hack" in `3rd-party/CMakeLists.txt` for `APPLE` to build googletest with : ``` if (APPLE) set(CMAKE_CXX_STANDARD 11) endif(APPLE) ``` This should be done in a better way

`DENABLE_COMPONENT_TESTS=ON` for U16.04 does not work anylonger:

bug