Google guys seems to know their game and I like learning from those smarter than me. Google is sharing a lot of code with open source community. Their docs and APIs are IMO state of the art. Which tools / APIs would you recommend for a C++ developer? I'm interested both in looking at interesting solutions / tricks as well as using some Google APIs from C++.
So far the only C++ tools I had pleasure to use was Google Unit testing framework but I have too much code in CppUnitLite to change.
From architecture point of view Chrome and V8 docs are really cool.
Anything else?