Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel: Add missing load statements for cc_binary #645

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

Yannic
Copy link
Contributor

@Yannic Yannic commented Mar 23, 2020

Follow-up on #351

@zhangxy988 zhangxy988 merged commit 132d791 into abseil:master Mar 26, 2020
absl-federation-github pushed a commit that referenced this pull request Mar 26, 2020
--
990253454819ce26ff1dda9ab4bbc145b61d01e4 by Xiaoyi Zhang <zhangxy@google.com>:

Import github PR #645

PiperOrigin-RevId: 303119797

--
5ac845cb7929b7d1eaf59a309afd811db5001175 by Abseil Team <absl-team@google.com>:

Fix internal exception spec compatibility error

PiperOrigin-RevId: 303104081

--
3290595dd866eecab3c7044e2e3ca0adb74f1bf5 by Gennadiy Rozental <rogeeff@google.com>:

Use FlagValue<T> to represent the value of a flag. Place it directly after
FlagImpl and use a computed offset refer to it.

The offset is computed based on the assumption that the `value_` data member
is placed directly after the impl_ data member in Flag<T>.

This change will allow us to migrate to `T`-specific storage in the generic case.

This change decreases the overhead for int flags by 32 bytes.

PiperOrigin-RevId: 303038099

--
f2b37722cd7a6d3a60ef9713f0d2bbff56f3ddbf by Derek Mauro <dmauro@google.com>:

Minor correctness fix for an ABSL_HAVE_BUILTIN conditional

PiperOrigin-RevId: 302980666

--
39c079a6141ae1c5728af8bf33a39c8aff9deb9f by Abseil Team <absl-team@google.com>:

Use ABSL_HARDENING_ASSERT in b-tree and SwissTable iterators.

PiperOrigin-RevId: 302970075

--
9668a044e080c789df32bcaa1ffb5100831cd9fa by Benjamin Barenblat <bbaren@google.com>:

Correct `add_subdirectory` line in CMake googletest support

Commit bcefbdc added support for building with CMake against a local googletest checkout, but I missed a line when constructing the diff. Change the `add_subdirectory` line to reference the correct directories.

PiperOrigin-RevId: 302947488

--
0a3c10fabf80a43ca69ab8b1570030e55f2be741 by Andy Soffer <asoffer@google.com>:

Remove unused distribution format traits.

PiperOrigin-RevId: 302896176

--
0478f2f6270e5ed64c0e28ec09556ca90b2d46a9 by Samuel Benzaquen <sbenza@google.com>:

Fix for CWG:2310.

PiperOrigin-RevId: 302734089

--
3cb978dda5cae5905affdc0914dcc2d27671ed11 by Samuel Benzaquen <sbenza@google.com>:

Fix the Allocate/Deallocate functions to use the same underlying allocator type.

PiperOrigin-RevId: 302721804

--
ae38d3984fb68b4e3ddc165fa8d5c24d5936be52 by Matthew Brown <matthewbr@google.com>:

Internal Change

PiperOrigin-RevId: 302717314

--
7357cf7abd03cc60b6e82b5f28a8e34935c3b4dc by Andy Getzendanner <durandal@google.com>:

Fix typo: s/ABSL_HARDENED_ASSERT/ABSL_HARDENING_ASSERT/

PiperOrigin-RevId: 302532164
GitOrigin-RevId: 990253454819ce26ff1dda9ab4bbc145b61d01e4
Change-Id: Ie595a221c16e1e7e1255ad42e029b646c5f3e11d
@Yannic Yannic deleted the buildifier_fixes branch March 27, 2020 10:57
absl-federation-github pushed a commit that referenced this pull request Sep 23, 2020
  - d3614de Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 20feb1c Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - c1ae0a4 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 6af91b3 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - f2c9c66 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 3c8b5d7 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 7ba8cdb Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 930fbec Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 0e9921b Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - a4cbb5f Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 4d2ff38 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - c03c18e Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - b321ad8 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - fbf0fda Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - dc969f3 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - d0c4334 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - c6b3f2c Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 1beb319 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 1b7e751 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - ce4bc92 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - f72cc35 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - f66bc74 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 1995c6a Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 184cf25 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 82302f1 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - dea7648 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - d39fe6c Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 2c8a5b0 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 41a6263 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 3c2bed2 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - ea8a689 fix build on P9 (#739) by jglaser <glaserj@ornl.gov>
  - 672d9e0 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - f624790 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 55c04eb Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 302b250 Disable pthread for standalone wasm build support (#721) by Rei Shimizu <Shikugawa@gmail.com>
  - 61d8bc0 Merge branch 'master' of https://github.com/abseil/abseil... by Gennadiy Rozental <rogeeff@google.com>
  - d5269a8 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - bf655de Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 38db52a Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 81f34df Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - b86fff1 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 10cb35e Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 4ccc0fc Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 4a85104 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - ccdbb59 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 01f5f81 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 2c92bdc Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - e7ebf98 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 2eba343 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - a8b03d9 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 1d31b5c Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - da3a876 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 8faf204 Exclude empty directories (#697) by Po-Chuan Hsieh <sunpoet@sunpoet.net>
  - 2069dc7 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 4832bf6 Added a BUILD file in root to expose license. (#695) by Dylan Madisetti <dylan.madisetti@gmail.com>
  - af8f994 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 33caf10 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - cf1a02e Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 768eb2c Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 3f347c4 Fix build on riscv32 (#675) by Khem Raj <raj.khem@gmail.com>
  - 62cf6a7 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - d118d4b Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - f2bc9d1 Fix public target name of the random library (#684) by Nicholas Bishop <nicholasbishop@gmail.com>
  - 0fecf0e Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - cbfd0f0 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - c45d1c0 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - a35ef8a Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - bd317ca Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - b115744 fix MSVC warning 4245: conversion signed => unsigned duri... by Christoph Cullmann <cullmann@kde.org>
  - d85783f Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - a1d6689 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - ca9856c Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 6e18c71 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 3f48ce1 init (#673) by Fu Zhe <fuzhe1989@gmail.com>
  - cde2e24 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 68494aa Fix CMake Threads dependency issue by Zach Toogood <zach@yousician.com>
  - 902909a Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - cb52b05 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 1a02b7a Use "-lrt" instead of the resolved find_library result wh... by László Nagy <rizsotto@users.noreply.github.com>
  - df60c82 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - b35973e Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - db5773a Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 71079e4 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 2946ac0 Use base_internal::AtomicHook instead of std::atomic (#661) by Pavel Samolysov <samolisov@gmail.com>
  - 567bee2 Fix ABSL_RANDOM_RANDEN_COPTS setting on FreeBSD (#664) by Po-Chuan Hsieh <sunpoet@sunpoet.net>
  - bf6166a Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 1112609 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 73ea9a9 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - c01b991  Add option to use an externally provided GoogleTest targ... by Adrian Imboden <adi@thingdust.com>
  - d43b799 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 62f05b1 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - fba8a31 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 79e0dc1 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 132d791 bazel: Add missing load statements for cc_binary (#645) by Yannic <contact@yannic-bonenberger.com>
  - 518f175 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 092ed97 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 2d2a8ae Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - 7853a75 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - c695489 Export of internal Abseil changes by Abseil Team <absl-team@google.com>
  - b92f35f Fix CompressedTuple move constructor on MSVC (#637) by i-do-cpp <62053234+i-do-cpp@users.noreply.github.com>
  (And 9 more changes)

GitOrigin-RevId: d3614de
Change-Id: I589267fa36251e17cd1e95061b702edcafd1a3ad
rongjiecomputer pushed a commit to rongjiecomputer/abseil-cpp that referenced this pull request Oct 8, 2020
rongjiecomputer pushed a commit to rongjiecomputer/abseil-cpp that referenced this pull request Oct 8, 2020
--
990253454819ce26ff1dda9ab4bbc145b61d01e4 by Xiaoyi Zhang <zhangxy@google.com>:

Import github PR abseil#645

PiperOrigin-RevId: 303119797

--
5ac845cb7929b7d1eaf59a309afd811db5001175 by Abseil Team <absl-team@google.com>:

Fix internal exception spec compatibility error

PiperOrigin-RevId: 303104081

--
3290595dd866eecab3c7044e2e3ca0adb74f1bf5 by Gennadiy Rozental <rogeeff@google.com>:

Use FlagValue<T> to represent the value of a flag. Place it directly after
FlagImpl and use a computed offset refer to it.

The offset is computed based on the assumption that the `value_` data member
is placed directly after the impl_ data member in Flag<T>.

This change will allow us to migrate to `T`-specific storage in the generic case.

This change decreases the overhead for int flags by 32 bytes.

PiperOrigin-RevId: 303038099

--
f2b37722cd7a6d3a60ef9713f0d2bbff56f3ddbf by Derek Mauro <dmauro@google.com>:

Minor correctness fix for an ABSL_HAVE_BUILTIN conditional

PiperOrigin-RevId: 302980666

--
39c079a6141ae1c5728af8bf33a39c8aff9deb9f by Abseil Team <absl-team@google.com>:

Use ABSL_HARDENING_ASSERT in b-tree and SwissTable iterators.

PiperOrigin-RevId: 302970075

--
9668a044e080c789df32bcaa1ffb5100831cd9fa by Benjamin Barenblat <bbaren@google.com>:

Correct `add_subdirectory` line in CMake googletest support

Commit bcefbdc added support for building with CMake against a local googletest checkout, but I missed a line when constructing the diff. Change the `add_subdirectory` line to reference the correct directories.

PiperOrigin-RevId: 302947488

--
0a3c10fabf80a43ca69ab8b1570030e55f2be741 by Andy Soffer <asoffer@google.com>:

Remove unused distribution format traits.

PiperOrigin-RevId: 302896176

--
0478f2f6270e5ed64c0e28ec09556ca90b2d46a9 by Samuel Benzaquen <sbenza@google.com>:

Fix for CWG:2310.

PiperOrigin-RevId: 302734089

--
3cb978dda5cae5905affdc0914dcc2d27671ed11 by Samuel Benzaquen <sbenza@google.com>:

Fix the Allocate/Deallocate functions to use the same underlying allocator type.

PiperOrigin-RevId: 302721804

--
ae38d3984fb68b4e3ddc165fa8d5c24d5936be52 by Matthew Brown <matthewbr@google.com>:

Internal Change

PiperOrigin-RevId: 302717314

--
7357cf7abd03cc60b6e82b5f28a8e34935c3b4dc by Andy Getzendanner <durandal@google.com>:

Fix typo: s/ABSL_HARDENED_ASSERT/ABSL_HARDENING_ASSERT/

PiperOrigin-RevId: 302532164
GitOrigin-RevId: 990253454819ce26ff1dda9ab4bbc145b61d01e4
Change-Id: Ie595a221c16e1e7e1255ad42e029b646c5f3e11d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants