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

Merge pull request #761 from ysk24ok/fix_typo_in_enable_shared_from_this

Fix typo in reference/memory/enable_shared_from_this.md

2be092b30694710082db7d624fa8be12b8404275 authored over 4 years ago by yumetodo <[email protected]>
Fix typo in reference/memory/enable_shared_from_this.md

168f3d2fe822735949e4e30fabe05d354d88fd4a authored over 4 years ago by Yusuke NISHIOKA <[email protected]>
gcd : コピペミスを修正

821c055e85acf54e5d23f0943adef4bdd09b6cd9 authored over 4 years ago by Akira Takahashi <[email protected]>
gcd, lcm : サンプルコードをWandbox実行できるよう修正

e3824c20dfdd6b92c44ed6913e8ad1e07d138d25 authored over 4 years ago by Akira Takahashi <[email protected]>
lcm : 実装で使用されている実装について記載

29e6175e8fa449dcddb76c56755988dea70f7306 authored over 4 years ago by Akira Takahashi <[email protected]>
gcd, lcm : 例が大きくなったので分割

cb4f0db313cf9949177ec0f732fd286755033e96 authored over 4 years ago by Akira Takahashi <[email protected]>
gcd, lcm : 可変引数の例を追加

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

96dd7efde9bf5ae7bd1a0b1c3df0b8b5848c611c authored over 4 years ago by Akira Takahashi <[email protected]>
lcm : 不要になったコードを削除

88d19217f5d3b3a0a19ab6faa2169db463a816d7 authored over 4 years ago by Akira Takahashi <[email protected]>
gcd : 不要になったリンクを削除

3ecd8061f2eb0d8f24d4a6132960bc137bc060f7 authored over 4 years ago by Akira Takahashi <[email protected]>
lcm : gcdへのリンクを追加

a306da88ad76aaee6c70aaa8a7701503c6103b58 authored over 4 years ago by Akira Takahashi <[email protected]>
gcd : accumulateの初期値を修正

63efd02dbe04f9912cf6e52ddbfc4571ed828eef authored over 4 years ago by Akira Takahashi <[email protected]>
lcm : リンク修正

7e769745c05ec1ae382ca322bb67f1871533313d authored over 4 years ago by Akira Takahashi <[email protected]>
lcm : オーバーフローの例が説明不足だったので、説明例を追加

8bc82fcaa611e576f085d190d399713903dc785e authored over 4 years ago by Akira Takahashi <[email protected]>
gcd, lcm : サンプルコードに単純なケース、3つ以上のケースを追加

不必要に難しいmake_unsignedの使用はやめた

8ee97741a8088f504276120d042404d6e15651f5 authored over 4 years ago by Akira Takahashi <[email protected]>
Merge pull request #760 from cpprefjp/fix-namespace-for-numbers

std -> std::numbers

95b8959d7a4dc3452370c6aa2b08eefc0f1bab84 authored over 4 years ago by Akira Takahashi <[email protected]>
std -> std::numbers

44e2b374b7f444259bc7bdd26a960fc9abb4f1d8 authored over 4 years ago by I <[email protected]>
評価されない文脈でのラムダ式 : リンク追加

103fb43d9ad99f3c6f684a1c1c028bc0387f6276 authored over 4 years ago by onihusube <[email protected]>
状態を持たないラムダ式を、デフォルト構築可能、代入可能とする : サンプルコード修正

a1090443556be3746ebb0787728f83d2d1dad4e5 authored over 4 years ago by onihusube <[email protected]>
状態を持たないラムダ式を、デフォルト構築可能、代入可能とする #723

fa2e334510eb897fc65f7695959cb99df7d2eee7 authored over 4 years ago by onihusube <[email protected]>
言葉の統一

cb3f3d4c32cc41fb59e20d83c776081379773e3e authored over 4 years ago by onihusube <[email protected]>
評価されない文脈でのラムダ式 : 追記

af5ba17dd5d78d11e9a822224cc8a67f87e3c561 authored over 4 years ago by onihusube <[email protected]>
追記

c09fd33161ba95cad064bc2733106618e6c0cc91 authored over 4 years ago by onihusube <[email protected]>
評価されない文脈でのラムダ式 : 仕様を追記 #725

bfd0217aebe937198a0ea81134ae26e57a921c62 authored over 4 years ago by onihusube <[email protected]>
評価されない文脈のラムダ式、ページ追加 #725

684dc64ca299658e5e15a5d3256f43bde98586c2 authored over 4 years ago by onihusube <[email protected]>
Merge pull request #759 from cpprefjp/fix/wide-io

fix(wide-io): wchar_t型がUnicodeであるとは限らないため避ける。また描画側についての記述を追記

7ef0c890b7b4d029eaab3bb2e75c9500917544a5 authored over 4 years ago by yumetodo <[email protected]>
chore(ci): update ripgrep to 12.1.0

c2e89f85906c184bab5d8071787756485cb2986f authored over 4 years ago by yumetodo <[email protected]>
fix(wide-io): Cロケールになるバグ話を除去、Linux環境で例外が出る話は誤編集なので除去

90de053c1c8ce0f749e414da61c25fbef783cb4b で文意が変わってしまっていた。
Cロケールになるバグについては deef1b095e731268ac4af2...

68848485182cd38dd38f1d5de44f2f083af7d0d9 authored over 4 years ago by yumetodo <[email protected]>
fix(wide-io): wchar_t型がUnicodeであるとは限らないため避ける。また描画側についての記述を追記

e80102cb7f5bf895add587eae93bb09da520f413 authored over 4 years ago by yumetodo <[email protected]>
C++17 畳み込み式 : 使い方記事へのリンクを追加

5b1978eff1fdd2400ecb937a0bcaf57a8c43739f authored over 4 years ago by Akira Takahashi <[email protected]>
誤字修正

9401874dcac2a7f8499b6ad42bede9780925d9b4 authored over 4 years ago by rydotyosh <[email protected]>
format : 宣言に名前空間が抜けてた

7d3be0115195b37f0bd9a4756fa6f1d9dbd108ba authored over 4 years ago by Akira Takahashi <[email protected]>
format : スペースをコード修飾表示できなかったので、「スペース」と表記

30f807790e9e35bd26222f8376e376b6bca10336 authored over 4 years ago by Akira Takahashi <[email protected]>
format : コード修飾を追加

5c852719e393934cb73b0ca7fe7cc6a886565c3d authored over 4 years ago by Akira Takahashi <[email protected]>
format : スペースがコード収束されて表示されていないので、試しにHTMLタグでコード指定

3e5f198659f91bcd28ca040a9cf1c984fdb6728e authored over 4 years ago by Akira Takahashi <[email protected]>
duration : to_streamはなくなった

57d394f7b6270dc5c8bd35b27b0fe478e3f790e4 authored over 4 years ago by Akira Takahashi <[email protected]>
zoned_time : やっぱり {} を使えた

3017da7337a8c9d742ad185262e8d2e7049ff47e authored over 4 years ago by Akira Takahashi <[email protected]>
zoned_time : 午前・午後を出力するにはロケール指定が必要だった

e28d6a94923e7ba3b353b68c6860168617853eea authored over 4 years ago by Akira Takahashi <[email protected]>
zoned_time : chronoのフォーマットは {} を使えないように読めた

9047616ed2b5f6ca78e1b52f6eea3be988ef9735 authored over 4 years ago by Akira Takahashi <[email protected]>
zoned_time : フォーマット出力の例を追加

844b14ce2f6725eafa7a64b67fe8eedeba3a3ede authored over 4 years ago by Akira Takahashi <[email protected]>
zoned_time : 秒単位の出力例を追加

64aec2d8e147f60f50d8c79da26e358b73e7f4dd authored over 4 years ago by Akira Takahashi <[email protected]>
外部リンクチェック : Web Archiveの外部リンクをチェックしないようにした #756

912658ce9b0af3f9a0577661ee77214699b3d40f authored over 4 years ago by Akira Takahashi <[email protected]>
atomicクラス : spinlockの実装解説記事へのリンクを追加

35eee73fec3c09909a5b0c176766a146cd185e45 authored over 4 years ago by Akira Takahashi <[email protected]>
Merge branch 'master' of https://github.com/cpprefjp/site

96ea5ce993df3cea1ff1c721d7bbe7d82d2c09b3 authored over 4 years ago by onihusube <[email protected]>
LWG Issue 3304対応

7d0f109144733c63d5542509e3eae7595cafbbae authored over 4 years ago by onihusube <[email protected]>
エスケープできなかったので、ドットを削除

02edaa738b274396727c9a03033e145e289c957f authored over 4 years ago by Akira Takahashi <[email protected]>
番号付き箇条書きはエスケープできるのかな

43bdcdaab30909a61518b414f4109d0d36f415b7 authored over 4 years ago by Akira Takahashi <[email protected]>
formatter : デフォルトテンプレート引数を追加

b0f0c29ae2b6ee8c017b8b63d525e4e690f47011 authored over 4 years ago by Akira Takahashi <[email protected]>
formatter : 説明を整理。見た目崩れを修正

04d2a5cdfb5c14db17a00b7a7a7e922c0ce563ed authored over 4 years ago by Akira Takahashi <[email protected]>
thread/jthread.md リンクを修正

d54c4fe2af2102af27612203043664ad3a9e4485 authored over 4 years ago by hotwatermorning <[email protected]>
thread/jthread.md を追加

fb17feb484a485d7de02d808616c7297e9004c89 authored over 4 years ago by hotwatermorning <[email protected]>
chrono/format : いらない情報を削除

71d9e6be89736cc0a0995e72b5f50144fa69f40f authored over 4 years ago by Akira Takahashi <[email protected]>
chrono : formatページを追加。まだ途中

ad9e108369b15ed261f5e7a3567a76f37ae2a1f3 authored over 4 years ago by Akira Takahashi <[email protected]>
ranlux24, 48 : 参照ページに安定してアクセスできないので、Web Archiveに差し替え #756

36b403221cd47f1d16b2326a2991601f37ddee07 authored over 4 years ago by Akira Takahashi <[email protected]>
外部リンクチェック : sleep時間を乱数にしてみた #756

c6245c6159b025c43fc3a49cf7fc87a62ccc18b6 authored over 4 years ago by Akira Takahashi <[email protected]>
sleep時間を伸ばしてみた #756

55cc6f81e697f30ae855c8488befe3d197b73399 authored over 4 years ago by Akira Takahashi <[email protected]>
外部リンクチェック : URLを重複なしリストにした #756

1e59ae153b4e9df3136200ba106ef180519286fa authored over 4 years ago by Akira Takahashi <[email protected]>
外部リンクチェック : リトライ時に2秒sleepを入れた

7a9d2b3b214d85ed24e6f0fef4ab2e58f4e90bf0 authored over 4 years ago by Akira Takahashi <[email protected]>
fix(index_seqence): GCC's bug was already fixed

so that the workaround example code is not suited.

a38d8315f48ce926551a672e632607db2afdbcae authored over 4 years ago by yumetodo <[email protected]>
リンクを修正

e8d71a09d25c85918d7092753883d29dbaf96d28 authored over 4 years ago by Mitsuru Kariya <[email protected]>
サイト外リンクチェック : GitHubActionsが遅いので、接続タイムアウトを眺めに設定

73cc32d1a1736956e7df14ac4d31d4af6600b052 authored over 4 years ago by Akira Takahashi <[email protected]>
サイト外リンクチェック : 接続できなかった場合にリトライするようにし、リトライ回数を増やした #753

エラー時の分類をわかりやすいようにした

b7db0260c747d987867d34319ba8472bb9d2a296 authored over 4 years ago by Akira Takahashi <[email protected]>
サイト外リンクでSSLエラーになる問題を修正 #753

「Python requests で SSLError が起きて毎回ググってるのでまとめた」 https://qiita.com/sta/items/6d08151fd9b20fa8b319

172d6400e38407a410db873090c8f3b87eb770b0 authored over 4 years ago by Akira Takahashi <[email protected]>
Merge pull request #749 from cpprefjp/add_link_check_ci

リンクチェックのCIを追加

a47b17025e63011296512c53c9089ae3ed3070a0 authored over 4 years ago by Akira Takahashi <[email protected]>
サイト外リンクでリンク切れしていたものを、web archiveに修正 #748

代替を探すのがむずかしい歴史的資料としての対応。

ad43a9aef71dab52026b8a5c74e5b52284755146 authored over 4 years ago by Akira Takahashi <[email protected]>
訳語表 : 伝播を記載

1859685731f023df519a5ebef3fdfada3d4757ae authored over 4 years ago by Akira Takahashi <[email protected]>
string::operator+ : 表の並び順修正

f758e082b24c76af5c67290766b329f830d8b519 authored over 4 years ago by onihusube <[email protected]>
s/伝搬/伝播/ 伝搬は誤用が広まったものであるため、伝播に修正

http://www.okada-lab.org/Ronbun/JExpressions/denpan.php

5b1ec3cab74f2126997964a21c47b7fd668ce046 authored over 4 years ago by Akira Takahashi <[email protected]>
Merge pull request #752 from cpprefjp/tshino-patch-1

shared_ptr::uniqueの説明を修正

386bc57e28d4f5b88c16a2af7334f2e40faf7803 authored over 4 years ago by Akira Takahashi <[email protected]>
Merge branch 'master' of https://github.com/cpprefjp/site

9d0aaf10ba17673b1dc4f69cd5da961f30fea67c authored over 4 years ago by onihusube <[email protected]>
string::operator+ : P1165R1対応 #640

7f43be4e28ff7282bf9c10c825b6929a6c93f1c2 authored over 4 years ago by onihusube <[email protected]>
uniqueの説明を修正

d1d4c019febe6adb96c84a0ce1c27c9b19d9c45d authored over 4 years ago by tshino <[email protected]>
equality_comparable : 微修正

5b38b9e96302a7903e2a3b86a8e81fe3c4f71674 authored over 4 years ago by onihusube <[email protected]>
コンパイラ実装状況 : VS2019 Update 5の対応追記

e5e4e842413f9ee9415eabe75d548cc2cb623fed authored over 4 years ago by onihusube <[email protected]>
連想コンテナのcontains : VS対応追記

9610f535fa17c4e952733645fe0ded255b55b948 authored over 4 years ago by onihusube <[email protected]>
chore: use https link

ref:
- #748

40711102c8053097c91e3ae74bbe3701846b3ad6 authored over 4 years ago by yumetodo <[email protected]>
Merge pull request #750 from cpprefjp/fix/add_link_check_ci_create_issue

feat(ci): create issue when outerlink check detect outdated

4efa46ef40ad712190aae6f8c8d878da22b8e077 authored over 4 years ago by Akira Takahashi <[email protected]>
refactor(ci): remove unrequired `cat`

e32e9fb9134d1daab2d9d467495dc2bfcc7b5a11 authored over 4 years ago by yumetodo <[email protected]>
Merge pull request #751 from ysk24ok/fix_unique_lock_backquote

Fix unique_lock.md where 'std::' is not backquoted

99d0e3f8add50b0fb8bf801ec23d6a091c53e239 authored over 4 years ago by Akira Takahashi <[email protected]>
fix(ci): replace LF to \n

df1cbe6fbde259c4c89d841913fbeb73df64d08f authored over 4 years ago by yumetodo <[email protected]>
fix: add .gitattributes to force .sh file's line end to LF

a21368a9c13bcb79e2c7fbc720c4226e8814890f authored over 4 years ago by yumetodo <[email protected]>
Fix unique_lock.md where 'std::' is not backquoted

1995c1980d5a081f5de5360e07d9ced78350754e authored over 4 years ago by Yusuke NISHIOKA <[email protected]>
fix(ci): raise error after github issue created.

ref:
- https://qiita.com/laikuaut/items/e1cc312ffc7ec2c872fc

accd9470886ab5565ad7e63091b2a1874ba666b1 authored over 4 years ago by yumetodo <[email protected]>
feat(ci): create issue when outerlink check detect outdated

ac8d611044e5c38fda87cbf43d19cdd195f1b36e authored over 4 years ago by yumetodo <[email protected]>
outer link check refs master branch

b36a72d68607b7d15f5d466329ced1f98b70fe20 authored over 4 years ago by Akira Takahashi <[email protected]>
multiset::merge : 反復子 -> イテレータ

e95a81a4c8def8eb784447707d904646b33e8f83 authored over 4 years ago by onihusube <[email protected]>
string_viewの検索系関数 : 効果が間違っていたのを修正

dc0ea01c767923144d416284ba07583e4f3cb861 authored over 4 years ago by onihusube <[email protected]>
リンクチェックのCIを追加

9afe713eaf019571b5ea3fdca08f1b7dc40fe0cb authored over 4 years ago by Akira Takahashi <[email protected]>
fix link

8c4082b9fecc7d84d44b986e2ee7109e863674ab authored over 4 years ago by Akira Takahashi <[email protected]>
default_searcher : fix typo

4350d8086afd72176bdf52559e7b2ef39cac0d0a authored over 4 years ago by alphya <[email protected]>
string::replace : 一部消えていたのを修正

79fb8ad495393fb80c39c2c36c756db0174998ae authored over 4 years ago by onihusube <[email protected]>
atomic_ref : リンク修正

fa2b8b76114ec44060e4dd2c05da3cf1b5ab104a authored over 4 years ago by onihusube <[email protected]>
atomic_flag_wait_explicit : リンク修正

d4ae59c6fa30287c2cdc2fb69937f3472255601a authored over 4 years ago by onihusube <[email protected]>
semiregular : リンク修正

3be58702591f5fcf2d22c92b764fc439a02ca29c authored over 4 years ago by onihusube <[email protected]>
リンク修正 #747

58861bb3359f70f448549dd128a636f70aef3863 authored over 4 years ago by onihusube <[email protected]>
std::gcd : 言葉の表現の修正

b847b2808ffcccb6acc164119937718ef2d3a9fd authored over 4 years ago by onihusube <[email protected]>
path::operator= : 表記の微変更

12fb2e88881549d81292921645a101ef2392186c authored over 4 years ago by onihusube <[email protected]>
国際規格: N4860 追記

2835faf5318fac600e25c6e900afc9a42ef699a0 authored over 4 years ago by Koichi Murase <[email protected]>
equality_comparable : 不要なテンプレートパラメータを修正

ff2dfd022b0bf2b7d4c1d38fd11e10f86d25fd87 authored over 4 years ago by onihusube <[email protected]>
boolean-testable : 微修正

b79bfb06b98d4f9ea78d180bb54322ccf1b93f57 authored over 4 years ago by onihusube <[email protected]>