Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtest: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | 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]> | ||||
* | 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 | 1 | -1/+2 |
| | | | | | | | | 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 | 1 | -0/+38 |
Reviewed-by: Ian Romanick <[email protected]> |