summaryrefslogtreecommitdiffstats
path: root/base/vlog_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+0
* Remove TSan annotations from base/glider2014-09-231-1/+0
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-7/+15
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-15/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-7/+15
* base: Use TEST() macro when possible.tfarina@chromium.org2012-12-031-7/+4
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-041-8/+11
* Wrote a custom pattern matcher for vmodule.akalin@chromium.org2010-11-011-3/+52
* Added support for filtering on the entire pathname to --vmodule.akalin@chromium.org2010-10-291-62/+24
* If VlogTest.Perf is ran under Valgrind, decrease the number of benchmarkglider@chromium.org2010-09-301-3/+5
* Implemented VLOG() et al.akalin@chromium.org2010-09-291-0/+105