Matej Kenda

Results 19 issues of Matej Kenda

### Description Creating a copy of null JSON with copy ctor or moving it with move ctor corrupts it. Type turns into array and that array contains one null element....

solution: duplicate

CMake is officially supported build system for building Poco. To discourage using configure and make, a warning is printed and the user has to explicitly force usage of configure script.

Contains PR #3444 rebased on latest devel. * Allow opening a file descriptor/HANDLE as C++ stream. * FileStream: treat read from closed pipe as EOF. * chore(Filestream): conde style (naming)

feature

When a semaphore id is created with semget, it is released in dtor with semctl(..IPC_RMID).

Add ProGen as optional build target to CMake.

`LogFile` has different implementations for Windows using Win32 API and STD for other platforms where `Poco::FileOutputStream` is used. `Poco::FileOutputStream` has Windows and Posix implementations. `LogFile` calls `FlushFileBuffers` on Windows which...

enhancement
fixed

**Describe the bug** Configuring Poco using internal OpenSSL with recent version of CMake fails with an error that the OpenSSL is not found. **To Reproduce** Configure submodule to poco/openssl ([email protected]:pocoproject/openssl.git)....

bug

From #4354 by @teksturi : Separate external source files to own folder It would be quite hard to exclude every external source without moving them to different folder. This same...

buildsystem
cmake

As described in the title. Warning option `-Wzero-as-null-pointer-constant` can be used to locate places in the code.

enhancement

Fixes #4382. This PR is work in progress.