Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Do-not-install-the-test-binary.patch | [PATCH] Do not install the test binary It isn't needed after the build has been tested. |
Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Write-built-files-to-the-build-directory.patch | [PATCH] Write built files to the build directory Remove copying to the build dir since that is no longer necessary. |
Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Install-the-Python-module-to-the-Python-modules-dir.patch | [PATCH] Install the Python module to the Python modules dir | Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Make-the-names-of-the-binaries-specific-to-SPTAG.patch | [PATCH] Make the names of the binaries specific to SPTAG | Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Remove-the-files-generated-by-swig-on-make-clean.patch | [PATCH] Remove the files generated by swig on make clean | Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Remove-unused-Boost-component-dependencies.patch | [PATCH] Remove unused Boost component dependencies The system component is still needed to workaround Boost itself needing the system component to define boost::system::system_category() |
Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Set-the-C-standard-via-cmake-instead-of-flags.patch | [PATCH] Set the C++ standard via cmake instead of flags | Paul Wise <pabs3@bonedaddy.net> | no | 2021-08-21 | ||
0001-Preserve-existing-cmake-C-flags-on-Linux.patch | [PATCH] Preserve existing cmake C++ flags on Linux This allows enabling more compile options by passing them to cmake. |
Paul Wise <pabs3@bonedaddy.net> | no | 2021-08-21 | ||
0001-Run-tests-by-default.patch | [PATCH] Run tests by default | Paul Wise <pabs3@bonedaddy.net> | no | 2021-05-12 | ||
0001-Add-mutex-includes-where-std-unique_lock-is-used.patch | [PATCH] Add mutex includes where std::unique_lock is used Fixes build failures due to std::unique_lock being missing: AnnService/inc/Core/Common/BKTree.h:409:22: error: 'unique_lock' is not a member of 'std' 409 | std::unique_lock<std::shared_timed_mutex> lock(*m_lock); | ^~~~~~~~~~~ |
Paul Wise <pabs3@bonedaddy.net> | no | 2021-11-06 |