Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
cxx
Conversations
About
cxx
1–30 of 443
Mark all as read
Report abusive group
0 selected
Anton Bikineev
, …
Peter Kasting
6
Jan 20
Proposal: Allow std::hardware_(destructive|constructive)_interference_size
Update: I discovered today that libc++ does not implement these for clang, only for gcc. I will be
unread,
Proposal: Allow std::hardware_(destructive|constructive)_interference_size
Update: I discovered today that libc++ does not implement these for clang, only for gcc. I will be
Jan 20
Jean-Philippe Gravel
, …
dan...@chromium.org
26
Jan 12
IWYU in Chromium
Thank you for the doc, and all the clearly excellent work on the tooling side too. From what I can
unread,
IWYU in Chromium
Thank you for the doc, and all the clearly excellent work on the tooling side too. From what I can
Jan 12
Ryan Beltran
,
Peter Kasting
2
Jan 12
Enabling misc-misleading-identifier and misc-homoglyph in clang-tidy
LGTM PK
unread,
Enabling misc-misleading-identifier and misc-homoglyph in clang-tidy
LGTM PK
Jan 12
Nico Weber
, …
Benoit Lize
110
Jan 12
Re: [chromium-dev] Using C++11 thread_local storage class
LGTM as well On Fri, Jan 6, 2023 at 11:54 PM Gabriel Charette <g...@chromium.org> wrote: LGTM w/
unread,
Re: [chromium-dev] Using C++11 thread_local storage class
LGTM as well On Fri, Jan 6, 2023 at 11:54 PM Gabriel Charette <g...@chromium.org> wrote: LGTM w/
Jan 12
Avi Drissman
, …
K. Moon
7
12/21/22
Sadness in not being able to use aggregate initialization
The Google C++ style guide was written with Google's internal code in mind. That environment
unread,
Sadness in not being able to use aggregate initialization
The Google C++ style guide was written with Google's internal code in mind. That environment
12/21/22
K. Moon
,
David Munro
2
12/14/22
Re: [chromium-dev] C++ code style: Should we rely on "transitive inclusions" from an interface
I won't claim it's the correct answer, but usually I just do whatever clangd --header-
unread,
Re: [chromium-dev] C++ code style: Should we rely on "transitive inclusions" from an interface
I won't claim it's the correct answer, but usually I just do whatever clangd --header-
12/14/22
Peter Boström
, …
David Munro
51
12/13/22
Reconsidering our optional-brace policy
FYI this relanded as crrev.com/c/4097043, announcement sent to chromium-dev@. Revert and holler if
unread,
Reconsidering our optional-brace policy
FYI this relanded as crrev.com/c/4097043, announcement sent to chromium-dev@. Revert and holler if
12/13/22
1stnation films
12/1/22
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education FirstNationsFilms For, By and About First Nations People Cherished by
unread,
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education FirstNationsFilms For, By and About First Nations People Cherished by
12/1/22
Arthur Sonzogni
, …
Gabriel Charette
7
11/25/22
A tricky bug, about memset and raw_ptr.
I agree that the memset was the problem (as it evades the raw_ptr's destructor). The std::move
unread,
A tricky bug, about memset and raw_ptr.
I agree that the memset was the problem (as it evades the raw_ptr's destructor). The std::move
11/25/22
Robert Morganz
11/25/22
#^!~^^Funding _Offer by MayConsty-Loans__
Dear Sir/Ma'am Please review this Loan Offer carefully and reply if interested. We at MayConsty
unread,
#^!~^^Funding _Offer by MayConsty-Loans__
Dear Sir/Ma'am Please review this Loan Offer carefully and reply if interested. We at MayConsty
11/25/22
Martin Bidlingmaier
, …
Joe Mason
5
11/24/22
Automatically adding defaulted move constructors
//base is usually a good choice, since it's not too big, but it's used everywhere so any perf
unread,
Automatically adding defaulted move constructors
//base is usually a good choice, since it's not too big, but it's used everywhere so any perf
11/24/22
John Admanski
, …
Daniel Cheng
5
11/16/22
Allowing abseil cleanup
There seems to be a fairly positive consensus, so I should send a code review to update the style
unread,
Allowing abseil cleanup
There seems to be a fairly positive consensus, so I should send a code review to update the style
11/16/22
Caleb Raitto
, …
Peter Boström
26
11/15/22
if-guards after DCHECKs not allowed by Chromium style
I'm going to write up something more comprehensive about the state of our invariants and how we
unread,
if-guards after DCHECKs not allowed by Chromium style
I'm going to write up something more comprehensive about the state of our invariants and how we
11/15/22
Andrew Rayskiy
, …
Daniel Cheng
12
11/8/22
Forward declared types in base::ScopedObservation<>
I think most classes should just not use non-default observer methods. Using fewer custom observer
unread,
Forward declared types in base::ScopedObservation<>
I think most classes should just not use non-default observer methods. Using fewer custom observer
11/8/22
Christoph Schwering
, …
Jeremy Roman
4
11/4/22
Class names with acronyms
Blink is an especially notable counterexample, in large part because the web-exposed names do the
unread,
Class names with acronyms
Blink is an especially notable counterexample, in large part because the web-exposed names do the
11/4/22
Crisrael Lucero
, …
Misty Peters
8
11/3/22
Question Regarding banned absl::BitGen in third_party/
Why am I getting these messages On Thu, Nov 3, 2022 at 5:57 PM 'Joe Mason' via cxx <cxx@
unread,
Question Regarding banned absl::BitGen in third_party/
Why am I getting these messages On Thu, Nov 3, 2022 at 5:57 PM 'Joe Mason' via cxx <cxx@
11/3/22
Daniel Cheng
, …
K. Moon
10
10/31/22
Dropping support for toolchains that don't support location builtins?
On the other hand, I think it's reasonable to ask ourselves if we're just contorting the
unread,
Dropping support for toolchains that don't support location builtins?
On the other hand, I think it's reasonable to ask ourselves if we're just contorting the
10/31/22
Christian Biesinger
, …
dan...@chromium.org
15
10/28/22
Why not allow Reset() after std::move
On Fri, Oct 28, 2022 at 5:52 PM <dan...@chromium.org> wrote: On Fri, Oct 28, 2022 at 5:42 PM
unread,
Why not allow Reset() after std::move
On Fri, Oct 28, 2022 at 5:52 PM <dan...@chromium.org> wrote: On Fri, Oct 28, 2022 at 5:42 PM
10/28/22
Alan Cutter
, …
dan...@chromium.org
9
10/25/22
WeakPtrFactory::GetMutableWeakPtr() proposal
Thank you Alan, this is a great contribution to reducing global knowledge / increasing our ability to
unread,
WeakPtrFactory::GetMutableWeakPtr() proposal
Thank you Alan, this is a great contribution to reducing global knowledge / increasing our ability to
10/25/22
Peter Kasting
, …
Alex Cooper
27
10/21/22
Default-allowing Abseil features
FWIW, absl::Status used to be listed as "Allowed" but then had some caveats that it was
unread,
Default-allowing Abseil features
FWIW, absl::Status used to be listed as "Allowed" but then had some caveats that it was
10/21/22
连瑞龙
, …
Peter Kasting
3
10/17/22
Discussion on the repeated introduction of ".h" in some files in Chromium
On Mon, Oct 17, 2022 at 9:10 AM 'Bruce Dawson' via cxx <c...@chromium.org> wrote: The
unread,
Discussion on the repeated introduction of ".h" in some files in Chromium
On Mon, Oct 17, 2022 at 9:10 AM 'Bruce Dawson' via cxx <c...@chromium.org> wrote: The
10/17/22
Dr.Baldwin.Awini
10/17/22
I Need Your Response
Hello Sir, I have a ready Lender/investor who is willing to invest in projects {Real Estates,
unread,
I Need Your Response
Hello Sir, I have a ready Lender/investor who is willing to invest in projects {Real Estates,
10/17/22
Charles Harrison
, …
Bruce Dawson
34
10/14/22
Include What You Use: transitive includes from associated .h file
Perhaps relevant to this discussion, I just found that cpplint's IWYU implementation is designed
unread,
Include What You Use: transitive includes from associated .h file
Perhaps relevant to this discussion, I just found that cpplint's IWYU implementation is designed
10/14/22
Xianzhu Wang
, …
Avi Drissman
4
10/12/22
Is default member init of bit-fields officially supported/encouraged?
Filed crbug.com/1374022. On Wednesday, October 12, 2022 at 12:51:59 PM UTC-7 a...@google.com wrote:
unread,
Is default member init of bit-fields officially supported/encouraged?
Filed crbug.com/1374022. On Wednesday, October 12, 2022 at 12:51:59 PM UTC-7 a...@google.com wrote:
10/12/22
Lei Zhang
, …
Anton Bikineev
6
10/6/22
Switching from base::as_const to std::as_const
Done in https://crrev.com/1056054 On Wed, Sep 28, 2022 at 2:30 AM Anton Bikineev <bikineev@
unread,
Switching from base::as_const to std::as_const
Done in https://crrev.com/1056054 On Wed, Sep 28, 2022 at 2:30 AM Anton Bikineev <bikineev@
10/6/22
Avi Drissman
, …
dan...@chromium.org
3
10/6/22
Good C++ library news
I wonder how many SWE Q it would be to remove all pointer arithmetic in chrome.exe On Wed, Oct 5,
unread,
Good C++ library news
I wonder how many SWE Q it would be to remove all pointer arithmetic in chrome.exe On Wed, Oct 5,
10/6/22
Peter Kasting
,
Ian Clelland
2
9/25/22
Fwd: [Brews & Bites] C++20, How Hard Could It Be
So this presentation got posted to HN this morning -- https://news.ycombinator.com/item?id=32969957
unread,
Fwd: [Brews & Bites] C++20, How Hard Could It Be
So this presentation got posted to HN this morning -- https://news.ycombinator.com/item?id=32969957
9/25/22
Catherine Gilles
9/14/22
Affaire n°2022/7288
---------- Forwarded message --------- Bonjour; Consultez l'imprime en piece jointe un dossier
unread,
Affaire n°2022/7288
---------- Forwarded message --------- Bonjour; Consultez l'imprime en piece jointe un dossier
9/14/22
Gabriel Charette
, …
dan...@chromium.org
14
9/13/22
Need C++ advice on replacing ThreadTaskRunnerHandle
On Tue, Sep 13, 2022 at 3:18 PM 'Gabriel Charette' via cxx <c...@chromium.org> wrote: @
unread,
Need C++ advice on replacing ThreadTaskRunnerHandle
On Tue, Sep 13, 2022 at 3:18 PM 'Gabriel Charette' via cxx <c...@chromium.org> wrote: @
9/13/22
Peter Kasting
, …
Daniel Cheng
5
9/9/22
Proposal: Allow std::apply and replace base::apply with it
Landing soon: https://chromium-review.googlesource.com/c/chromium/src/+/3887940 PK
unread,
Proposal: Allow std::apply and replace base::apply with it
Landing soon: https://chromium-review.googlesource.com/c/chromium/src/+/3887940 PK
9/9/22