cef/libcef_dll/ctocpp/test
Marshall Greenblatt 17fc2b3e3b Various fixes related to the C++11/14 update (see issue #3140)
- Convert scoped_ptr to std::unique_ptr from <memory>
- Convert arraysize to base::size from include/base/cef_cxx17_backports.h
- Convert NULL to nullptr
- Include include/base/cef_callback.h instead of include/base/cef_bind.h
- Implicit conversion of CefRefPtr<T> or scoped_refptr<T> to T* is gone;
  use .get() instead

See the issue for additional details.
2021-06-18 13:42:31 -04:00
..
translator_test_ctocpp.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
translator_test_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
translator_test_ref_ptr_client_child_ctocpp.cc
translator_test_ref_ptr_client_child_ctocpp.h
translator_test_ref_ptr_client_ctocpp.cc
translator_test_ref_ptr_client_ctocpp.h
translator_test_ref_ptr_library_child_child_ctocpp.cc
translator_test_ref_ptr_library_child_child_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
translator_test_ref_ptr_library_child_ctocpp.cc
translator_test_ref_ptr_library_child_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
translator_test_ref_ptr_library_ctocpp.cc
translator_test_ref_ptr_library_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
translator_test_scoped_client_child_ctocpp.cc
translator_test_scoped_client_child_ctocpp.h
translator_test_scoped_client_ctocpp.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
translator_test_scoped_client_ctocpp.h
translator_test_scoped_library_child_child_ctocpp.cc
translator_test_scoped_library_child_child_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
translator_test_scoped_library_child_ctocpp.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
translator_test_scoped_library_child_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
translator_test_scoped_library_ctocpp.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
translator_test_scoped_library_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00