2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-09-29 21:36:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
abseil: updated to 20220623.1
Abseil LTS 20220623.1
What's New:
Added absl::AnyInvocable, a move-only function type.
Added absl::CordBuffer, a type for buffering data for eventual inclusion an \
absl::Cord, which is useful for writing zero-copy code.
Added support for command-line flags of type absl::optional<T>.
Breaking Changes:
CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control \
whether or not unit tests are built.
The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that are \
experiencing new warnings can use -Wno-deprecated-declatations silence the \
warnings or use -Wno-error=deprecated-declarations to see warnings but not fail \
the build.
ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some compilers \
are more strict about where this keyword must appear compared to the pre-C++20 \
implementation.
Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's \
WORKSPACE file for an example of how to add this dependency.
Other:
This will be the last release to support C++11. Future releases will require at \
least C++14.
|
2022-07-06 17:27:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
abseil: update comment
NetBSD part was integrated, Solaris part needs to be upstreamed
|
2022-07-06 17:16:59 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
abseil: updated to 20220623.0
Abseil LTS 20220623
What's New:
Added absl::AnyInvocable, a move-only function type.
Added absl::CordBuffer, a type for buffering data for eventual inclusion an \
absl::Cord, which is useful for writing zero-copy code.
Added support for command-line flags of type absl::optional<T>.
Breaking Changes:
CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control \
whether or not unit tests are built.
The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that are \
experiencing new warnings can use -Wno-deprecated-declatations silence the \
warnings or use -Wno-error=deprecated-declarations to see warnings but not fail \
the build.
ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some compilers \
are more strict about where this keyword must appear compared to the pre-C++20 \
implementation.
Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's \
WORKSPACE file for an example of how to add this dependency.
Other:
This will be the last release to support C++11. Future releases will require at \
least C++14.
|
2022-03-26 23:50:19 by Tobias Nygren | Files touched by this commit (2) |
Log message:
abseil: fix build on SunOS
|
2022-03-06 10:34:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
abseil: add upstream bug report URL to patches
|
2021-11-18 14:57:34 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
abseil: updated to 20211102.0
Abseil LTS 20211102
What's New:
absl::Cord is now implemented as a b-tree. The new implementation offers \
improved performance in most workloads.
absl::SimpleHexAtoi() has been added to strings library for parsing hexadecimal \
strings.
Breaking Changes:
Bazel builds now depend on the bazelbuild/platforms repository. See Abseil's \
WORKSPACE file for an example of how to add this dependency.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-27 17:43:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
abseil: updated to 20210324.2
Abseil LTS 20210324.2
What's New:
The cleanup library has been released. This library contains the \
control-flow-construct-like type absl::Cleanup which is used for executing a \
callback on scope exit.
The numeric library now includes bits.h, a polyfill header containing \
implementations of C++20's bitwise math functions.
Abseil now installs pkg-config files to make it easier to use Abseil with some \
other build systems.
Abseil now respects the default CMake installation paths. Standard CMake \
variables like CMAKE_INSTALL_PREFIX can be used to change the installation path.
Breaking Changes:
The empty absl::container target has been removed from the CMake build. This \
target had no effect and references to this target in user code can safely be \
removed.
|