-
Notifications
You must be signed in to change notification settings - Fork 361
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 base/scoped_ptr.h #219
Comments
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by |
Original comment by
|
This was referenced Apr 22, 2015
yukawa
added a commit
that referenced
this issue
Oct 25, 2015
With this CL, scoped_ptr is replaced with std::unique_ptr mainly in the following directories. - src/engine/ - src/usage_stats/ BUG=#219 TEST=unittest REF_BUG=9164610 REF_CL=84942345,84942768,84943699
yukawa
pushed a commit
that referenced
this issue
Oct 25, 2015
With this CL, scoped_ptr is replaced with std::unique_ptr mainly in the following directories. - src/dictionary/file/ - src/gui/ - src/server/ - src/storage/ BUG=#219 TEST=unittest REF_BUG=9164610 REF_CL=84944931,84944947,84945576,85032863,85033860
yukawa
pushed a commit
that referenced
this issue
Oct 25, 2015
With this CL, scoped_ptr is replaced with std::unique_ptr mainly in the following directories. - src/chrome/ - src/client/ - src/composer/ - src/converter/ - src/handwriting/ - src/mac/ - src/prediction/ - src/renderer/ - src/rewriter/ - src/session/ BUG=#219 TEST=unittest REF_BUG=9164610 REF_CL=85037361,85040383,85120717,85123903,85124773,85125239,85125883,85128985,85135671,85140884
hiroyuki-komatsu
added a commit
that referenced
this issue
Oct 26, 2015
yukawa
pushed a commit
that referenced
this issue
Oct 26, 2015
yukawa
pushed a commit
that referenced
this issue
Nov 3, 2015
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
yukawa
pushed a commit
that referenced
this issue
Nov 3, 2015
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
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original issue reported on code.google.com by
[email protected]
on 24 May 2014 at 6:47The text was updated successfully, but these errors were encountered: