Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cpprefjp/site

cpprefjpサイトのMarkdownソース
https://github.com/cpprefjp/site

cpp20/coroutines: "背景・経緯","選択肢"セクションを記述

79514211fa117cd5f76a8c0b365b16eb153b7404 authored over 4 years ago by yoh <[email protected]>
cpp20/coroutines: 例示コードへリンク付与

2d6497c83f8c676c1c679ed2fe56750ba14fd0a0 authored over 4 years ago by yoh <[email protected]>
coroutine_handle: fix inner links

fa273ea59696df593576b1af772d6cc62825bcfc authored over 4 years ago by yoh <[email protected]>
coroutine_handle: 全メンバ関数

0204f68bdc822e8ddcf36ad03bdeed7e79cfbcb5 authored over 4 years ago by yoh <[email protected]>
coroutine_handle: クラス説明

9faa18dc4374b02e5a61d856c046cfa37580c767 authored over 4 years ago by yoh <[email protected]>
Merge pull request #768 from cpprefjp/fix/trivially_copyable_def

fix(type_traits): trivially copyableの定義が変更されたのに追従

976b48055ba5c394f05a2007b13612871257fe53 authored over 4 years ago by onihusube <[email protected]>
noop_coroutine: サンプルコード追加

860a4d36cd6ab37a14ec03f523f55e8f4cd63d3e authored over 4 years ago by yoh <[email protected]>
cpp20/coroutine: coroutine_traits, noop_coroutine

64ce321234d16c7c498cd771e3feae0dc9b70c30 authored over 4 years ago by yoh <[email protected]>
fix(type_traits): s/適格な/資格のある/

eligibleの訳語

ref:
- https://fedibird.com/@mmasuda/104373273858130558

ef5fea7adb915c74f5cccc2905547d93d09a0798 authored over 4 years ago by yumetodo <[email protected]>
ranges::swap : メタ情報修正

092763581c3e66fd1cb210a2c68e44af86720f18 authored over 4 years ago by onihusube <[email protected]>
fire CI

3ab554df3230cf4057a5f87ad7298479b3ff0398 authored over 4 years ago by Akira Takahashi <[email protected]>
(partial|strong|weak)_order : 識別子種別をカスタマイゼーションポイントオブジェクトに変更

209481e5077f97f18615bc0263d1d70631b55345 authored over 4 years ago by Akira Takahashi <[email protected]>
cpp20/coroutines: サンプルコードの例外ハンドリングを修正

promise_type::unhandled_exception()から例外を再スローすると、
サンプルコードのgenerator定義では未定義動作を引き起こしてしまう。
本来はstd::e...

9c766fd87cf10f5a77e5e423e82960571bcd1bc9 authored over 4 years ago by yoh <[email protected]>
Merge branch 'master' of https://github.com/cpprefjp/site

4d6e33be9c688fcc2a865d0d0f809952ca79f1e4 authored over 4 years ago by onihusube <[email protected]>
input_or_output_iterator追加 #712

b7978dfadb830f0b4e3ba3877cdef40ba67d3ed2 authored over 4 years ago by onihusube <[email protected]>
coroutine: suspend_{never,always}

7b40ea4330d0a1307df8a4a08d6879b96d5a8ced authored over 4 years ago by yoh <[email protected]>
C++20 coroutines : typo修正など

b23b38a09d1c2803e439deebe213cff10618a88e authored over 4 years ago by onihusube <[email protected]>
Merge pull request #773 from cpprefjp/cpo-template

editors_doc: CPOひな形ページを追加

49125a504448e22d5e7a74f0c2c87f9ee386cb03 authored over 4 years ago by Akira Takahashi <[email protected]>
coroutines: C++コルーチン特徴を追記, 他調整

d8a364b90c5f2b445ccff3aae50454d433e47ede authored over 4 years ago by yoh <[email protected]>
reference/coroutine: <coroutine>追加(ヘッダ説明のみ)

2b576d18d794b5fbcdee9ebbd8e41461bd1e3a53 authored over 4 years ago by yoh <[email protected]>
coroutines: 表現調整

f6513d4e49ed36fee82b1bed250dc88d39cd0595 authored over 4 years ago by yoh <[email protected]>
cpp20/coroutines: 最低限の概要と言語仕様を記述

56edeede137a0a6f65b28754da5a3b8cd190bc23 authored over 4 years ago by yoh <[email protected]>
<iterator> : incrementableの説明を修正

8d8b0b52d0fbca108314ae8950ad99babc4bb416 authored over 4 years ago by onihusube <[email protected]>
incrementable追加 #712

f844ba0017c44c31c95a5338dcdbe37ecf2bd764 authored over 4 years ago by onihusube <[email protected]>
fix(msvc_ver): fix 16.6.2 info

6b742625414533e7029cd6cfd112081373cdca0a authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): deprecate POD

resolve #724

95d222bcf1758c69d95e49dedf7114b41e3cca6d authored over 4 years ago by yumetodo <[email protected]>
fix(type_tratis): s/制約テンプレート/制約/

Co-authored-by: onihusube <[email protected]>

6b699eef0142f2721af3852c307e3cfa57a4b76b authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): 同じ種類の特殊メンバ関数の説明を簡素化

7d1b0b3ddfae6def27a7b341562aed5f300bc429 authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): トリビアルコピー可能の説明を簡素化

対象となるクラスの非静的メンバ変数及び全ての基底クラスもトリビアルコピー可能でなければならない

5bf26511a0b01b4b4491998516ebe8da9c02be61 authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): sampleの簡素化

a58f203eedd8437768352ba2277baf2f240bd071 authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): 単に「制約」と書く

Co-authored-by: onihusube <[email protected]>

201411f7949ec1162cc81864a55f3062e2137373 authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): user-providedの説明を改善

Co-authored-by: onihusube <[email protected]>

64f1e99f9390db38c5277af35bd4b65f271b23c2 authored over 4 years ago by yumetodo <[email protected]>
CPOひな形ページ: #773 コメント反映+調整

5250dd176cbef167ef3e704f48540374923629e5 authored over 4 years ago by yoh <[email protected]>
strong_order : 定数式となる条件の修正

6b7efebf8a5b218aa02b2caebc04dc8b861dc293 authored over 4 years ago by onihusube <[email protected]>
editors_doc: CPOひな形ページを追加

0b16793c9009e2bb123742536d255400cb68fb7b authored over 4 years ago by yoh <[email protected]>
リンク修正

04ade5aa2a00781f76671c69f9aefc5e391133e6 authored over 4 years ago by onihusube <[email protected]>
is-integer-like : 追記 #712

32c50ecfb68c3e7cb8ef3eee7707727da6d37ea8 authored over 4 years ago by onihusube <[email protected]>
fix(cstddef/byte): msvcの実装状況を追加

ref:
- https://docs.microsoft.com/ja-jp/cpp/overview/visual-cpp-language-conformance?view=vs-20...

f1473391a87489d20ee0291a1322a6b1cebaaa7a authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): conceptの命名規則はsnake_case

ref:
- https://twitter.com/kazatsuyu/status/1273582619234406403

a6b5710abe911f00513f73a7c16a7d219b25b220 authored over 4 years ago by yumetodo <[email protected]>
fix(type_tratis): trivially copyableの例でコンセプトとわかるように

ref:
- https://twitter.com/kazatsuyu/status/1273580295300591616

1e59ee112f4b1a9b0c7a172ecae19ec24c3500cc authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): trivially copyableの例を追加

124329fc1380fd96c3c14d7d744cc431178d1a6a authored over 4 years ago by yumetodo <[email protected]>
fix(type_traits): C++20でのtrivially copyableの定義を記述

abfa291d459f06913c0c46304e12330948fabffd authored over 4 years ago by yumetodo <[email protected]>
shared_from_this : 文言修正

ff812e8dec7d7356d73986cd8cf667e765777391 authored over 4 years ago by onihusube <[email protected]>
is-integer-like : 表記修正

60b143cb60dcb417543fafa41dbab47565ba23e3 authored over 4 years ago by onihusube <[email protected]>
リンク修正

ce93fe7573dbb6002fd0fe4e8eca25c675113e37 authored over 4 years ago by onihusube <[email protected]>
weakly_incrementable追加 #712

63370f6f81f101e3c1d08acb376f764058495277 authored over 4 years ago by onihusube <[email protected]>
barrier: small fix

3c3ddd433b8d0b531616ddd249f84391b3c8982c authored over 4 years ago by yoh <[email protected]>
fix(type_traits): user-proviedの説明をreview指摘どおりに治す

7a67a9d64077414cbcb290c15cf001dbcda4f27a authored over 4 years ago by yumetodo <[email protected]>
barrier: arrive_and_wait例 (#684)

85705d8aae51cc19644e750a326273937daf80fd authored over 4 years ago by yoh <[email protected]>
barrier: fix links

c47669588c19bbf9365723819871f0cc77c392aa authored over 4 years ago by yoh <[email protected]>
barrier: 全メンバ関数 (#684)

acde49ec24e52212a081e452960fc2becb42362e authored over 4 years ago by yoh <[email protected]>
C++20一貫比較 : P2085R0対応

918dd2bf794db3662e01818e3878f96cbbb3cc6b authored over 4 years ago by onihusube <[email protected]>
indirectly_writable : リンク修正

11f9c2620c5c74087d5deb0a80421b4a31c0d7bd authored over 4 years ago by onihusube <[email protected]>
indirectly_writable追加 #712

38b3a4f2cf7f629fef7407f63ebd622e6dc8b876 authored over 4 years ago by onihusube <[email protected]>
文言の修正など

b18598c567b78e1111778f17d054e8db12351048 authored over 4 years ago by onihusube <[email protected]>
fix(type_traits): reviewの指摘を反映

ref:
- #768

bff312135c471052519dd76e4d4b2ff19af91123 authored over 4 years ago by yumetodo <[email protected]>
Update reference/type_traits/is_trivially_copyable.md

Co-authored-by: Akira Takahashi <[email protected]>

ff763a284cdd3cc1f22f752196900b6a1b1cb506 authored over 4 years ago by yumetodo <[email protected]>
Update reference/type_traits/is_trivially_copyable.md

Co-authored-by: Akira Takahashi <[email protected]>

58cfecaa84e23d18ca189c9b9b121832d00d7a6f authored over 4 years ago by yumetodo <[email protected]>
Merge pull request #769 from cpprefjp/refine-abs

abs: C++17で行われた対処を明確に記述

d65ba378fd517880f9a947ab91b5c6a165718179 authored over 4 years ago by yumetodo <[email protected]>
縦を揃えた方が分かりやすそうだったので

f352f1762299eab8fa183e653742f9443d4efde7 authored over 4 years ago by melpon <[email protected]>
barrier: クラス説明 (#684)

f10b554898ea82bf9e78c9e9faa097ba2faec948 authored over 4 years ago by yoh <[email protected]>
implementation-status: fix table layout

fix 200df468ec6758533276f304ecbfa7d3d24a6d37

c3b475adb3f5f5fc510ce2aad8e477a1ad7748e8 authored over 4 years ago by yoh <[email protected]>
barrier: ヘッダ追加 (#684)

54a03c658e057a9eb2b5a9a08933369bde98fa2a authored over 4 years ago by yoh <[email protected]>
latch: fix links, again!

be584d0454c9f29f50285c3b33920bc520c395e4 authored over 4 years ago by yoh <[email protected]>
latch: fix links

b09ae7cccdca875db190f18994b8f7f2b3171b84 authored over 4 years ago by yoh <[email protected]>
リンク修正

a6c4abeece9fdd076cef8c64372e9b915d02997c authored over 4 years ago by onihusube <[email protected]>
projected追加 #712

17fa133f22ed4d7da0050991d49a740a42b2ebe0 authored over 4 years ago by onihusube <[email protected]>
indirect_result_t追加 #712

b50adf5d315927c9cc5d58d700a570210435010b authored over 4 years ago by onihusube <[email protected]>
abs: C++17で行われた対処を明確に記述

修正前表現ではabs関数そのものが廃止されると誤解されるリスクがあった。

194191ee0d44d71e01adfa750a2d33fb663f3c1c authored over 4 years ago by yoh <[email protected]>
latch: latchメンバ関数 (#684)

d5085f815c0614a4d606338fe36c1eb97bd5f77e authored over 4 years ago by yoh <[email protected]>
fix(type_traits): trivially copyableの定義が変更されたのに追従

CWG issue 1734. Nontrivial deleted copy functions
https://wg21.cmeerw.net/cwg/issue1734
C++初心者に贈...

b4e898cc4d2df5cb1aacb63f4120b8556b5c435b authored over 4 years ago by yumetodo <[email protected]>
latch: ヘッダ追加, クラス説明 (#684)

c8b6c877c9ecaf8b6d54d84aaf37c3f7432f481a authored over 4 years ago by yoh <[email protected]>
リンクミスを修正

31bb95d5b4b47f15893b8e269511c4eaf7e81b85 authored over 4 years ago by Akira Takahashi <[email protected]>
counting_semaphore : コード修飾を追加

a830a52816d16564a40e7d989eadbfe7e44f06f6 authored over 4 years ago by Akira Takahashi <[email protected]>
リンクミスを修正

35f7dda790e4cc532b512fc29fcfc8ea9f43f96d authored over 4 years ago by Akira Takahashi <[email protected]>
counting_semaphore : binary_semaphoreの宣言を追加

basic_stringなどと同様の対応

e99d09afcf956f447e0ed3608ffe76ee1a7c7666 authored over 4 years ago by Akira Takahashi <[email protected]>
counting_semaphore::try_acquire_(for|until) : コード中のタブをスペースに修正

59ecbc8c063c2d974f85f40f14afd755f628c2ed authored over 4 years ago by Akira Takahashi <[email protected]>
reference.md: C++20追加ヘッダを記載(一部はnolink)

1ae049efb035bfd8b4dc2a65288357832ce843fd authored over 4 years ago by yoh <[email protected]>
counting_semaphore: try_acquire_{for,until}, 他調整 (#683)

71929318d7ce941bcbf3f9201a70e6b96299717d authored over 4 years ago by yoh <[email protected]>
counting_semaphore: 概要説明から誤解を招く注記文を削除

文脈上は排他制御機構としてのバイナリセマフォ利用に関する注記を意図していたが、
バイナリセマフォを単純なイベント通知/待機機構として用いるユースケースを
推奨しない説明にも読み取れるため、誤解...

f515288c05a2f1689c3f3c6ff3985d211b6fca0d authored over 4 years ago by yoh <[email protected]>
counting_semaphore: some cosmetics

438648a421a38841538ed55b29273f18133536d7 authored over 4 years ago by yoh <[email protected]>
リンク修正

869920574349134310571edb409bd07b5c421723 authored over 4 years ago by onihusube <[email protected]>
Merge branch 'master' of https://github.com/cpprefjp/site

c9fad6ae63786398416745c4bd98591d26feefb1 authored over 4 years ago by onihusube <[email protected]>
incrementable/indirectly_readable_traits追加 #712

a9ac708162bec37519ce204c57bb8c8617dcb2f2 authored over 4 years ago by onihusube <[email protected]>
counting_semaphore: release, acquire, try_acquire (#683)

0e2b1b9345f9fa28997b6b0325e2ccd73d56bdf3 authored over 4 years ago by yoh <[email protected]>
グローバル修飾リスト: <semaphore>を追加

988ebf15fc46dd5a9731dbfdd852c4746579c0ed authored over 4 years ago by yoh <[email protected]>
counting_semaphore: コンストラクタ事前条件誤りを修正

36a06b6835141fc35592fefe3c9229735c91d237 authored over 4 years ago by yoh <[email protected]>
counting_semaphore: コンストラクタ, max (#683)

a0fb45701a81aef7e558cf80acf63e7832dd447e authored over 4 years ago by yoh <[email protected]>
counting_semaphore : リンク修正

3c2a4194589d735cb7987010905cc1f343f64d14 authored over 4 years ago by onihusube <[email protected]>
counting_semaphore : リンク修正

0e3e8c155214e2e329911a133ca315b279e43b47 authored over 4 years ago by onihusube <[email protected]>
semaphore/counting_semaphore: some cosmetics

267fcf36504b909a578e380df0d5f56ffd56f4eb authored over 4 years ago by yoh <[email protected]>
semaphore: couting_semaphoreクラステンプレート説明 (#683)

60ec76216cd73266407d3b85152af36c5b8df3b4 authored over 4 years ago by yoh <[email protected]>
semaphore: ヘッダ追加

4682688a6a2744afe6445ac54474f5051c147029 authored over 4 years ago by yohhoy <[email protected]>
サイト内のnolinkチェックが間違っていたので修正し、エラーになったところも合わせて直した

bdc4c019cfbf95da83ffe54f3e834eb33805dc71 authored over 4 years ago by Akira Takahashi <[email protected]>
lang/cpp20: follow issue #729 comment

8e4302cc698fc5777fb97b82327151d67a203a21 authored over 4 years ago by yohhoy <[email protected]>
lang/cpp20: likely, unlikely属性

9f2e86d80edfcec09f196e82e73adc09206970e0 authored over 4 years ago by yohhoy <[email protected]>
memory: P1973R対応

9561d1e52d6603220af787beaa82af08d52ba5f1 authored over 4 years ago by yohhoy <[email protected]>
bit: P1956R1対応

0294d1ebb8b4656394c0247980c8322978213db5 authored over 4 years ago by yohhoy <[email protected]>
chrono : month_dayクラスページを追加

44b0acd69e4c100833ed8bfb733b10b67a7584ea authored over 4 years ago by Akira Takahashi <[email protected]>
deferenceable : メタ情報のミスを修正

71004fe87968c7c250c8f3a46e1fdc268220892c authored over 4 years ago by Akira Takahashi <[email protected]>