1. 07 Dec, 2017 1 commit
  2. 06 Dec, 2017 1 commit
  3. 04 Dec, 2017 1 commit
  4. 01 Dec, 2017 3 commits
    • Changes imported from Abseil "staging" branch: · 8b727aa7
        - 5d8235b05f4ea2b33a138712f463a30b6ae75719 Incorporate PR https://github.com/abseil/abseil-cpp/pull/... by Xiaoyi Zhang <zhangxy@google.com>
        - f2bc653acdaa983aa2765693476c17cd1142d59b Run the StrSplit WorksWithLargeStrings test in all configs. by Matt Armstrong <marmstrong@google.com>
        - 43aed1ea7dffcd656e1916c2d5637650fc3a8de3 Incorporate PR https://github.com/abseil/abseil-cpp/pull/... by Xiaoyi Zhang <zhangxy@google.com>
        - d58511d60904c7090e44638339ba63b97ca96f1a Add a new simple Mutex lifetime test, to be extended later. by Greg Falcon <gfalcon@google.com>
        - db5c86c186c09ad57963bcbd2b6182f62bce8ed0 Actually use the exception in TestCheckerAtCountdown by Jon Cohen <cohenjon@google.com>
        - 29c01a72b62d9a4b90f9bd935e3575adbafd85ed Use factories instead of explicitly passing pointers to T... by Jon Cohen <cohenjon@google.com>
        - 54d5526ee6ab7784992845f6e6e2c7d48ba008a5 Fix uint128 ostream operator and improve ostream test. by Alex Strelnikov <strel@google.com>
        - 4e49abe7e569cf6bd0eae95ce2b2fe2faa051fa2 Fix documentation: strings::PairFormatter -> absl::PairFo... by Derek Mauro <dmauro@google.com>
        - 4044297f0e1a8a6c6ae3f781a65080e0d57c6751 Cut the memory used by the StrSplit WorksWithLargeStrings... by Jorg Brown <jorg@google.com>
      
      GitOrigin-RevId: 5d8235b05f4ea2b33a138712f463a30b6ae75719
      Change-Id: Ib6b6b0161c26e5326b53a126454754e33678eefc
      Abseil Team committed
    • Merge pull request #51 from behrenhoff/master · 579f2879
      Fix CMakeLists.txt for ostringstream_test
      zhangxy988 committed
    • Merge pull request #55 from rongjiecomputer/master · 3562f9bb
      MSVC fixes
      zhangxy988 committed
  5. 29 Nov, 2017 1 commit
  6. 28 Nov, 2017 1 commit
  7. 27 Nov, 2017 2 commits
  8. 22 Nov, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · ae0cef35
        - 55c7dd8ad1570b4e6ce2103ed4d4b6becdea0d96 Remove line continuations which require CMake >= 3.0.  Al... by Jon Cohen <cohenjon@google.com>
        - ee66ad72a90259d6286bbfea7241ed976bb0f6fb Change absl::ParseDuration() to avoid double.  This allow... by Abseil Team <absl-team@google.com>
        - 89cf4cd49d8ff25cb3d29f06b2090029a2024e89 Internal change by Gennadiy Rozental <rogeeff@google.com>
        - cdb5879bf6aaf6bbd2ad1fe4a2b144bbdf0389c7 Internal change by Gennadiy Rozental <rogeeff@google.com>
        - e7b29d11bf24a63bf7637689ada8be7d619844fc Internal change by Gennadiy Rozental <rogeeff@google.com>
        - 2d4fc08d5d64a7760ad6230eccdb5b8014c2b0c3 Update the exception-safety testing framework. by Jon Cohen <cohenjon@google.com>
      
      GitOrigin-RevId: 55c7dd8ad1570b4e6ce2103ed4d4b6becdea0d96
      Change-Id: I6b560cbc4570dfc5aa9a2f90e84d69904df7eac5
      Abseil Team committed
  9. 20 Nov, 2017 1 commit
  10. 17 Nov, 2017 1 commit
  11. 16 Nov, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · b05b7953
        - 33cefac68ed8720bd7468e59b8fd9a13d7b7a8bf Fix example in comment of absl::Condition. by Abseil Team <absl-team@google.com>
        - 2c95e2895d6bf36b712c0b72cf2a42cbe5442a70 Internal change by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 33cefac68ed8720bd7468e59b8fd9a13d7b7a8bf
      Change-Id: I34c1a4976c019a548dc94a2a9cf471243fcb623c
      Abseil Team committed
  12. 15 Nov, 2017 2 commits
    • Changes imported from Abseil "staging" branch: · af8c291d
        - 950e7d514bea97ea500284a53318330ec1f04f76 Remove accidental references to "header_modules". by Greg Falcon <gfalcon@google.com>
      
      GitOrigin-RevId: 950e7d514bea97ea500284a53318330ec1f04f76
      Change-Id: I482955fe0364a57ed8c6e229fdb6f86fc63faf6e
      Abseil Team committed
    • Changes imported from Abseil "staging" branch: · 99b92c87
        - 79d5e27b30551028a35084bf0f314d14339f816b Adds "()" suffix for Minutes() and ToDoubleHours() in com... by Abseil Team <absl-team@google.com>
        - 7d43f4d8f056066bd8e4577e15cde6807f6191ec Change type traits tests to static_asserts; Add trivially... by Alex Strelnikov <strel@google.com>
        - b443886fd36b240df78683c676b7ebae07c9e91a Internal cleanup by Abseil Team <absl-team@google.com>
        - ef226810f398f0980e2158bfa352ab8ac5d97d83 Avoid weak virtual table warnings (-Wweak-vtables) and re... by Jorg Brown <jorg@google.com>
        - 76911667bed455c2c7330f8ee27b959bac032e41 Internal change by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 79d5e27b30551028a35084bf0f314d14339f816b
      Change-Id: I752b04c882ff6677af7ee91b1e4f424417a1e4eb
      Abseil Team committed
  13. 14 Nov, 2017 1 commit
  14. 13 Nov, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · 95ddf85f
        - 5677afe8f626bb9db6d8bf9f25ba3d835ffa12d6 Internal TSAN bookkeeping change. by Greg Falcon <gfalcon@google.com>
        - c7492bad6fe6c8f106d3fcb1f8a939ea73b1a962 MSVC fix. by Alex Strelnikov <strel@google.com>
      
      GitOrigin-RevId: 5677afe8f626bb9db6d8bf9f25ba3d835ffa12d6
      Change-Id: I1b8497508c8005a094824b4ccf9b220812b81bdb
      Abseil Team committed
  15. 10 Nov, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · 9e94e488
        - 28631b3dbc582cb88a637cc4c70886e38a4be0cf Refactoring to support production kernel Futex implementa... by Derek Mauro <dmauro@google.com>
        - 411e7bb779c32bbc02b5fa6f516087a02fcb0812 Update comments about leap smearing. by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 28631b3dbc582cb88a637cc4c70886e38a4be0cf
      Change-Id: I0506aa2705212cd466460cae60182b0c2c667972
      Abseil Team committed
  16. 09 Nov, 2017 1 commit
  17. 08 Nov, 2017 3 commits
  18. 07 Nov, 2017 1 commit
  19. 06 Nov, 2017 3 commits
  20. 02 Nov, 2017 3 commits
  21. 01 Nov, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · c56e7827
        - e4999febdfea4d392284bfbc9dce9520b26d98cb Remove an erronous __attribute__((...)) tag. by Abseil Team <absl-team@google.com>
        - 61db01b3eaad3563aa2f97d41799ef1339d57c04 Remove the default parameter value from overridden overfl... by Abseil Team <absl-team@google.com>
        - e7dc1ee6bb523b2173915e1978f7e3831f5484f6 Fix the include guards for exception_safety_testing.h by Jon Cohen <cohenjon@google.com>
      
      GitOrigin-RevId: e4999febdfea4d392284bfbc9dce9520b26d98cb
      Change-Id: I7837e125138a1e623d9b6394c0ea5f624b904ea2
      Abseil Team committed
  22. 31 Oct, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · 8db6cfd1
        - 8bcd472c6f1a7c8a3a7aac07d7e5e3f90685fe5e Create an exception-safety testing framework for Abseil by Jon Cohen <cohenjon@google.com>
        - 17cc4bb19ba86e2bc45e9381bd07450c06134903 Fix typo. by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 8bcd472c6f1a7c8a3a7aac07d7e5e3f90685fe5e
      Change-Id: Ia1f4f12d25c375e0af34fea052a4a82dc964eeff
      Abseil Team committed
  23. 30 Oct, 2017 2 commits
    • Changes imported from Abseil "staging" branch: · c8bd28c5
        - 0726b35bb91aa98b87b340db9019fe7bdb19fe52 Fixing typo when checking CUDA compiler version, and use ... by Abseil Team <absl-team@google.com>
        - 3c94139e0e2ca6387c0498f24c9e44172208fffc Update comment of GUARDED_BY to match feedback provided b... by Abseil Team <absl-team@google.com>
        - 116d0427b845613213e26afc1203621ac7bd6910 Turn off ABSL TLS support for buggy versions of the Andro... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 0726b35bb91aa98b87b340db9019fe7bdb19fe52
      Change-Id: I861e4fb27d77904e705ccbcb4054f10c3f43e158
      Abseil Team committed
  24. 27 Oct, 2017 2 commits
    • CMake support · d5134a7f
      - initial cmake support
      - downgrade cmake requirement to 2.8.12
      - factorize cmake test flags / libs options
      - refactor test / library under helpers functions, follow bazel's style
      - Add fix for MSVC and Windows support ( thx @patrikfors )
      - Switch to default "add_subdirectory()" usage mode
      - add CMake/README.md for instructions
      - add header-only cmake target generator
      - map absl target to absl:: namespace
      Adrien Devresse committed
    • Changes imported from Abseil "staging" branch: · 0fece732
        - 5b675ef65e4977b3ac778a75a21e99db1ebe78e7 Remove "not an official google project" disclaimer. by Abseil Team <absl-team@google.com>
        - 77d2aacc03efe6841612b38bcbb745dde1ad7d3e Avoid weak virtual table warnings (-Wweak-vtables) and re... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 5b675ef65e4977b3ac778a75a21e99db1ebe78e7
      Change-Id: Ia0d1d6e39169c7ad9783d25dc92dad041de3a966
      Abseil Team committed
  25. 24 Oct, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · dedb4eec
        - fbff677ef850865ea67ed6771a8ed348be181e8e Modify sysinfo.cc to support GetTID on Akaros. by Abseil Team <absl-team@google.com>
        - f1c2929e08a3d4181e08cb5014c4a569306fd922 Two functions that did not refer to their arguments unles... by Abseil Team <absl-team@google.com>
        - ee43cc3bfdb4d84d40eee31fb25ecdc1aa060f47 Support Akaros (https://akaros.org) in the ABSL spinlock_... by Abseil Team <absl-team@google.com>
        - 6869c8c5253126459d6c7f0aa708d8612c8e5963 Make sure vdso_base_ is constant-intialized. by Abseil Team <absl-team@google.com>
        - d54e0366efc8d44cd5da5fd157734da966dc45e8 Add missing include for assert used by ABSL_ASSERT. by Derek Mauro <dmauro@google.com>
        - a5139775f3917bb5201e7fc838135766daa05b8d When building against GLIBC-2.16 or newer, use getauxval(... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: fbff677ef850865ea67ed6771a8ed348be181e8e
      Change-Id: Ie3549f6ef054783dd104304d2faf8d9800c16b83
      Abseil Team committed
  26. 23 Oct, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · 5fcbe86e
        - 989557e6b443a81b5ad9bd0d0c704edbe96c09c9 Make InlinedVector::ShiftRight update the vector's size -... by Jon Cohen <cohenjon@google.com>
        - ffc2e2a6f169bbfa823890f21d13e16110cd0206 Fix issues when passing references aliasing into an Inlin... by Jon Cohen <cohenjon@google.com>
        - 2fce2f87043f8c044889b4aab828e6edc20da0d9 In C++14 or later, alias absl::make_unique to std::make_u... by Abseil Team <absl-team@google.com>
        - cb83e95b486c59fd6acfa956e97f42253dd158bd Roll back change to avoid weak virtual table warnings (-W... by Abseil Team <absl-team@google.com>
        - fb4ea46062895cb9340166c9dcc61ec4467bd834 Avoid weak virtual table warnings (-Wweak-vtables) and re... by Abseil Team <absl-team@google.com>
      
      GitOrigin-RevId: 989557e6b443a81b5ad9bd0d0c704edbe96c09c9
      Change-Id: I6b8119c3f16e9d0cb9b5fd6e750502c9dad8e257
      Abseil Team committed
  27. 18 Oct, 2017 1 commit
  28. 17 Oct, 2017 1 commit
    • Changes imported from Abseil "staging" branch: · d8ac7afc
        - 1434dc58cc24e004531a09bcf1491773d9bf789e Copybara clang-format by Juemin Yang <jueminyang@google.com>
        - 6296f0f69b23d406a275b7ce2669ea3b18149bb7 Internal change for git pull request #31 by Juemin Yang <jueminyang@google.com>
        - 539940d88cfdf172b4b916d44225cc42839eeee7 Add internal-only ABSL_INTERNAL_HAVE_TSAN_INTERFACE macro. by Daniel Katz <katzdm@google.com>
        - bf85dda4ffdb4dd15084fb8b8db00281481dee90 Add missing pthread.h include to low_level_alloc.cc. by Derek Mauro <dmauro@google.com>
      
      GitOrigin-RevId: 1434dc58cc24e004531a09bcf1491773d9bf789e
      Change-Id: I68d6957b0cac32020e4e34dca3243f2f270a4b9c
      Abseil Team committed