Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate scoped_ptr. #318

Merged
merged 2 commits into from
Nov 3, 2015
Merged

Deprecate scoped_ptr. #318

merged 2 commits into from
Nov 3, 2015

Conversation

yukawa
Copy link
Collaborator

@yukawa yukawa commented Nov 3, 2015

With this series of CLs, scoped_ptr is going to be deprecated and completely replaced with std::unique_ptr.

No behavior change is intended.

Closes #219.

Noriyuki Takahashi added 2 commits November 2, 2015 22:02
With this CL, scoped_ptr is replaced with std::unique_ptr in the
following directories.
 - src/android/
 - src/base/
 - src/config/
 - src/data_manager/
 - src/dictionary/
 - src/ipc/
 - src/testing/

This is just a mechanical refactoring.  No behavior change is intended.

BUG=#219
TEST=unittest
REF_BUG=9164610
REF_CL=85302962,85303257,85303597,85305350,85305985,85306371,85309721,85312175,85315394
This CL removes scoped_ptr.h, which is no longer used.

This is just a removal of an unused file.  No behavior change is
intended.

BUG=#219
TEST=unittest
REF_BUG=9164610
REF_CL=85316226
@yukawa yukawa changed the title Deprecate mozc::scoped_ptr. Deprecate scoped_ptr. Nov 3, 2015
yukawa added a commit that referenced this pull request Nov 3, 2015
@yukawa yukawa merged commit 974b323 into master Nov 3, 2015
@yukawa yukawa deleted the deprecate_scoped_ptr branch November 3, 2015 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant