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

Update library dependencies to latest versions #657

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2022

  1. Squashed 'vendor/github.com/google/googletest/' changes from ec44c6c1…

    …..58d77fa8
    
    58d77fa8 Updates the version number in CMakeLists.txt to 1.12.1 (#3919)
    15460959 Update versions of WORKSPACE dependencies
    7df7853e Update GCC floor container used by CI to fix the Bazel cache error
    86add134 Disable warning C4251 around refactored code
    191ca1f3 Merge pull request #3863 from eidosmontreal:fix_unused-variable_warning
    8b521aa4 gmock_cook_book.md: Delete superfluous statement from 2014.
    b644b4fb Merge pull request #3866 from eidosmontreal:simplify_shouldusecolor
    fe735a69 Move declaration of kStdOutFileNo and kStdErrFileno
    b1f84bf1 Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil.
    49c6185a Remove undefined internal function. Fixes #3856
    0320f517 Work around a maybe-uninitialized warning under GCC 12
    548b13dc Fix internal files
    3727a900 Merge branch 'google:main' into simplify_shouldusecolor
    900c3f9c Merge branch 'google:main' into fix_unused-variable_warning
    e649993a gmock-spec-builders: remove the name for an unused parameter.
    59006287 Simplify ColoredPrintf to rely on ShouldUseColor
    410e5f9e Fix "unused variable" warning
    9d21db9e gmock-spec-builders: add support for non-moveable types.
    6cd38237 Clarify that `this->` is needed to access members of type-parameterized tests.
    28356773 gmock-actions: properly support non-moveable results in `is_callable_r`.
    56246cdb gmock-spec-builders: move a method to the header.
    cf942a5d Update GoogleTest documentation's spelling of "GoogleTest".
    70410514 Clarify the pitfalls of EXPECT_THAT and highlight it's best practices
    8d51dc50 gmock-internal-utils.cc: Avoid implicit conversion from int to char Fixes #3832
    5126f716 gmock-actions: add support for move-only values to Return.
    8a011b8a Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_FATAL_FAILURE.
    cbca6bc3 gmock-actions: provide a const reference when converting in ReturnAction.
    5e6a5336 Do a consistent way of searching for a temporary directory.
    4224c770 gmock-actions: simplify Return and add better documentation.
    6386897f gmock-actions: make OnceAction public.
    bda85449 Fixup some missing overrides in googletest.
    4348d4ef Merge pull request #3818 from joshiayush:typo
    2a02723b Fix example of DescribeMatcher to properly support negation.
    0027cf47 Use TEST_TMPDIR on MacOS as well if available.
    42ca3da5 gmock-actions: remove a no-longer-necessary friend declaration.
    51767261 gmock-actions: support ByMove in a specialization of ReturnAction.
    fae793c1 Fix typo in the test name of `NormalizeTest`
    8ded48c3 Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples.
    830fb567 gmock-actions: improve comments and tests for the implicit cast in Return.
    c144d78f Support move-only and &&-qualified actions in WithArgs.
    e33c2b24 Use RE2 for the regex implementation when building with Bazel and using Abseil
    238e4745 Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.
    0498660e Support move-only and &&-qualified actions in DoAll.
    b53547bf Merge pull request #3797 from glandium:issue3514
    bf66935e Remove the legacy internal GTEST_DISALLOW_* macros
    b85864c6 Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
    d5ad28db Always initialize fields in MatcherBase constructors
    8ccdb9d5 Merge pull request #3791 from MR-A0101:patch-1
    80600e56 Document two surprises in `DoAllAction::NonFinalType`.
    733f8759 Replace infinite recursion call (intentionally invoking undefined behavior to indicate unreachability) with explicit unreachability marker.
    a1cc8c55 Add support for move-only and &&-qualified actions in WillOnce.
    f0797752 Removing commas.
    5f467ec0 Clarify what live-at-head actually means
    c9044ba3 Trying to make it more clear: this is probably not about mock classes, but about mocked classes
    137f67e9 gmock: improve SFINAE for actions involving arguments.
    3ffa237f Use ResultOf()'s result_description when explaining match result.
    25dcdc7e Use the Abseil flags library when Abseil is present
    af29db7e Address deprecation warning surfaced by Github presubmit tests
    07329346 Split gmock-matchers_test into 4 smaller test #3653
    0affd45b Merge pull request #3779 from messerb5467:promote-inclusive-behavior
    5d6f38c1 Only print disabled test banner if the test matches gtest_filter
    1754febb Clarify public access on gmock examples.
    9e712372 Merge branch 'main' into promote-inclusive-behavior
    794da715 Remove sanity as it is offensive to neurodiverse individuals.
    b007c54f Running clang-format over all of GoogleTest
    8a422b83 Merge pull request #3774 from sobczyk:main
    ae5e06dd Remove references to deleted script gen_gtest_pred_impl.py
    ae1b7ad4 Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests.
    3c5320bf Add myself to contributors
    132059ba Adjust documentation regarding xml and json source file location otput.
    5c1b42a5 Adjust xml and json unit tests to test for source file and line location.
    ee5e3043 Add support for testing of xml and json output of source file and line location
    f7621f01 Output source file path and line number in xml and json files.
    c9461a9b Update GCC/Clang Linux tests to use Bazel 5.0.0
    ea55f1f5 Address conversion warning by explicitly casting to size_t
    0e402173 Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages.
    06519ced Merge pull request #3751 from noiseless:gtest-help-test-OpenBSD
    504eb989 Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for-exact-match
    43efa0a4 Merge pull request #3617 from Bagira80:fix_3616
    d6841c04 Apply requested changes by using std::inserter with move.
    631f4f99 Fix gtest-help-test failure on OpenBSD
    14aa11db Merge pull request #3724 from jjfvanderpol:main
    25ad42aa GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrapper function in gtest.cc) rely on the fact that the inner call is not getting optimized. This CL annotates them with the appropriate attributes.
    45176976 Merge pull request #3744 from danger89:patch-2
    2eadda6e Do constant time matching for exact match filters.
    28e1da21 Finish some missed pieces of the TestCase to TestSuite Migration
    0b7798b2 Change `ReturnArg` to use perfect forwarding of arguments (#3733)
    f2d71f0b Let me give a change to try it again - updating to latest version
    f45d5865 Make recreate_environments_when_repeating=false the default.
    7eae8de0 Merge pull request #3723 from ramkumar-kr:patch-1
    f64cf6b7 Merge pull request #3732 from joshiayush:i2174
    3d81736c Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processing
    2ddfdf81 Factor out AssertionResult into dedicated gtest-assertion-result header + implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h
    100f6fbf Consistently apply IWYU pragmas across googletest and googlemock headers
    c9643a2e Merge pull request #3721 from joshiayush:i3719
    4e9fe308 Fix reference to source file in gmock FAQ
    4e829246 Update test Docker image to GCC 11.2, Clang 14 (prerelease), CMake 3.22.1, and Bazel 4.2.2
    ca3ffd90 FIX #2174 -- remove `DEBUG_POSTFIX`
    2d07f12b Fix run-on sentence
    aea0874c Merge pull request #3725 from bsilver8192:remove-another-disallow-assign
    1d9f7c5f Merge pull request #3713 from PhilipMourdjis:cmake-qnx-link-regex
    29bc520e Fix a typo in comments.
    4fc151ae Use normal for loop instead of accumulate.
    aea981dd Improve code readablity.
    4adbc9c9 Apply requested changes to preserve old behavior.
    d03d23a6 Reimplement MatchesFilter with new interfaces.
    3fc1ab66 Apply requested changes.
    f2068873 Get rid of redundant filter matching code
    f5b4efef Add comments describing the behavior of filters
    2377c8d3 Process filter string once instead of per test
    58b71c9e Remove another GTEST_DISALLOW_ASSIGN_ that crept in
    91461509 Set CMake Policy CMP0077 to NEW
    02562103 Update example to reflect the tests below
    1b4cf359 FIX #3719 -- Fix `clang` conversion warnings
    6b74da47 Include the param names in the generated description of the MATCHER_P matchers.
    d81ae2f0 Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory.
    c58f562f Makes the Python imports consistently use full paths from the repository root, unifying the behavior between Bazel and CMake
    71d4e2f7 Makes TestForDeathTest.CRTDebugDeath only run when _DEBUG is defined
    47457467 link to regex on qnx in cmake
    9a32aee2 Merge pull request #3684 from ludgerpaehler:patch-1
    97a46757 Release tests for UnitTestOptions::MatchesFilter
    054a986a Merge pull request #3694 from joshiayush:main
    4c5650f6 Add NOLINT to address modernize-use-trailing-return-type in TEST_F uses
    3ea58705 Allow to specify a random seed independently of whether shuffling is requested
    d61d4d8e Support std::reference_wapper as a smart pointer type in gmock
    1b260642 Fix typo in GoogleMock Cookbook.
    bb921608 Work around Android KitKat tzset bug
    b4d4e6e3 Fix typo in the queue test.
    e2f39789 Merge pull request #3620 from hzeller:add-simple-ci
    3e0e32ba Merge pull request #3664 from kuzkry:typo-fixes
    183a20b4 Merge pull request #3669 from assafpr:main
    a0dc888b Merge pull request #3672 from densamoilov:densamoilov/main/suppress-warning
    035a101b Suppress unused-value warning
    ca2952c5 fixed branch from master to main in readme.md
    6e271e4a Update README.md
    dfc36753 fix a typo
    1a3e2a26 Clarify "Times() after X" error message
    4848324c Update URLs in Bazel Quickstart
    1b18723e Fix typo in gmock-matchers_test.cc: CanDescribeNegationOfExpectingOneElment => CanDescribeNegationOfExpectingOneElement
    25208a60 Merge pull request #3650 from tambry:std_iterator
    9ca071b6 Googletest export
    7f228847 Merge pull request #3657 from BioDataAnalysis:bda_add_winerr
    6c8a3865 Googletest export
    e4ffd4d7 googletest/src/gtest-port.cc: Added GetLastError() on Windows for CreateThread()
    79efd968 Googletest export
    aa486f16 Googletest export
    c3792825 Googletest export
    d4e084a1 Googletest export
    5d1e4af6 Replace use of deprecated std::iterator
    bf0701da Googletest export
    51536300 Merge pull request #3638 from limitedAtonement:3637-disabled-output
    cbf46d3f Googletest export
    5a93ce12 Googletest export
    7cf37a18 Googletest export
    b3062166 Googletest export
    489ef888 Googletest export
    f503588a Googletest export
    3c958ac4 Re #3637 Show Disabled Tests in testing output
    24898650 Start a simple github actions CI
    64f19a9f CMake: Fix values of INTERFACE_INCLUDE_DIRECTORIES property
    16f637fb Googletest export
    178cfacb Googletest export
    dc7a0779 Merge pull request #3602 from yesudeep:try-fix-linker-errors-on-freebsd
    b2dda9ed Googletest export
    9e3fb4ea Fix linker errors on FreeBSD.
    075810f7 Merge pull request #3581 from cclauss:codespell
    3b49be07 Googletest export
    ab36804e Googletest export
    ee1be03b Fix remaining typos discovered by codespell
    e4717df7 Merge pull request #3195 from Inujel:fix-3194
    09074c15 Merge pull request #3573 from cclauss:patch-1
    319a9d19 Merge pull request #3574 from Vertexwahn:switch_to_native_cc_rules
    0570d97f Googletest export
    de34ef4e Internal change
    277e0a01 Remove bazelbuild/rules_cc dependency
    5b43f14b Fix typos discovered by codespell
    861a75ed Fix typos discovered by codespell
    a070f33c Fix typo discovered by codespell
    40dfd4b7 Merge pull request #3519 from AkashKumarSingh11032001:master
    6bfab0be Googletest export
    8aa657ee Googletest export
    314adcd4 Googletest export
    4ea61b96 Googletest export
    7ee26830 Googletest export
    6202251f Googletest export
    06197371 Revert grammatically incorrect change
    159c9ad2 Googletest export
    955c7f83 Merge pull request #3531 from theidexisted:patch-1
    ff21b36e Merge pull request #3513 from victordk13:patch-1
    62046339 Googletest export
    2f80c2ba Googletest export
    088e6ed9 Simplify example code with c++11
    0134d73a Merge pull request #3504 from duianto:patch-1
    8d8b488a Merge pull request #3511 from berkeyvx:typo
    21514e0b Googletest export
    47f819c3 Googletest export
    eb7e38df Googletest export
    046c4d01 Merge pull request #2 from AkashKumarSingh11032001/AkashKumarSingh11032001-patch-2
    0e66bbd5 add a missing 'a'
    b36e55d3 Create CONTRIBUTING.md
    aefb4546 Internal change
    26f9d557 Format test properties in xml printer
    f91723cb typo fix gmock_cook_book
    5b401530 Googletest export
    652ec31f Googletest export
    c22ce887 Googletest export
    29d25406 Googletest export
    97ff0fec Typo, double "the"
    2d924d7a Internal change
    df43ce96 Merge pull request #3499 from slowy07:fixing
    2f3e2e39 fix: typo codespelling comment
    96f4ce02 Googletest export
    ce4895aa Googletest export
    8d6a4f8a Merge pull request #3472 from jwnimmer-tri:fix-dont-macros
    56e4b1a5 Googletest export
    efc6b36c Merge pull request #3484 from mbinna:bazel_qnx_regex
    a42111b4 Fix location of GOOGLETEST_CM0011 marker
    8d51ffdf Googletest export
    43cf5291 Googletest export
    8306020a Googletest export
    977cffc4 Googletest export
    4cfd1498 Googletest export
    f0ff512b Link -lregex on QNX
    155de14c Use GTEST_DONT_DEFINE_TEST_F to guard TEST_F
    4ec4cd23 Googletest export
    5f97ce4c Merge pull request #3465 from mbinna:bazel_qnx
    b89480e0 Merge pull request #3457 from alexkaratarakis:wcovered_switch_default
    22e6055c Googletest export
    255323cf Googletest export
    4281d214 Don't link pthread on QNX
    10088504 Fix EXPECT_DEATH() and ASSERT_DEATH() triggering -Wcovered-switch-default
    355d57d9 Merge pull request #3443 from hyukmyeong:typo
    f7902802 Googletest export
    71530982 Merge pull request #3429 from 1KoT1:master
    22a2e019 Merge pull request #3200 from ellert:port-to-GNU/Hurd
    996328bb Merge pull request #3183 from georgthegreat:patch-1
    5ef9f63a feat: make a matcher ElementsAreArray applicable for std ranges
    1745a405 fix typos
    e2239ee6 Googletest export
    b050d6c4 Googletest export
    3c4b3a03 Googletest export
    9f7da89a Googletest export
    c5be3930 Googletest export
    aa533abf Googletest export
    94bb786f Googletest export
    5bcd8e3b Googletest export
    91e1bd6b Merge pull request #3421 from florin-crisan:bugfix/3420-dll-link-failure
    9d698f69 Googletest export
    4feb6c77 Merge pull request #3393 from JC3:patch-1
    26a1569c #3420 Declare MarkAsIgnored as a DLL export
    e1cc005f #3420 Properly declare all overloads of testing::internal::PrintTo as DLL exports
    53495a2a Googletest export
    5f6a14c8 Googletest export
    2bd34816 Googletest export
    d5d6ff94 Googletest export
    8ceecc27 Googletest export
    a3460d1a Googletest export
    c0777e65 Googletest export
    9741c422 Googletest export
    f8519738 Googletest export
    aa9b44a1 Googletest export
    eb6e9273 Googletest export
    662fe38e Googletest export
    d69a1129 Googletest export
    97f96cbc Googletest export
    5cfc63dd Googletest export
    df157130 Googletest export
    f381758e Googletest export
    7e5a3a57 Googletest export
    200c7ea1 isalnum -> IsAlNum for correct handling of signed chars
    f5e592d8 Googletest export
    065a0c81 Googletest export
    680a5aa3 Googletest export
    719fd2d3 Googletest export
    6e8a8623 Googletest export
    252ce9c5 Googletest export
    11da093e Merge pull request #3174 from sebkraemer:issue-15644
    23ef2955 Merge pull request #3314 from Vollstrecker:master
    f16d43cd Googletest export
    0d9daa99 Googletest export
    566fdcc9 Merge pull request #3364 from jbampton:fix-spelling
    8043818e Use URL instead of git-repo
    eaf9a3fd Googletest export
    831bc035 Googletest export
    124e87a3 Apply missing suggestions from code review for GTEST_SKIP
    1de97fd1 Apply suggestions from code review for GTEST_SKIP documentation
    c4ed56eb Add subsection for GTEST_SKIP documentation
    050b5175 chore: fix spelling
    c79eb87c Mention to explicitely set the option to it's default.
    8d664b94 Googletest export
    38c316fc Changes like Requested.
    4400d68d Googletest export
    486a4a6b Googletest export
    c3fc92f0 Googletest export
    ec7fa96f Merge pull request #3158 from GauthamBanasandra:patch-1
    965f8ecb Googletest export
    ad462b70 Merge pull request #3319 from a-sully:patch-1
    6a5eb807 Googletest export
    8a65bc03 Googletest export
    d0303e40 Googletest export
    601a6815 Googletest export
    54689b19 Googletest export
    5c8ca58e Googletest export
    4048829d Googletest export
    6c5c4554 Merge pull request #3155 from ZedThree:cmake-alias-libraries
    df7fee58 Googletest export
    c0dd0817 Googletest export
    66836f0a Googletest export
    6dabd081 Googletest export
    5142ccd2 Googletest export
    4595745f Googletest export
    53cc7cd1 Googletest export
    d4e3b8ce Googletest export
    32ad3c8c Googletest export
    1a8ecf18 Googletest export
    3ff1e8b9 Merge pull request #3315 from zaucy:master
    9c047902 Update nicestrictnaggy gmock cook_book links
    b7d472f1 Merge pull request #3291 from Be-ing:remove_zi_msvc
    ac1d60c2 Googletest export
    3bd41ab2 Internal change
    d0dbf0f6 Googletest export
    98ca4206 Googletest export
    5c08f92c Use @platforms instead of @bazel_tools for windows constraint
    5065389a Use Fetchcontent instead of ExternalProject
    e8512bc3 Googletest export
    861d535e Googletest export
    763eaa43 Googletest export
    bb4f87e6 Googletest export
    bf465ff0 Internal change
    bcfcf75e Merge pull request #3184 from N-Dekker:PrintTo-type_index-overload
    79b556ef Googletest export
    e7e59176 Googletest export
    32983d21 Googletest export
    de41f822 Googletest export
    e8b478a7 Googletest export
    3832a41e Googletest export
    497db77a remove -Zi from MSVC compiler options
    ac3c2a8d overload PrintTo for std::type_info and std::type_index
    1de637fb Googletest export
    d9c309fd Googletest export
    daa0df7b Googletest export
    7fb047bc Googletest export
    58937787 Googletest export
    bc32a874 Googletest export
    1a5a78b9 Googletest export
    9e2c7ab0 Googletest export
    0a3a3a84 Googletest export
    e935e6c3 Googletest export
    60928108 Googletest export
    eac6a02c Googletest export
    e09d2b6a Merge pull request #3216 from corentinmusard:master
    d4144d4e Googletest export
    0b4ecf54 Internal change
    e1657734 Merge pull request #3262 from platisd:master
    af058521 Googletest export
    9c2293af Googletest export
    36b77920 Googletest export
    46b18857 Do not include void into mocked method arguments
    f3ef7e17 Googletest export
    9e975a02 Googletest export
    7e73533a Googletest export
    b6323d21 Googletest export
    aea7f60b Googletest export
    8599d312 Googletest export
    fd873f6d Googletest export
    f4e7727c Googletest export
    8c269618 Googletest export
    f23cf000 Googletest export
    72611884 Googletest export
    d1143988 Googletest export
    273f8cb0 Googletest export
    8a761867 Googletest export
    3351eba0 Googletest export
    0fe14e2c Merge pull request #3231 from dreamer:po/fix-primer-link
    e3827e4e Googletest export
    a1dde9b1 Googletest export
    59dea67b Googletest export
    997c36c1 Googletest export
    4898cdac Merge pull request #3204 from kuzkry:CmpHelperXX-overloads-removal
    2c06d021 Googletest export
    17922f34 Googletest export
    14098f20 Googletest export
    f31c82ef Fix link to Google Test Primer
    d128fc82 Googletest export
    5ae6e6e7 Merge pull request #3214 from kuzkry:broken-link
    41ecb102 Googletest export
    b0eaf9d8 Googletest export
    a3c9bb99 Merge pull request #3206 from davidben:format-attr-2
    a2f906be Googletest export
    1b4e4776 fix a broken link
    6c58c11d Googletest export
    0186caf7 Googletest export
    6b2e7490 Googletest export
    50ce5201 Googletest export
    c13c27a5 Googletest export
    48928352 Googletest export
    996b65e6 Googletest export
    f8304d76 Googletest export
    95a9bdd9 Googletest export
    d7281311 Merge pull request #3189 from ellert:gtest-help-test-GNU/kFreeBSD
    e6e2f3f4 Simplify cmake install file
    28041f64 Restore GTEST_ATTRIBUTE_PRINTF_ on ColoredPrintf
    100ffc33 remove explicit function overloads of CmpHelper?? for BiggestInt arguments
    05e9fa23 Port to GNU/Hurd
    9614d8c1 Using auto instead of container::const_iterator
    389cb68b Merge pull request #3094 from chuckatkins:update-deprecated-cmake-version
    ed1bf868 Fix gtest-help-test failure on GNU/kFreeBSD
    263220d2 Use proper feature test macro to test if library supports char8_t
    ca4b7c9f Googletest export
    4f6fa708 Googletest export
    18f8200e Googletest export
    5a509dbd Googletest export
    fb4b3b6b Googletest export
    e5644f5f Googletest export
    8779937d Googletest export
    a02a5916 Googletest export
    7bf5057a Merge pull request #3159 from malcops:master
    d0e0529a Googletest export
    4fac06b4 Fix typo in CLI help message
    626ce00b Fix typo
    2292b6d8 CMake: Add namespaced ALIAS library
    93748a94 Googletest export
    141e9594 Googletest export
    73979ee1 Googletest export
    b8c4edf9 Googletest export
    d7370691 Googletest export
    1544828d Googletest export
    b1fbd33c Googletest export
    efe70361 Googletest export
    60b8906d Merge pull request #3114 from marbre:FindPython
    36d8eb53 Merge pull request #3118 from vinsonlee:initialize-TestInfo-is_in_another_shard_
    341429be Initialize TestInfo member is_in_another_shard_ in constructor.
    9dce5e5d Googletest export
    0e202cdb Googletest export
    a1adec79 Googletest export
    e7ed50fd Googletest export
    d385a772 Googletest export
    336fd36f Googletest export
    b4999a1e Googletest export
    826e9f25 Refactor finding python
    035de8c7 Merge pull request #3109 from hyukmyeong:typo
    cda39064 Merge pull request #3090 from knutpett:working_dir_on_diskless
    fbef0711 Googletest export
    0c400f67 Googletest export
    e5686bb1 Only save original working directory if death tests are enabled
    87347d54 fix typos
    d89b3630 Googletest export
    710f9c11 Googletest export
    fb98f744 Merge pull request #3008 from hyukmyeong:update_tutorial
    9fd28438 Merge pull request #2714 from kuzkry:remove-repeated-include
    ee2c62a6 Merge pull request #3086 from sfc-gh-ebrossard:master
    28287731 Googletest export
    32f4f52d Bump CMake minimum to 2.8.12
    bd619dee Add instructions for sanitizer integration
    3005672d Merge pull request #3044 from manavrion:improve_file_path_normalize
    1845b85a Googletest export
    a6dfd3ac Merge pull request #3073 from ArthurSonzogni:fix-typo
    fe0ee53f Fix typo "definedin in" => "defined in"
    620659ed Googletest export
    252ee42d Googletest export
    3c95bf55 Googletest export
    ebbeee39 Merge pull request #3042 from Aralox:Issue-2135-modify-mock-template-args-AX-to-TArgX
    a4621888 Googletest export
    f3dbe3ec Googletest export
    7e7e9442 Googletest export
    8ccc5ec5 Googletest export
    79dc0f23 Googletest export
    b2cb220e Googletest export
    fb239f0e Googletest export
    b55f834c Googletest export
    6abcfac2 Merge pull request #3050 from peternewman:patch-1
    d4df326d Googletest export
    d11c7617 Googletest export
    2cf1f99b Googletest export
    0555b0ea Googletest export
    72512aa8 Googletest export
    4abb012c Merge pull request #2837 from inazarenko:duck_type_protos
    870a6b55 Fix a typo
    113ca75c Improve FilePath::Normalize method
    07f48692 Merge pull request #3030 from ranodeepbanerjee:patch-1
    ee66065b Issue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2, ... to TArg1, TArg2,... to avoid clash with legacy header files
    1fb1bb23 Googletest export
    ed17c8cc A slight Gramatical change.
    477998ee Googletest export
    2ff8d94d Googletest export
    a0cbbba1 Merge pull request #3024 from Thomas-Barbier-1A:fix_warning_maybe_unintialized
    f278076e Merge pull request #3027 from keshavgbpecdelhi:patch-2
    705b9c1a Googletest export
    1f3484a2 Update cook_book.md
    fe4d5f10 Googletest export
    df94fc5f Googletest export
    634c52d9 Merge pull request #3014 from JethroSama:patch-1
    b5687db5 Googletest export
    4679637f Fix warning maybe-uninitialized
    7aca8442 Googletest export
    bb272534 Googletest export
    4181d7a1 Update README.md, added missing 'a'
    242ee272 Remove spaces between Google Test and Google Mock
    5afcb3ca Add follow-up patch for more natural reading
    2d1a18ff Apply the reviewed comment
    32437f41 Remove a space
    7aae2ac3 Improve the tutorial that may be confusing
    a4ab0abb Googletest export
    64660396 Merge pull request #2994 from xerus2000:gmock-docs
    5f8fcf4a Googletest export
    7b1cf6dd Googletest export
    af1e75ce Googletest export
    df6b7594 Googletest export
    296c9d29 Add timestamp to in old method mock macro guide
    1e315c5b Merge pull request #2895 from lantw44:wip/lantw/Avoid-using-environ-on-FreeBSD
    ec9be15b Googletest export
    655bff5d Merge pull request #2984 from earhart:master
    aa4cbcdc Merge pull request #2904 from AmatanHead:throw-matchers
    fc1e7788 Googletest export
    adeef192 Googletest export
    025e1a48 Export LICENSE
    10ade847 Googletest export
    6c655699 Googletest export
    3d93f880 Googletest export
    3af06fe1 Merge pull request #2961 from FranciscoThiesen:patch-1
    ce654c2f Merge pull request #2972 from srz-zumix:fix/remove_legacy_testcase_api_
    d0de618a Googletest export
    5a5caab3 Googletest export
    48ec6409 Googletest export
    b612003c fix endif comment
    7f1c8bb4 Remove ThrowsMessageHasSubstr and fix some nits after review
    a899cecb Cleanup a bulky expression, document implementation details
    4ebbfea6 Fix build under msvc
    c46bdea4 Update tests after changing an error message
    0a80845e Fix build under msvc
    92d0a6f7 Add a test to ensure that the `Throws` matcher only invokes its argument once.
    69c510fb Add a test for duplicate catch clauses in throw matchers, fix a couple of nitpicks.
    49d1201a Add missing documentation piece
    46734d9a Small improvements: code style and property name
    9ac4cd0f Add matchers for testing exception properties
    7d470772 fix tests
    e6e2d3b7 Merge pull request #2952 from jasjuang:master
    e61125f0 Merge pull request #2920 from ongjunjie:fix-death-test-regex
    7b2f00d9 Removing tiny-dnn from "Who is using.."
    68ca04c2 Googletest export
    317ec2f2 fix GTEST_REMOVE_LEGACY_TEST_CASEAPI_ typo
    18a9aeda Googletest export
    c6430992 Googletest export
    7bde252c fix clang tidy modernize-use-equals-default warnings
    a781fe29 Merge pull request #2937 from Ashikpaul:patch-1
    eb660507 Googletest export
    af287b4f Merge pull request #2903 from AmatanHead:informative-exception-asserts
    c4a5ee3a Fixed some minor typos
    70b90929 Googletest export
    c7f05e08 Merge pull request #2872 from elindsey:master
    592d4642 Merge pull request #2808 from OlivierLDff:cmake-cpp11-feature
    017c8d56 Merge pull request #2682 from mjvankampen:cmake-QNX-fix
    08b78779 Googletest export
    9aaaaf3f Googletest export
    b9a8afcf Googletest export
    356f2d26 Googletest export
    131878ce use target_compile_features to use c++11 if cmake > 3.8
    5c0ef1cb Fix test failing when simple regex is used
    aee0f9d9 Googletest export
    e5613588 Googletest export
    05c4a036 Googletest export
    849ed6b1 Merge pull request #2902 from mshingote:master
    a4007e94 Googletest export
    5e0cf72b Merge pull request #2718 from NINI1988:master
    62f388e1 Merge pull request #2891 from zoddicus:fixMinGW
    0d2830b2 Make EXPECT_THROW and EXPECT_NO_THROW macros more informative
    93dc015a Updated googletest issue tracker url.
    c6e309b2 Googletest export
    549c5d06 Googletest export
    2e8ebe69 Avoid using environ on FreeBSD
    8567b092 Googletest export
    82e56873 remove a duplicated include
    13a433a9 Googletest export
    9f287b46 Googletest export
    ec94d9f2 Googletest export
    1b0cdaae Googletest export
    1eda5d82 Fix build issue for MinGW
    4fe01803 Googletest export
    07d4a6e9 Merge pull request #2742 from kuzkry:c++17-type-printers
    210aab09 Googletest export
    cb44c86c Merge pull request #2755 from Conan-Kudo:set-version-for-libs
    26dadc22 Googletest export
    df6813f5 Googletest export
    a2533417 fix compilation on OpenBSD 6.7
    eb3953f8 make UniversalPrinter<std::any> support RTTI
    843267f0 specialize UniversalPrinter<> for std::any (without support for RTTI)
    95b0ea2c specialize UniversalPrinter<> for std::optional
    33b44c4b specialize UniversalPrinter<> for std::variant
    859bfe89 Googletest export
    fd32ba66 Googletest export
    85a46319 Googletest export
    07beabd6 Merge pull request #2767 from mvoorsluys:OutputXmlSkipped
    8f3854e2 Googletest export
    130ae78b Merge pull request #2862 from prehistoric-penguin:prehistoric-penguin-patch-1
    69fb7e5d Merge pull request #2845 from matepek:readme-update-with-opensource-proj
    731d908c Merge pull request #2677 from IYP-Programer-Yeah:fix-file-path-normalize-function
    99ea9ca3 Merge pull request #2698 from aribibek:patch-1
    6b08b41e Googletest export
    f3a59610 Googletest export
    a0669e07 Googletest export
    1397db9e Googletest export
    63713e1c Googletest export
    80d5177d Use count function instead of handwritten loop
    73fdce3b Merge remote-tracking branch 'original/master' into readme-update-with-opensource-proj
    7d394613 README.dm: Renamed related open source project name: Catch2 and Google Test Explorer -> C++ TestMate
    011959aa Googletest export
    8a32680c Googletest export
    48bf552c Merge pull request #2778 from lvjp:issue-2777
    77b8d767 Merge pull request #2844 from mstorsjo:windows-includes
    fe5300eb Googletest export
    d86e9e23 Remove an explicit include of debugapi.h
    09f58751 Revert "Googletest export"
    a09ea700 Googletest export
    e589a337 Merge pull request #2751 from calumr:quiet-flag
    1a9c3e44 Merge pull request #2830 from keshavgbpecdelhi:patch-1
    a9f6c1ed Googletest export
    4c9ad191 Detect proto messages based on presense of DebugString.
    0eea2e9f Googletest export
    3cfb4117 Googletest export
    472cd8fd Merge pull request #2818 from inazarenko:master
    b99b421d Merge pull request #2818 from inazarenko:master
    12932978 Googletest export
    ef25d27d Merge pull request #2815 from Quuxplusone:simple
    95555251 Googletest export
    d7ca9af0 Googletest export
    b0e53e2d Merge pull request #2797 from Jyun-Neng:master
    1b3eb6ef Googletest export
    fb5d9b66 Googletest export
    a6770105 Googletest export
    4bab55dc Removed a typo in README.md
    1b066f4e Add -Wdeprecated to the build configuration.
    c7d8ec72 Fix a -Wdeprecated warning.
    01c0ff5e Fix a -Wdeprecated warning.
    11b3cec1 Fix a -Wdeprecated warning.
    766ac2e1 Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.
    7c8ab528 Fix test with stack.
    9d580ea8 Enable protobuf printing for open-source proto messages.
    4f002f1e VariadicMatcher needs a non-defaulted move constructor for compile-time performance.
    dcc92d0a Merge pull request #2805 from pepsiman:patch-1
    71d5df6c Merge pull request #2802 from e-i-n-s:fix_clang_warning
    4c8e6a9f Merge pull request #2810 from ptahmose:master
    373d72b6 Googletest export
    4fe5ac53 Merge pull request #2756 from Conan-Kudo:fix-pkgconfig-reqs
    c2032090 Merge pull request #2772 from Quuxplusone:travis
    b51a49e0 Merge pull request #2773 from Quuxplusone:replace-noexcept
    ee014912 Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fix
    be3ac45c fix signed/unsigned comparison issue (on OpenBSD)
    0b6d5676 Remove redundant .c_str()
    644f3a99 gtest-unittest-api_test - fix warning in clang build
    e3f0319d Merge pull request #2715 from kuzkry:document-premature-exit-file-protocol
    7084afda Merge pull request #2762 from pkryger:avoid_sigprof
    c344cb5a Googletest export
    879fd9b4 Remove duplicate codes existed in get-nprocessors.sh
    61f010d7 Googletest export
    dc82a334 Merge pull request #2765 from kuzkry:unsupported-build-systems
    01e4fbf5 Merge pull request #2764 from kuzkry:googletest-output-test-dead-code
    e3c25c16 Fix --gtest_print_time coloring
    6ed4e716 Replace the last instance of `throw()` with `noexcept`. NFC.
    5504ded3 Fix a typo in .travis.yml
    189299e9 Merge branch 'master' into quiet-flag
    c447b216 Fixed xml unit-tests and added extra tests
    23dadb84 Fix multiple \n characters in xml file when using GTEST_SKIP.
    d28d05cc Only write ">\n" once when there is failure and skipped tests.
    59e5b401 Output skipped information in the xml file.
    67cc6608 Merge pull request #2350 from adambadura:MockFunctionFromStdFunction
    1ced315a Googletest export
    acabdf65 remove chapters on Autotools, Meson and plain Makefiles
    82e5767f remove dead code in googletest-output-test
    08347d7a Swap settimer and sigaction calls to avoid SIGPROF
    35492379 Ensure that gtest/gmock pkgconfig requirements specify version
    94a7cf8c Set the version for the libraries
    749148f1 Googletest export
    dbe804f9 Merge pull request #2746 from Romain-Geissler-1A:master
    fb19f578 Add GTEST_BRIEF option
    53740ebc Add support for std::function in MockFunction (#2277)
    e41f31f2 Add tests for MockFunction deduction (#2277)
    482ac6ee Googletest export
    c43f7100 Googletest export
    227faf41 Googletest export
    230afdb2 Googletest export
    0bf8ea30 Googletest export
    3de76551 Merge pull request #2722 from JohanMabille:warnings
    878bd92e Merge pull request #2716 from kuzkry:autotools-leftover
    cfb5ef4e Googletest export
    a1b0173d Make sure IsATTY does not clobber errno.
    e588eb1f Googletest export
    909b1ccf Googletest export
    fd538161 Googletest export
    ff487265 Add missing call for gtest_list_output_unittest_ unitTest. Add unitTest for fixed TEST_P line number. Use CodeLocation TestInfo struct.
    04e52ebe Fixed warnings
    25385c23 Fix: shadow member
    921972cb Add correct line number to TEST_P test cases for gtest_output.
    937b3ce9 Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fix
    23b2a3b1 Googletest export
    6f5fd0d7 Googletest export
    d0930731 Googletest export
    56de7cc8 Googletest export
    360f5f70 Googletest export
    139fa202 Googletest export
    41b5f149 Googletest export
    2d6d7a01 Googletest export
    fbf67a70 Googletest export
    11d9834e Googletest export
    d02e2772 Googletest export
    4f660912 Googletest export
    74b44b2d Googletest export
    572e261b Googletest export
    7bc671b8 Googletest export
    38f6608e Googletest export
    d6ce39ed Googletest export
    7413280c Googletest export
    87061810 Googletest export
    f1a6db9d Googletest export
    22397f28 Googletest export
    461bd03f fix a link to documentation
    c378d7eb remove a dead reference to the Autotools script
    c09fbb23 Fix always false condition and clean function body
    44517f98 Fixes extensions missing for QNX
    10b1902d Googletest export
    d01e356e Googletest export
    9417fb40 Merge pull request #2665 from bysreg:fix_noshortcircuitfailure_detectsflakyshortcircuit_test
    c59c7bab Merge pull request #2672 from ivan1993br:ivan1993br-platformio_update
    18b67bfc Googletest export
    8b4817e3 Googletest export
    5336106b Googletest export
    3e79d366 Googletest export
    7a8591e6 Googletest export
    0b024bd9 Googletest export
    ed16134f Googletest export
    aa431564 Remove exclusion of *-main and*-all targets
    c7137f0b Use IsReadableTypeName IsReadableTypeName in OfType function in gmock-matchers_test.cc
    3aa538cb fix unit test failure on NoShortCircuitOnFailure and DetectsFlakyShortCircuit when GTEST_HAS_RTTI is 1
    d854bd6a Googletest export
    c901f67d Googletest export
    8417b733 Googletest export
    4b9c1691 Googletest export
    306f3754 Googletest export
    07ab939a Merge pull request #2632 from Kravlalala:cmake/mingw_msys_build
    0d98d87e Googletest export
    153909f0 Googletest export
    fbe34cec Merge pull request #2639 from trzecieu:trzeci/move_ctor_assign
    a13a0626 Googletest export
    008629ae Merge pull request #2624 from ShabbyX:master
    d0a52125 Googletest export
    6f1a8ffd Googletest export
    bf31ed37 Make move operation noexcept.
    cc05a3ca Define default destructor for test classes
    05701fee Deleted functions as part of public interface
    77b3a250 Review notes: Return T& from assignment operators
    9d8222ad Disable move constructor and assignment operator for test classes.
    d166e094 Merge pull request #2590 from kuzkry:remove-workaround_g++-stale-comments
    0a0c8266 Googletest export
    1800a38f Revert "Googletest export": disallow empty prefix
    4b7809c2 Revert "Googletest export": Remove test for empty prefix
    d2016469 Workaround VS bug w.r.t empty arguments to macros
    5b162a79 Merge pull request #2589 from kuzkry:remove-workaround_g++-no-space-after-first-macro-argument
    d16f86ff Googletest export
    d8eeb976 Googletest export
    d442089d Googletest export
    88ba008c Merge pull request #2595 from kuzkry:remove-workaround_msvc-warning-4355
    a3097c82 Merge pull request #2592 from kuzkry:remove-workaround_msvc-error-C2665
    6251071a Googletest export
    20b8e7a1 Activate GNU extensions in case of MSYS generator
    78fdd6c0 Merge pull request #2609 from kuzkry:revert-2596
    9ed99c6c Googletest export
    2002f267 Googletest export
    1d563578 Merge pull request #2594 from kuzkry:remove-workaround_msvc-unneeded-const-dropping
    cf75d4b9 Googletest export
    ae8d1fc8 Googletest export
    52825d78 Merge pull request #2603 from maximilianschwab:patch-1
    11a9482f Merge pull request #2607 from oyefremov:patch-1
    b155875f Merge pull request #2583 from ChristophStrehle:master
    3957b889 Revert "remove MSVC workaround: wmain link error in the static library"
    967d8e05 Revert "unify googletest and googlemock main functions"
    b8a92f7c Rename test case to test suite
    34e92be3 Merge pull request #2604 from matepek:readme-update-with-opensource-proj
    39803f3c Merge pull request #2593 from kuzkry:remove-workaround_msvc-namespace-scope-from-nested-class
    0361bdf5 Merge pull request #2596 from kuzkry:remove-workaround_msvc-wmain-link-error
    db13ff1f Merge pull request #2597 from kuzkry:remove-workaround_Nokia-Sybian-SafeMatcherCastImpl
    be74b4b2 Googletest export
    7a8a5bce Merge pull request #2591 from kuzkry:remove-workaround_g++-using-on-operator<<
    a32a2000 Merge pull request #2588 from kuzkry:remove-workaround_g++-incorrect-comments
    51545ee5 Googletest export
    5a62d400 README.md: added Catch2 and Google Test Explorer
    838a3284 Fixed typo
    679bfec6 Googletest export
    af71b660 Merge pull request #2570 from xieyubo:1.10
    717ce7fe Googletest export
    a909becd unify googletest and googlemock main functions
    298a40f0 remove MSVC workaround: wmain link error in the static library
    bbbc5d8a remove Nokia's Symbian compiler workaround: SafeMatcherCastImpl
    e0c80b0a consistency fix for SafeMatcherCastImpl member functions
    6748df1e remove MSVC workaround: cease const dropping
    ecefcbd4 remove MSVC workaround: warning 4355
    a5136dbd remove MSVC workaround: error C2665
    21d276b5 remove MSVC workaround: accessing namespace scope from within nested classes
    a91e4e73 remove stale comments about older GCC versions
    e1dd4983 remove g++ 2.95.0 workaround: no space after first comma in macros
    2241be0c remove g++ 3.3 workaround: using on operator<<
    6a9d6d5c Fix compile break for Microsoft Visual Studio 2017 v141
    200ff599 Merge pull request #2569 from bgianfo:master
    4bf46623 Googletest export
    50cfbb72 Googletest export
    dcdb6506 Fix internal memory leak in Windows _Crt report.
    0c469a5a Fix FlatTuple compilation on older msvc.
    c27acebb Merge pull request #2521 from Sinclair-John:master
    f73898f3 Merge pull request #2554 from kuzkry:update-gen_gtest_pred_impl
    11440f27 Merge pull request #2556 from ienorand:avoid-pkg-config-lpthread-cflag
    dee725b0 add documentation for the premature-exit-file protocol
    d5707695 Googletest export
    681454da Googletest export
    e08a4602 Merge pull request #2549 from kuzkry:pump-support-for-python-3
    8aedd597 Merge pull request #2548 from kuzkry:update-pump-manual
    54978626 Merge pull request #2547 from kuzkry:typo
    3e062a6e Merge pull request #2373 from Youw:master
    6caa879a pkg-config: Remove pthread link flag from Cflags
    f79ac2ce change incorrect comments
    f9665846 update gen_gtest_pred_impl.py
    8697709e Merge pull request #2453 from kuzkry:gtest-port-clean-up_kMaxBiggestInt
    f658561e fix a typo
    442f45b3 pump.py: add support for Python 3
    523ad489 update pump_manual.md
    e8a82dc7 Merge pull request #2453 from kuzkry:gtest-port-clean-up_kMaxBiggestInt
    057ee506 Merge pull request #2533 from thejcannon:noexcept_spec
    2db3df9c Googletest export
    e2fc3a9c Googletest export
    0a034808 Googletest export
    f626deda Added special catch for std::exception in GTEST_TEST_NO_THROW_
    ba33a887 Googletest export
    fff8dabb Googletest export
    2bee6da2 Googletest export
    755f853c Googletest export
    757d39a7 Googletest export
    b5fb5ba0 Merge pull request #2527 from PiotrNycz:gmock_prevent_return_ref_to_store_temporaries_2
    a1f71dd5 Googletest export
    a8b1a66c Merge pull request #2388 from kuzkry:remove-gtest-type-util.pump
    1a49b67a update CONTRIBUTORS
    002905f2 move the pumping script to googlemock
    a7083564 remove gtest-type-util.h.pump
    e3a9a567 replace autogenerated TemplatesX classes by variadic ones
    eed64b5f replace autogenerated TypesX classes by variadic ones
    540835fa Merge pull request #2515 from ciband:feat/support_esp8266
    208c2f6b variable names corrected (followed google coding style)
    5ff72f52 Apply 80chars limit
    d0726821 Tests simplified and names corrected (POD->scalar)
    6e87238c remove BiggestInt
    37f32278 Googletest export
    676d0444 Revert "Merge pull request #2498 from thejcannon:noexcept_spec"
    1110c471 Merge pull request #2522 from cloudrex:patch-1
    8bab7883 Merge pull request #2514 from thejcannon:msvc_macro_issue
    aa1146da Googletest export
    37590da6 Added more tests to verify: ReturnRef not accept temporary
    19a3bbce Added tests verifying that temporaries are accepted by ReturnRef
    f1afeaa6 Googletest export
    b11fb80e Prevent using ReturnRef on reference to temporary
    8c91ecef Merge pull request #2517 from snarkmaster:master
    de112835 Merge pull request #2444 from kuzkry:remove-GTEST_ARRAY_SIZE_
    611a321a Googletest export
    a5216dd1 Merge pull request #2511 from kuzkry:PlatformIO-clean-up
    8ce64c08 Merge pull request #2454 from kuzkry:gtest-port-clean-up_dead-function
    011c4e23 Googletest export
    f164a9e2 Remove extra space
    5f92697d Fix Issue 2418
    f966ed15 Googletest export
    1f9edcd9 Googletest export
    bbe4b736 Googletest export
    2995ca56 Merge pull request #2507 from roblub:master
    cbf019de [googletest] Output skip message
    bdc29d5d Merge pull request #2421 from kuzkry:cleanup-for-regex
    4c25e2b8 Googletest export
    9e466f1e Merge pull request #2510 from ciband:chore/update_pio_version
    778733f9 feat: Add ESP8266 support
    e1b67b07 Avoid recursive macros
    3cddd56e Add more override keywords
    84a5ae8b Update to distinguish prelease purpose of this fork.
    3e813465 Removing extraneous parenthesis
    f8961b99 Evaluate and cat NARG in different macros
    c2206b05 Add ESP8266 configs to PlatformIO build
    40a6b966 feat: Add support for ESP8266 platform
    5fe52336 Removing extraneous test
    fe112cfe Replace compile-test with preprocessor test
    d935e8e3 Fix preprocessor tests
    c1e8e71a Add a compile test
    c081ceeb Workaround MSVC VA_ARGS weirdness
    ba513d2c Merge pull request #2498 from thejcannon:noexcept_spec
    a3ca5b9e Googletest export
    eafd2a91 Merge pull request #2456 from kuzkry:gtest-port-clean-up_breaking-changes
    37905b9d Merge pull request #2498 from thejcannon:noexcept_spec
    a4a5a7c7 Googletest export
    ed78e54f Googletest export
    9b970024 clean-up broken paths for PlatformIO
    31406d79 chore:  update version
    bc996e08 Made noexcept condition more exciting
    58c71977 Merge pull request #2505 from zebmason:cornichon
    20b5b8ec Googletest export
    5395345c Merge pull request #2497 from thejcannon:handle_null_filename
    cb1d5db1 Merge pull request #2448 from kuzkry:bad-googletest-export
    de69803b Mention Cornichon as a related open source project
    cd17fa2a Merge pull request #2475 from peterbarker:pr/google-add-override
    20255e6f Use declval in noexcept expression
    7f8617a7 Switch to free function to avoid GCC bug
    872b9ceb Avoid comma operator
    0eadff8a Fix spacing
    10c1d8c4 Use the verbatim noexcept spec in MOCKED_METHOD
    3f5a8c6e Merge pull request #2495 from hyukmyeong:typo
    2ed2211d Use FormatFileLocation for streaming file and line
    4360e426 Merge pull request #2491 from SoapGentoo:fix-GNUInstallDirs-pkg-config
    b96832a4 Add documentation for pkg-config in cross-compilation settings
    5126ff48 Revert "Use pcfiledir for prefix in pkgconfig file"
    76a560c8 Googletest export
    703bd9ca Googletest export
    4105eb72 Googletest export
    68319c19 Googletest export
    51f7396d Fix typo in documents
    dc1ca9ae Googletest export
    72adf7a4 Googletest export
    cb3f7ce1 Googletest export
    a783ade7 Googletest export
    bf0fe874 Googletest export
    076c4619 Googletest export
    c78ea26f Bump llvm version to 4 so brew can work again
    2460f971 Add many missing override keywords
    e0d16aa3 remove GTEST_ARRAY_SIZE_
    90a8ab70 mention the existing support for wide strings in string matchers
    3339b97c square away the stuff that hasn't been merged in a manual review
    7c2bd3af square away the stuff that hasn't been merged in a manual review
    f2fb48c3 Googletest export
    cad3bc46 Googletest export
    c96da8fe change usings
    c7a03daa Merge pull request #2387 from kuzkry:iff
    ac24edd6 Googletest export
    274afe50 Googletest export
    0cd3fbc8 change includes in gtest-port.h
    33a0d4f6 Googletest export
    838ea5ce remove GTEST_HAS_STD_STRING
    bafa644c remove a dead function
    3a450398 Googletest export
    62a109a2 Googletest export
    c2b2cd88 Googletest export
    3f05f651 Googletest export
    6123df92 Googletest export
    ab8f346b Googletest export
    565f1b84 Merge pull request #2398 from kuzkry:custom-type-traits-iterator_traits
    a648da95 Merge pull request #2420 from kuzkry:remove-autotools-section
    eb56ee5a Googletest export
    d9c55a48 Merge pull request #2426 from kuzkry:#2396-postreview
    85f059f0 Merge pull request #3 from google/master
    fdd6a1dc Merge pull request #2382 from kuzkry:dead-metafunction
    6a3d632f Googletest export
    38ce18e8 post-review to db1b7399 (#2396)
    ed2eef65 Googletest export
    db1b7399 Googletest export
    46525e1e Merge pull request #2394 from kuzkry:custom-type-traits-duplication-of-custom-index_sequence
    c6d88409 Merge pull request #2401 from kuzkry:custom-type-traits-add_lvalue_reference
    9bf34ace Merge pull request #2400 from kuzkry:custom-type-traits-enable_if
    f8e9b376 remove references to autotools and combine gTest&gMock sections
    fb49e6c1 Merge pull request #2393 from kuzkry:custom-type-traits-remove_const
    d1ad644d Googletest export
    7bd4a7f3 restore mistakenly removed iffs in their explicit form
    c9ccac7c Googletest export
    d5e9e0c3 Merge pull request #2397 from kuzkry:custom-type-traits-is_reference
    30e58a89 Merge pull request #2381 from Yannic:fix_bazel
    fcffabb5 Googletest export
    410b5298 Googletest export
    27e17f78 Googletest export
    eb78ee17 Googletest export
    976b37fe Googletest export
    44de8697 remove a dead metafunction
    e9d5f427 Googletest export
    d44b137f Googletest export
    4083746e Merge pull request #2391 from adambadura:FixCygwin
    9b704069 Merge pull request #2399 from kuzkry:custom-type-traits-is_same
    6aba4a5c Merge pull request #2382 from kuzkry:dead-metafunction
    c16f5705 Merge pull request #2386 from kuzkry:outdated-comment
    a92e4a8e Googletest export
    3835e15d Googletest export
    de38f638 Googletest export
    6a015ca1 reuse IndexSequence from googletest
    ec49fbca remove custom implementations of std::is_same
    da76d01b remove a custom implementation of std::is_reference
    364839ab remove a custom implementation of std::remove_const
    e2c06aa2 remove a custom implementation of std::iterator_traits
    11471da7 remove a custom implementation of std::enable_if
    2c2c9e33 remove a custom implementation of std::add_lvalue_reference
    6dbddd32 Use -Wa,-mbig-obj for Cygwin/MinGW always
    871dcd1f remove an outdated comment
    d51cce4f remove a dead metafunction
    90a443f9 Merge pull request #2378 from kuzkry:markdown-table
    f8f5fcab Googletest export
    dd5402d9 Googletest export
    79690c53 Merge pull request #2372 from pitrou:issue2371-windows-crt-asserts
    800c9b30 Update Bazel on Windows
    6fd262ec Prepare for Bazel incompatible changes
    6aa98d5c fix an improperly generated table
    f64f7bd3 Merge pull request #2375 from kuzkry:broken-links
    07ec69a8 Merge pull request #2359 from kuzkry:superfluous-mutable
    d0cb77dc fix broken links
    b4961ab1 Googletest export
    2f499db0 Merge pull request #2111 from knuto:pr/remove_slash
    9f8c3934 Googletest export
    c39ee9c4 Fix #2371: Redirect Windows CRT assertions to stderr
    11be5f53 Googletest export
    4e29e488 Merge pull request #2358 from kuzkry:adjustment-of-similar-comments
    6c7a8bec Merge pull request #2341 from ChrisBaish:master
    cc34e8fa Merge pull request #2357 from kuzkry:obsolete-documentation
    47092933 Merge pull request #2361 from guillemglez:master
    6a2adc0e Googletest export
    c8d338c6 Merge pull request #2353 from anttsov:patch-1
    8756ef90 Googletest export
    da28d301 Googletest export
    b15335df Googletest export
    a3eee98c Googletest export
    2221875d Googletest export
    210239e8 Fix table formatting in advanced.md
    637b0411 remove an excessive mutable type specifier
    96c851d0 adjust a comment to the similar section in advanced.md
    64b17693 Update README.md
    287b37f2 update pre-C++11 paragraphs
    9311242d Merge pull request #2356 from kuzkry:typos
    0647b90e Merge pull request #2354 from kuzkry:trailing-whitespaces
    4cd6e4d3 Merge pull request #2355 from kuzkry:markdown-numbering
    bf6df7ea fix typos
    d384b883 fix numbering of ordered lists in Markdown
    28e1dde2 remove trailing whitespaces
    579591a3 Update README.md
    c205468b Merge pull request #2338 from kuzkry:environment-documentation
    05747d2e Merge pull request #2342 from Jauler:master
    3821ecd5 Googletest export
    a45c24ac Googletest export
    b2983b2f Merge pull request #2331 from adambadura:CMakeCorrection
    bb481d2d Manual docs tweaks still in preparation for including docs with code pushes
    c4b68b91 Manual docs tweaks still in preparation for including docs with code pushes
    1be5ce09 Correct CMake to cover Cygwin
    2134e3fd Googletest export
    373ed74a Googletest export
    0a5efc11 Googletest export
    e93b5e06 Fix small errors in primer.md
    3525e398 Moved explanation to single line as well
    af11cda5 Moved table to single lines
    d64e4cf1 Merge remote-tracking branch 'upstream/master' into primer_md_table_update
    b77e5c76 Manual docs tweaks still in preparation for including docs with code pushes
    a743249a Manual docs tweaks still in preparation for including docs with code pushes
    15756aa0 Manual docs tweaks still in preparation for including docs with code pushes
    34ddfff9 Manual docs tweaks still in preparation for including docs with code pushes
    2fa7be93 explicitly show overriding to align examples to their comments
    cc49f5b2 document a missing parent class
    adb49077 Update primer.md
    2ef13f52 remove outdated
    96bf3b1a remove outdated
    ad52f7d0 Merge branch 'master' of github.com:google/googletest
    63e878b6 Preparation for including docs in round-trip with OSS, Manual merge, review and merge docs internal-OSS
    0ef404e2 Googletest export
    6077f444 Merge pull request #2332 from adambadura:AddMissingInclude
    1f809607 Add missing <functional> include
    f899e81e Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS
    4ab6f4d7 Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS
    3d9cdd58 Googletest export
    f38f4d8f Googletest export
    e4f097b5 Googletest export
    947aeab2 Preparation for including docs in round-trip with OSS
    5af948b3 Preparation for including docs in round-trip with OSS
    073a2da4 Preparation for including docs in round-trip with OSS
    01573aa0 Merge branch 'master' of github.com:google/googletest
    afa91432 Merge pull request #2324 from kuzkry/fix-broken-link
    31ff5978 Preparation for including docs in round-trip with OSS
    b97b96a1 Merge pull request #2309 from cclauss/patch-1
    b0568dcb fix a broken link
    5c4d53fd Merge pull request #2326 from kuzkry/missing-references-to-documentation
    f81dbd6c add missing references to DesignDoc and KnownIssues
    b138afde rename and apply snake_case on KnownIssues.md
    1d5b7cc1 rename and apply snake_case on FrequentlyAskedQuestions.md
    92d92f2f rename and apply snake_case on ForDummies.md
    6078089e rename and apply snake_case on Documentation.md
    382cdf91 rename and apply snake_case on DesignDoc.md
    275bbc78 rename and apply snake_case on CheatSheet.md
    ee3aa831 Fix bad advice in cook book (#2308)
    dfb5e22b Travis CI: The sudo: tag is now deprecated in Travis CI
    437e1008 Documentation sync in preparation to including docs with full source sync
    834dff3b Documentation sync in preparation to including docs with full source sync
    c1845f65 Update README.md
    2a1a3e29 Merge pull request #2296 from rmstar/replace_golinks
    ce58a597 Remove google internal links from documentation on github
    b4676595 Incremental doc changes in preparation for doc sync
    152c7dfd missed the actual file in previous commit
    5ed950c9 Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
    ac31db8f small docs restucture and cleanup
    ba68290c small docs restucture and cleanup
    2f42d769 Merge branch 'master' of github.com:google/googletest
    39ea9e8a Remove outdated from README
    1d721a7a Googletest export
    ee32b72e Googletest export
    4f016036 Merge pull request #2290 from gennadiycivil:master
    be8d0146 Googletest export
    ed43ecf9 Merge pull request #2288 from gennadiycivil:master
    60b92986 Fixing CI break by going to bazel 0.26.1
    c1a584d3 Merge branch 'master' of https://github.com/google/googletest
    02767277 Revert "testing, explicitly specify compiler"
    d7003576 Googletest export
    d1185b9f Googletest export
    fe3a10b4 revert travis.yml, irrelevant
    93d69df4 bazel 0.26.1
    4b6a3cc6 bazel 0.26.1
    1e5ad17e testing with bazel 0.26.1
    919142f8 testing with bazel 0.26.1
    6c971ca9 testing, explicitly specify compiler
    176eccfb Merge pull request #2287 from PhilLab/patch-1
    fd20d1ec Merge pull request #2286 from gennadiycivil/master
    b72b1bee docs/primer: Fixed usage of test case
    e110929a Documentation sync working on the documentation being included with the code
    cd6b9ae3 googlemock/docs/CookBook.md small doc test
    41961e9e Merge branch 'master' of https://github.com/google/googletest
    f7c178ec Makefiles are no longer supported. Adding pseudo-break with their impending removal to make sure that people who are interested will notice
    38d967e8 doc is still valid
    7ada9b66 Finish removing autotools
    807d590a Finish removing autotools
    74905ef8 Also remove googlemock/scripts/gmock-config.in
    84a498de Merge pull request #2285 from tomalakgeretkal:c++17-fix
    6b8c1381 Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
    26afdba7 Merge pull request #2283 from xammy:cmake-cmp0054
    d515158d Fixed issue #2284 (Incompatibility with C++17)
    e580d991 Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without interpreting it as a variable.
    af4c2cb0 Formatting Changes
    fa9a4768 Formatting Changes, README
    89656ddb Update README.md
    076b7f77 remove obsolete codegear files
    fbcb2eb2 removing obsolete language from docs, CMake and Bazel is the only supporeted build methods
    6f79a3b8 removing gmock msvc solution, as CMake and Bazel is the only supporeted build methods
    527a493f removing build-aux files , as CMake and Bazel is the only supporeted build methods
    b93980dd removing xcode files , as CMake and Bazel is the only supporeted build methods
    60a6d5fc removing msvc solution, as CMake and Bazel is the only supporeted build methods
    da10da05 Merge pull request #2268 from kalaxy/fuse_spi_in_header
    577daedd Merge pull request #2274 from goudan-er/master
    0183a459 Merge pull request #2270 from Peter-Levine:fix-signed-wchar
    3ff7cd0f fix typo
    31200def Googletest export
    08a68b6f Googletest export
    711fccf8 Don't allow signed/unsigned wchar_t in gcc 9 and later
    6044c267 Fuse gtest-spi.h into the resulting header.
    8ffb7e5c Merge pull request #2264 from mbrobbel:suppress-cmp0048-warning
    899c0826 Googletest export
    97d8c47d Suppress CMake policy warning (CMP0048)
    f5edb4f5 Update CONTRIBUTING.md
    a2059b40 Update CONTRIBUTING.md
    7f1c0f6f Merge pull request #2260 from 741g:master
    88f04930 Merge pull request #2259 from ngie-eign:fix-maintainers-typo
    dc792bc6 Update README.md
    feb55f22 removing msvc
    a67e9a84 removing msvc
    928f7a34 removing codegear
    2f58f41d unbreak windows build
    699943fe Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)
    f71fb4f9 Update advanced.md
    03273a89 Merge pull request #2254 from chaoran:master
    5b4a135f add unit test for overload & operator
    9d4cde44 Added docs for testing::RegisterTest
    2fc23831 Use std::addressof to instead of plain '&'.
    52998153 Googletest export
    3f5b5b8f Googletest export
    bf3ef5c9 Merge pull request #2245 from daquexian:fix_wsign_conversion
    63be3dcc Googletest export
    ca642a92 Fix -Wsign-conversion error by adding static_cast
    9997a830 Merge pull request #2242 from SylvestreG:master
    3c911d2d Removing  obsolete msvc 2005 and 2010
    87348c21 Removing  obsolete codegear and msvc 2010
    82f9c8d6 Googletest export
    61cdca56 Merge pull request #2241 from ngie-eign:fix-wsign-conversion-fallout
    9037e9bd Fix compilation on CentOS 7
    bd47c09b Address fallout from -Wsign-conversion work on Windows
    b953e05b Remove / from parameterized test names if base test name is empty
    84d98653 Googletest export
    a53e931d Update README.md
    0c68c865 Googletest export
    9f4f27b2 Googletest export
    fa52cd63 Googletest export
    a0d60bed Merge pull request #2170 from ngie-eign:issue-2146-ver2
    9f893b99 Googletest export
    6d668180 Googletest export
    39f72ea6 Merge pull request #2230 from return:style-issue
    698d45d3 Sort Haiku platform definition alphabetically.
    adc8a88f Merge pull request #2226 from davidben:msvc-5046
    ea9c49b9 Merge pull request #2229 from return:haiku-support
    520a1e52 Merge pull request #2228 from rongou/patch-2
    0a00ba64 Add Haiku platform support.
    f658dcba replace test case with test suite in the primer
    7473c5ca Merge pull request #2225 from rongou/patch-1
    8e9297b5 MSVC C5046 warning is unavailable in MSVC 2015.
    d622dfe8 add missing period
    604ba376 Update README.md
    f683de65 Merge pull request #2222 from Ivaylo-Kirov/patch-1
    dc62d1e7 Update ForDummies.md
    3829b84e clang: fix `-Wsign-conversion` errors
    5ba69d5c Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag
    c061ffaf Googletest export
    7475ba50 clang: explicitly enable/disable RTTI support with the compiler
    1f3b098e Merge pull request #2203 from ngie-eign:issue-2189
    c9e0aed9 Googletest export
    b617b277 Googletest export
    2efd659a Merge pull request #2163 from ngie-eign:cmake-fix-gtest-binary-prefixing-when-gmock-enabled
    d9825431 Googletest export
    67c75ff8 Handle GTEST_SKIP() when calling `Environment::SetUp()`
    9b6de41b Prefix googletest binaries under its own subtree instead of `gtest`
    5b752b19 Googletest export
    1f64659f Update CONTRIBUTING.md
    1040b342 Update CONTRIBUTING.md
    a5532dae Merge pull request #2199 from syohex/update-xcode-project-file-again
    c651b452 Update Xcode project file
    a18ac392 Merge pull request #2193 from antismap/patch-1
    d31151a4 Update googletest/docs/advanced.md
    10e98c4f Merge pull request #2180 from twam:master
    f1883b18 Googletest export
    a4b63e7e Googletest export
    f2333609 Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P  keyword change
    f957bd0c Merge pull request #2181 from sethraymond/patch-1
    c3ac2655 Remove old_crtdbg_flag_ member if not required
    1619ebcf DesignDoc Markdown table was broken
    8b6d3f9c Merge pull request #2158 from CarloWood:master
    3dd2e841 Googletest export
    a1dd0778 Googletest export
    db9b85e2 Googletest export
    56ef07a2 Googletest export
    fc979623 Minor build system fixes.
    efecb0bf Googletest export
    5154386c Merge pull request #2152 from rsinnet/patch-1
    d70cd4e3 Fix grammatical error in primer.md
    37ae1fc5 Merge pull request #2147 from ngie-eign:gtest-test-death-test-dont-hardcode-test-name
    b6473fcf Merge pull request #2126 from ngie-eign:clang-add-more-strict-warnings
    cd09534d Don't hardcode the filename in `CxxExceptionDeathTest.PrintsMessageForStdException`
    7203f37f Merge pull request #2137 from ngie-eign:clang-ignore-sign-conversion
    1411d27a Merge pull request #2061 from samolisov:building-with-bazel-as-a-dll-on-windows
    c5a792d1 Merge pull request #2125 from ngie-eign:clang-unused-parameter
    c3748930 Merge pull request #2123 from ngie-eign:clang-inconsistent-missing-override
    873e4798 Googletest export
    0e424c75 Googletest export
    6d4d2f06 Merge pull request #2141 from dspinellis/index-fix
    9dc235b5 Avoid array index out of range
    fcf59ca7 Ignore `-Wsign-conversion` issues
    1c22797c Fix clang `-Wunused-parameter` warnings
    5388473a Fix clang `-Winconsistent-missing-override` warnings
    2147806d Fix clang `-Winconsistent-missing-override` warnings
    a4af76cf Add `cxx_strict_flags` for clang to match FreeBSD's WARNS flags
    d850e144 Merge pull request #2112 from knuto:pr/fix_null_pointer
    54ec41f0 Merge pull request #2121 from ngie-eign:add-dragonflybsd-and-kfreebsd-support
    f73b2fb3 Merge pull request #2114 from knuto:pr/libtool_support
    ea43be9d Merge pull request #2119 from ngie-eign:clang-wunused-private-field
    e5e846da Merge pull request #2120 from ngie-eign:clang-compile-with-basic-warns-flags
    75c33960 Merge pull request #2113 from knuto:pr/set_old_gtest_ver
    96826743 Import `patch-bsd-defines` from FreeBSD ports [1]
    1ded8319 Compile clang with `-Wall -Wshadow -Werror`
    ed2fe122 Fix -Wunused-private-field issues with clang
    c4ccab33 Googletest export
    b37574c1 Merge pull request #2107 from ciband:feat/finish_platformio_support
    b68ec344 Merge pull request #2101 from MaEtUgR:fix-cmake-cygwin
    4f79e316 Googletest export
    28a96d18 Googletest export
    dda0df3b Googletest export
    60cf0331 Set gtest version correctly for older cmake versions
    f4d3cdb6 Generate a libgtest.la to help libtool managing dependencies
    48e6f1f3 Stop TestInfo::Run() calling a function through null pointer
    47568ead fix:  Correct *-all.cc file paths
    9a502a5b Merge pull request #2100 from ngie-eign/test-clang-osx-every-travis-run
    e28b5060 Merge pull request #2103 from kw-udon/fix-json-in-advanced-md
    b3679d85 Fix an invalid example of JSON report in advanced.md
    f80d6644 Update .travis.yml
    5dfcd1bc Update .travis.yml
    9df5475b Test out changes with clang/OSX each PR using Travis CI
    50059a12 Googletest export
    52ea4f7b Googletest export
    876bdfa5 Googletest export
    471f5bc4 Merge pull request #2098 from ciband:feat/finish_platformio_support
    f8925343 cmake: detect Cygwin which needs extensions to build
    67265e07 cmake: move global project definition to beginning
    0ea2d8f8 Googletest export
    53798de9 chore: Add PlatformIO supported platforms list
    b2b24622 fix: Add Arduino to embedded platform list
    fe519d64 fix: Add *_all.cc files to ignore list
    4f4c01d8 Merge pull request #2092 from Billy4195/Update_README
    1c23efb4 Fix README.md broken link
    e0425498 Merge pull request #2091 from google/gennadiycivil-patch-1
    acde02c6 Repeat #2090
    8e37822b Merge pull request #2063 from mathbunnyru:master
    ce29e55c Merge pull request #2090 from KellyWalker/patch-1
    2775733e Update advanced.md casing in example
    9318a18c Added -Wgnu-zero-variadic-macro-arguments" clang
    1f42ae73 Merge pull request #2063 from mathbunnyru:master
    01148677 Merge pull request #2086 from hugolm84:fix-dynamic/static-runtime-link
    718bb65a Avoid dynamic/static runtime linking (LNK4098) by properly replacing MD(d)->MT(d) in both C and CXX flags, resolves 2074
    5ec7f0c4 Merge pull request #2079 from acozzette:fix-dist
    46b81732 Fixed "make dist"
    bf07131c Merge pull request #2041 from ciband:chore/fix_library_json
    fdc59ffd Googletest export
    569fba4d Googletest export
    91bfc082 Enable CI on Windows (appveyor) with Bazel
    9518a574 Googletest export
    7c4164bf Fix INSTANTIATE_TEST_CASE_P with zero variadic arguments
    0adeadd2 Googletest export
    eb9225ce Googletest export
    9acd065a Googletest export
    097407fd Googletest export
    c868da19 Enable building as a shared library (dll) on Windows with Bazel
    0599a7b8 Googletest export
    2edadced Workaround homebrew issue
    6693e85b Merge branch 'master' of github.com:google/googletest
    bc1023b4 Googletest export
    7a7e2bba Googletest export
    50f1a779 Merge pull request #2051 from enptfb55:master
    f31bf1d3 Googletest export
    216c37f0 Googletest export
    45c58aa6 fix:  Add Arduino setup()/loop() functions back
    644319b9 Merge pull request #2048 from ciband:chore/clang_tidy
    b6cd4052 Googletest export
    8369b5bb fixing build errors for unused parameter
    ade8baa7 clang-tidy: modernize-deprecated-headers
    23e69378 misc:  Reapply Arduino functions
    202dcabf misc:  Revert formatting changes.
    fd1c7976 Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json
    0ffa5f97 Merge branch 'master' into chore/fix_library_json
    23533009 chore:  Add Windows cmake files to .gitignore
    adc5045c chore:  Alphabetize exclude directories.
    3880b13e Merge pull request #2042 from gennadiycivil/master
    58e62f7a Merge branch 'master' of https://github.com/google/googletest
    5d3a2cd9 Update docs, TestCase->TestSuite
    827515f8 Googletest export
    3a460a26 Googletest export
    0c0ca903 fix:  Correct *_main.cc paths
    4d62b5b9 fix:  Remove Arduino entry points
    ac8c102d Update README.md
    6e410a3a Update README.md
    8a27d164 Update README.md
    bfcc47fc Merge pull request #2026 from justin6case/example_makefile_improvements
    1bcbd587 Merge pull request #2037 from ciband:chore/fix_library_json
    14c2fba7 Googletest export
    f8b1c1af Googletest export
    933e5df2 Merge pull request #2039 from gennadiycivil/master
    8ed34e0f Remove outdated scripts
    2ace910a Revert "test, please ignore"
    25905b9f Merge branch 'master' of https://github.com/google/googletest
    de99386b Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json
    6d5ce40d fix:  Add additional source and include directories.
    3bedb5a9 Merge pull request #2035 from syohex/update-xcode-project-file
    0cf2130c Update Xcode project file
    6729a136 Merge #2002
    77004096 Update README.md
    16269ae2 Merge pull request #2027 from ciband:chore/fix_library_json
    c0ef2cbe fix:  Correct GitHub paths
    15061316 Update README.md
    4160336c Merge pull request #2013 from ciband:chore/fix_library_json
    34a99e54 Googletest export
    b93a13ec Improvements have been made to the example/sample makefiles for both googlemock and googletest. Library files are now created and named like versions produced by Cmake.
    a83cc11a Googletest export
    9494c45e Googletest export
    e26a3fa1 Googletest export
    9ab640ce Googletest export
    7515e399 Googletest export
    85c4172e Update README.md
    ed3f9bb2 Googletest export
    b7dd6651 Googletest export
    1ec20f87 Googletest export
    096fb37a Googletest export
    0f698c83 chore:  Add .vs to .gitignore for Visual Studio
    1496f73c fix:  correct JSON syntax
    130e5aa8 Merge pull request #2 from google/master
    b5f5c596 Merge pull request #2000 from ciband:feat/add_support_platformio
    c6cb7e03 Googletest export
    81f00260 Googletest export
    3949c403 Update README.md
    6ef59138 Googletest export
    b545089f Merge pull request #2004 from cotsog/patch-1
    3b1f43c2 Use if statements
    fc0f9267 Don't cache APT packages on OS X/macOS
    ea5e941d Change directory ownership earlier
    6cbd3753 Googletest export
    06bb8d4d Googletest export
    b5c08cb9 Cache gcc and clang APT packages
    31eb5e9b chore:  Update version to latest release
    d9251df8 fix: Remove global chmod from Travis
    39c09043 chore:  Add initial library.j…
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e1f32f0 View commit details
    Browse the repository at this point in the history
  2. Update "googletest" from "https://github.com/google/googletest.git@re…

    …lease-1.12.1"
    
    git-vendor-name: googletest
    git-vendor-dir: vendor/github.com/google/googletest
    git-vendor-repository: https://github.com/google/googletest.git
    git-vendor-ref: release-1.12.1
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    96de293 View commit details
    Browse the repository at this point in the history
  3. Squashed 'vendor/github.com/google/benchmark/' changes from 5b7683f4.…

    ….361e8d1c
    
    361e8d1c version bump
    ef7f75fb simplified code (#1439)
    e27c9307 use target_compile_definitions (#1440)
    7b3ac075 Stop generating the export header and just check it in (#1435)
    d845b7b3 Also fix the SOVERSION for benchmark_main
    d4bc509b Fix SOVERSION of shared library
    7a2024e9 v1.6.2 bump
    48c2d1c1 Expose google_benchmark.State for python bindings. (#1430)
    4efcc474 Suppress nvcc `offsetof` warning (#1429)
    1531ee0d Correct typo in Passing Arguments section
    ac8a6d3d cleanup comments
    8205547c fix sanitizer builds by using clang 13 (#1426)
    0a95a422 fix dependabot numpy version warning
    a8bc318b fix cmake warning for libcxx setup
    4136c4a3 Expose default help printer function (#1425)
    dfdda57a Fix DoNotOptimize() GCC compile error with some types (#1340) (#1424)
    7280499e Remove redundant formatting tags (#1420)
    b7afda2c Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403)" (#1417)
    af7de865 Clarify that the cpu frequency is not used for benchmark timings. (#1414)
    8545dfb3 Fix DoNotOptimize() GCC copy overhead (#1340) (#1410)
    efadf67a Add possibility to ask for libbenchmark version number (#1004) (#1403)
    2365c4a6 add multiple OSes to bazel workflow (#1412)
    920fa148 fix some build warnings on type conversions
    108ca848 fix typo in comment
    6d50251d Report large numbers in scientific notation in console reporter (#1303) (#1402)
    7eb8c0fe Introduce warmup phase to BenchmarkRunner (#1130) (#1399)
    6c46c9f5 Add support to get clock for new architecture CSKY (#1400)
    37be1e82 Add option to get the verbosity provided by commandline flag -v (#1330) (#1397)
    aecbdbff fix some typos (#1393)
    bc4639c1 Add installation and build instructions for Python bindings (#1392)
    8d86026c Enable -Wconversion (#1390)
    b0d5adfa Add benchmark labels to the output of the comparison tool (#1388)
    a162a38c Filter out benchmarks that start with "DISABLED_" (#1387)
    dc901ff9 Fix wheel job name for PyPI uploads (#1384)
    6f75bb52 Shut down Bazel gracefully and revert wheel build strategy to job matrix (#1383)
    74ae5672 Small optimization to counter map management (#1382)
    3eac3b60 getting sysinfo in line with Google style (#1381)
    60b16f11 Promote inclusive language. (#1360)
    a480a088 [nfc] Reformat doc-string in generate_export_header (#1376)
    808571a5 Fix Bazel build breakage caused by commit 6a894bd. (#1374)
    6a894bd5 Build `//:benchmark` as a static library only. (#1373)
    5704cd4c add note about wheels action to releasing docs
    3eab9854 Change artifact download name to dist to match upload name (#1371)
    7d6f1534 Remove conditional trigger from PyPI upload job (#1370)
    9a71e5d7 Add BENCHMARK_STATIC_DEFINE to the Python bindings' `cc_binary` local defines. (#1369)
    4a1943d6 Update LICENSE file to clearly state which file needs BSD 3 (#1366)
    4f77cf9e Fix float comparaison and add float comparison warning (#1368)
    705202d2 Add PyPI upload job to wheel building workflow (#1359)
    a25f3cde Appended additional BSD 3-Clause to LICENSE (#1363)
    eacce0b5 Add SetBenchmarkFilter() to set --benchmark_filter flag value in user code (#1362)
    df7749cd Add long description and content type for proper PyPI presentation (#1361)
    d08e7b60 Allow setting the default time unit globally (#1337)
    e33986a0 restore BENCHMARK_MAIN() (#1357)
    7cb29142 @platforms is magical; remove it from WORKSPACE. (#1356)
    e057a7ce Make generate_export_header.bzl work for Windows. (#1355)
    e82a6ed7 avoid case sensitive issues with duplicated names (#1354)
    b46208fc move bzl file out of tools (#1352)
    c5636440 Introduce the possibility to customize the help printer function (#1342)
    28b210eb simplify reference to internal path (#1349)
    7b46d3dd Check for macro existence before using (#1347)
    9e47d070 annotate and export public symbols (#1321)
    6e51dcbc Expose default display reporter creation in public API (#1344)
    d2cbd4b2 Avoid potential truncation issues for the integral type parameterized tests. (#1341)
    bdea5051 Add mutex when reading counters_ (Fixes #1335) (#1338)
    1ee7bee6 Use Win32 API only for Win32 apps (#1333)
    14eee07f bump numby, as per dependabot (#1336)
    6d51a119 Fix cross compilation for macOS ARM builds in `cibuildwheel` (#1334)
    d0fbf8ac Cache PerfCounters instance in PerfCountersMeasurement (#1308)
    57b2bfa3 Fix some errors in Custom Statistics demo code. (#1332)
    acd75620 Refine the User Guide CPU Frequency Scaling section (#1331)
    9e859f5b Refine docs on changing cpufreq governor (#1325)
    00e22110 Expand documentation for unpacking arbitrary arguments. (#1324)
    6cf20f1e Suppress GoogleTest warnings on windows (MSVC) too. (#1320)
    5531ec80 Add docs on Memory profiling (#1217). (#1319)
    31e79417 Add docs for `ThreadRange`. (#1318)
    0d98dba2 Creating release commit for v1.6.1
    0e78738a Destructor not returning is expected in some cases (#1316)
    6dfe7afb Address c4267 warning on MSVC (#1315)
    3b3de694 Fix `-DBENCHMARK_ENABLE_INSTALL=OFF` (Fixes #1275) (#1305)
    b0006727 Avoid errors due to "default label in switch which covers all enumeration values" in Windows codepath (#1302)
    1f994050 update googletest to latest release tag 1.11.0 (#1301)
    ab867074 clang-tidy: readability-redundant and performance (#1298)
    fd258bbd Update user_guide.md (#1296)
    fe2e8aa1 Fix broken link to Setup/Teardown section (#1291)
    680d3fdb Add clang-tidy check (#1290)
    d6ba952f compare.py: compute and print 'OVERALL GEOMEAN' aggregate (#1289)
    ce92bbfb remove long-defunct cli parameter
    88ea9d90 lose some build warnings
    91ed7eea Disable clang-tidy (unused-using-decls) (#1287)
    8722d6f0 disable lint check where we know it'd fail (#1286)
    b5bb9f06 Add Setup/Teardown option on Benchmark. (#1269)
    a07f6d17 Googletest renamed master to main today. (#1285)
    8401429e Remove bazelbuild/rules_cc dependency (#1283)
    926f61da Support for building with LLVM clang-10/clang-11 on Windows. (#1227)
    a17480dd Fix dependency typo and unpin cibuildwheel version in wheel building … (#1263)
    b3c08f6e check clang format on pull requests and merges (#1281)
    c07a4989 format tests with clang-format (#1282)
    fcef4fb6 clang-format Google on {src/,include/} (#1280)
    431abd14 Fix warning with MacOS (#1276)
    4b99670c Fixed typo in doc:  s/marcro/macro (#1274)
    329fb06d Fix error with Fix Werror=old-style-cast  (#1272)
    8826ef79 Fix error Wshorten-64-to-32 (#1273)
    8aae0a4f [cleanup] Change `== ""` to `.empty()` on string to avoid clang-tidy warnings (#1271)
    4f31803e Fix un-initted error in test and fix change the API previously proposed to use std::string instead of raw char* (#1266)
    da01c5e6 use docker container for ubuntu-16.04 builds (#1265)
    4f47ed2c [RFC] Adding API for setting/getting benchmark_filter flag? (#1254)
    fca34829 Allow template arguments to be specified directly on the BENCHMARK macro (#1262)
    365670e4 Added Doxygen support. (#1228)
    80d70ddd Fix -Wdeprecated-declarations warning once more. (#1256)
    1e3ab7fa Merge remote-tracking branch 'upstream/pr/1240'
    1be88c06 cmake: allow to use package config from build directory
    33959495 Merge remote-tracking branch 'upstream/pr/1244'
    eb9100bf cmake: make package config relocatable
    2f30903c GoogleTest.cmake.in: mention BENCHMARK_USE_BUNDLED_GTEST
    8c8052aa GoogleTest.cmake.in: immediately error-out after failure message, Closes #1255
    7fad964a Introduce additional memory metrics (#1238)
    f730846b Fix -Wdeprecated-declarations warning triggered by clang-cl. (#1245)
    285e5e97 Cmake: options for controlling werror, disable werror for PGI compilers (#1246)
    59bbc7fd cmake: eliminate redundant `target_include_directories` (#1242)
    0baacde3 Update policy to match reality
    713b9177 Fix mention of --benchmarks in comment (#1229)
    400ed3f5 Added support of packaged GTest for running unit tests. (#1226)
    1bd8098d Optimized docs installation (#1225)
    c23a0012 Remove unused parameter from lambda. (#1223)
    92f50a22 add  to final releasing step
    f91b6b42 bump version to 1.6 in preparation for release
    4f807059 COnsole reporter: if statistic produces percents, format it as such (#1221)
    45b194e4 Introduce Coefficient of variation aggregate (#1220)
    12dc5eea Statistics: add support for percentage unit in addition to time (#1219)
    67b77da3 report.py: adjust expected u-test values for tests
    e7a84158 CMake: add forgotten include(FeatureSummary) into FindPFM.cmake to fix build
    2b093325 replace #warning with #pragma message  (#1216)
    04c46660 force cmake version to 3.5.1
    e7fa637c [NFC] PFM: actually report package as found, and advertise description
    0a447f8a Fix links to further doc in user_guide.md (#1215)
    dc1a9717 Introduce accessors for currently public data members (threads and thread_index) (#1208)
    8fd49d66 Fix a -Wunreachable-code-aggressive warning (#1214)
    c4b06e5b Set theme jekyll-theme-minimal
    0fb4b751 wrap things that look like tags but aren't with `{% raw %}`
    990299ff install docs folder when installing library (#1212)
    91ce110b add .DS_Store to .gitignore
    201b981a refactor the documentation to minimise `README.md` (#1211)
    2d054b68 Merge branch 'main' of github.com:google/benchmark
    ddc76e51 preparing v1.5.6 release
    cb9afbba Set theme jekyll-theme-modernist
    07f833d6 so much for googletest not failing any more
    d0db4e01 turn back on strict mode for googletest as it no longer breaks
    4124223b Change the default value of `--benchmark_filter` from "." to <empty> (#1207)
    1067dfc9 Remove dead code from PredictNumItersNeeded (#1206)
    ab74ae5e downgrade warnings for googletest (#1203)
    9433793f Add wheel and sdist building action to GH Workflow (#1180)
    e451e50e add g++ to sanitizer buildbots (#1197)
    1fcb5c23 Don't return a reference when the callers all expect pointers.
    19026e23 fix clang-tidy warnings (#1195)
    94f845ec Fix typos (#1194)
    05a2ace7 Fix type warning on certain compilers (#1193)
    40d2069d Use C++11 atomic_signal_fence for ClobberMemory (#1190)
    38b767e5 Bazel qnx (#1192)
    d6778aeb Deduplicate test function name in python bindings example (#1189)
    1799e1b9 prefix VLOG (#1187)
    6a5bf081 prefix macros to avoid clashes (#1186)
    5da56604 Move flags inside the `benchmark` namespace (#1185)
    62937f91 Add missing trailing commas (#1182)
    c932169e Provide helpers to create integer lists for the given ranges. (#1179)
    5b751848 benchmark_runner.h: Remove superfluous semi colon (#1178)
    e991355c [NFCI] Drop warning to satisfy clang's -Wunused-but-set-variable diag (#1174)
    f90215f1 Add support for new architecture loongarch (#1173)
    34240912 Use modern clang/libc++ for sanitizers (#1171)
    bdd6c447 Enable various sanitizer builds in github actions (#1167)
    fbc31405 Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163)
    d17ea665 Fix leak in test, and provide path to remove leak from library (#1169)
    32cc6071 [NFCI] Make BenchmarkRunner non-internal to it's .cpp file
    520573fe [NFCI] RunBenchmarks(): extract FlushStreams()/Report() functions
    6e32352c compare.py: sort the results (#1168)
    0c1da0a7 Make 'complexity reports' cache per-family, not global (#1166)
    80a62618 Introduce per-family instance index (#1165)
    4c2e32f1 Introduce "family index" field into JSON output (#1164)
    e0a080d0 BenchmarkFamilies::FindBenchmarks(): correctly use std::vector<>::reserve()
    a54ef37a Ensure that we print repetition count even when it was specified via flag `--benchmark_repetitions=`
    e025dd5a Revert "Implementation of random interleaving.  (#1105)" (#1161)
    6f094ba1 Fix perf counter argument parsing (#1160)
    4ff73496 Run build-and-test on all branches
    f10b9c0c Un-disable github actions :]
    604112c2 Run build-and-test on all branches
    09a87e31 Set theme jekyll-theme-hacker
    bc5651e5 bump version to v1.5.4
    0e1255af Removing freenode from README
    db2de74c Fix pedantic compilation flag violation (#1156)
    a4bcd937 fix version recorded in releases (#1047)
    a6a738c1 Implementation of random interleaving.  (#1105)
    c983c3ec remove appveyor and add libera.chat as IRC resource
    e539e807 [PFM] Extend perf counter support to multi-threaded cases. (#1153)
    7d0d9061 Support -Wsuggest-override (#1059)
    3b508fad Refactor `BenchmarkInstance` (#1148)
    1f47b6b6 Remove travis configs that are covered by actions (#1145)
    0852c79f remove done TODOs
    551a21ba add g++-6 to ubuntu-14.04 (#1144)
    17948a78 Add MSVC ARM64 support to cmake (#1090)
    a53b8853 Add ubuntu-14.04 build and test workflow (#1131)
    a2e8a8a9 Clean -Wreserved-identifier instances (#1143)
    e0826ede Fix StrSplit empty string case (#1142)
    e50b572e cmake: Add explicit BENCHMARK_ENABLE_LIBPFM option (#1141)
    d0c227cc Add API to benchmark allowing for custom context to be added (#1137)
    33c133a2 Add `benchmark_context` flag that allows per-run custom context. (#1127)
    ba9a763d Add multiple compiler support to build-and-test workflow (#1128)
    64cb55e9 enable markdown rendering on github pages
    376ebc26 Support optional, user-directed collection of performance counters (#1114)
    835951aa Be compliant and return 0 from main.
    264976de Fix windows warning on type conversion (#1121)
    86da5ec2 Add verbosity to CI logs (#1122)
    d882be1e fix cmake issue with referencing a non-existing function argument (#1118)
    058fb588 [tools] Fix dumb mistake in previous commit - print aggregates only means aggregates, not non-aggregates
    362c2ab9 [tools] Don't forget to print UTest when printing aggregates only
    c05843a9 [sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117)
    69054ae5 Use fewer ramp up repetitions when KeepRunningBatch is used (#1113)
    0882a74c Add bazel status to README
    2dad9aef Re-enable bazel without bazelisk and with scoped build/test targets (#1109)
    39b5a298 Improve BENCHMARK_UNUSED definition (#1111)
    07578d82 Shrink the tz_offset size to 41. (#1110)
    f1deaf16 fix minor typo (though this is an external property)
    5a77a6d8 fix minor typo
    b8084e50 fix minor typo
    5e387e7d Implement custom benchmark name (#1107)
    cc9abfc8 Fix URL to googletest primer (#1102)
    50c9eb54 Removing conanfile (and support) per #1088 (#1099)
    4c26070d disable bazel for now (#1101)
    5c43112e Update 'Output Files' section to reflect csv support. (#1095)
    a9b9471c Fix typo in invalid file name error message. (#1094)
    d90321ff - add support for Elbrus 2000 (e2k) (#1091)
    ea5a5bbf Add MSVC ARM64 support for reading clocks (#1052)
    8df87f6c Revert "Add bazel target for benchmark_release (#1078)" (#1081)
    a6d08aea Create workflow to exercise bazel build (#1079)
    d8254bb9 Add bazel target for benchmark_release (#1078)
    378ed8ff Add 'seconds' time unit (#1076)
    bf585a27 Fix some bazel warnings about missing sha256 on http_archives
    17a6b21e Fix Range when starting at zero (#1073)
    7fa6f1f9 Disable lto-type-mismatch warnings (#1071)
    37ced31b Added support for macro expansion in benchmark names (#1054)
    348aa2c9 bazel support for tools (#982)
    d9abf017 Rename 'mftbl' to 'mftb' (#1069)
    a9704c26 Nanosleep workaround for z/OS in sleep.cc (#1067)
    dce3322a Add support for z/OS XL compiler inline asm syntax (#1063)
    3d1c2677 src/benchmark_register.h: add missing <limits> inclusion (#1060)
    af72911f Add support for DragonFly BSD (#1058)
    ffe1342e Add CycleTimer implementation for M68K architecture (#1050)
    2d9bfe1e Include github workflows status in README
    949f5bb1 Add support for JSON dumps of benchmark diff reports. (#1042). Fixes #737.
    7efada2d Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043)
    73d4d5e8 Bind benchmark builder to Python (#1040)
    df9e2948 Add workflow to exercise bindings (#1041)
    12e85b2e Bind more State methods/attributes to Python (#1037)
    beb360d0 Create pylint.yml (#1039)
    47515508 Revert previous linker additions for FreeBSD as the problem is Bazel using /usr/bin/clang instead of /usr/bin/clang++ to link C++ code. (#1035)
    4475ff6b Adds -lm linker flag for FreeBSD/OpenBSD and uses github.com/bazelbuil… (#1032)
    01c0ab7c Fix Clang builds on Windows (#1021)
    48579623 Add CartesianProduct with associated test (#1029)
    5c25ad3a Ctest support (#1025)
    bb978c06 Update build instructions to better use CMake (#1017)
    5b72b6c2 Remove "BENCHMARK_" prefix from env var version of command line flags (#997)
    4986d0b2 Create build-and-test.yml (#1013)
    1302d2ce Add missing breaks for QNX cache counting (#1012)
    99010118 JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008)
    37177a84 Fix python extension import (#1000)
    39c8d58a Rename python bindings package to `google_benchmark`. (#999)
    7f27afe8 Expose methods for custom main functions in Python. (#993)
    8f5e6ae0 Add requirements.txt for python dependencies (#994)
    39b6e703 adds a "--no-color" flag to the compare.py script (#990)
    15e6dfd7 timers: silence strncat truncation warning (#984)
    76efbcdd Merge pull request #980 from brianwolfe/wolfe-fix-overflow-warning
    7cc06ef8 timers: just make the buffers big enough
    f25ea40a timers: use snprintf instead of sprintf
    f6ac240c timers: silence format overflow warning
    99c52f14 use rfc3339-formatted timestamps in output [output format change] (#965)
    8039b403 Upgrade bazel from 0.10.1 to 3.2.0 (#976)
    4ecb5f31 Merge branch 'master' of github.com:google/benchmark
    22e55e18 Add some simple docs for installing the Python bindings from source. (#975)
    74b4612c Add absl dependency as needed
    b63da7b8 Ignore python bindings build artifacts
    4e88f582 move releasing doc to docs
    6746c65b Expose `SkipWithError` in Python bindings. (#968)
    9284e90f Drop unused mingw.py (#966)
    d3ad0b9d Add Python bindings. (#957)
    56898e9a Add missing <cerrno> header include - fixes Android build (#960)
    ecc16853 Fix formatting issues introduced by a77d5f7 (#959)
    8cead007 Remove warnings for internal use of CSVReporter (#956)
    a77d5f70 Fix cycleclock::Now for RISC-V and PPC (#955)
    0ab2c290 Fix type conversion warnings. (#951)
    b23d3557 Fix Travis-ci builds (#950)
    e30cac6b Revert "Add d postfix to Debug libraries (#923)" (#947)
    70d89ac5 Revert "Add d postfix to Debug libraries (#923)"
    8e0b1913 Update issue templates
    c0783374 Relax CHECK condition in benchmark_runner.cc (#938)
    168604d8 [docs] Use `benchmark::IterationCount` rather than `int64_t` in lambda to complexity (#940)
    8982e1ee Fix MSVC warning. (#935)
    e5ea03ce Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934)
    5ac80de0 Disable pedantic warnings and errors until googletest/gmock is fixed
    daff5fea Alias CMake Targets. Fixes #921 (#926)
    5ce2429a Add d postfix to Debug libraries (#923)
    0811f1d7 Fix typo in mutex.h (#917)
    36711948 CPU caches are binary units, not SI. (#911)
    318d0711 README.md: a few adjustments after #894
    daf276ff Document environment variables options usage (#894)
    49aa79b6 update header guard to match style
    a8b36933 Merge pull request #905 from LebedevRI/misc-cleanup
    51d991f1 ParseCommandLineFlags(): do not dereference argc if it is null
    c22c266e JSONReporter: RoundDouble(): use std::lround() to round double to int
    cc7f50e1 BenchmarkRunner: use std::lround() to round double to int
    74e112ae mingw.py: check for None via 'is', not '=='.
    173aff82 src/counter.h: add header guard
    c50ac68c CMake: use full add_test(NAME <> COMMAND <>) signature (#901)
    cf446a18 Remove superfluous cache line scaling in JSON reporter. (#896)
    d16ae64e Set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#889)
    bc200ed8 Read options from environment (#881) (#883)
    309de598 Switch to Starlark for C++ rules. (#887)
    f4f5dba4 Cache RUN_${FEATURE} variable in CXXFeatureCheck.cmake (#886)
    b8bce0c7 fixed the param order in g++ command and fixed the path for -L (#879)
    b874e722 Guard definition of __STDC_FORMAT_MACROS in ifndef (#875)
    7411874d Define HOST_NAME_MAX for NaCl and RTEMS (#876)
    e7e3d976 Add missing parenthesis to code sample, and fix spacing. (#877)
    d2fc7fe6 Guard ASSERT_THROWS checks with BENCHMARK_HAS_NO_EXCEPTIONS (#874)
    bf4f2ea0 Addresses issue vgough#634. (#866)
    ef7d51c8 Allow setting GOOGLETEST_PATH cmake argument. Fixes #867 (#868)
    7ee72863 Remove unused `doc` argument from `DEFINE_` macros. (#857)
    67853d3e Add .gitignore rule to ignore temporary .swp backup files created by vim. (#859)
    ffadb65d Documentation of basic use of DenseRange. (#855)
    3523f11d Update README.md: fix MS VS version requirement
    7d97a057 Custom user counters: add invert modifier. (#850)
    c4084619 Disable deprecated warnings when touching CSVReporter internally.
    140fc22a Corrected the installation procedure (#849)
    140db8a2 fix typo in README (#844)
    66482d53 README.md: corrected cmake commands (#846)
    ff7e2d45 README.md: Spelling fix (#845)
    32a1e397 Bugfix/wsl selftest fixes. Fixes #839 (#843)
    8e48105d CMake; windows: link to lowercase 'shlwapi' - consistent with headers (#840)
    df4f9fe3 docs: fix typo (#837)
    4abdfbb8 Add RISC-V support in cycleclock::Now (#833)
    04a9343f Make some functions const (#832)
    090faecb Use IterationCount in one more place
    f92903cc Iteration counts should be `uint64_t` globally. (#817)
    2e7203aa CMake: check CMAKE_CXX_COMPILER_ID, not CMAKE_C_COMPILER_ID
    12c978c5 Mark CMake project as C++-only (#681)
    b988639f Fix compilation for Android (#816)
    33d44046 Don't read CMAKE_BUILD_TYPE if it is not there (#811)
    7d856b03 If gtest targets are already defined, use them. (#777)
    823d2463 Add support for GNU Install Dirs from GNU Coding Standards. Fixes #807 (#808)
    13b8bdc2 Bump required cmake version from 2.x to 3.x (#801)
    94115f44 Revert "Travis-ci: more correctly pass -m32 to 32-bit jobs"
    7da47d03 Travis-ci: more correctly pass -m32 to 32-bit jobs
    727a81aa CMake: avoid incorrect extra "" around the GOOGLETEST_PATH.
    4b771940 CMake: codedrop of googletest cmake magic from me (#809)
    05d8c1c5 Improve README (#804)
    588be044 escape special chars in csv and json output. (#802)
    1d41de84 Add command line flags tests (#793)
    415835e0 fix master branch on *BSD (#792)
    56fd56dc Refactor U-Test calculation into separate function. (#740)
    c5b2fe93 Load http_archive for bazel build
    7a1c3702 Add process_time for better OpenMP and user-managed thread timing
    30bd6ea7 Fix .clang-format
    3bc802e4 Silence CMake Policy 0063 warning (#790)
    6a5c379c Set theme jekyll-theme-midnight
    64dcec38 Set theme jekyll-theme-midnight
    e3666568 Negative ranges #762 (#787)
    478eafa3 [JSON] add threads and repetitions to the json output (#748)
    fae87266 Replace JSON inf and nan with JS compliant Infinity and NaN
    5acb0f05 Travis-ci: fix clang+libc++ build (#783)
    f6e96861 BENCHMARK_CAPTURE() and Complexity() - naming problem (#761)
    df7c7ee1 [Tooling] report.py: whoops, don't ignore the rest of benches after a bad one.
    f62c63b1 [Tooling] report.py: don't crash on BigO/RMS benchmarks
    d205ead2 [#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (#775)
    0ae233ab [#766] add x-compile support for QNX SDP7 (#770)
    7c571338 Prefer -pthread to -lpthread for better compatibility when cross-compiling (#771)
    b8ca0c42 README.md: mention that fixture has SetUp() / TearDown()
    97393e5e Add -lpthread to pkg-config Libs.private. (#755)
    785e2c31 Move Statistics struct to internal namespace (#753)
    4b9f43e2 Fix header lines length (#752)
    eec9a8e4 Add minimal Conan support (#728)
    dc106455 Set CMP0048 policy before project() to silence warnings (#750)
    4528c76b Print at least three significant digits for times. (#701)
    57bf879d README.md: document State::{Pause,Resume}Timing()
    0ed529a7 Update documentation of benchmark_filter (#744)
    47a5f77d #722 Adding Host Name in Reporting (#733)
    1f3cba06 Update reference to complexity calculation (#723)
    5cb8f8a0 Fix signed vs unsigned comparisons in string_util unit tests (#742)
    eee8b05c [tools] Run autopep8 and apply fixes found. (#739)
    eafa34a5 Remove use of std::tmpnam. (#734)
    19f7d5c2 README.md: complexity lambda takes int64_t arg. Fixes #719
    c9f2693e StrFormat() is a printf-like function, mark it as such, fix fallout. (#727)
    c9311a44 README.md: BM_Sequential(): the return type is 'void'
    56f5cd6a Fix C++17 mode compilation with Apple clang (#721)
    b1717916 Merge branch 'atdt-report_loadavg'
    b5082bbd Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-report_loadavg
    bb15a4e3 Ensure all informational cmake messages have STATUS type
    a9b31c51 Disable exceptions in Microsoft STL (#715)
    c6193afe Fix parsing of cpuinfo for s390 platform. (#712)
    507c06e6 Aggregates: use non-aggregate count as iteration count. (#706)
    99d1356c [NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708)
    9cacec8e [NFC] RunBenchmarks(): s/has_repetitions/might_have_aggregates/ (#707)
    d731697a Fix SOURCE_DIR in HandleGTest.cmake (#705)
    8356d646 Revert "Fix SOURCE_DIR in HandleGTest.cmake (#703)" (#704)
    60975230 Fix SOURCE_DIR in HandleGTest.cmake (#703)
    8503dfe5 benchmark_color: fix auto option (vgough#559) (#699)
    9ffb8df6 Fix Clang Detection (#697)
    a8082de5 [NFC] Refactor RunBenchmark() (#690)
    d8c0f274 Fix possible loss of data warnings in MSVC. (#694)
    edc77a36 Make State constructor private. (vgough#650)
    eb8cbec0 appveyor ci: drop Visual Studio 12 2013 - unsupported by Google Test master branch. (#691)
    aad33aab [Tooling] Rewrite generate_difference_report(). (#678)
    439d6b1c Include sys/time.h for cycleclock.h when building on MinGW (#680)
    52613079 [benchmark] Lowercase windows specific includes (#679)
    a5e9c061 [Tooling] 'display aggregates only' support. (#674)
    1b44120c Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676)
    58588476 Track two more details about runs - the aggregate name, and run name. (#675)
    c614dfc0 *Display* aggregates only. (vgough#665)
    f274c503 Backport LLVM's r341717 "Fix flags used to compile benchmark library with clang-cl" (#673)
    f0901417 GetCacheSizesMacOSX(): use consistent types. (vgough#667)
    a7ed76ad Travis-ci: attempt to add 32-bit osx xcode build (vgough#669)
    305ba313 Pass name by const-reference instead of by value in class Statistics' constructor (vgough#668)
    fbfc495d add missing closing bracket in --help message (vgough#666)
    51599675 Mark Set{Items,Bytes}Processed()/{items,bytes}_processed() as deprecated. (vgough#654)
    caa2fcb1 Counter(): add 'one thousand' param. (vgough#657)
    d9cab612 [NFC] s/console_reporter/display_reporter/ (vgough#663)
    a0018c39 Ignore 32 bit build option when using MSVC (vgough#638)
    8688c5c4 Track 'type' of the run - is it an actual measurement, or an aggregate. (vgough#658)
    9a179cb9 [NFC] Prefix "report(_)?mode" with Aggregation. (vgough#656)
    ede90ba6 Make tests pass on 1-core VMs (vgough#653)
    af441fc1 properly escape json names (vgough#652)
    94c4d6d5 [Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (vgough#645)
    f85304e4 Remove redundant default which causes failures (vgough#649)
    d939634b README improvements (vgough#648)
    f965eab5 Memory management and reporting hooks (vgough#625)
    63e183b3 Add note to tools.md regarding scipy.
    e1150aca Add Ori Livneh to AUTHORS and CONTRIBUTORS
    da9ec3df Include system load average in console and JSON reports
    1f35fa4a Update AUTHORS and CONTRIBUTORS (vgough#632)
    0c21bc36 Fix build with Intel compiler (vgough#631)
    5946795e Disable Intel invalid offsetof warning (vgough#629)
    847c0069 fixed Google Test (Primer) Documentation link (vgough#628)
    b123abdc Add Iteration-related Counter::Flags. Fixes vgough#618 (vgough#621)
    d8584bda Use EXPECT_DOUBLE_EQ when comparing doubles in tests. (vgough#624)
    7d03f2df [Tooling] Enable U Test by default, add tooltip about repetition count. (vgough#617)
    151ead62 Disable deprecation warnings when -Werror is enabled. (vgough#609)
    505be96a Avoid using CMake 3.6 feature list(FILTER ...) (vgough#612)
    1301f53e cmake: use numeric version in package config (vgough#611)
    7fb3c564 Fix compilation on Android with GNU STL (vgough#596)
    4c2af078 (clang-)format all the things (vgough#610)
    4fbfa2f3 Some platforms and environments don't pass a valid argc/argv. (vgough#607)
    d07372e6 clang-format run on the benchmark header (vgough#606)
    7b8d0249 Deprecate CSVReporter - A first step to overhauling reporting. (vgough#488)
    16703ff8 cleaner and slightly larger statistics tests (vgough#604)
    c8adf453 Add some 'travis_wait' commands to avoid gcc@7 installation timeouts. (vgough#605)
    a6a1b0d7 Benchmarking is hard. Making sense of the benchmarking results is even harder. (vgough#593)
    ec0f69c2 Update README.md
    e776aa02 Add benchmark_main target. (vgough#601)
    d7aed736 Corrections, additions to initial doc (vgough#600)
    ce3fde16 Return 0 from State::iterations() when not yet started. (vgough#598)
    6d74c062 split_list is not defined for assembly tests (vgough#595)
    e90801ae Remove unnecessary memset functions. (vgough#591)
    718cc91d [Tools] Fix a few python3-compatibility issues (vgough#585)
    e8ddd907 There is no "FATAL" in message(), only "FATAL_ERROR" (vgough#584)
    16af6450 Run git from the source directory (vgough#589) (vgough#590)
    8986839e Use __EMSCRIPTEN__ (rather then EMSCRIPTEN) to check for emscripten (vgough#583)
    ea5551e7 Porting into OpenBSD (vgough#582)
    62a9d756 Update bazel WORKSPACE and BUILD files to work better on Windows. (vgough#581)
    b678a202 Fix bazel config to link against pthread. (vgough#579)
    ed1bac84 Issue 571: Allow support for negative regex filtering (vgough#576)
    105ac14b Add caching for cxx_feature_check (vgough#573)
    64d4805d Fix precision loss warning in MSVC. (vgough#574)
    c4858d80 Report the actual iterations run. (vgough#572)
    64e5a13f Ensure 64-bit truncation doesn't happen for complexity_n (vgough#569)
    50ffc781 Optimize by using nth_element instead of partial_sort to find the median. (vgough#565)
    2844167f Fix vgough#564 - gmock/gmock.h not found in benchmark tests.
    9913418d Allow AddRange to work with int64_t. (vgough#548)
    e7eb54b5 Fix uninitialized warning (vgough#560)
    7b03df7f Add tests to verify assembler output -- Fix DoNotOptimize. (vgough#530)
    df60aeb2 Rely on compiler intrinsics to identify regex engine. (vgough#555)
    e668e2a1 Fix vgough#552 - GCC and Clang warn on possibly invalid offsetof usage.
    68e22894 Fix vgough#538 - gtest.h not found when building with older CMake versions.
    674d0498 Move thread classes out to clean up monolithic code (vgough#554)
    a9beffda Add support for building with Bazel. (vgough#533)
    61497236 Make string_util naming more consistent (vgough#547)
    f48a28d1 Do not let StrCat be renamed to lstrcatA (vgough#546)
    69a52cff Spelling fixes (vgough#543)
    47df49e5 Add Solaris support (vgough#539)
    ff2c255a Use STCK to get the CPU clock on s390x (vgough#540)
    56f52ee2 Print the executable name as part of the context. (vgough#534)
    e9a49be7 Update note about linking with pthreads (vgough#536)
    19048b7b Fix typo in README.md (vgough#535)
    858688b8 Ensure std::iterator_traits<StateIterator> instantiates.
    6ecf8a8e Don't include <sys/resource.h> on Fuchsia. (vgough#531)
    207b9c7a Improve State packing: put important members on first cache line. (vgough#527)
    3924ee7b Fixups following addition of KeepRunningBatch (296ec5693) (vgough#526)
    37dbe80f Attempt to fix travis timeouts during apt-get. (vgough#528)
    dd8dcc8d Make output tests more stable on slow machines.
    562f9d25 Fix GTest workaround on MSVC
    906749a4 Work around Gtest build failure caused by -Werror=unused-function. (vgough#529)
    296ec569 Support State::KeepRunningBatch(). (vgough#521)
    bc83262f .vs/ and CmakeSettings.json to gitignore (vgough#522)
    df415adb Some small clang-tidy fixes (vgough#520)
    4fe0206b Fixes compilation error caused by integer precision loss due to implicit (vgough#518)
    9f5694ce Wrap COMPILER macros. (vgough#514)
    e1c3a83b Merge pull request vgough#509 from efcs/fix-gtest-install
    778b85a7 Prevent GTest and GMock from being installed with Google Benchmark.
    052421c8 Updated documentation. (vgough#503)
    e4ccad7c Update README.md
    7db02be2 Add support for GTest based unit tests. (vgough#485)
    de725e5a Document new 'v2' branch meant for unstable development.
    7f2d2cd5 fix xcode travis builds by skipping mkdir errors
    5b2c0866 Enforce using a semicolon after BENCHMARK_MAIN to remove compiler warnings (vgough#495)
    0bbaeeaf Add GCC on OSX to list of Travis CI configurations. (vgough#492)
    95a1435b Fix compilation error with GCC on OSX (issue vgough#490). (vgough#491)
    c45f0186 CMake: implement LTO for clang. Fixes vgough#478 (vgough#487)
    eae42212 Added the installation guide for Ubuntu (vgough#489)
    ec5684ed Console reporter: properly account for the lenght of custom counter names (vgough#484)
    2ec7399c Improve BENCHMARK_UNREACHABLE() implementation.
    11dc3682 Improve CPU Cache info reporting -- Add Windows support. (vgough#486)
    27e0b439 Refactor System information collection -- Add CPU Cache Info (vgough#483)
    aad6a5fa Add NetBSD support (vgough#482)
    0c3ec998 Add a pkg-config file, for the benefit of projects not using CMake. (vgough#480)
    ed5764ea Add doc specifying the scope of the timing calculation
    5e66248b [Tools] A new, more versatile benchmark output compare tool (vgough#474)
    90aa8665 Reorder inline to avoid warning on MSVC (vgough#469)
    f4009ef8 Fix vgough#476. Explicit coersion of size_t to boolean (vgough#477)
    72a4581c Fix vgough#382 - MinGW often reports negative CPU times. (vgough#475)
    f65c6d9a Remove deprecated headers (vgough#473)
    1e525601 Add releasing doc (vgough#472)
    336bb8db Update AUTHORS/CONTRIBUTORS (vgough#471)
    4463a60e Mention how to disable CPU frequency scaling while running the benchmark. (vgough#466)
    fa341e51  Improve BM_SetInsert example (vgough#465)
    491360b8 Add option to install benchmark (vgough#463)
    25acf220 Refactor most usages of KeepRunning to use the perfered ranged-for. (vgough#459)
    22fd1a55 Fix and document SkipWithError(...) using ranged-for loop.
    a37fc0c4 Improve KeepRunning loop performance to be similar to the range-based for. (vgough#460)
    2fc2ea0e Correct typo in sample code for range-based for loop. (vgough#458)
    cacd3218 Avoid implicit float to double conversion (vgough#457)
    05267559 Add C++11 Ranged For loop alternative to KeepRunning (vgough#454)
    f3cd636f Always use inline asm DoNotOptimize with clang. (vgough#452)
    819adb4c Add macros for create benchmark with templated fixture (vgough#451)
    2409cb2e Minor move of code to cleanup up namespace spaghetti a bit
    a96ff121 Alphabets are hard. AUTHORS version.
    5d47e987 Alphabets are hard. CONTRIBUTORS version.
    8792dff1 Remove myself from AUTHORS
    359120be Order CONTRIBUTORS
    84a54ae9 Organize AUTHORS
    6d8339dd Fix vgough#444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (vgough#446)
    2a05f248 Improve README's basic usage example (vgough#433)
    24b80427 Fix Markdown typos in readme. (vgough#445)
    886585a3 [RFC] Tools: compare-bench.py: print change% with two decimal digits (vgough#440)
    6e066481 Attempting to resolve a submoduling issues... (vgough#439)
    a271c36a Drop Stat1, refactor statistics to be user-providable, add median. (vgough#428)
    d7041799 Allow the definition of 1k to be flexible. (vgough#438)
    c7192c8a compare_bench.py: fixup benchmark_options. (vgough#435)
    90293603 CMake: Fallback from try_run to try_compile when cross-compiling. (vgough#436)
    3347a20e reporter_output_test: json: iterations is int, not float (vgough#431)
    abafced9 Suppress -Wodr on C++03 tests when LTO is enabled.
    d474450b Tooling: generate_difference_report(): show old/new for both values (vgough#427)
    b9be142d Json reporter: don't cast floating-point to int; adjust tooling (vgough#426)
    
    git-subtree-dir: vendor/github.com/google/benchmark
    git-subtree-split: 361e8d1cfe0c6c36d30b39f1b61302ece5507320
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8e7e676 View commit details
    Browse the repository at this point in the history
  4. Update "benchmark" from "https://github.com/google/[email protected]"

    git-vendor-name: benchmark
    git-vendor-dir: vendor/github.com/google/benchmark
    git-vendor-repository: https://github.com/google/benchmark.git
    git-vendor-ref: v1.7.0
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e8cb209 View commit details
    Browse the repository at this point in the history
  5. Squashed 'vendor/github.com/muflihun/easyloggingpp/' changes from 468…

    …597048..49da71da8
    
    49da71da8 Merge pull request #775 from amrayn/develop
    fa10a7974 Merge branch 'master' into develop
    24b0de3d6 Merge pull request #702 from moneromooo-monero/dateIndex
    5b55576b7 Merge pull request vgough#647 from agilmor/readme_minor_fix
    149000493 Merge pull request #714 from adah1972/typo-change
    6cb5e4e52 Merge branch 'master' into typo-change
    a41864de6 Merge pull request #725 from divinity76/patch-1
    a2d78625c Merge pull request #705 from markus-k/qnx-support
    cc35e9627 Merge pull request #739 from adam1985d/master
    75d181c5c Merge pull request #774 from amrayn/develop
    d3e56c04f Merge pull request #712 from KrusnikViers/remove-unused-variable
    83f7b0c03 Merge pull request #735 from ndowens/master
    9d35a7e15 Merge pull request #726 from recipe/patch-1
    0df4c5ad8 Merge pull request #737 from PhoebeHui/dev/Phoebe/vcpkg_instructions
    7f8761b48 Merge pull request #741 from DominionSoftware/add_try_catch
    e5b4e2d80 Merge pull request #746 from soyoo/patch-1
    e6594d8ef Merge pull request #773 from amrayn/develop
    f68abe86a Merge pull request #757 from jsoref/spelling
    769b39d8e Merge pull request #748 from soyoo/patch-2
    796565c05 spelling: unknown
    84719eef7 spelling: specified
    23ff0cbff spelling: situations
    ee76a6a32 spelling: separator
    a4d0753f4 spelling: separate
    5b522401a spelling: sensitive
    bea320906 spelling: registries
    01a7be37d spelling: program
    64856cfd6 spelling: performance
    11233adaf spelling: overridden
    e6f376e10 spelling: original
    a78650209 spelling: occurred
    f5bc5df27 spelling: occasional ...
    ecb10dc07 spelling: javascript
    fa5148d85 spelling: insensitive
    336f3e5e4 spelling: instance
    e88a535cd spelling: improvement
    68bfc9d45 spelling: features
    0134dfdf3 spelling: experimental
    6df775fbe spelling: ditched
    267d90dbc spelling: disabled
    66cc3067d spelling: defining
    872c0777b spelling: corruption
    20a8c30b1 spelling: corresponding
    f59a4b7f7 spelling: converts
    357e5d8dd spelling: configuration
    794dd51ef spelling: compliant
    66e452eb5 spelling: attempted
    f316282c0 spelling: assuming
    05d596f8e spelling: arithmetic
    41b5d377a spelling: april
    7bc7d6dea spelling: alpha
    210ea0213 Update easylogging++.cc
    bb0f45c83 Update easyloggingpp.pri
    03694bdce Create easyloggingpp.pri
    95324817b Merge pull request #743 from benrubson/warn
    fcf9c6cf2 kSysLogLoggerId defined but not used
    f18f75cf7 add try catch to handle extremely low memory condition
    733d9e749 Merge pull request vgough#1 from amrayn/master
    163a8e538 Update README.md
    32415d9b3 bug - access attempt to released memory
    15e2018ec Add vcpkg installation instructions
    60d92a867 Add if defined HAVE_EXECINFO
    2a171bc91 Merge pull request #728 from amrayn/develop
    b7e58d940 Merge branch 'master' into develop
    3ec5bb3ae update
    e00090395 Create FUNDING.yml
    2521c4875 typo
    8e334dfd5 disable ELPP_STACKTRACE for cygwin
    a5070d23d Fix two typos that could affect understanding.
    438c34cc6 Comment unused variable
    f5f213459 Disable stacktrace feature on QNX
    573a51be4 Add support for QNX
    a441d4464 Fix using invalid dateIndex (std::string::npos)
    20fdea6e1 Merge pull request #689 from zuhd-org/develop
    ca4f51f39 updated build matrix links
    bd593b386 Merge pull request #685 from zuhd-org/develop
    d97dbef47 Update README.md
    5181b4039 Merge pull request #684 from muflihun/develop
    25ebd5adf Update README.md
    f3986aaeb Merge pull request #683 from muflihun/develop
    e4659e547 9.96.7 release
    ea8e806b9 Merge pull request vgough#642 from SgtCoDFish/develop
    fd2dda331 Merge branch 'develop' into develop
    dafba610c Merge pull request #682 from muflihun/develop
    bbdb96c39 updated release
    babf11834 updated license
    ebc066f71 Merge pull request vgough#645 from slaperche-scality/support_pic_code
    cda4f5346 generate PIC code for the library
    72436e541 Fixed unused variable warning while build without performance logging feature
    3a832d738 Fix vgough#660 (accessing ELPP before it's initialized)
    f2f606c41 Merge pull request #677 from moneromooo-monero/foundAt
    ba629aded Simplify some code based on already checked values
    a5317986d Merge pull request vgough#668 from muflihun/develop
    a0e1b5fad release
    a6477e2bb up
    1f78ad898 Merge pull request vgough#667 from muflihun/develop
    f01c1f8b0 removed message
    45b360b20 Ignore sigint
    680aeecdd Fixes vgough#666 Set log level from custom message if available
    d47e10aec Fixing Readme for the right CustomFormatSpecifier signature
    7645a4285 Add Emscripten detection, with test modifications
    66a3a8741 Merge pull request vgough#630 from muflihun/develop
    1ebc9bbc8 update to release
    8092189b3 Merge pull request vgough#629 from muflihun/develop
    094e4ab92 closes vgough#580 conditional global lock
    dd8427200 Merge pull request vgough#627 from muflihun/develop
    99534e8c3 node binding version
    92b81c8df Merge pull request vgough#626 from muflihun/develop
    f0d0a71b7 Merge pull request vgough#624 from adah1972/file_rolling_at_flush
    56876a601 9.96.3
    f788ff626 removed attr for gcc
    b96d4895f closes vgough#620 Unused warnings fixed
    2257b7533 null device logging
    6af205d56 minor fix demangler
    8d30366ec minor fix demangler
    8eabcc37f Fix two wrong uses of "it's".
    4fd8d92be Update README.
    5feb891bf Simplify File::getSizeOfFile.
    e763286e3 Validate file rolling at flush point.
    f508c0c21 Merge pull request vgough#619 from muflihun/develop
    3e4e2b484 release
    430a317c4 Merge pull request vgough#618 from muflihun/develop
    9c30e18b9 release 9.96.2
    ceae14673 nav to build matrix
    2e35613f6 travis fix
    044b4f56c updated to use unordered_map closes vgough#611
    35eebba97 introduced new constructor for writer and dispatcher update
    28612fcda u
    fd8fc502f updated travis
    173358022 travis fix?
    c03b2c1d8 Merge pull request vgough#616 from muflihun/develop
    2ca71dd8e build matrix and sample
    162b2ae17 trvis matrix
    e898d16fe use explicit declr
    ec43c830d potential wrapper for mutex
    e9dc1ecdb Merge pull request vgough#615 from muflihun/develop
    a8b0bb016 update fix
    a7b9d6533 Merge pull request vgough#614 from muflihun/develop
    ac1a71c33 9.96.1 release
    251daa2e0 Two loggers writing to same file is undefined behaviour vgough#613
    89f61e588 Merge pull request vgough#612 from muflihun/develop
    d40e8a020 Update README.md
    b443218a7 Update network-logger.cpp
    f5fe6c5f8 added send to network sample in README
    6efc49142 Merge pull request vgough#610 from muflihun/develop
    ee37c5c64 Update ACKNOWLEDGEMENTS.md
    05bdfb0af release 9.96.0
    fb67e3a3d Disable log file *initially* when using ELPP_NO_LOG_TO_FILE, to be consistent with documentation
    c1b128561 Generate and install a pkg-config file
    193ea41a0 ack file
    0da103b4e ack file
    4442da152 respect MaxLogFileSize setting even when ELPP_NO_DEFAULT_LOG_FILE is set see PR vgough#593
    96919358c updated changelog
    2614f8965 reformatting using astyle
    2104884b3 license author joint
    7679ace72 Potential deadlocks in extreme edge case - closes vgough#609
    5fd54a0dd Merge pull request vgough#607 from muflihun/develop
    c06db0fa9 release
    b243df560 v9.95.4
    01d12bdf5 made buildTimeInfo for use
    c6effe23e closes vgough#606 for Writer
    b218fd3f3 closes vgough#606 reserveCustomFormatSpecifiers
    e4931683b install cmake on travis ci
    717d9607e update readme closes vgough#585
    b2ea92809 update changelog
    eb8ff3047 fix buffer underflow in getBashOutput
    32ccda720 Issue vgough#590: clarify usage of configuration macros
    a58288b4a updated year in license
    b7b4cbf8d Merge pull request vgough#576 from muflihun/develop
    e04834d11 update release
    049b242d4 Update MESSAGE.md
    e3f930ce1 Update MESSAGE.md
    74ac78557 Update MESSAGE.md
    4e5bc7086 Update MESSAGE.md
    cdf4875c6 Update MESSAGE.md
    68b001956 msg
    5b98f3ab0 Multithreading issue fixed raised from last release at log builder
    11904e5ea Merge pull request vgough#575 from muflihun/develop
    5e4566e8b final release for 9.95.2
    2990547dc Merge pull request vgough#574 from muflihun/develop
    f197960e2 refix the failed release
    ba04082a3 Merge pull request vgough#573 from muflihun/develop
    417fa5ed9 9.95.1 release
    7dcf83ebc closes vgough#572 fixed printf like logging with thread safety
    4286561b9 update
    e36f8663a fixed msg (see PR vgough#568)
    699c12ed9 closes vgough#571 Removed global lock at dispatch
    1a3d09bb2 Update README.md
    1b515f9e8 up
    78d630cbd updated sample
    614608af1 Update README.md
    3f6dd3e04 old gcc
    9a171b4b6 Update README.md
    0680b6dbb aix icon
    89e37660b another updaet
    9d2e024eb Added support for aix (thanks to apollo13)
    33bc75ed9 closes vgough#563 kFreeBSD fix
    c4ec767e6 change cmake to 2.8.7
    850ea2a9f Merge pull request vgough#559 from muflihun/develop
    f33a6239e Update README.md
    
    git-subtree-dir: vendor/github.com/muflihun/easyloggingpp
    git-subtree-split: 49da71da884d1e756a51df617437b87071c2b1a7
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b353ce4 View commit details
    Browse the repository at this point in the history
  6. Update "easyloggingpp" from "https://github.com/muflihun/easyloggingp…

    [email protected]"
    
    git-vendor-name: easyloggingpp
    git-vendor-dir: vendor/github.com/muflihun/easyloggingpp
    git-vendor-repository: https://github.com/muflihun/easyloggingpp
    git-vendor-ref: v9.97.0
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9d61648 View commit details
    Browse the repository at this point in the history
  7. Squashed 'vendor/github.com/leethomason/tinyxml2/' changes from 37bc3…

    …aca4..1dee28e51
    
    1dee28e51 setting the version to 9.0.0
    55716da04 Merge pull request #865 from JonasVautherin/fix-android-x86_64
    41151ce21 Add defined(__ANDROID__) for fseeko defined and android-x86_64
    4c7cc9d6e Merge pull request #862 from heitbaum/patch-1
    0838dd11a meson.build: fix typo
    329139033 update the docs
    9c6752a64 setting the version to 8.1.0
    cc2efbbd2 Merge pull request #861 from leethomason/modern-cmake-2
    95b80f445 update readme
    7d054695e update gitignore
    212a53bb5 refresh visual studio project
    be4eaaac8 remove bit rotted premake5, update readme
    97739352a test new build links
    efefbb85b Merge branch 'master' of https://github.com/modern-cmake/tinyxml2 into modern-cmake-master
    f2db58e65 Merge pull request #859 from cugone/FixWrongQueryAssignment
    5e7657389 Fix Query function results being assigned to int instead of XMLError
    6376b3fbc Merge pull request #845 from dov/patch-1
    7df6b3ff4 Overhaul CMake build
    9d899a73c Update meson.build
    d4514ad72 Merge pull request #837 from dcbaker/meson
    91bfd4b7f Merge pull request #827 from ngc92/ClearError
    4ec7320e5 Merge pull request #790 from offlinemark/mark/cmake-namespace
    ee6684483 Merge pull request #831 from plekakis/master
    a9ed6746d Merge pull request #838 from dfaure-kdab/Wundef
    11376382f Merge pull request #840 from dota17/master
    8e1af3a7f Merge pull request #841 from pazner/master
    d3a82c5e4 Fix format string errors in sscanf
    d59fd15db skip comment node before get text
    c509d569c Add meson build system
    b5d3b93e0 Add missing `defined`, detected by -Werror=undef
    4001a468b cmake: Use a namespace for the tinyxml2 target in local export
    c87bf8187 reverted the strong typed enum change
    1aeb57d26 Merge pull request #823 from c72578/2020-06-17_Fix_pkgconfig_lib_postfix
    a0ce5527a Merge pull request #789 from offlinemark/mark/cmake-clean
    54e1d6b2f Merge pull request #820 from orudge/fix-symbol-export
    6df0cae18 - Allowing TIXMLASERT to be defined before including the main header. - Fix for enum bitmask usage
    2c6a41a92 removed overhead of clear error
    2c5a6bfdd reorder
    51d9f51d1 update readme link
    463796533 add test case
    d34d0ef5e Merge pull request #822 from ghost/queryattr
    1e384d503 Fix debug postfix in pkgconfig file
    5ee20feaf Add QueryAttribute for const char**
    fc8967074 update the docs
    2e6912bf8 Merge pull request #816 from a-lunkov/master
    098eb3739 Merge branch 'master' of github.com:leethomason/tinyxml2
    8812f197a make printer functions virtual
    6b7effe54 Merge pull request #812 from amai2012/master
    1578df3bf Merge pull request #811 from hyperair/fix-first-line-indentation
    98ca9146b Merge branch 'netcan-master'
    18468b8cc minor changes to hex parsing
    c9c9d8cdf Merge branch 'master' of https://github.com/netcan/tinyxml2 into netcan-master
    b341e66e3 cmake: Don't export symbols if building static library
    a953b9565 Suppress UndefinedBehaviorSanitizer warnings
    ba02706e6 Merge pull request vgough#1 from leethomason/master
    eefc07a73 Rename action
    064d90da1 Try to install
    dcc28da4c Add macos-latest
    e3abe1bd0 Remove distcheck
    e120ee328 Add github action
    bfbcc0333 Merge pull request #809 from a-lunkov/patch-1
    99db0247d Merge pull request #807 from jsenn/sharpen-ftell-ifdef
    6a514399c XMLPrinter: Fix first line indentation
    63fb154ad Update tinyxml2.cpp
    1fdee25d1 Sharpened check for 64-bit Unix when defining fseek/ftell macros.
    bd5950bb0 Merge pull request #798 from DanRStevens/removeCleanBeforeTest
    67271b1fd Merge pull request #787 from jsenn/feature/large-file-support
    a9f29b74d Fixed warning caused by sloppy conversion between signed/unsigned types.
    dfb45cb73 support IntText(),UnsignedText(),Int64Text() for hex value
    bf15233ad Setting the version to 8.0.0
    850419584 fix vs version
    8db004b74 Merge pull request #802 from LilyWangL/vcpkg-instructions
    3d6a5477a Merge pull request #797 from DanRStevens/gitIgnoreLinux
    bbbb8c9a9 Merge branch 'master' of github.com:leethomason/tinyxml2
    e44426810 add convenience methods
    6ac05b2b9 Merge branch 'push' of https://github.com/ngc92/tinyxml2 into ngc92-push
    655b15c07 Merge pull request #781 from daniel347x/patch-1
    59b01033f Merge branch 'Alanscut-tinyxml2_addtestcase'
    37ccc7100 fix some casting
    3574d3e22 Merge branch 'tinyxml2_addtestcase' of https://github.com/Alanscut/tinyxml2 into Alanscut-tinyxml2_addtestcase
    de62366e6 Merge branch 'master' of github.com:leethomason/tinyxml2
    20f2d5eec Merge pull request #773 from Alanscut/fix_issue712
    a9c28ce3e Merge pull request #768 from Alanscut/fix_wrong_symbol
    2c642bf25 update to visstudio 2019
    f4520c990 Merge pull request #762 from orbitcowboy/master
    1eb8a3f76 Add vcpkg installation instructions
    22e5db140 Remove `clean` before `test` or `check`
    d09f879ad Add Makefile outputs to .gitignore
    60e96163c cmake: Move TARGETS_EXPORT_NAME to top
    588c6577d cmake: Clarify comment around exported cmake script
    57cd52b04 cmake: Use TARGETS_EXPORT_NAME var throughout file
    e86e947cb cmake: Use CMAKE_PROJECT_NAME instead of PROJECT_NAME
    e62024504 PushNewChild* family of convenience functions
    d58436c4b Fixed bug caused by type checking code in `LoadFile`.
    bf59a2d4c Added support for files larger than ~2GB.
    d7455034e Change constants used in 'ToBool' to support MSVC
    7d9ca1e73 Supplementary test case
    ad7bdf9ed fix issue#712
    8916a3c58 fix wrong symbol
    73f5409b6 Improved const correctness. There are no functional changes intended.
    ff6165051 Merge branch 'master' of github.com:leethomason/tinyxml2
    9c740e8d2 setting the version to 7.1.0
    a9a0ea22f Merge pull request #761 from untereiner/master
    50daa32fc minor fixes to test cases
    f60928eaa Merge branch 'supplementary_test_case' of git://github.com/wangkirin/tinyxml2 into wangkirin-supplementary_test_case
    4994f1cc5 Merge pull request #754 from wangkirin/reorg_file_path
    5bf58f0d1 Merge pull request #753 from orbitcowboy/master
    141d2117b Merge pull request #751 from wangkirin/fix_comment
    87aaa2592 Merge pull request #750 from equalent/patch-1
    c3601c62f Merge branch 'cugone-master'
    effdf95f8 add test cases
    c36d59f6b Merge branch 'master' of git://github.com/cugone/tinyxml2 into cugone-master
    7fd646a8a support more bool options
    1675bec2f Merge pull request #743 from deduktionstheorem/master
    d39b13bbb Add COMPONENT support at cmake install stage
    f12d7a241 Supplement test case in xmltest.cpp
    e08c2d2e0 adjust path of testfile `bomtest.xml` to `resource/out`
    38f7d65b4 Merge pull request vgough#1 from aaronkirkham/master
    c341cea50 add missing uint64_t methods to XMLPrinter add missing XMLElement::Unsigned64Attribute body
    710a3324f Fixed -Wold-style-cast warnings from g++.
    4add958b4 fix comment in Programmatic DOM test case
    eda7f81b1 Fixed typos
    1dbfe3185 Missing uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) implementation
    47e229e18 Forgot Text and XMLElement versions;
    75a5acc6b UnsignedInt64 support
    61a4c7d50 Merge branch 'master' of github.com:leethomason/tinyxml2
    db39dbc0f add license and minor readme edit
    eb2b8c47c Merge pull request #732 from orbitcowboy/master
    bd5a1414d Merge pull request #731 from aarnchng/cmake_verspec
    e1b301318 Issue 742: allow intermittent calls of XMLPrinter::ClearBuffer
    0e7f28959 Improved const correctness of local variables. There are no functional changes intended.
    f5641e547 CMakeList.txt: fix wrong version
    8f4a9a8cc Merge pull request #721 from MortenMacFly/master
    d944ef762 * removed merge artifact from Doxygen control file
    de6d16482 fix export issue and cmake. version to 7.0.1
    08da3d91c Merge pull request #720 from scpeters/patch-1
    e06a24016 tinyxml2.pc.in: use exec_prefix for libdir
    c3e09dabc tinyxml2.pc.in: restore prefix to lib/include dir
    44ac39514 new docs
    397f22581 setting the version to 7.0.0
    dcedec857 Merge pull request #718 from bolry/patch-1
    992e40538 Merge pull request #716 from Dmitry-Me/fixInt64Slicing
    de6f6616c Merge pull request #715 from Dmitry-Me/checkLastChildBeforeInsertion
    b894947c9 Merge pull request #714 from Masadow/pic
    65c1b8658 Correct assigment interface for StrPair
    ed3e9dc82 Fix slicing of int64_t
    178149439 Check the element is the last child of the document
    4be5bc805 Add support for position independant code compilation
    7e8e24999 Merge pull request #707 from SwiftEngineering/issue_706
    25b23b88e Merge pull request #703 from orbitcowboy/master
    ade41cdfe Make resources folder for xml test relative to current source and binary directory
    2cc8a4c71 Added explicit-keyword to constructors having 1 argument.
    c07409b5c remove virtual call in destruction
    3be5d2b74 Merge pull request #695 from leethomason/manydecs
    92506ca69 Merge remote-tracking branch 'origin/master' into manydecs
    baf8bc93a Merge pull request #690 from orbitcowboy/master
    db13a82e6 fix huge number of declaration security issue
    22b21ec9b Fixed typos in comments. There are no functional changes intended.
    c483646db fix test cases
    93a8fb18e Merge branch 'issue647'
    92fc089e1 remove deprecated errors. next version will be major.
    9f14aca07 Merge pull request vgough#645 from jasjuang/master
    30d0c3d5f add assertion
    2bdb13ae5 Merge pull request #686 from leethomason/issue647
    233b2cb82 Merge pull request #685 from leethomason/deadcode
    fc80df3b3 fix query return type
    70d942e30 remove dead yet conflicting method
    1cc174c2d Merge pull request #682 from lsolanka/pr.unify-cmake-build
    1b029f2bd add target_compile_definitions
    392ec1832 use configure_package_config_file()
    b7c169ccb Replace absolute installation paths with relative
    c0ff86950 Merge pull request #681 from johnb003/patch-1
    d89d6d955 Updated CMakeLists.txt for relocatable installs
    b54cf3cb4 Made CMakeLists.txt installation relocatable.
    a1d462d33 Merge pull request vgough#670 from dquam/ProcessEntitiesBugWhenFalse
    be69ae635 In PrintString, move the optimization under the if ( _processEntities ) block and retain the strlen Write in the new else block. Added a test case.
    3cdaf8b15 update the readme
    c1424ee4e setting the version to 6.2.0
    b94eefc7a Merge pull request vgough#669 from leethomason/overflow
    e2d02e162 and the same fix in the test case
    befc3c3ae fix compiler inconsistency
    f928c3518 clean up the depth tracking a bit
    d946ddadc upgrade to vs2017. fix stack overflow attack.
    65b5366a0 Merge pull request vgough#667 from Dmitry-Me/simplifyToUnknownTests
    e59e3c346 Merge pull request vgough#668 from Dmitry-Me/improveDeclarationTestMessage
    7dd295609 Merge pull request vgough#666 from Dmitry-Me/clarifyErrorNameTests
    6a18a3105 Improve test message to avoid duplicate log output
    f5af951f1 Simplify checks
    95f687b1f Cleanup ErrorName() tests
    074194158 Merge pull request vgough#662 from mschmieder/fix_testrun_windows
    ecbc16ae4 add namespace for cmake export
    00b74a40b Merge pull request vgough#657 from noloader/master
    72407d205 Merge pull request vgough#663 from Dmitry-Me/clarifyHandlesTests
    938560f9f Improve handles tests
    3c9370561 fixed issue where CTest is executed in the wrong directory
    0bb8767e3 Merge pull request vgough#656 from Gumichan01/master
    51a1d1c93 Merge pull request vgough#653 from fcami/master
    ff7543037 Fix typo in permissions
    5dd529236 Add install and uninstall target to Makefile This PR closes some gaps in the makefile. It follows GNU coding standards and conventions at https://www.gnu.org/prep/standards/standards.html. It is not specific to GNU, and most of the world follows it.
    0f1fa6d27 fix "dereference before null check" defect
    59785ec38 fix installation path for *.cmake
    cc1745b55 Merge pull request vgough#649 from PeterMatula/rename-DEBUG-define
    dc75a362c Merge pull request vgough#648 from Dmitry-Me/removeUnneededConversions
    50689919b rename DEBUG define to TINYXML2_DEBUG
    63d8de627 Remove unneeded conversions
    703f91e6b Merge pull request vgough#643 from leethomason/querystring
    c8593733a Merge pull request vgough#641 from leethomason/error-str
    588e4ef8a Merge pull request vgough#639 from zyndor/DEV_PremakeBuilds
    f26a547fd sync the version
    28f9a48d5 Merge branch 'master' into querystring
    f6dc9be12 merge master
    ff97dbb2c Merge branch 'master' into error-str
    5b00e0662 add query string method
    a36f7ac77 fix error string output when there is no formatting
    bd197877c write the version number as a macro
    c9e3b5274 Added premake5 build configuration with projects for Windows & Mac. - updated .gitignore with the .projects / .artifacts directories.
    e1b50439c remove dead files
    cf1006943 tweaking docs
    71b12596e update the docs
    8c8293ba8 setting the version to 6.0.0
    2ab76dab6 Merge pull request vgough#632 from alabuzhev/size_t_to_int_warning
    90e69c95e Suppress MSVC warning C4267: conversion from 'size_t' to 'int', possible loss of data
    4155ac0c7 Merge pull request vgough#628 from leethomason/errorstr
    d548b7e71 Merge branch 'master' into errorstr
    eb2f51e63 removed unused variables
    82e48435d Merge pull request vgough#629 from brad-anderson/memcpy-unformatted
    85aac0217 Minor performance tweaks
    b2e08e4bc XMLPrinter optimization
    0c0f98bf8 merge from master
    d556e6df9 Merge branch 'master' into errorstr
    f49b9658b fix up error system issues
    8b83b2387 make effc compilation optional
    714ccfe29 fix line number tracker. error msg wip
    7abfa6b1a Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc
    dd4034c51 Merge pull request vgough#626 from Dmitry-Me/betterTestDeletionLoop
    c59b17e5a Merge pull request vgough#625 from Dmitry-Me/checkAcceptResult
    b41e24aa1 Better test deletion loop
    f0f2e99cf Check result of Accept()
    884852eb6 Merge pull request vgough#584 from DragonValley/patch-1
    aa1883928 Error string re-work
    3a37e6411 Merge pull request vgough#623 from Dmitry-Me/testErrorName
    620cb1c55 Merge pull request vgough#624 from Dmitry-Me/fixCrashWhenInsertingAfterItself
    e8f4a8b56 Fix crash when element is being inserted "after itself"
    47845b699 Test ErrorName() returns valid string after SetError()
    bdad8d73a Merge pull request vgough#620 from Dmitry-Me/clarifyComment
    c8c4618f2 Merge pull request vgough#618 from Dmitry-Me/buildDebugToo
    a9e75d1b2 Clarify comment
    20166d2b4 Build and test Debug configuration too
    7f0f754cb Code cleanup to pass gcc -Weffc++ warnings
    dbf18add4 Merge pull request vgough#613 from Dmitry-Me/testResultOfSetError
    da24c3b22 Merge pull request vgough#612 from Dmitry-Me/fixMisleadingComment
    d3f6c6361 Test SetError() has effect
    260433673 Fix misleading comment
    4b173cbcf Merge pull request vgough#611 from Dmitry-Me/testClearResetErrorState
    b0c421d9a Merge pull request vgough#610 from Dmitry-Me/reuseConversionCode
    985ea1f78 Test Clear() clears the error
    a28eb0763 Extract and reuse conversion code
    d69e2c0d0 Merge pull request vgough#609 from JugglerShu/master
    33883d6fe Merge pull request vgough#605 from Dmitry-Me/clarifyTestStrings
    87cd4e058 Add 'const' on XMLDocument::DeepCopy. This make us copy const XMLDocument being copied to another document.
    caed4ec7d Clarify what is being tested
    4bbf74205 Merge pull request vgough#603 from Dmitry-Me/cleanupFopenTests
    30dec7591 Merge pull request vgough#602 from Dmitry-Me/testWithStopwatchOff
    cd453f86e Merge pull request vgough#596 from Dmitry-Me/useValidPointerForUserData
    520009ef1 Cleanup fopen() tests
    1ab85878b Stopwatch must be stopped before test check
    82e20b183 Merge pull request vgough#601 from Dmitry-Me/testErrorIdAfterParse
    e9945966c Merge pull request vgough#600 from Dmitry-Me/cleanupStreamModeTests
    8d40f7a56 Test ErrorID after Parse()
    c0fad2908 Cleanup stream mode tests
    c11a7c5ca Merge pull request vgough#599 from Dmitry-Me/cleanupSomeChecks
    68edbcee4 Merge pull request vgough#598 from Dmitry-Me/fallThroughComments
    63fe21f4d Merge pull request vgough#597 from Dmitry-Me/betterTestQueryXText
    30cdecada Merge pull request vgough#595 from Dmitry-Me/checkInsertionReturnValues
    bc6920b68 Cleanup and simplify checks
    3cc6f5c6f Annotate fall throughs with comments
    43c019d44 Better tests for Query???Text()
    7d8dfb9ee Use valid pointer for user data
    8e0637019 Test return values from nodes insertion
    02d2764fd Merge pull request vgough#593 from Dmitry-Me/testDeletionViaDocument
    8d1bfbbf7 Merge pull request vgough#592 from Dmitry-Me/clarifyTestOutput
    152958073 Merge pull request vgough#591 from Dmitry-Me/properIndentDirectives
    48725fa8e Merge pull request vgough#590 from Dmitry-Me/betterVariableName
    e5790dba9 Test nodes deletion via document
    6f4c4e726 Clarify and simplify test output
    de381df35 Indent directives consistently with surrounding code
    effab6ff0 Better variable name
    f0f506fe5 Update html5-printer.cpp
    f3f9925f1 update docs
    aca4fb16d new docs
    528986ff2 update readme
    757375631 add docs
    646af8d21 Merge pull request vgough#582 from Dmitry-Me/distinctDefaultAndReplacement
    057058017 Merge pull request vgough#581 from Dmitry-Me/testQueryingAttributesBetter
    80379a331 Merge pull request vgough#580 from Dmitry-Me/checkLoadSaveResult
    bf9b3a263 remove code that creates directory. add file in out directory so that git creates the directory
    ef11c2f8e Update on html5-printer.cpp
    3d20c5de6 Use distinct values as default and replacement values
    2087a276c Test querying attributes thoroughly
    46b70ce51 Check result of LoadFile()/SaveFile()
    3a6e51a12 fix build issue
    e4dc7218a fix an issue on windows
    fc2a0017d Merge pull request vgough#578 from Dmitry-Me/checkReadingResults
    cd3369992 Merge pull request vgough#577 from Dmitry-Me/checkParseResult
    7096e779d Merge pull request vgough#573 from kbinny62/master
    d1b82825f Check various stages of reading the XML file
    68578f473 Check result of Parse() call
    c1f1de724 Merge pull request vgough#575 from Dmitry-Me/extractDuplicatedString
    5d1aec10f Extract duplicated text string
    9720fbaf4 xmltest.cpp: path separator is '\\' under WIN32
    bf29a1524 xmltest: create dir resources/out to avoid crashes
    
    git-subtree-dir: vendor/github.com/leethomason/tinyxml2
    git-subtree-split: 1dee28e51f9175a31955b9791c74c430fe13dc82
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4cf34c7 View commit details
    Browse the repository at this point in the history
  8. Update "tinyxml2" from "https://github.com/leethomason/tinyxml2.git@9…

    ….0.0"
    
    git-vendor-name: tinyxml2
    git-vendor-dir: vendor/github.com/leethomason/tinyxml2
    git-vendor-repository: https://github.com/leethomason/tinyxml2.git
    git-vendor-ref: 9.0.0
    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b9d2a53 View commit details
    Browse the repository at this point in the history
  9. Update cmake config for tinyxml2 9.0.0

    Philip Molter committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6c41138 View commit details
    Browse the repository at this point in the history