# The only difference between the two is that git will do EOL conversion for text files. # "!eol" is the equivalent of "svneol=native". *.bat text !eol *.c text !eol diff=cpp *.cc text !eol diff=cpp *.classpath text !eol *.bat text !eol zos-working-tree-encoding=IBM-1047...
postprocess windows signing: use sha256 (instead of the default sha1) pyuno elide some makeStringAndClear() calls qadevOOo [API CHANGE] Drop css::accessibility::XAccessibleStateSet readlicense_oo update credits registry tdf#143148 registry: Use pragma once instead of include guards remot...
Subject: [PATCH] Use SHA-2 instead of SHA-1 Content-type: text/plain The use of SHA-1 in RHEL9 is deprecated --- libselinux/include/selinux/label.h | 6 +- libselinux/include/selinux/restorecon.h | 4 +- libselinux/man/man3/selabel_digest.3 | 4 +- ...
"The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name:" with identical names "The project file '' has been renamed or is no longer in the solution" after moving solution "unresolved external symbol" error when accessing a static member of a template class ...
This manual documents how to use the GNU compilers, as well as their features and incompatibilities, and how to report bugs. It corresponds to GCC version 3.4.6. The internals of the GNU compilers, including how to port them to new targets and some information about how to write front en...
Your project to compile to a .lib format is generating something known as a "static library". Static libraries are chunks of native code built to be combined with other pieces of code via the linker. You #include a header file that describes the functions/classes that you want to use and...
If no form of VACUUM or PRAGMA auto_vacuum is used then sqlite will automatically reuse deleted data space for new data but the database file will never shrink. For reference: http://www.sqlite.org/pragma.html#pragma_auto_vacuum and litehelpers/Cordova-sqlite-storage#646 In case of memory...
…ork (#5718) * 'abstractproperty' is deprecated. Use 'property' with 'abstractmethod' instead * Fix #2849 - Initial work of celery 5.0.0 alpha1 series by dropping python below 3.6 from marix & remove import from __future__ (#5684) * initial work of celery 5.0.0 alpha-1 series by...
"Choose the type of build, options are: Debug Release RelWithDebInfo Profile Check" FORCE) endif (NOT CMAKE_BUILD_TYPE) # TODO: still convert to uppercase to keep backwards compatibility with # uppercase old supported and deprecated modes string(TOUPPER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE...
If no form of VACUUM or PRAGMA auto_vacuum is used then sqlite will automatically reuse deleted data space for new data but the database file will never shrink. For reference: http://www.sqlite.org/pragma.html#pragma_auto_vacuum and xpbrew/cordova-sqlite-storage#646 In case of memory ...