Skip to content
Snippets Groups Projects
  1. Jul 03, 2018
    • Ed Baunton's avatar
      Remove usage of soon-to-be-deprecated http_archive rule · 1b783d90
      Ed Baunton authored
      Per https://groups.google.com/d/msg/bazel-discuss/dO2MHQLwJF0/2OXHjMAaAAAJ the native rules for http_archive
      are to be replaced with their skylark implementations. This commit updates the WORKSPACE to use the skylark
      definitions.
      
      Tested using `bazel build //... --incompatible_remove_native_http_archive --incompatible_remove_native_git_repository`
      1b783d90
    • Abseil Team's avatar
      Export of internal Abseil changes. · 8f612ebb
      Abseil Team authored
      --
      71756e7176d15d52a4ee66cc25c088aedbca78f4 by Abseil Team <absl-team@google.com>:
      
      internal change
      
      PiperOrigin-RevId: 203131836
      
      --
      2e80b965b590fd6459f45413215690980eb50960 by Matt Calabrese <calabrese@google.com>:
      
      Tighten type requirements for use of absl::bit_cast. Ideally, the constraints should depend on std::is_trivally_copyable, but a combination of supported configurations and lack of intrinsic support for bit_cast makes this not currently feasible. In a future change we should introduce more proper preprocessor branching and workarounds to better emulate the trait.
      
      PiperOrigin-RevId: 202950382
      GitOrigin-RevId: 71756e7176d15d52a4ee66cc25c088aedbca78f4
      Change-Id: If58840d1e4d801817be85cbf99a475c31fa94fe0
      8f612ebb
  2. Jul 02, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · 134496a3
      Abseil Team authored
      --
      aa9e2bff92652605b8244677058be787c872f99c by Abseil Team <absl-team@google.com>:
      
      Import of CCTZ from GitHub.
      
      PiperOrigin-RevId: 202702969
      
      --
      d26c857c203589892a84bc44d789f2a15a60f234 by Abseil Team <absl-team@google.com>:
      
      Cleans up the FixedArray code (formatting, renames, etc) without changing the functionality
      
      PiperOrigin-RevId: 202538159
      GitOrigin-RevId: aa9e2bff92652605b8244677058be787c872f99c
      Change-Id: I6561257232c6cc8e1cbf51d7e26bae5f8760551e
      134496a3
  3. Jun 28, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · ba8d6cf0
      Abseil Team authored
      --
      6769c6ebe79804063d68d70a5623a1475d63aeff by Alex Strelnikov <strel@google.com>:
      
      Import of CCTZ from GitHub.
      
      PiperOrigin-RevId: 202500218
      
      --
      c65cc4af08b8c48ca65f0816c1d2f59c7de7b0a5 by Derek Mauro <dmauro@google.com>:
      
      Fix DirectMMap on s390x (GitHub #135).
      This is *untested* because no s390x system is available.
      
      PiperOrigin-RevId: 202484458
      
      --
      0ae7b628d7859cb3af169d007c29efd7917bb3ea by Abseil Team <absl-team@google.com>:
      
      Changes the Holder's compile-type type decision making to a std::conditional for improved readability
      
      PiperOrigin-RevId: 202340646
      GitOrigin-RevId: 6769c6ebe79804063d68d70a5623a1475d63aeff
      Change-Id: I8f9d049ee279b1b1e3381fdf7e6fe9a4ea228306
      ba8d6cf0
  4. Jun 27, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · be1e84b9
      Abseil Team authored
      --
      6befc69900cd77b5af55d1235b2c74dbeb37fbeb by Alex Strelnikov <strel@google.com>:
      
      move ExtendedParsedFormat
      
      PiperOrigin-RevId: 202336028
      
      --
      3adf2a6358189b28e9bdf982c4fd3110e24fb84b by Alex Strelnikov <strel@google.com>:
      
      Internal change.
      
      PiperOrigin-RevId: 202330527
      
      --
      8fdd1e8aee74992f5d4f3ab79739e6272feca7a8 by Alex Strelnikov <strel@google.com>:
      
      move ExtendedParsedFormat
      
      PiperOrigin-RevId: 202317418
      
      --
      c618725b2320d5c4292ea479b877c848ccdf2e6b by Alex Strelnikov <strel@google.com>:
      
      Release strings:numbers_benchmark
      
      PiperOrigin-RevId: 202297686
      
      --
      7c9f6132034a5a32160f56ca0dd0a4edcd476928 by Matt Kulukundis <kfm@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 202230893
      
      --
      bf1a0e1724e87e4fb55165997562efa9c8d081c5 by Juemin Yang <jueminyang@google.com>:
      
      move ExtendedParsedFormat
      
      PiperOrigin-RevId: 202199857
      GitOrigin-RevId: 6befc69900cd77b5af55d1235b2c74dbeb37fbeb
      Change-Id: Iafe46260e141de9f34b130b9d968a0ea542151d1
      be1e84b9
    • Alex Strelnikov's avatar
      Merge pull request #134 from rongjiecomputer/cmake · 16ac2ec2
      Alex Strelnikov authored
      Fix CMake declaration for absl_str_format
      16ac2ec2
  5. Jun 26, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · 7efd8dc0
      Abseil Team authored
      --
      6bab63b2bcdbd768743c2ebcc4a8e19af20c5406 by Abseil Team <absl-team@google.com>:
      
      Reformats inlined_vector.h to match the current Google lint rules
      
      PiperOrigin-RevId: 202154101
      
      --
      00cdeda6ea24591a9cb8ac8b3c2e2a042e1b15b1 by Gennadiy Rozental <rogeeff@google.com>:
      
      Improve SplitterIsConvertibleTo implementation.
      
      PiperOrigin-RevId: 202095009
      
      --
      7c24071afac45a17c47e819896f844a36e239bda by Greg Falcon <gfalcon@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 201991288
      GitOrigin-RevId: 6bab63b2bcdbd768743c2ebcc4a8e19af20c5406
      Change-Id: Ic5a988ab39e78247285411f36287cd34d6f5afd3
      7efd8dc0
  6. Jun 25, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · 87a4c078
      Abseil Team authored
      --
      8becce38c862a044db194a9aea1b505796a46d6f by Abseil Team <absl-team@google.com>:
      
      Updates the FixedArray's constructors to be exception safe by preventing double deletions. Also adds exception safety tests for FixedArray to document/enforce the expected behavior.
      
      PiperOrigin-RevId: 201964431
      
      --
      794188b401a602b4be97190fb8738066fe1f9ca5 by Derek Mauro <dmauro@google.com>:
      
      Fixes for str_format.h documentation.
      
      PiperOrigin-RevId: 201951760
      
      --
      beae3bdd6eee2cf61101102fddc35ada188f330b by Alex Strelnikov <strel@google.com>:
      
      Add numeric_limits specialization for uint128.
      
      Turns out numeric_limits is a case where the consensus is that it is okay to specialize for a user defined type.
      
      PiperOrigin-RevId: 201944736
      
      --
      b2b3444a52b36878ade1ae8801e69932b05fc4f9 by Shaindel Schwartz <shaindel@google.com>:
      
      Internal change.
      
      PiperOrigin-RevId: 201718662
      
      --
      aa924c459922f39caabfc193998c58d0f4981ac0 by Abseil Team <absl-team@google.com>:
      
      Typo fix.
      
      PiperOrigin-RevId: 201692176
      
      --
      bbfcaa7b1af331d9b97c92470608240c5c864fbc by Xiaoyi Zhang <zhangxy@google.com>:
      
      Use ABSL_HAVE_ANY/OPTIONAL/VARIANT to conditionally compile out the definition of absl::bad_any_cast, absl::bad_optional_access, absl::bad_variant_access. This would fix the issues where users #include those header directly in C++17 modes.
      
      PiperOrigin-RevId: 201683792
      GitOrigin-RevId: 8becce38c862a044db194a9aea1b505796a46d6f
      Change-Id: I60a7ad043136a439d82c374d225a1804016b0509
      87a4c078
  7. Jun 23, 2018
  8. Jun 22, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · 4491d606
      Abseil Team authored
      --
      70f43a482d7d4ae4a255f17ca02b0106653dd600 by Shaindel Schwartz <shaindel@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 201571193
      
      --
      93e6e9c2e683158be49d9dd1f5cb1a91d0c0f556 by Abseil Team <absl-team@google.com>:
      
      Internal change.
      
      PiperOrigin-RevId: 201567108
      
      --
      fbd8ee94fbe9f2448e5adf5e88706f9c8216048f by Juemin Yang <jueminyang@google.com>:
      
      str_format release
      
      PiperOrigin-RevId: 201565129
      
      --
      387faa301555a8a888c4429df52734aa806dca46 by Abseil Team <absl-team@google.com>:
      
      Adds a defaulted allocator parameter to the size_type constructor of InlinedVector
      
      PiperOrigin-RevId: 201558711
      
      --
      39b15ea2c68d7129d70cbde7e71af900032595ec by Matt Calabrese <calabrese@google.com>:
      
      Update the variant implementation to eliminate unnecessary checking on alternative access when the index is known or required to be correct.
      
      PiperOrigin-RevId: 201529535
      
      --
      adab77f1f7bb363aa534297f22aae2b0f08889ea by Abseil Team <absl-team@google.com>:
      
      Import of CCTZ from GitHub.
      
      PiperOrigin-RevId: 201458388
      
      --
      a701dc0ba62e3cadf0de14203415b91df4ee8151 by Greg Falcon <gfalcon@google.com>:
      
      Internal cleanup
      
      PiperOrigin-RevId: 201394836
      
      --
      8a7191410b8f440fdfa27f722ff05e451502ab61 by Abseil Team <absl-team@google.com>:
      
      Import of CCTZ from GitHub.
      
      PiperOrigin-RevId: 201369269
      GitOrigin-RevId: 70f43a482d7d4ae4a255f17ca02b0106653dd600
      Change-Id: I8ab073b30b4e27405a3b6da2c826bb4f3f0b9af6
      4491d606
  9. Jun 20, 2018
    • Abseil Team's avatar
      Export of internal Abseil changes. · d89dba27
      Abseil Team authored
      --
      7672429b51fa4edc9e2386f3d6ead89a33e523c0 by Xiaoyi Zhang <zhangxy@google.com>:
      
      Work around a bug in MSVC 2015 which causes compiler error when building
      variant_test with inline namespace for the LTS release.
      The bug is reduced to https://godbolt.org/g/hvqDVz.
      
      PiperOrigin-RevId: 201343049
      
      --
      dfe4f3869aa4b70dda69631816103e7b2c53c593 by Shaindel Schwartz <shaindel@google.com>:
      
      Update date for LTS branch.
      
      PiperOrigin-RevId: 201335133
      
      --
      9a8f41ddd0c75d5d2746141f61ba5736cfbde494 by Abseil Team <absl-team@google.com>:
      
      Update bazel_toolchains to the latest commit.
      
      PiperOrigin-RevId: 201231595
      
      --
      f6d5d5d08e638424073d0bc31bb4ed4d1ef512e2 by Tom Manshreck <shreck@google.com>:
      
      Fix LTS wording, move to top level
      
      PiperOrigin-RevId: 201054433
      GitOrigin-RevId: 7672429b51fa4edc9e2386f3d6ead89a33e523c0
      Change-Id: Id63a986870993889258f6364634a7880d226d187
      d89dba27
  10. Jun 18, 2018
    • Abseil Team's avatar
      -- · bd40a41c
      Abseil Team authored
      f28d30df5769bb832dec3ff36d2fcd2bcdf494a3 by Shaindel Schwartz <shaindel@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 201046831
      
      --
      711715a78b7e53dfaafd4d7f08a74e76db22af88 by Mark Barolak <mbar@google.com>:
      
      Internal fix
      
      PiperOrigin-RevId: 201043684
      
      --
      64b53edd6bf1fa48f74e7f5d33f00f80d5089147 by Shaindel Schwartz <shaindel@google.com>:
      
      Remove extra whitespace
      
      PiperOrigin-RevId: 201041989
      
      --
      0bdd2a0b33657b688e4a04aeba9ebba47e4dc6ca by Shaindel Schwartz <shaindel@google.com>:
      
      Whitespace fix.
      
      PiperOrigin-RevId: 201034413
      
      --
      3deb0ac296ef1b74c4789e114a8a8bf53253f26b by Shaindel Schwartz <shaindel@google.com>:
      
      Scrub build tags. No functional changes.
      
      PiperOrigin-RevId: 201032927
      
      --
      da75d0f8b73baa7e8f4e9a092bba546012ed3b71 by Alex Strelnikov <strel@google.com>:
      
      Internal change.
      
      PiperOrigin-RevId: 201026131
      
      --
      6815d80caa19870d0c441b6b9816c68db41393a5 by Tom Manshreck <shreck@google.com>:
      
      Add documentation for our LTS snapshot branches
      
      PiperOrigin-RevId: 201025191
      
      --
      64c3b02006f39e6a8127bbabf9ec947fb45b6504 by Greg Falcon <gfalcon@google.com>:
      
      Provide absl::from_chars for double and float types.  This is a forward-compatible implementation of std::from_chars from C++17.
      
      This provides exact "round_to_nearest" conversions, and has some nice properties:
      
      * Works with string_view (it can convert numbers from non-NUL-terminated buffers)
      * Never allocates memory
      * Faster than the standard library strtod() in our toolchain
      * Uses integer math in its calculations, so is unaffected by floating point environment
      * Unaffected by C locale
      
      Also change SimpleAtod/SimpleAtoi to use this new API under the hood.
      
      PiperOrigin-RevId: 201003324
      
      --
      542869258eb100779497c899103dc96aced52749 by Greg Falcon <gfalcon@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 200999200
      
      --
      3aba192775c7f80e2cd7f221b0a73537823c54ea by Gennadiy Rozental <rogeeff@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 200947470
      
      --
      daf9b9feedd748d5364a4c06165b7cb7604d3e1e by Mark Barolak <mbar@google.com>:
      
      Add an absl:: qualification to a usage of base_internal::SchedulingMode outside of an absl:: namespace.
      
      PiperOrigin-RevId: 200748234
      
      --
      a8d265290a22d629f3d9bf9f872c204200bfe8c8 by Mark Barolak <mbar@google.com>:
      
      Add a missing namespace closing comment to optional.h.
      
      PiperOrigin-RevId: 200739934
      
      --
      f05af8ee1c6b864dad2df7c907d424209a3e3202 by Abseil Team <absl-team@google.com>:
      
      Internal change
      
      PiperOrigin-RevId: 200719115
      GitOrigin-RevId: f28d30df5769bb832dec3ff36d2fcd2bcdf494a3
      Change-Id: Ie4fa601078fd4aa57286372611f1d114fdec82c0
      bd40a41c
  11. Jun 15, 2018
    • Abseil Team's avatar
      - d6b8d35be9659e1c99a5daca1af8c8587acaa044 Update bazel_toolchains to the... · f44e1eed
      Abseil Team authored
        - d6b8d35be9659e1c99a5daca1af8c8587acaa044 Update bazel_toolchains to the latest commit. by Abseil Team <absl-team@google.com>
        - 38311bf46f29bf1b20bdfe6c9b10c54e6258d28c Fix inlined_vector_benchmark when using libc++. libc++'s ... by Derek Mauro <dmauro@google.com>
        - 32178d067d4af7c3062532103d213eb7230c2be6 Adding sha256 hashes to dependencies in Abseil OSS WORKSP... by Daniel Katz <katzdm@google.com>
        - 13ac34416b326909f1ce0889ec0eb3bff3f3bebe Fix silly whitespace typo. by Daniel Katz <katzdm@google.com>
      
      GitOrigin-RevId: d6b8d35be9659e1c99a5daca1af8c8587acaa044
      Change-Id: I6be0d76930206edb79a10779bff3ffcc5ce856c9
      f44e1eed
  12. Jun 13, 2018
    • Abseil Team's avatar
      - b9a479321581cd0293f124041bf5c06f456afec1 Adds exception safety tests for... · eb686c06
      Abseil Team authored
        - b9a479321581cd0293f124041bf5c06f456afec1 Adds exception safety tests for absl::make_unique<T>(...) by Abseil Team <absl-team@google.com>
        - 78c61364007f6ab66155c151d0061bbec89c3dbd Update variadic visitation to use a switch statement when... by Matt Calabrese <calabrese@google.com>
        - b62eb9546087e0001307a741fcdf023b2d156966 Merge GitHub PR #130 - Add MIPS support to GetProgramCoun... by Derek Mauro <dmauro@google.com>
        - 09ab5739de33c8f1bebab2bb70bf7d4331348f05 Update ABSL_ASSERT to silence clang-tidy warnings about c... by Matt Calabrese <calabrese@google.com>
        - e73ee389ce8fe1a90738973c219ebbb19bb389f3 Update unary visitation to use a switch statement when th... by Matt Calabrese <calabrese@google.com>
        - c8734ccf475b856c95220f21a5ec4f44302cb5ce Work around a MSVC bug for absl::variant, by making `Acce... by Xiaoyi Zhang <zhangxy@google.com>
      
      GitOrigin-RevId: b9a479321581cd0293f124041bf5c06f456afec1
      Change-Id: Idb6fc906087c0a4e6fc5c75a391c7f73101c613e
      eb686c06
  13. Jun 12, 2018
  14. Jun 08, 2018
    • Abseil Team's avatar
      - abacaab4b11a69dd4db627bd183571d7cabb8def Refinement to previous time.h... · 92020a04
      Abseil Team authored
        - abacaab4b11a69dd4db627bd183571d7cabb8def Refinement to previous time.h edit (in this same github p... by Greg Falcon <gfalcon@google.com>
        - 64db19b773134c6c8004e3b23c9ca892efbf8bae Move SpinLock's adaptive spin count computation from a st... by Derek Mauro <dmauro@google.com>
        - 6f9533fb44a52485a7c2bbb9b4efc7bf8d6c359a Import of CCTZ from GitHub. by Abseil Team <absl-team@google.com>
        - a211d7255c986e8dd4ceada362c0d054a6a1969a Cleanup exception flags by Abseil Team <absl-team@google.com>
        - babdb29c590126fe9bba5229fe91034b5b5c358a Release time benchmarks. by Alex Strelnikov <strel@google.com>
        - 5803b32a3ff123d1fb57a0c471d199c818357c9f Release memutil microbenchmarks. by Alex Strelnikov <strel@google.com>
        - 5357d4890d30e80c53beb05af32500fb20e9402b Add parens around expansion of ABSL_PREDICT_{FALSE,TRUE} ... by Abseil Team <absl-team@google.com>
        - 32023f61a239a5f6b1c59e577bfe81b179bbcd2d Reformat build rule tag. by Alex Strelnikov <strel@google.com>
        - 833758ecf2b0cf7a42bbd50b5b127e416425c168 Release uint128 microbenchmarks. by Alex Strelnikov <strel@google.com>
        - c115a9bca1f944b90fdc78a56b2de176466b124f Disambiguate bitwise-not of size_type by Abseil Team <absl-team@google.com>
        - f6905f5b5f6e425792de646edafde440548d9346 Updates ConstructorTracker and TrackedObjects with 1) a m... by Abseil Team <absl-team@google.com>
        - 147c553bdd5d2db20a38f75c4d1ef973d6c709c5 Changes the absl::Duration factory functions to disallow ... by Greg Miller <jgm@google.com>
        - dba2b96d11b5264546b283ba452f2de1303b0f07 White space fix by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: abacaab4b11a69dd4db627bd183571d7cabb8def
      Change-Id: I6fa34f20d0b2f898e7b5475a603111413bb80a67
      92020a04
  15. May 31, 2018
    • Abseil Team's avatar
      - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by... · 7aacab8a
      Abseil Team authored
        - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com>
        - 924ba2a3f9fca695d73c6bf491d20669e2b96b8e Changed RawPtr to use std::addressof() instead of operato... by Abseil Team <absl-team@google.com>
        - e8cf67f9fa74d4c5632da35547025ad2301c6819 Import of CCTZ from GitHub. by Alex Strelnikov <strel@google.com>
        - 2ece8a96611afcddd7b91e0197dadb896248250c Abandon ".inc" files in favor of ".h" headers. by Jorg Brown <jorg@google.com>
        - 37f5ed5da4058f90fb3e6a2733fce5b1fd0aaedf Add exception safety tests for absl::optional<T> by Abseil Team <absl-team@google.com>
        - 337f995a866b8f905f64ca6b271b5fec8f248a60 Update WORKSPACE to grab specific commits of dependencies... by Alex Strelnikov <strel@google.com>
        - 93e5b134607a554993387ad913e6c1621606004b Release Charmap microbenchmark. by Alex Strelnikov <strel@google.com>
        - 95c2e29b6d93ec1334484ee37d91f63101c45307 Release OStringStream microbenchmarks. by Alex Strelnikov <strel@google.com>
        - 250f51839ed26dd1e6b658d35aa291413e5f4825 Internal change by Greg Falcon <gfalcon@google.com>
        - ce34900fa3d1a95a8446bc943cdd801fac95be25 Improve compatibility of cctz cc_test targets for portabl... by Shaindel Schwartz <shaindel@google.com>
        - ce7e31dbf2c1ee93c79aae5b7dc7c603cb4babcf Improve portability of cc_tests. (Mark more tests that ca... by Abseil Team <absl-team@google.com>
        - dfcd4e455923703c1a1dcd523c5f915f7990fa2a Accept strings with custom allocators as arguments to abs... by Greg Falcon <gfalcon@google.com>
        - 2946b41ed3d5b8b5a8dc11182e443cf1ab6e3bde Link against benchmark_main instead of using BENCHMARK_MA... by Alex Strelnikov <strel@google.com>
        - f09de9e03bf8edd363069c4b352d8009423f531c Adds link to doc about the formats allowed by SimpleAtof(... by Greg Miller <jgm@google.com>
        - 59b0977e7a308e0800277886cf60226b2cc426a1 Simplify the HideMask() calculation so that it doesn't us... by Jorg Brown <jorg@google.com>
      
      GitOrigin-RevId: e2f6b8ac647271815b4fed2991f405524dd762c3
      Change-Id: Ib9c8547ed7fe217fad6cb3ab1362e96181aa5cfa
      7aacab8a
  16. May 24, 2018
    • Abseil Team's avatar
      - 31d03284ca8017ba59d98d47e7d041f361d478a7 Release escaping microbenchmarks.... · 99477fa9
      Abseil Team authored
        - 31d03284ca8017ba59d98d47e7d041f361d478a7 Release escaping microbenchmarks. by Alex Strelnikov <strel@google.com>
        - f183ce453db49ebc1948bb1d8eced37021cf63f7 Internal change. by Derek Mauro <dmauro@google.com>
        - b1660cb93e0fa37cdcecf37642766f5bfd12c7b0 Improve compatibility of some cc_test targets for portabl... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 31d03284ca8017ba59d98d47e7d041f361d478a7
      Change-Id: I9c4c4d2ad12cfe10c914f7cfa9aaab67fcef5cb1
      99477fa9
  17. May 23, 2018
    • Abseil Team's avatar
      - 45b4111d940009bc7b3ebf621c9cb9293c60344a Use copied value i in lambda by... · 014f02a3
      Abseil Team authored
        - 45b4111d940009bc7b3ebf621c9cb9293c60344a Use copied value i in lambda by Abseil Team <absl-team@google.com>
        - b726b3102f8439b8480b6ff52fc3660162fa0bd9 Fix MSVC compiler warning on 32-bit platforms (GitHub iss... by Derek Mauro <dmauro@google.com>
        - a8a29e636c85bd7d82c0cbc824a1c2e498764337 Explicitly forbid to specify the template parameter to Wr... by Abseil Team <absl-team@google.com>
        - 566a1d903266fdbfdcf758401c356a0c6703422d Add missing license header to BUILD file. by Alex Strelnikov <strel@google.com>
        - ef1c0642cde0bbad62bbb30715256b232a4ab817 Fix BUILD file header. by Alex Strelnikov <strel@google.com>
        - b6e2cf00f808ee32b9eb7b3226af79d628742c20 Release GraphCycles microbenchmark. by Alex Strelnikov <strel@google.com>
        - f592d78f549e7a242bf2bb4858a26645a655eac3 Release Mutex microbenchmarks. by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: 45b4111d940009bc7b3ebf621c9cb9293c60344a
      Change-Id: I82885ae176952a764574c6d4616e312a977407b2
      014f02a3
  18. May 22, 2018
    • Abseil Team's avatar
      - f619bd3c1ab57586b7ed6010db09cdaf8a6882f9 Fix comment typos in... · 3e671c78
      Abseil Team authored
        - f619bd3c1ab57586b7ed6010db09cdaf8a6882f9 Fix comment typos in strings/numbers.h . by Daniel Katz <katzdm@google.com>
        - 1f7096d96dcf2a75ba13c210b709432165a05963 Internal namespace change by Gennadiy Rozental <rogeeff@google.com>
        - ac2911b3047a79a1fc8bbcdd3f3cb24b02ab0054 Fixing -Wunused-function warning in failure_signal_handler. by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: f619bd3c1ab57586b7ed6010db09cdaf8a6882f9
      Change-Id: Ib09117eacfcb40ad25b216dbe8dcc9b8f1a0df6c
      3e671c78
  19. May 18, 2018
    • Abseil Team's avatar
      - a4e14440b870dbf7b36975eaebf783a70a7fcee4 Release string_view... · 59ae4d5a
      Abseil Team authored
        - a4e14440b870dbf7b36975eaebf783a70a7fcee4 Release string_view microbenchmarks. by Alex Strelnikov <strel@google.com>
        - 7cec68e37e16fb4e266368236ae1de6419f6946a Increase Abseil's minimum supported cmake version to 3.1.... by Jon Cohen <cohenjon@google.com>
        - b977456175c8db380676bd56c44b32efbfc6f606 Fix a typo in the mutex.h comments. by Abseil Team <absl-team@google.com>
        - 3d30cec131d08b066bc1cf877e4f661e8ee0584c Release StrSplit microbenchmarks. by Alex Strelnikov <strel@google.com>
        - dddece6031feac1cca4689e623462f895f28d019 Release StrReplace microbenchmarks. by Alex Strelnikov <strel@google.com>
        - ac3b40e1694f74bdcf31b8d1152481e92edfd441 Internal Change by Abseil Team <absl-team@google.com>
        - d0e69ad6ddf0e59596a02ccab0253967f2909cdb Release StrCat microbenchmarks. by Alex Strelnikov <strel@google.com>
        - db4d471030fa320d2b9d2ce241610333f0eb7a50 Release StrJoin microbenchmarks. by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: a4e14440b870dbf7b36975eaebf783a70a7fcee4
      Change-Id: I3f12700aafce677049f4d1a6e09ea821963a8c9e
      59ae4d5a
  20. May 17, 2018
    • Abseil Team's avatar
      - 2db207ef16d548380e4f5cd1d583546d0b5f7d61 Run clang-format on all outbound... · 30de2048
      Abseil Team authored
        - 2db207ef16d548380e4f5cd1d583546d0b5f7d61 Run clang-format on all outbound Copybara-transformed code. by Daniel Katz <katzdm@google.com>
        - f9f24ecdf159c232b68a72b3be4d66854489f13e Run clang-format on all outbound Copybara-transformed code. by Daniel Katz <katzdm@google.com>
        - 54b1d34753a2b6999bb65e0c05255bde7de8cfb5 Properly indent the PROPERTY FOLDER calls in AbseilHelper... by Jon Cohen <cohenjon@google.com>
        - 540ce6bab1a7c81a15d7244b9effcb1c1378911b Fix -Wgnu-zero-variadic-macro-arguments warning under cla... by Derek Mauro <dmauro@google.com>
        - cc82ee3f18e882bfcba911ebc1b8ea39983f319b Suppress MSVC unreachable code warning in optional.h by Abseil Team <absl-team@google.com>
        - c1176bed2a7a2d20e72db2601f1044c097d8078c Change signature of __mmap2() in direct_mmap.h to match _... by Greg Falcon <gfalcon@google.com>
        - 5c02fe2031997fe064bd189fecc593395f34fae8 Change released benchmarks back to cc_test targets. by Alex Strelnikov <strel@google.com>
        - 7a342ecf7a8c56276d28d94158291fe2d64b2543 Fix sanitizer example command. by Derek Mauro <dmauro@google.com>
        - 0c2c55fe01cd84ab885d9f4865d7672c423680d2 Remove redundant cast; string_view::find already returns ... by Jorg Brown <jorg@google.com>
      
      GitOrigin-RevId: 2db207ef16d548380e4f5cd1d583546d0b5f7d61
      Change-Id: I5b61d91c8c7b4754c839868fc73d612b31bf5c33
      30de2048
  21. May 15, 2018
    • Abseil Team's avatar
      - abe587c2360b21f085b7d65a77d840015bc04cf6 Factor an internal interface into... · 04dd99d8
      Abseil Team authored
        - abe587c2360b21f085b7d65a77d840015bc04cf6 Factor an internal interface into its own header, as it w... by Greg Falcon <gfalcon@google.com>
        - 2201f1644336e64280dbd20207d8fbc3bfea2bf4 Internal change. by Abseil Team <absl-team@google.com>
        - 94e6b5b20d2cc754c99a18c575a4f1f3cd1f28d4 Rename no_throw_ctor to nothrow_ctor to match the standar... by Abseil Team <absl-team@google.com>
        - 86aa34d2129c4914c5133b7b619480aae786288e Update header files in debugging target by Tom Manshreck <shreck@google.com>
        - ed234519ced458724a7267b8fdf184eaae1c97c7 Remove CMAKE_CXX_WARNING_VLA from our c++ flags in the cm... by Jon Cohen <cohenjon@google.com>
      
      GitOrigin-RevId: abe587c2360b21f085b7d65a77d840015bc04cf6
      Change-Id: I92f9301c69419d3830c358b88984967185aa33f6
      04dd99d8
  22. May 14, 2018
    • Abseil Team's avatar
      - 6194c9b0d6dbdbeeb27b19d5c61562f985b25ff2 Removing support for NaCL in... · add89fd0
      Abseil Team authored
        - 6194c9b0d6dbdbeeb27b19d5c61562f985b25ff2 Removing support for NaCL in dynamic_annotations.h. by Abseil Team <absl-team@google.com>
        - 6f89386971a21422c4cd9653e965c96d9f7a3573 Fix handling of VDSOs that are loaded lower then their li... by Abseil Team <absl-team@google.com>
        - f27a7269ab714c9c75fe4e15fa1bce8b12531a92 Check that __GLIBC__ is defined before checking for __GLI... by Derek Mauro <dmauro@google.com>
      
      GitOrigin-RevId: 6194c9b0d6dbdbeeb27b19d5c61562f985b25ff2
      Change-Id: I3eceb6f76bf2b25d55d1f5f77fba57af947da0cf
      add89fd0
  23. May 11, 2018
  24. May 10, 2018
    • Abseil Team's avatar
      - be60293bacf8d17861853a73c751b4a74534b049 Update header file for... · 7454bdde
      Abseil Team authored
        - be60293bacf8d17861853a73c751b4a74534b049 Update header file for failure_signal_handler.h by Tom Manshreck <shreck@google.com>
        - 83dbeb97cb3874932a4159f2f287c5b2cca7089b Fix for MSVC warning C4244 about "conversion from 'int' t... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: be60293bacf8d17861853a73c751b4a74534b049
      Change-Id: If8a91fa3edca47f349662cb214fde380c65802bb
      7454bdde
  25. May 09, 2018
    • Abseil Team's avatar
      - e63f59e34d34d483f89e4e6a7fe80805d1332329 This CL replicates... · cd95e71d
      Abseil Team authored
        - e63f59e34d34d483f89e4e6a7fe80805d1332329 This CL replicates github.com/abseil/abseil-cpp/pull/117 ... by Abseil Team <absl-team@google.com>
        - 8444789eefc1f20c0102041ee52ad841131dcf93 Import of CCTZ from Github. by Abseil Team <absl-team@google.com>
        - 847bf3389edff542cdfcc4fcfb5b1d7466a5d297 Suggest using MakeSpan rather than the explicit mutable r... by Abseil Team <absl-team@google.com>
        - b6f130c12a3b2e8ea14e848df523f3ca8d360d25 ABSL_ARRAYSIZE is now declared and documented more clearl... by Matt Armstrong <marmstrong@google.com>
        - 8243bbcd7398e0cc1fed405b3c7cecc54fe77145 Don't dereference the begin() iterator of an empty string. by Derek Mauro <dmauro@google.com>
        - be817477eb17964a0f4c2a943c8281763ee269b0 Revert rename THREAD_ANNOTATION_ATTRIBUTE__ by Abseil Team <absl-team@google.com>
        - 940d4657f63acd7ff61d986558b0a38fa545a1fe Don't create '".text"' section when '.text' was intended. by Abseil Team <absl-team@google.com>
        - f6680d634b66537acec18121fbdca7c9083877b1 Rename THREAD_ANNOTATION_ATTRIBUTE__ by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: e63f59e34d34d483f89e4e6a7fe80805d1332329
      Change-Id: If6f2286d6cbfd7b822e83c6cc28fa3e752bb41a4
      cd95e71d
    • johnforestolson's avatar
      Merge pull request #117 from PetterS/add_ide_folder · a193b3d3
      johnforestolson authored
      Set the FOLDER property for Abseil targets.
      a193b3d3
    • Petter Strandmark's avatar
      e0bb9b56
  26. May 08, 2018
    • Abseil Team's avatar
      - bd7f5fa7ad5b7f1371315d45e4e4863f2c2ad9f6 Remove unused includes from... · f88b4e9c
      Abseil Team authored
        - bd7f5fa7ad5b7f1371315d45e4e4863f2c2ad9f6 Remove unused includes from string_view.cc. by Greg Falcon <gfalcon@google.com>
        - 692ef928a910fc42bf54b1683d589db4ef58686f Fix build on Mac. GitHub issue #120 reports failure_signa... by Derek Mauro <dmauro@google.com>
        - e5c7aded7ad19ef14c8c980b0bd0ab2ae8598bad Remove stray semicolon; by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: bd7f5fa7ad5b7f1371315d45e4e4863f2c2ad9f6
      Change-Id: I80850e9bb5eb969fb3a9a79abfd8440258857984
      f88b4e9c
  27. May 07, 2018
    • Abseil Team's avatar
      - 45690246da1e36acde86c941b68aad2248b16ea7 Import of CCTZ from Github. by... · bd5a2bba
      Abseil Team authored
        - 45690246da1e36acde86c941b68aad2248b16ea7 Import of CCTZ from Github. by Abseil Team <absl-team@google.com>
        - ff3cf0774f9903fb62f7012af24c0901286a1b80 Fix -Wunreachable-code-return warning (from clang 6.0) in by Derek Mauro <dmauro@google.com>
        - b41ca35e56f6137cf6672d16613a7edfd6107e27 Include port.h to drag in platform-specific configurations. by Abseil Team <absl-team@google.com>
        - 5d50b728937d245caedaa2208a97d52f55040134 Set the default symbolizer for Mutex deadlock detector re... by Derek Mauro <dmauro@google.com>
      
      GitOrigin-RevId: 45690246da1e36acde86c941b68aad2248b16ea7
      Change-Id: I2c6a87e9090657ff3fb456f3409bfdc24b8b765a
      bd5a2bba
  28. May 05, 2018
  29. May 04, 2018
    • Abseil Team's avatar
      - 07191b0f52301e1e4a790e236f7b7c2fd90561ae Disambiguates computed return... · 26b789f9
      Abseil Team authored
        - 07191b0f52301e1e4a790e236f7b7c2fd90561ae Disambiguates computed return type of absl::optional logi... by Abseil Team <absl-team@google.com>
        - acd95f8ec4e6ec1587cb198c7f40af3c81094d92 Release container benchmarks. by Alex Strelnikov <strel@google.com>
        - 80f596b6b7c5e06453e778c16527d5a0e85f8413 Allow absl::base_internal::AtomicHook to have a default v... by Derek Mauro <dmauro@google.com>
        - 8402631546af8bcbd4acdf897d0cdfb805ad544a Release thread_identity benchmark. by Alex Strelnikov <strel@google.com>
        - 6dcb1e90fefb8556ce4654983d3a73c7585b4b99 Fix spelling error in variant.h by Abseil Team <absl-team@google.com>
        - faa8a81e1442018c0d400b09a595a5be55074715 Run tests from CMake.  The CI is currently Linux only, fo... by Jon Cohen <cohenjon@google.com>
        - 745ed6db574f931f2ec3a88e964fb03a5f22f816 Internal change. by Derek Mauro <dmauro@google.com>
        - 23facd7d1c5f43ac8181b016ee4acc5955f048c1 absl::variant exception safety test. by Xiaoyi Zhang <zhangxy@google.com>
        - c18e21e7cf8f6e83ae9d90e536e886409dd6cf68 Reinstate the syntax check on time-zone abbreviations now... by Abseil Team <absl-team@google.com>
        - da469f4314f0c820665a2b5b9477af9462b23e42 Import CCTZ changes to internal copy. by Shaindel Schwartz <shaindel@google.com>
        - 44ea35843517be03ab256b69449ccfea64352621 Import CCTZ changes to internal copy. by Abseil Team <absl-team@google.com>
        - 55d1105312687c6093950fac831c7540f49045b5 Import CCTZ changes to internal copy. by Greg Falcon <gfalcon@google.com>
        - 58d7965ad274406410b6d833213eca04d41c6867 Add zoneinfo as a data dependency to the //absl/time tests. by Shaindel Schwartz <shaindel@google.com>
        - 6acc50146f9ff29015bfaaa5bf9900691f839da5 Change benchmark target type from cc_test to cc_binary. by Alex Strelnikov <strel@google.com>
        - db3fbdae8f9f285a466f7a070326b1ce43b6a0dd Update WORKSPACE for C++ microbenchmarks and release algo... by Alex Strelnikov <strel@google.com>
        - 0869ae168255242af651853ed01719166d8cebf6 Update to Bazel version 0.13.0. by Abseil Team <absl-team@google.com>
        - e507dd53ab788964207fdf27d31b72a33c296fab Add missing include of cstdio by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 07191b0f52301e1e4a790e236f7b7c2fd90561ae
      Change-Id: I90994cf2b438fbec894724dcd9b90882281eef56
      26b789f9
  30. Apr 30, 2018
    • Abseil Team's avatar
      - 60c1f40a5e0bc33f93392ff6827528072d749a29 Move ExceptionSafetyTester from... · 96136783
      Abseil Team authored
        - 60c1f40a5e0bc33f93392ff6827528072d749a29 Move ExceptionSafetyTester from the absl:: namespace to t... by Abseil Team <absl-team@google.com>
        - abd40a98f8ae746eb151e777ea8a8b5223d68a4b Splits the NoThrow flags into TypeSpec and AllocSpec flag... by Abseil Team <absl-team@google.com>
        - c16d0b5509b36679b384147b474135e7951afccf Change the abbreviation for the breakdowns of InfinitePas... by Abseil Team <absl-team@google.com>
        - 8ac104351764f23d666b52dce7536a34c05abf00 Use ABSL_CONST_INIT with std::atomic variables in static ... by Matt Armstrong <marmstrong@google.com>
      
      GitOrigin-RevId: 60c1f40a5e0bc33f93392ff6827528072d749a29
      Change-Id: I9d45a6ed30ed32ae57e9eff93f4205dbcd71feb2
      96136783
  31. Apr 26, 2018
    • Abseil Team's avatar
      - 81cdce434ff1bd8fa54c832a11dda59af46e79cc Adds a failure signal handler to... · 28f5b890
      Abseil Team authored
        - 81cdce434ff1bd8fa54c832a11dda59af46e79cc Adds a failure signal handler to Abseil. by Derek Mauro <dmauro@google.com>
        - 40a973dd1b159e7455dd5fc06ac2d3f494d72c3e Remove test fixture requirement for ExceptionSafetyTester... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 81cdce434ff1bd8fa54c832a11dda59af46e79cc
      Change-Id: Ia9fca98e38f229b68f7ec45600dee1bbd5dcff33
      28f5b890
  32. Apr 25, 2018
    • Abseil Team's avatar
      - 2f6a3c92ce0f64e0923ad326ec5d07eae03061fd Add C++14's std::exchange to... · ea0e750e
      Abseil Team authored
        - 2f6a3c92ce0f64e0923ad326ec5d07eae03061fd Add C++14's std::exchange to absl/utility/utility.h. by Abseil Team <absl-team@google.com>
        - 9f2c9adbf998dd9062c8cc3da1076bde87081d71 Fix comment typo. by Greg Falcon <gfalcon@google.com>
      
      GitOrigin-RevId: 2f6a3c92ce0f64e0923ad326ec5d07eae03061fd
      Change-Id: I7b9db94ad315092baefe56b02f250acadafbe312
      ea0e750e
  33. Apr 24, 2018
    • Abseil Team's avatar
      - 3a9532fb2d6ae45c3cba44c9bb0dbdfc1558b7d3 Fix the description of... · 19b3c957
      Abseil Team authored
        - 3a9532fb2d6ae45c3cba44c9bb0dbdfc1558b7d3 Fix the description of Span::subspan(). by Abseil Team <absl-team@google.com>
        - bae1a1c21924bd31fa7315eff05ea6158d9e7947 Port the symbolizer to Windows. by Derek Mauro <dmauro@google.com>
        - 2253c04c1a4f39d9581772f1dc4491878aa3831f Support absl::Hex() and absl::Dec() as arguments to absl:... by Jorg Brown <jorg@google.com>
        - 552c3ac259e9c254fda9244755487f3423d2fe4b Internal change by Jorg Brown <jorg@google.com>
      
      GitOrigin-RevId: 3a9532fb2d6ae45c3cba44c9bb0dbdfc1558b7d3
      Change-Id: I448133c9bb6d837037c12b45a9a16a7945049453
      19b3c957
  34. Apr 23, 2018
    • Abseil Team's avatar
      - fd5f3d7077270ffc5ea74cdb9e18bbae3b9b46aa Fix typo optional -> variant by... · af788260
      Abseil Team authored
        - fd5f3d7077270ffc5ea74cdb9e18bbae3b9b46aa Fix typo optional -> variant by Abseil Team <absl-team@google.com>
        - 9136c06dfa8dbfdde0a427ad3509e34763d607a6 Fix string_view_test and str_cat_test build under MSVC de... by Derek Mauro <dmauro@google.com>
        - a463820f9441888f4368aa87328599e3209f9b07 Removes constexpr optional<T>::operator->(). This was don... by Abseil Team <absl-team@google.com>
        - 3bf78a7f126daafff329f7815d507422f1ca378d Remove dependencies on external CCTZ project. by Shaindel Schwartz <shaindel@google.com>
        - a4ae574a11b1ddf6e88459af3d638cf79aea7ecd Internal change by Jon Cohen <cohenjon@google.com>
      
      GitOrigin-RevId: fd5f3d7077270ffc5ea74cdb9e18bbae3b9b46aa
      Change-Id: I6ab8ab99863716fe9b2745a12ef285f7a6da6d1e
      af788260
  35. Apr 20, 2018
Loading