History log of /system/core/libcutils/properties.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e9aeb9053695a14539653093937158d15385ca6 10-Nov-2017 Elliott Hughes <enh@google.com> Move libcutils source to C++.

Just the minimial changes to get this to actually build, because otherwise
we always bog down trying to rewrite everything (when the real answer
is usually "stop using libcutils, it's awful").

This doesn't move a handful of files: two are basically just BSD libc
source, a couple have outstanding code reviews, and one can be deleted
(but I'll do that in a separate change).

I'm also skipping the presubmit hooks because otherwise clang-format
wants to reformat everything. I'll follow up with that...

Bug: N/A
Test: builds
Change-Id: I06403f465b67c8e493bad466dd76b1151eed5993
/system/core/libcutils/properties.cpp
a0f73f9bffc2ed6f78b9900db09741861676dd48 07-Sep-2017 Elliott Hughes <enh@google.com> <stdbool.h> not necessary in C++.

Bug: N/A
Test: builds
Change-Id: I1f32b202e353414e74ace87a7d5b495b5deb5f99
Merged-In: I1f32b202e353414e74ace87a7d5b495b5deb5f99
/system/core/libcutils/properties.cpp
b30769a87acc15fc7f628d8541cdf97aba22e2e2 11-Feb-2017 Elliott Hughes <enh@google.com> Implement android::base::WaitForProperty.

Also adapt libcutils to the bionic change that was necessary for this.

Bug: http://b/35201172
Test: ran tests
Change-Id: I72a98b70b03d23e958b46778b505fbd5c86c32ae
/system/core/libcutils/properties.cpp
4eacd70f85ec2ffc071d06945524c40967ce30f7 27-Jan-2017 Elliott Hughes <enh@google.com> Support arbitrary-length properties in property_list.

Bug: http://b/33926793
Test: visual inspection
Change-Id: Ida84c3aaafa5411a9886f8d3d45679fd60ddc00d
/system/core/libcutils/properties.cpp