aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/empty-flags-library.diff
Commit message (Collapse)AuthorAgeFilesLines
* Update patches and bump internal namespaceBenjamin Barenblat2024-05-081-19/+0
|
* Update patches and bump internal namespaceBenjamin Barenblat2023-09-071-1/+1
|
* Update patchesBenjamin Barenblat2022-08-221-1/+1
| | | | | | Bump SONAME and inline namespace in configuration, update location of SSE2 and SSSE3 configuration, and delete patches that have been applied upstream.
* Make flags library header-onlyBenjamin Barenblat2022-01-311-0/+19
The Abseil flags library needs to emit code only when being compiled with MSVC, which Debian doesn’t use. Skip absl/flags/flag.cc, and tell CMake to treat the flags library as header-only.