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

common_type : 追記

6e808d7bf8d67a81fb46a21b3c88134007a04257 authored about 5 years ago by onihusube <[email protected]>
C++17 アライメント指定されたデータの動的メモリ確保 : 関連項目とリンク

2f3b8a6e3154ba8a65b2d4404a1111036fb7a1a6 authored about 5 years ago by Akira Takahashi <[email protected]>
C++17 アライメント指定されたデータの動的メモリ確保 : new(aligned_val_t{N})構文の例を通以下

85f5afab6a9f46bb18c79b18b0898678c6c40ee7 authored about 5 years ago by Akira Takahashi <[email protected]>
C++17 アライメント指定されたデータの動的メモリ確保 : 解説記事への参照を追加

operatorキーワードを使わないnew / delete演算子のアライメント指定付き呼び出しは、そのうちどこかで書いたほうがよさそう。

cdf7f9fe3d18084890cfe2b7f30b47ad813fdd20 authored about 5 years ago by Akira Takahashi <[email protected]>
operator new : コメントのインデントがずれていたので修正

9a9500a9cffe8f968bb557cb67c6ceaf663f7653 authored about 5 years ago by Akira Takahashi <[email protected]>
common_type : 要件の追記

56d88ebd5627baa096c1326037c75ab24c0d5f16 authored about 5 years ago by onihusube <[email protected]>
common_type : 効果の詳細追記とP0453R1対応

2d611149424d52a6bbd13f6a7e78329d146836e9 authored about 5 years ago by onihusube <[email protected]>
C++20 : 概要を書き始めた。コンセプトの簡単な概要と、これを使用するとなにがうれしいのかを記載

d9685963b5a55bcd09fc64a4ead75f05841e437d authored about 5 years ago by Akira Takahashi <[email protected]>
(multi)map | set::erase : 経緯ミスを修正 #692

38fdd02bd08a96b2f6c6ba306ce85ea6945b4e32 authored about 5 years ago by Akira Takahashi <[email protected]>
feat(msvc_ver): add 16.2.3 info

fc4dfde27e234df3d7bf2ab9754c2fb7d117d537 authored about 5 years ago by yumetodo <[email protected]>
placeholders : 文言修正

9a7d7daebd8063eacbff5d5a4198acc4421da8eb authored about 5 years ago by onihusube <[email protected]>
bind : リンク追加

d4a94ca8c06d38090b6af759d5ce57a51f0488c3 authored about 5 years ago by onihusube <[email protected]>
placeholders : 型についての要件の追記

4044423ebde2ea8f3844228fb199e41c50959394 authored about 5 years ago by onihusube <[email protected]>
bind : 例外について追記 #687

9de790efcd09856bf6ed8e9f44b35265695269ac authored about 5 years ago by onihusube <[email protected]>
reference_wrapperコンストラクタ : 文言修正

c019d8a7a586cd39933638d76ea9c702cdd35eb2 authored about 5 years ago by onihusube <[email protected]>
phi : コメントの縦位置をあわせた

8e3411afef8813574f86bb5ea799f4bdfe1e4aa5 authored about 5 years ago by Akira Takahashi <[email protected]>
reference : <numbers>ヘッダを追加 #679

5d9f7e2736f5cd050597a2edf4edb1e0fbd176f9 authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : egammaとphiを追加 #679

6ff6ccac6462aced2c60fb5ada3c1294a1691bdc authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : sqrt2, sqrt3, inv_sqrt3を追加 #679

394f5990d33d6aed72c156a93fcbb4f6f44c47b9 authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : ln2, ln10を追加 #679

8f6bc7cb2b7f680db0c1e08faf15c1ab3097bfec authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : pi, inv_pi, inv_sqrtpiを追加 #679

826636dc424473eba04de46840cc4bf4d0a71b24 authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : log2eとlog10eを追加 #679

345f3f3fd7573d24902e5b3b4228a0f03eb38007 authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : eを追加 #679

1891824f0b4c0771d1caca88eed23cfd95d6aea3 authored about 5 years ago by Akira Takahashi <[email protected]>
<numbers> : 特殊化が許可されているのが、標準外の型であることを明記

https://twitter.com/yohhoy/status/1161997934193287168?s=21

e78ec5bf3e60d8d38990a67883b6316fdcbffe61 authored about 5 years ago by Akira Takahashi <[email protected]>
C++20対応として<numbers>ヘッダページを追加 #679

8fa650e477bc4f4ae69c245cf60e78f5193dda14 authored about 5 years ago by Akira Takahashi <[email protected]>
<concepts> : floating_pointへのリンクを追加

961a41ad27cf7c7ae9273013f8df7418b3ebc828 authored about 5 years ago by Akira Takahashi <[email protected]>
<concepts> : 数学定数の提案に含まれるfloating_pointコンセプトを追加 #679

コンセプトのページはまだ雛形ができていないので、概要だけ記載。

1a7223e03f19c604f62ae000d24c619ccc6128e3 authored about 5 years ago by Akira Takahashi <[email protected]>
INVOKE : std::を無しで統一

7a9b131d8c0f6adb973a0cb46f27de5490cb1460 authored about 5 years ago by onihusube <[email protected]>
C++20 autoパラメータによる関数テンプレートの簡易定義 : 制限を記載

5f8c0de9545d1b73803d4695b5b9481f3f3dc921 authored about 5 years ago by Akira Takahashi <[email protected]>
numeric_limits::digits : 符号なし整数型の値を記載

a2c4bf207b72c20d2793924f53b24468f0ee07ef authored about 5 years ago by Akira Takahashi <[email protected]>
mem_fn : 追記と修正

01a05507532bb46ea775e5951c9e2f4d58c34008 authored about 5 years ago by onihusube <[email protected]>
mem_fn : 戻り値の仕様変更追記 #687

5f2de4123b4b1a1a45deca3b7aff0e9361c4ed3c authored about 5 years ago by onihusube <[email protected]>
reference_wrapper : 下記参照をsee belowへ

79e6be76cff9206a61e32c3af828b8c7abed5168 authored about 5 years ago by onihusube <[email protected]>
placeholders : 下記参照をsee belowへ

7a16a6c416041a602600951aa052ea4cfa7251f9 authored about 5 years ago by onihusube <[email protected]>
<container_concepts>を削除 : C++11 Committee Draftにはあったが、当面追加されそうにないので。

f00a99a2c333fd4fa7f167017f28ce6539a42a39 authored about 5 years ago by Akira Takahashi <[email protected]>
<concepts> : ページ名をsnake_caseに修正

00a897f859aa0ec3efe9b9314af0bf332d5a0c0f authored about 5 years ago by Akira Takahashi <[email protected]>
ファイル再追加

19dcd7e537859099231979573b80b8189261d0c6 authored about 5 years ago by Akira Takahashi <[email protected]>
Destructible, Swappable : ファイル名の大文字・小文字を変更するため、いったんファイル削除

0a608785cdfdf28966d250aeeb5c528d9d933735 authored about 5 years ago by Akira Takahashi <[email protected]>
コンセプト名のsnake_caseへの変更に対応 (まだ全部ではない)

a1388c0c27d446c0c9f0e014cba52b23aa719150 authored about 5 years ago by Akira Takahashi <[email protected]>
unordered_(multi)map::insert : オーバーロード番号が間違っていたので修正

コピーとムーブのオーバーロードがいっしょになっていた。

ed88f335dd74b3e22d61c652abed80d59fcb82a3 authored about 5 years ago by Akira Takahashi <[email protected]>
mem_fn : LWG Issue 2489対応

d3d4603b90184a3d30d10f255315f8a6039dc868 authored about 5 years ago by onihusube <[email protected]>
placeholders : LWG 2488とP0607R0対応

594d0b398a3ef39158a24e7310d16b19d8796c94 authored about 5 years ago by onihusube <[email protected]>
リンクミスを修正

fb66f83fae9907995895af348e77ffb43d7a8cf3 authored about 5 years ago by Akira Takahashi <[email protected]>
cref : typo修正

0e50bb9dba608f92070704927e009b17e196be4f authored about 5 years ago by onihusube <[email protected]>
reference_wrapperコンストラクタ : 修正と文章の移動

d19c39f5b2d3c3bf892ee2578614d05357da44b0 authored about 5 years ago by onihusube <[email protected]>
C++20 : コンセプトといっしょに入った関数パラメータをautoにすることによる関数テンプレートの簡易定義について、専用ページを用意した #661

672cd2332c1773c03ec537e5d24caa1708783a72 authored about 5 years ago by Akira Takahashi <[email protected]>
C++20 コンセプト : autoに対する制約 (P1141R2) に対応 #661

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1141r2.html

eaf885dab13022524eb06830e5a7b5ca045daa8c authored about 5 years ago by Akira Takahashi <[email protected]>
reference_wrapper : リンク追加

3f9e741e852bc62354f43bf40749a70603f2ffad authored about 5 years ago by onihusube <[email protected]>
Merge branch 'master' of https://github.com/cpprefjp/site

1e25506612570d9c1b8371aab4ab6c13d4659228 authored about 5 years ago by dokusasako <[email protected]>
reference_wrapper : LWG Issue 2903対応

d636f922535d4f260ccb45b0a2ce8e4c50a58867 authored about 5 years ago by dokusasako <[email protected]>
<concepts> : コンセプト名のガイドラインについてyohhoyさんの記事にリンク

39efa69983adb2c51c9017e8ba7e64eca502f311 authored about 5 years ago by Akira Takahashi <[email protected]>
set_default_resource : LWG Issue 2961対応と文面修正

fd3e66621d899980a1f84a95766cdca8b848270b authored about 5 years ago by onihusube <[email protected]>
P1065R2対応、constexpr追記 #687

f657e7f4410ed02e42ca231eedccaf26ece525e7 authored about 5 years ago by onihusube <[email protected]>
countl_zero, countr_zero, popcount : GCCの組み込み関数を記載

d90a1cb49ec7508e764054532f9beb18d345aa42 authored about 5 years ago by Akira Takahashi <[email protected]>
popcountとbitset::countを相互リンク

7ed351e4ea2b32bdb19bbc5fc4820f0d7c136b44 authored about 5 years ago by Akira Takahashi <[email protected]>
popcount : サンプルコードの入力値がよくなかったので差し替え

16だと0と1両方の意味でとられる。上の方と、下の方と、真ん中の方のビットが見られていることがわかる入力値に変更した。

04e2865d9ff93e270cbcfb98461001089669c1df authored about 5 years ago by Akira Takahashi <[email protected]>
ceil2 : 未規定の値が未定義動作に変更になった仕様に対応

b51c8c21a003ef96a098b1b738699b5b8faec3b0 authored about 5 years ago by Akira Takahashi <[email protected]>
<bit> : C++20対応としてrotlとrotrを追加 (close #676)

cdf8353820b05c447cf82f1de1e907b4cd0ba913 authored about 5 years ago by Akira Takahashi <[email protected]>
<bit> : 関数ページの雛形に沿った項目に修正

7d229806a40d53a2cc451ed43286c4a689497021 authored about 5 years ago by Akira Takahashi <[email protected]>
<bit> : C++20対応としてビット数を数える関数を追加 (close #677)

6d44fb25e1bb4502f2444fa18cbda171aa80a295 authored about 5 years ago by Akira Takahashi <[email protected]>
common_type : 不用な文字の削除と追記

3031bc913d664b65fd8953f43a8d0c9d46378531 authored about 5 years ago by onihusube <[email protected]>
duration 単項+,- : リンク変更

397fa49bedcccf23f6a22fa52ff675172467e686 authored about 5 years ago by onihusube <[email protected]>
common_type : サンプルコードの追加と修正

f793f7515bbdd4d7d8fa6b2bcbc88d274f157fd8 authored about 5 years ago by onihusube <[email protected]>
サンプルコード修正と結果追記

221dc1340c7ed34642740f74e362c42e8cc34387 authored about 5 years ago by onihusube <[email protected]>
リンク修正

4dc11ceca04a39325ff5ebab7bf127fc89bc8ed1 authored about 5 years ago by onihusube <[email protected]>
typo修正

a922a1ac0b7b494959f7da3929aa0986ed76b9e6 authored about 5 years ago by onihusube <[email protected]>
common_type : chronoに関する特殊化、ぺーじ追加

551293824a09b8d9b2f6675d293afc1b5830f506 authored about 5 years ago by onihusube <[email protected]>
Update modules.md

P1811R0を反映しODRの緩和に関する記述を削除

6d00d4eabb53b0f2af847342103c90d11a980d7f authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

サンプルコードのコメントを修正

72043e6adb187bb9f609fa9cad82f30374a91bba authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
コンパイラの実装状況 : libstdc++の実装状況ページへのリンクを追加

d41b0e4de2970c01a60eb89649f5bfff80a6560c authored about 5 years ago by Akira Takahashi <[email protected]>
unordered連想コンテナ : 計算済みハッシュインタフェースをrevert #623

2c3240d9f7051f4f668ef00e6503dc23be9437f3 authored about 5 years ago by Akira Takahashi <[email protected]>
C++20 : 新ライブラリの書き方を整理

1f5f45b72ed07d40465b1576ad7bbb5530e29979 authored about 5 years ago by Akira Takahashi <[email protected]>
C++20 : ケルン会議で決まったライブラリの変更概要を記載 #675

is_correspoinding_memberの説明が怪しい

2467806f018b67de20a3a29e50d77dc4508ec2d0 authored about 5 years ago by Akira Takahashi <[email protected]>
Update modules.md

参考URLを最新版に修正

202d901f1c9714831e9563f5d35d5c367265e4f1 authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

モジュール名の補足を追加

360be0c50ca4bdb3427660108d5783efb11a5525 authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

`#include`から`import`への置換をするかは処理系定義となった

34eb1c0b88c5a436c489bd4a38d8b678138f004b authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
Update modules.md

P1766R1を反映してexportブロックの説明を修正

2468d375abe5273001675030de704afdc5f34a8e authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
C++20 : ケルン会議で決まった言語機能の変更概要を記載 #675

212616c896bdf1334668eede62b69ed2e4370740 authored about 5 years ago by Akira Takahashi <[email protected]>
C++20 : endianを<type_traits>から<bit>に移動

1fd90d564347a3a12be55924ec92cfedfeebcda8 authored about 5 years ago by Akira Takahashi <[email protected]>
endian : <type_traits>から<bit>に移動

47b5a65fe6ee272ddbbc714c00745f6cc05ebaee authored about 5 years ago by Akira Takahashi <[email protected]>
C++20の規格案を更新

7317636b751e6fe1e8c33df1319348b768f236f4 authored about 5 years ago by Akira Takahashi <[email protected]>
monotonic_buffer_resource : 文面修正

35d6dda765a62fd2f61f9ff63e349d38198679be authored about 5 years ago by onihusube <[email protected]>
duration operator+ : P0548対応

1a455cd68abb9a924acc9646d4879dbb348608b1 authored about 5 years ago by onihusube <[email protected]>
duration operator- : P0548対応

b4bcd06933fe15d8aafd6230681cee3f71641358 authored about 5 years ago by onihusube <[email protected]>
duration operator+ : P0548対応

25c6d9dc9eeab5594a9f3ee0f0d1f90ac76cd941 authored about 5 years ago by onihusube <[email protected]>
cpp20/concepts: fix placeholder-type-specifier

(ref. http://eel.is/c++draft/dcl.spec.auto)

cfff1ebae1b8e0b910b8cb711370b6f7b035e285 authored about 5 years ago by yoh <[email protected]>
C++20 コンセプト : ラムダ式のテンプレートパラメータを制約する構文を記載

4830e8b5dc3b17c79b38b995e317529e013bec99 authored about 5 years ago by Akira Takahashi <[email protected]>
common_type : 特殊化の条件について追記

ac3007ad217a7b4e5703397bf2803bade3d8a9db authored about 5 years ago by onihusube <[email protected]>
common_type : 特殊化の対称性について追記

e5e9cd8831f35da948f3c383744262226ccc7890 authored about 5 years ago by onihusube <[email protected]>
common_type : ユーザー定義の特殊化について追記

6cc7a3bba80cd7d70fa3ba651179e5c8820823a3 authored about 5 years ago by onihusube <[email protected]>
uncaught_exceptions : CWG2098対応

532d2bb49c991d2f9913f459894bf029f2b33ce1 authored about 5 years ago by onihusube <[email protected]>
reference_wrapper の不完全型サポート追記 #636

5ba1f637e4aaeaa04936329ee07811982affa802 authored about 5 years ago by alphya <[email protected]>
destroy : 箇条書き修正

6f1cb168bd7508f52fc85d326e8a9e8b4b4dd9fe authored about 5 years ago by onihusube <[email protected]>
destroy : VC++で実装されていない理由についてリンク追加

eb2e30e9b8bdbd86e8620fb4d9daa2566027ea96 authored about 5 years ago by onihusube <[email protected]>
isinf : 戻り値について修正

c9184688cf0043709ca74e59130fe6791cb6da4c authored about 5 years ago by onihusube <[email protected]>
signbit : 戻り値について修正とnanに関して追記

13256c34a6185e10c78ed3fad0573fff0981c397 authored about 5 years ago by onihusube <[email protected]>
isnormal : 戻り値について修正

16c86bcbf6963cbb3ba921982c525a9e5c49d172 authored about 5 years ago by onihusube <[email protected]>
isfinite : 戻り値について修正

634dcdde42441b63ffa2b733cc4fd7f374c61c81 authored about 5 years ago by onihusube <[email protected]>
reference/contractをC++23に移動 #662

ae8536ea919a82cf0e79796669532510dc2d1da2 authored about 5 years ago by MATSUMURA Tetsuro <[email protected]>
future_error : P0517r0対応

826768c34b7b79d29cd4009827cc6a51ff8734bd authored about 5 years ago by onihusube <[email protected]>