Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtest: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | gtest: Update to 1.7.0. | Vinson Lee | 2014-04-14 | 31 | -1508/+2509 |
| | | | | | | | | | 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: enable subdir-objects to prevent automake warnings | Emil Velikov | 2013-11-16 | 1 | -0/+2 |
| | | | | | Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | gtest: Build it only for 'make check'. | Johannes Obermayr | 2013-01-13 | 1 | -1/+1 |
| | | | | | Reviewed-by: Andreas Boll <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -4/+0 |
| | |||||
* | build: Fix gtest out-of-tree build | Matt Turner | 2012-08-14 | 1 | -2/+2 |
| | | | | | | Introduced by 3d000e7dd. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | gtest: Don't actually install a library. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
| | | | | | | | | | The whole point of importing it was that you're not supposed to install this library. Reviewed-by: Matt Turner <[email protected]> Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825 Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | gtest: Fix up import of gtest 1.6.0 | Ian Romanick | 2012-04-12 | 25 | -1/+21231 |
| | | | | | | | | 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]> | ||||
* | gtest: Build as a convenience library. | Eric Anholt | 2012-04-12 | 2 | -0/+43 |
| | | | | Reviewed-by: Ian Romanick <[email protected]> | ||||
* | gtest: Import sources from gtest 1.6.0. | Eric Anholt | 2012-04-12 | 10 | -0/+8959 |
The upstream of gtest has decided that the intended usage model is for projects to import the source and use it, which is reflected in their recent removal of the gtest-config tool. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Chad Versace <[email protected]> |