| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=pelsqf3tmhg3vbee1rdktkhjuh; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 08:08:57 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
abseil
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/abseil, C++ Common Libraries
[
Branch: CURRENT, Version: 20250814.1, Package name: abseil-20250814.1, Maintainer: pkgsrc-users
Abseil is an open-source collection of C++ library code designed to augment the
C++ standard library. The Abseil library code is collected from Google's own
C++ code base, has been extensively tested and used in production, and is the
same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others,
Abseil provides alternatives to the standard for special needs we've found
through usage in the Google code base. We denote those cases clearly within the
library code we provide you.
Abseil is not meant to be a competitor to the standard library; we've just
found that many of these utilities serve a purpose within our code base, and we
now want to provide those resources to the C++ community as a whole.
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
abseildoc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/abseil, C++ Common Libraries
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 20250814.1, Package name: abseil-20250814.1, Maintainer: pkgsrc-users
Abseil is an open-source collection of C++ library code designed to augment the
C++ standard library. The Abseil library code is collected from Google's own
C++ code base, has been extensively tested and used in production, and is the
same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others,
Abseil provides alternatives to the standard for special needs we've found
through usage in the Google code base. We denote those cases clearly within the
library code we provide you.
Abseil is not meant to be a competitor to the standard library; we've just
found that many of these utilities serve a purpose within our code base, and we
now want to provide those resources to the C++ community as a whole.
Required to build:
[pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-09-24) Updated to version: abseil-20250814.1
- (2025-09-19) Updated to version: abseil-20250814.0nb1
- (2025-08-24) Updated to version: abseil-20250814.0
- (2025-07-15) Package has been reborn
CVS history: (Expand)
| 2025-12-04 16:37:42 by Ryo ONODERA | Files touched by this commit (2) |
Log message: devel/abseil: Use _SYS_EXEC_ELF_H_ to detect ELF header v2 for NetBSD |
| 2025-11-15 12:51:58 by Ryo ONODERA | Files touched by this commit (2) |
Log message: devel/abseil: Fix build under NetBSD/amd64 11.99.4 |
| 2025-09-24 14:06:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: abseil: updated to 20250814.1 20250814.1 Bug fixes |
| 2025-09-19 08:56:57 by Patrick Welche | Files touched by this commit (3) |
Log message: abseil: add upstream gcc 8 std::underlying_type build fix Hopefully fixes build on NetBSD 9 |
| 2025-08-24 18:36:20 by Thomas Klausner | Files touched by this commit (65) |
Log message: *: recursive bump for abseil 20250814.0 |
| 2025-08-24 18:34:57 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
abseil: update to 20250814.0.
What's New:
absl::Mutex now contains lower-case method names like lock() and \
shared_lock() to align with standard C++ mutex methods. This allows absl::Mutex \
to be used with std::scoped_lock and friends. The old names are still present \
but may be removed in a future release.
The RAII Mutex-locker types like absl::MutexLock, absl::ReaderMutexLock, and \
friends now accept references to absl::Mutex. The pointer-accepting constructors \
are now deprecated, and may be removed in a future release.
Breaking Changes:
Nullability template types, which were deprecated in the May 2025 release, \
have been removed.
absl::string_view(nullptr), which is undefined behavior according to the C++ \
standard, now triggers an assert failure. Note that unless you changed \
absl/base/options.h, absl::string_view is an alias for std::string_view, so by \
default you will be inheriting the behavior of your standard library instead of \
using the Abseil implementation.
Abseil's hash tables now require a hash function that has a return type with \
size >= sizeof(size_t).
|
| 2025-07-05 15:42:44 by Greg Troxel | Files touched by this commit (1) |
Log message: devel/abseil: Drop explicit GCC 7 requirement because the package is marked as needing c++17, gcc documents that 7 is required for c++17, and gcc.mk requires 7 for c++17. |
| 2025-07-03 21:25:15 by Thomas Klausner | Files touched by this commit (1) |
Log message: abseil: the headers now need c++17, so require it in buildlink3.mk |
