summaryrefslogtreecommitdiffstats
path: root/lib/gmock
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists enhancementsPiotr Dziwinski2013-01-081-0/+2
| | | | | | | - compiler detection (clang and gcc version check) - compile flags only for src/ subdir - system and local include paths - fix for clang compilation
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-1628-0/+16435
- split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists