| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
Add tmux and tmux-256color to the colored terminal list.
|
|/ / |
|
|\ \
| |/
|/| |
Add link to Google Test Primer docs in README.md
|
|/
|
| |
On google code, the main documentation pages were the "Google Test Primer" content. Currently it's hard to find that content on github, so add a direct link in the main README.md.
|
|\
| |
| | |
Update GTEST_PROJECT_URL_ in internal/gtest-port.h
|
|/
|
|
| |
As repository moved to github. All urls need to be changed. There is
still plenty to do.
|
|\
| |
| | |
Implement GetThreadCount for AIX.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Add include dirs to targets if CMake version supports it
|
| | | |
|
|\ \ \
| | | |
| | | | |
Added missing CMake install rules for GMock
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
fixed link in googlemock documentation
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Fix lots of broken links in documentation
|
|/ / |
|
|\ \
| | |
| | | |
Fix AdvancedGuide link in FAQ.md
|
|/ / |
|
|\ \
| | |
| | | |
Update README URLs based on HTTP redirects
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update DevGuide.md
|
| | | |
| | | |
| | | | |
stop talking about subversion in the devguide.
|
|\ \ \ \
| | | | |
| | | | | |
Fixing some table error in file
|
| | |/ /
| |/| |
| | | | |
Some tables have missing commas inside the code that make some table cells merge, added missing commas
|
|\ \ \ \
| | | | |
| | | | | |
Update FAQ.md
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Fix typo in googlemock/README.md
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix missing-field-initializers GCC/Clang warning (issue 433).
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add CMake install rules for gtest libraries and headers
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adding CMakeLists.txt to the root dir
|
| | | | | |
| | | | | |
| | | | | | |
Adding functionality to build googletest from the root directory
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Fix C++11 clang builds in Travis CI
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix warnings encountered in MSVC build of gtest/gmock tests
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The helper needs to be templated because its argument type can’t be
known. FloatingPointTest is instantiated with RawType = float and
RawType = double, so Bits will be an unsigned 32-bit or 64-bit type.
size_t will be either 32 or 64 bits depending on the system’s
definition, typically based on pointer size.
|
| | | | | |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes these warnings:
…\gtest\googletest\test\gtest-port_test.cc(78) : error C2220: warning treated as error - no 'object' file generated
…\gtest\googletest\test\gtest-port_test.cc(78) : warning C4309: 'static_cast' : truncation of constant value
…\gtest\googletest\test\gtest-port_test.cc(79) : warning C4309: 'static_cast' : truncation of constant value
…\gtest\googlemock\test\gmock-matchers_test.cc(2712) : error C2220: warning treated as error - no 'object' file generated
…\gtest\googlemock\test\gmock-matchers_test.cc(2706) : while compiling class template member function 'testing::gmock_matchers_test::FloatingPointTest<float>::FloatingPointTest(void)'
…\gtest\googlemock\test\gmock-matchers_test.cc(2896) : see reference to function template instantiation 'testing::gmock_matchers_test::FloatingPointTest<float>::FloatingPointTest(void)' being compiled
…\gtest\googlemock\test\gmock-matchers_test.cc(2896) : see reference to class template instantiation 'testing::gmock_matchers_test::FloatingPointTest<float>' being compiled
…\gtest\googlemock\test\gmock-matchers_test.cc(2712) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2714) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2716) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2717) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2718) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2721) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2723) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
|