summaryrefslogtreecommitdiffstats
path: root/libutils/RefBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-171-1/+3
* Revert^2 "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-081-23/+34
* Revert "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-071-34/+23
* Prepare to fail in RefBase destructor if count is untouchedHans Boehm2018-08-031-23/+34
* [libutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-161-1/+1
* Use -Werror in system/coreChih-Hung Hsieh2017-11-011-2/+1
* Silence a use-after-free warning from the analyzerGeorge Burgess IV2017-10-021-0/+5
* split LightRefBase out of RefBaseMathias Agopian2017-03-291-2/+0
* clean-up libutils includesMathias Agopian2017-03-031-9/+0
* RefBase.cpp remove unused include typeinfoSteven Moreland2017-02-151-1/+0
* Fix more system/core/include warningsColin Cross2016-09-271-2/+0
* Fix warnings in libutils headersColin Cross2016-09-221-0/+4
* Make RefBase more robust and debuggableHans Boehm2016-08-131-32/+56
* Improve RefBase documentation, especially for clients.Hans Boehm2016-08-091-10/+17
* Fix race bug in attemptIncStrongHans Boehm2016-07-291-10/+9
* Fix memory order and race bugs in Refbase.h & RefBase.cppHans Boehm2016-05-171-58/+140
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-291-1/+1
* Cleanup uses of sprintf so we can deprecate it.George Burgess IV2016-03-071-5/+10
* libutils: turn on -WerrorMark Salyzyn2014-06-021-11/+17
* Fix stack trace logging in RefBase.Ian McKellar2014-04-011-2/+2
* move libs/utils to libutilsAlex Ray2013-08-021-0/+650