History log of /external/libbrillo/brillo/value_conversion.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
324b9515118eca1ac9b579af6dd4d9ffc33a023c 27-Mar-2017 Jay Civelli <jcivelli@google.com> libbrillo: Update libchrome APIS to r456626.

The new libchrome has been ported from Chromium and some APIs have
changed. Make necessary changes at call sites.

Notable changes from libchrome:
- FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11 range-base
for loop)
- base::Values no more FundamentalValue
- stl_util moved to base namespace
- some scoped pointers removed in crypto/ in favor of BoringSSL
UniquePtr.
- path() accessor renamed to GetPath() in ScopedTempDir (and other
classes)

BUG: 37434548
Test: All tests in libbrillo_test pass on aosp_arm-eng build
Change-Id: I2379bb5bcea54b8343936aecd4f8a4da06f99f5a
/external/libbrillo/brillo/value_conversion.cc
54b117b3a26eb90fb5526162e8a4304a7ced07f3 26-Jul-2017 Luis Hector Chavez <lhchavez@google.com> Revert "libbrillo: Update libchrome APIS to r456626."

This reverts commit 2dc254ac567d43b060356ed4d660aca64fdc14a2.

Reason for revert: Broke the mac_sdk
Exempt-From-Owner-Approval: Fixing mac_sdk

Change-Id: Ie8706d7846f725a4786a2e9f9a369ee2bc549838
/external/libbrillo/brillo/value_conversion.cc
2dc254ac567d43b060356ed4d660aca64fdc14a2 27-Mar-2017 Jay Civelli <jcivelli@google.com> libbrillo: Update libchrome APIS to r456626.

The new libchrome has been ported from Chromium and some APIs have
changed. Make necessary changes at call sites.

Notable changes from libchrome:
- FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11 range-base
for loop)
- base::Values no more FundamentalValue
- stl_util moved to base namespace
- some scoped pointers removed in crypto/ in favor of BoringSSL
UniquePtr.
- path() accessor renamed to GetPath() in ScopedTempDir (and other
classes)

BUG: 37434548
Test: All tests in libbrillo_test pass on aosp_arm-eng build

Change-Id: Ibd2734bd83811feb93f24b1576a605eb33c3e645
/external/libbrillo/brillo/value_conversion.cc
b57ecfa6fbbb44522b404b13fe1e364366d5ba74 28-Jan-2016 Alex Vakulenko <avakulenko@google.com> libbrillo: Add base::Value conversion functions

This makes using base::Value less painful of an experience.

BUG: 26558300
Change-Id: I6e202b863e049f33643c6547f9710991f2c56240
/external/libbrillo/brillo/value_conversion.cc