Export of internal Abseil changes.
-- fcf9d3facb12451964ad1850073cbfb6f9739379 by CJ Johnson <johnsoncj@google.com>: Makes it obvious to readers that the comparison operators do not branch more than needed PiperOrigin-RevId: 240811527 -- 680c586f81f805be68e96caffb28d5f46b6a6511 by Jon Cohen <cohenjon@google.com>: Consistently use "if(" instead of "if (" in CMake files PiperOrigin-RevId: 240621819 -- c4acc506648622389f33f564fd94f8dda08cb61a by Tom Manshreck <shreck@google.com>: Internal change PiperOrigin-RevId: 240619556 -- ddbc1894944aae96767c876a1ae8696ddaba42a2 by Jon Cohen <cohenjon@google.com>: Remove the warning about install prefixes when we aren't installing abseil PiperOrigin-RevId: 240614750 -- 086c4fad213d99e875038bc8a1c7268e28a7ebf3 by Abseil Team <absl-team@google.com>: Adjust some tests and test cases which fail on WebAssembly PiperOrigin-RevId: 240592367 -- 46c2c09723a37ef4911ae3c64aab92e3f0fdba79 by Abseil Team <absl-team@google.com>: CMake install target update - Add prefix absl_ to each target when install rule are disabled. - Disable all install commands when absl is used as subdirectory (Fix #287) PiperOrigin-RevId: 240575083 -- 8d88063ed5b16f982a91950693d37ca18fdd46d8 by Jon Cohen <cohenjon@google.com>: Correctly link to Threads::Threads for a few cmake targets which were missing it. PiperOrigin-RevId: 240574513 GitOrigin-RevId: fcf9d3facb12451964ad1850073cbfb6f9739379 Change-Id: I031c57de8cd88554348eb8bd1371d01d15ff1fc7
Showing
- CMake/AbseilHelpers.cmake 10 additions, 6 deletionsCMake/AbseilHelpers.cmake
- CMake/AbseilInstallDirs.cmake 1 addition, 1 deletionCMake/AbseilInstallDirs.cmake
- CMake/abslConfig.cmake.in 3 additions, 2 deletionsCMake/abslConfig.cmake.in
- CMakeLists.txt 14 additions, 14 deletionsCMakeLists.txt
- absl/base/CMakeLists.txt 11 additions, 0 deletionsabsl/base/CMakeLists.txt
- absl/base/internal/cmake_thread_test.cc 22 additions, 0 deletionsabsl/base/internal/cmake_thread_test.cc
- absl/container/inlined_vector.h 32 additions, 21 deletionsabsl/container/inlined_vector.h
- absl/container/internal/raw_hash_set_test.cc 2 additions, 2 deletionsabsl/container/internal/raw_hash_set_test.cc
- absl/copts/AbseilConfigureCopts.cmake 3 additions, 3 deletionsabsl/copts/AbseilConfigureCopts.cmake
- absl/synchronization/CMakeLists.txt 1 addition, 1 deletionabsl/synchronization/CMakeLists.txt
- absl/types/BUILD.bazel 6 additions, 1 deletionabsl/types/BUILD.bazel
- absl/types/CMakeLists.txt 2 additions, 0 deletionsabsl/types/CMakeLists.txt
- absl/types/internal/span.h 126 additions, 0 deletionsabsl/types/internal/span.h
- absl/types/span.h 2 additions, 98 deletionsabsl/types/span.h
Loading
Please register or sign in to comment