summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-string.h
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2019-11-221-1/+2
| | | | | | | | | | | | | Use standard C++11 integer types in gtest-port.h. Remove testing::internal::{Int,Uint}{32,64} in favor of types guaranteed to be in <cstdint> since C++11. Tests for built-in integer type coverage are switched from {Int,Uint}64 to [unsigned] long long, which is guaranteed by C++11 to exist and be at least 64-bit wide. PiperOrigin-RevId: 281565263
* restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-201-9/+10
| | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-301-5/+5
|
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-061-0/+3
| | | | | | | | | | | Cast some values as their unsigned equivalents or `size_t` to match the parameter type used for the template object under test. Also, provide UInt32 equivalent delegate methods for some callers (with int-equivalents for backwards compatibility). This closes #2146. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-1/+0
|
* Formatting changes for automatic code managementGennadiy Civil2018-07-271-0/+2
|
* Formatting changes, code syncrefs/pull/1684/headGennadiy Civil2018-07-251-2/+1
|
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
|
* code merges, cleanupGennadiy Civil2018-01-101-2/+2
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+167