summaryrefslogtreecommitdiffstats
path: root/base/CPPLINT.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Don't show lint errors for rvalue references.Dan Albert2015-04-021-1/+1
| | | | Change-Id: Ic936c9e3778303d1d26813b844ccd3bb26701550
* Add google3 style logging to libbase.Dan Albert2015-03-201-1/+1
| | | | | | | | | | | | | ART already had a flavor of this, but it was specialized for their use case a bit. Note that the logging.* tests are currently disabled for the device because there is no good way to capture the output of liblog. We can make something that will execute logcat and then then scan the output, but that's messy. Since we know it at least works on the host, we can add better device tests later. Change-Id: I47acd87a3312c0a5285b03f9c8dadef0c669f06a
* Revert "Revert "Create libbase.""Dan Albert2015-03-161-0/+2
| | | | This reverts commit a7870d88167f619e758b5bcd15b410d16da7c16b.
* Revert "Create libbase."Nicolas Geoffray2015-03-161-2/+0
| | | | | | | | Breaks internal master. This reverts commit 98ff77204cef9bb8f0f27420833233622060a09e. Change-Id: I18dc6021cb43efff8aa88486c2d980dc2b8eedba
* Create libbase.Dan Albert2015-03-141-0/+2
Move StringPrintf and the string based file I/O from libutils to libbase. Change-Id: I0297a6063874b9d92100e0dd5123fddfbda932fe