Maxim Samsonov
Maxim Samsonov
FOLLY_HAVE_IFUNC is checked with the following code snippet: ``` check_cxx_source_compiles(" #pragma GCC diagnostic error \"-Wattributes\" extern \"C\" void (*test_ifunc(void))() { return 0; } void func() __attribute__((ifunc(\"test_ifunc\"))); int main() { return...
Fix https://github.com/Snaipe/fmem/issues/3 Fix https://github.com/Snaipe/fmem/issues/4 cc: @ronaldtse This is a contribution from [Metanorma](https://www.metanorma.org) ([GitHub](https://github.com/metanorma)), a product of [Ribose](https://www.ribose.com) ([GitHub](https://github.com/riboseinc)).
In _https://github.com/Snaipe/fmem/blob/master/CMakeLists.txt_ Shall be _install(FILES ${PROJECT_BINARY_DIR}/gen/fmem.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})_ and not _install(FILES fmem.h ${PROJECT_BINARY_DIR}/gen/fmem-export.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})_ This issue is generalization of #3
- add support for EMF images without an initial viewport setup - add handling of EMF images with wrong transformation applied (Wine-generated) cc: @ronaldtse This is a contribution from [Metanorma](https://www.metanorma.org)...
* Resolve gcc 11 compatibility issue (https://github.com/masamitsu-murase/seven_zip_ruby/issues/36) This issue happens when newer versions of gcc are used where default C++ standard is 17. There is an obvious mismatch in 7z...
``` ../../Archive/NtfsHandler.cpp: In member function 'LONG NArchive::Ntfs::CDatabase::Open()': ../../Archive/NtfsHandler.cpp:1283:71: error: cannot convert 'std::nullptr_t' to 'UInt32' {aka 'unsigned int'} 1283 | if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, NULL, 0)) | ^~~~ | | |...
## Description Incorrect user home folder on Windows ## Expected Behavior When Windows native environment (not MSys, not cygwin) is used user home folder is defined by USERPROFILE environment variable...
getenv function is not required to be thread-safe. Another call to getenv, as well as a call to the POSIX functions setenv(), unsetenv(), and putenv() may invalidate the pointer returned...
## Current state and the issue gpg built for Msys environment 'understands' MSys paths only, i.e.: '''C:\Program Files\PostgreSQL\12\''' shall be ```/c/Program Files/PostgreSQL/12/''' gpg build for Windows environment works with true...
Implement support for ```openpgp-s2k3-ocb-aes``` private key protection with openssl backend. This feature is used in GnuPG 2.3+ extended key format and is supported/tested with Botan backend. With openssl backend an...