Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtest: Update to 1.8.0. | Matt Turner | 2017-01-20 | 18 | -634/+1824 |
| | | | | Acked-by: Kenneth Graunke <[email protected]> | ||||
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Clean up misrepetitions ('if if', 'the the' etc) found throughout the comments. This has been done manually, after grepping case-insensitively for duplicate if, is, the, then, do, for, an, plus a few other typos corrected in fly-by v2: * proper commit message and non-joke title; * replace two 'as is' followed by 'is' to 'as-is'. v3: * 'a integer' => 'an integer' and similar (originally spotted by Jason Ekstrand, I fixed a few other similar ones while at it) Signed-off-by: Giuseppe Bilotta <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -1/+1 |
| | | | | Reviewed-by: Francisco Jerez <[email protected]> | ||||
* | gtest: Update to 1.7.0. | Vinson Lee | 2014-04-14 | 22 | -730/+1257 |
| | | | | | | | | | This patch fixes gtest build errors on Mac OS X 10.9. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73106 Signed-off-by: Vinson Lee <[email protected]> Tested-by: Ian Romanick <[email protected]> Acked-by: Ian Romanick <[email protected]> | ||||
* | gtest: Fix up import of gtest 1.6.0 | Ian Romanick | 2012-04-12 | 24 | -0/+21229 |
The include files were all missing. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Chad Versace <[email protected]> Acked-by: Eric Anholt <[email protected]> |