1. 20 Apr, 2018 1 commit
    • - 551e205ef49682a1cb7e6e0cda46957fbcf88edd Release absl::variant. by Xiaoyi… · faf0a1b9
        - 551e205ef49682a1cb7e6e0cda46957fbcf88edd Release absl::variant. by Xiaoyi Zhang <zhangxy@google.com>
        - 01c52f640594d073c6e54c47e7853b25522cf085 Update comments in absl::variant (and minor changes to ab... by Tom Manshreck <shreck@google.com>
        - 064465e1e6b158abd8c38fd1942b4fc464b57d6a Documentation change. by Abseil Team <absl-team@google.com>
        - 58df2c8a27e80c9ea21d87c1acee8019246377c9 Relocates SetCountdown and UnsetCountdown to the exceptio... by Abseil Team <absl-team@google.com>
        - fd9d248d0948d472f2543f7fd9c0ae4a1cd60d01 Clarify thread_annotation.h documentation around local va... by Abseil Team <absl-team@google.com>
        - 0d0abaf7f0945ac5f2c5f49e78afe1b326d5aca0 Typo fix in comments. by Abseil Team <absl-team@google.com>
        - 67286d587cbd07508a81e5b8147c245a5b5538b4 Internal change. by Xiaoyi Zhang <zhangxy@google.com>
      
      GitOrigin-RevId: 551e205ef49682a1cb7e6e0cda46957fbcf88edd
      Change-Id: I1a343b080187293cb5f892a309618b5712e7aa14
      Abseil Team committed
  2. 19 Apr, 2018 1 commit
    • - ed0ba496fe01eb8edfa86beade8a37768e7c12ef Updates the API for Exception… · 5b535401
        - ed0ba496fe01eb8edfa86beade8a37768e7c12ef Updates the API for Exception Safety testing to use build... by Abseil Team <absl-team@google.com>
        - c4b7a4e517c9404932c45f2f9f92eb7dc694e45d Internal change by Abseil Team <absl-team@google.com>
        - 76c78ed9385f65d881511645446e0bb8ababf6ec Add missing ABSL_PREDICT_FALSE to one of FixedArray::at()... by Abseil Team <absl-team@google.com>
        - 1204fb1c46f007dd9dfb7d9abf3e96c58835d193 Internal change. by Greg Falcon <gfalcon@google.com>
        - f1f47c98a026bc5e425ae83ff4a2eb391bbd3d9b Add internal-only functionality to examine the stack, to ... by Derek Mauro <dmauro@google.com>
        - 30d63097cd268d912f917526f6511005580465c4 fix typo by Abseil Team <absl-team@google.com>
        - 942d7efa6cf54cd248ca57dcaf3c245188b52a76 Remove unnecessary semicolons from comment examples. by Abseil Team <absl-team@google.com>
        - 7db0669cf23a06d934d3ed8c76aee4e4e23b7e04 Remove malloc_hook and malloc_extension from our internal... by Greg Falcon <gfalcon@google.com>
        - 0190f1063d101b1ded355019df2e1d325931f6c7 Make the maximum length of a string view equal difference... by Abseil Team <absl-team@google.com>
        - c8ae37cbce29449b02115a0ebd435ddc3d7ab062 Add namespace qualification. by Shaindel Schwartz <shaindel@google.com>
        - ff70afe2e6e3dd39f51ce9829e3e1f18231bf4d7 Fix internal/direct_mmap.h for non-linux builds. by Greg Falcon <gfalcon@google.com>
      
      GitOrigin-RevId: ed0ba496fe01eb8edfa86beade8a37768e7c12ef
      Change-Id: I7595ee3480d1d6724fd3797c15ba9d9be0d17e62
      Abseil Team committed
  3. 11 Apr, 2018 1 commit
    • - a0673e81da7ee7e322283e518331a4cdaeca837b Internal change by Abseil Team <absl-team@google.com> · a7e522da
        - 537e863510a423968c2d319263dd1c100695a2e9 Add internal-only functionality to examine the stack, to ... by Derek Mauro <dmauro@google.com>
        - 1ded12406d8b8fd7be910c8dfe8c2a8edf66136e Explicitly suppress the default move constructor and assi... by Derek Mauro <dmauro@google.com>
        - 347d38447ebc38e5d33fec6b67988880eb3cd249 Move implementation detail do_mmap64 to a new file. by Greg Falcon <gfalcon@google.com>
      
      GitOrigin-RevId: a0673e81da7ee7e322283e518331a4cdaeca837b
      Change-Id: I5a347d34d5173082b3a78eb53432481b32c94b69
      Abseil Team committed
  4. 10 Apr, 2018 1 commit
  5. 09 Apr, 2018 1 commit
  6. 04 Apr, 2018 1 commit
  7. 03 Apr, 2018 1 commit
    • - 7f2f6ad0cc3488cb57dfc5d1050c38862a2e42ef Only check for a specific message… · 0e5c3e8f
        - 7f2f6ad0cc3488cb57dfc5d1050c38862a2e42ef Only check for a specific message in the `bad_cast` tests... by Matt Calabrese <calabrese@google.com>
        - 6a8e56df0d6820c48ee8f39146c7e1fba8a394e7 This prevents a uint32_t value from potentially being log... by Matt Calabrese <calabrese@google.com>
        - 00a77f5569086654837c03d06206349642364395 Add doc-comments to `absl::LogSeverity` and its helpers. by Abseil Team <absl-team@google.com>
        - bf877655e420ebff42bede238523d360b53a80fa Enforce the Abseil-wide assumption that CHAR_BIT == 8. by Mark Barolak <mbar@google.com>
      
      GitOrigin-RevId: 7f2f6ad0cc3488cb57dfc5d1050c38862a2e42ef
      Change-Id: Id210255c9301442b0379dca147a806c85452f772
      Abseil Team committed
  8. 02 Apr, 2018 1 commit
  9. 28 Mar, 2018 1 commit
  10. 27 Mar, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 70b5fa94
        - f2c4c517f14afa7a3fac6b35588381462f02dec3 Rollback release of algorithm benchmark. by Alex Strelnikov <strel@google.com>
        - ec8a9569ac36d58a4fff2f9fc851e5a9474d274a Change AllocInspector to ConstructorTracker by Jon Cohen <cohenjon@google.com>
        - 6f94f3d65a29b11c692948d23c0fc530f015cd53 Update WORKSPACE for C++ microbenchmarks and release algo... by Alex Strelnikov <strel@google.com>
        - 79187dd7cec821e47cdd751db71bb23be2b8cef7 Define copy assignment operator for ThrowingAllocator. by Xiaoyi Zhang <zhangxy@google.com>
        - 8bf5e1048dd7788f4bce60376f5c3992f8525d88 Fix incorrect format string used in str_cat_test.cc code,... by Jorg Brown <jorg@google.com>
        - 19c51194e6638f05cbb364c6684f14dc7ed1a323 Fix symbolize_test under sanitizers. by Derek Mauro <dmauro@google.com>
        - d68119cfb845a9d460fc3fd4aae1d2ea7d79ee21 Internal change. by Derek Mauro <dmauro@google.com>
        - 4ca54d336c7a18050c95c6c1a859f2a0530e1cde Internal change. by Shaindel Schwartz <shaindel@google.com>
      
      GitOrigin-RevId: f2c4c517f14afa7a3fac6b35588381462f02dec3
      Change-Id: If61a65d65f03b26d6776710040780ddd1c52c4de
      Abseil Team committed
  11. 21 Mar, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 4e2e6c5c
        - 1320147f7597a9490562d439ecea46faa1793a24 Support Hex formatting of pointers without forcing a cast... by Jorg Brown <jorg@google.com>
        - 13c793d6e14a52063c2d4ee327b6c976631b690e Add support for native WebAssembly llvm backend. by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 1320147f7597a9490562d439ecea46faa1793a24
      Change-Id: Ibd4dbf288903ab45387932e5b11a28f5accdf166
      Abseil Team committed
  12. 20 Mar, 2018 1 commit
  13. 19 Mar, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 3837bd9a
        - 7349efb2d18db3a019034f66502b67f7461c15ae Reword the noexcept specification for InlinedVector's def... by Jon Cohen <cohenjon@google.com>
        - f3576b18d039a0c8b533f05ac496fa8d7ff3b207 Remove an unneeded comment in call_once.h by Jon Cohen <cohenjon@google.com>
      
      GitOrigin-RevId: 7349efb2d18db3a019034f66502b67f7461c15ae
      Change-Id: I398888e6a82ccd69e23ffc0af9eb198d25e57e02
      Abseil Team committed
  14. 16 Mar, 2018 1 commit
  15. 13 Mar, 2018 1 commit
  16. 12 Mar, 2018 1 commit
  17. 06 Mar, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 94f0f79e
        - aba727a5943a014392e3873349cee9dd5efc634e Avoid using 128-bit intrinsics for Clang on Windows. by Abseil Team <absl-team@google.com>
        - cdd19f1eda562af8906bff8feff827eb8e8e9797 Utilize the rtems TID infrastructure on myriad2 platforms. by Abseil Team <absl-team@google.com>
        - 52f7f55daa84ea25fa210d1b9d2bd64d128e1d81 Use intrinsic 128 bit integer when available for division... by Alex Strelnikov <strel@google.com>
        - 51f881b1152c0c861cf7fcac53f30d3c7ce12902 Merge GitHub #95: Fix compiler version check for clang-cl... by Derek Mauro <dmauro@google.com>
      
      GitOrigin-RevId: aba727a5943a014392e3873349cee9dd5efc634e
      Change-Id: I9b52d84095537acbbc96d3f74917f78da9a51156
      Abseil Team committed
  18. 01 Mar, 2018 1 commit
  19. 28 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 7fda0996
        - f0a03a750a36dfbd7ab06d2913430ed5f988fd68 Add absl::RegisterSymbolizer() to mutex_nonprod.cc for AP... by Derek Mauro <dmauro@google.com>
        - f34a2ee35b4f6b321c570c51b0c381647176df63 Add the async signal-safe Symbolizer to Abseil. by Derek Mauro <dmauro@google.com>
        - 6a29ec2d6dc080691f6d32e1982201d1d173bdb3 Document preferred placement of ABSL_CONST_INIT attribute... by Abseil Team <absl-team@google.com>
        - 6f04ed6aa9c19bd717f0e8f422a97f3e3368cf30 Internal change. by Abseil Team <absl-team@google.com>
        - 0af9a330aff8fc0b41dcb3fe519930c36b01a9ef Declare absl::raw_logging_internal::SafeWriteToStderr in ... by Abseil Team <absl-team@google.com>
        - 223ff26745d31dfb4b59c36f3dee5441506af3c2 Fix ABSL_ARRAYSIZE() to handle rvalues. by Xiaoyi Zhang <zhangxy@google.com>
      
      GitOrigin-RevId: f0a03a750a36dfbd7ab06d2913430ed5f988fd68
      Change-Id: I491f9cc81ca3ee078fb737cbf8fa9bf6a730eee1
      Abseil Team committed
  20. 23 Feb, 2018 1 commit
  21. 22 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · dca2eb50
        - db061dd2b795837e6154be0991077ca5a03ec471 Release the async-signal safe demangler as an internal im... by Derek Mauro <dmauro@google.com>
        - 310440eb33d946df79d26bf1edf795f6a0b466b9 Use static_cast to constrain nanoseconds to int range, av... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: db061dd2b795837e6154be0991077ca5a03ec471
      Change-Id: Ibc1bc1db355a48115451da5ce88d66a1f6e1a182
      Abseil Team committed
  22. 20 Feb, 2018 1 commit
  23. 16 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · e2d17845
        - db6fa2aed56380c6708670659c6f8603284fcc4a Rework Abseil cmake/README.md by Abseil Team <absl-team@google.com>
        - 192c7d3553bc0fe98f6935ccecff48ed785d89f0 Add function attribute ABSL_ATTRIBUTE_FUNC_ALIGN(bytes) t... by Abseil Team <absl-team@google.com>
        - 1a93e95c71c656add346a0c1771bec26417347ad Internal change by Abseil Team <absl-team@google.com>
        - 5c6d3e023a8749a5cc89f4cc6b57b6684a28b1c1 Internal change by Shaindel Schwartz <shaindel@google.com>
        - e415990ea54cf882646b0bc0a75a6e3c6741ce5f Fix testing of UTF8 characters on Windows (https://github... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: db6fa2aed56380c6708670659c6f8603284fcc4a
      Change-Id: I128a7ca751fa207ef272809c1b908568d187c87e
      Abseil Team committed
  24. 13 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 055cc7dc
        - d79c005bda08783cd496c41dbd51a5d7e520c9e2 Fix typo in ByLength example (comment). by Abseil Team <absl-team@google.com>
        - 0751d4f0e61f70e50f4771ca9843bd90895ec0bc Enable RAW_LOG on NaCl via POSIX write(), which it suppor... by Abseil Team <absl-team@google.com>
        - 4a63f87b9b1c9d738da21fc0ffa638876a12facf Remove use of assert() in .h and .inc files to reduce cha... by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: d79c005bda08783cd496c41dbd51a5d7e520c9e2
      Change-Id: I0c5d064faa1b8e6b703d388af2b8957cc906dd7f
      Abseil Team committed
  25. 09 Feb, 2018 4 commits
  26. 07 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 8311b419
        - bb743d8b2017dc1ac181e9d2a90728b45eef344b Internal change. by Daniel Katz <katzdm@google.com>
        - a884af8e2bd70818168aad693b70b8fe98e96bcb Rearrange file comment. by Alex Strelnikov <strel@google.com>
        - 5ed241ef4d5bdc1ef52f7bca9c6ff42d0448e9f4 Internal change. by Alex Strelnikov <strel@google.com>
        - 04d44c8982d7b3077cae5e6189cb512818ce016b Add experiment documentation for MallocExtension API. by Chris Kennelly <ckennelly@google.com>
      
      GitOrigin-RevId: bb743d8b2017dc1ac181e9d2a90728b45eef344b
      Change-Id: Ia3ac079fc16b421a0f36be7dc0167045b92e417d
      Abseil Team committed
  27. 06 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 3917120a
        - b7ac57541b07fadc3ed054cc3d62bc192a2098a7 Redefine arithmetic assign operators in terms of the bina... by Alex Strelnikov <strel@google.com>
        - bb2bf3fd86eb9f24420376aad1b9fe84068ad7e4 Cmake CI for Ubuntu by Jon Cohen <cohenjon@google.com>
        - 3ff3e6d6b4d99627f0785cad5b562362bdf1ae37 Fix internal namespace (debug_internal -> debugging_inter... by Derek Mauro <dmauro@google.com>
        - b50753d757c95a3430cc2d6cfc0272af1e5c219c Internal change. by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: b7ac57541b07fadc3ed054cc3d62bc192a2098a7
      Change-Id: I7561639e296d1cc5dc7ee75e6645e8dae3f1bf97
      Abseil Team committed
  28. 05 Feb, 2018 1 commit
  29. 02 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 0fa86cac
        - 14488f5397315b265d57b50e6796890107e0efb2 Clarify comment on absl::NormalizeLogSeverity. by Abseil Team <absl-team@google.com>
        - 401dcf3fdb121e8356e8f54c9f2838faad9ffdf7 Internal change. by Alex Strelnikov <strel@google.com>
        - 1401400b77f8cb5d11fac414c89ffc3b55713f41 Remove unnecessary extern specifier on function declarati... by Alex Strelnikov <strel@google.com>
        - 97d1079d0e8930b1d77bda7bac5e4d15e0e74278 Add missing explicit casts between signed and unsigned in... by Alex Strelnikov <strel@google.com>
        - 47c4138142900de510e4c5426b4bf606252d7dac Internal change. by Alex Strelnikov <strel@google.com>
        - 40eb2555499a000adb78a6581215c701fa818568 Documentation fixes for `absl::optional`, for the `value_... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 14488f5397315b265d57b50e6796890107e0efb2
      Change-Id: I3c11216c0c6ef5633aa5cc3b7f5977fa4a3ea1f5
      Abseil Team committed
  30. 01 Feb, 2018 1 commit
    • Changes imported from Abseil "staging" branch: · 0ec11bad
        - 06abebb2bdb201c572da209fc7f781d6bd774d6b Documentation fixes for `absl::optional`. by Abseil Team <absl-team@google.com>
        - 42adc4c4daade2e070dc337e94d8851a1fd4bead  Rolling back the previous change because `__has_warning`... by Xiaoyi Zhang <zhangxy@google.com>
        - 02a42cbaa97d82ee7942bc498538359185d75087 Remove literal UTF8 strings in abseil code to avoid file ... by Jon Cohen <cohenjon@google.com>
      
      GitOrigin-RevId: 06abebb2bdb201c572da209fc7f781d6bd774d6b
      Change-Id: I4f4659c2e7ca6fc585b6c089bcf20ca61aced75d
      Abseil Team committed
  31. 31 Jan, 2018 1 commit
  32. 30 Jan, 2018 5 commits
    • Changes imported from Abseil "staging" branch: · f4f238b0
        - c77facb7ba7c12d656e213e5d63d7dcd9d1f56ba Present the Writer* methods as an option, rather than an ... by Abseil Team <absl-team@google.com>
        - c6004d718f185868dee2ec48b4de6425399b062d Split exception_safety_testing out into its own cmake rul... by Jon Cohen <cohenjon@google.com>
        - 9aa6fc7b34674472d808ed8021f3b20faea82f78 Downstream https://github.com/abseil/abseil-cpp/pull/69 by Jon Cohen <cohenjon@google.com>
        - 13d340269f284b815cc409d2271099e535f4cba4 Internal change by Jon Cohen <cohenjon@google.com>
        - 51840a9243ac9d47eb3c177398d10bb3341f3230 Fix assertion in conversion from floating point types to ... by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: c77facb7ba7c12d656e213e5d63d7dcd9d1f56ba
      Change-Id: I7590561b04a986ffbec7139bb9c3aea319a3b975
      Abseil Team committed
    • Merge pull request #69 from romange/master · e5c6ee2d
      Relax dependency requirements for google test library and allow customization of cctz target
      Jonathan Cohen committed
    • Doc fixed · 10c79457
      Roman Gershman committed
    • Merge pull request #84 from peteigel/master · 43801dbd
      Converted absl_utility to Header-only CMake Target
      Jonathan Cohen committed
    • Changes imported from Abseil "staging" branch: · 26d8858e
        - 53419b5e123c4c9c47ecfe52ba747a271b03ae9c Add the sampling weight to MallocHook_SampledAlloc, so th... by Abseil Team <absl-team@google.com>
        - 8689c9a0dc685f50ba843a8d0d7d4274a1ec656a Factor out inline variable detection to separate macro. by Matt Calabrese <calabrese@google.com>
        - 0eac39ee9d81c03b8335c1cd3871d0dc4ec7bca7 Log the actual and expected durations for failed timing t... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 53419b5e123c4c9c47ecfe52ba747a271b03ae9c
      Change-Id: I4ae8f5c0e924cdeee253fdf37d483d47893fc64c
      Abseil Team committed
  33. 29 Jan, 2018 1 commit