Ecosyste.ms: OpenCollective

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

cpprefjp

このプロジェクトは、C++の最新情報を日本語で提供するWebサイトの制作をしています。 プログラミング言語C++に公式のリファレンスサイトはないため、有志でのリファレンス作成を行っています。
Collective - Host: opensource - https://opencollective.com/cpprefjp - Code: https://github.com/cpprefjp/site

Merge 'upstream/master' into implementation-status-links

github.com/cpprefjp/site - c435382c2172a2c0e65f6887bd012ee4cfaee985 authored over 6 years ago
P0170R1へのリンクをconstexpr lambdaのページに追加

C++17言語機能の実装状況ページから当該リンクを削除し、constexpr lambda の
ページへのリンクに書き換えたため

github.com/cpprefjp/site - 47ffe55d3a0c0c50be406abc84c04fd5094e5e78 authored over 6 years ago
言語機能のリンク先をcpprefjp内の記事に変更

github.com/cpprefjp/site - e44793d7d309fb15dd7cd81c6c0dba8ecafa473b authored over 6 years ago
hash の特殊化が定義された型のリストに nullptr_t wo

github.com/cpprefjp/site - 3e861c70a377c5c4bec48a5d699cdc3aa190f70d authored over 6 years ago
fs::recursive_directory_iteratorのクラスページを追加

github.com/cpprefjp/site - 94a90693fc0c8fb04dc8727069e41ac96ea102a8 authored over 6 years ago
fs::directory_iteratorのbeginとend : コード修飾を追加

github.com/cpprefjp/site - 78fa91f9e8c22260bcad752484c4d22939772ad1 authored over 6 years ago
fs::directory_iterator : beginとendを追加。directory_iterator完了

github.com/cpprefjp/site - 9589b9b27532d2b8987d0f5703eb82f4344e7fee authored over 6 years ago
fs::directory_iterator : 比較演算子を追加

規格書に直接的な仕様は書かれていないが、Input Iterator要件を満たすために必要な演算子として、存在することが規定されている

github.com/cpprefjp/site - 1469e3cc797ee2b0399f0e8ebc819aaa93244fc9 authored over 6 years ago
fs::directory_iterator::operator++ : 例外が発生した場合の状態を記載

github.com/cpprefjp/site - 696808084ecff22a49c3eb1807a8cd5acd8ee27f authored over 6 years ago
fs::directory_iterator : 残りのメンバ関数を追加

github.com/cpprefjp/site - 0a691bf52df3c1617d53c7e9d41e50a026b3b008 authored over 6 years ago
Merge pull request #564 from cpprefjp/fix-regex-sample

regerx_iteretor sampleの修正

github.com/cpprefjp/site - 9075509ee2c75fd18837b6c04ae02a77b3215bc4 authored over 6 years ago
regerx_iteretor sampleの修正

github.com/cpprefjp/site - b95a939b745b9415fc699368cda8536cb2f380bb authored over 6 years ago
fs::directory_iterator::operator= : 効果の文章がおかしくなっていた

github.com/cpprefjp/site - 2e8435018b55fbcbce8df3e361e685097f08e2c9 authored over 6 years ago
可変引数テンプレート関係の記事に関連項目のリンクを貼った #563

github.com/cpprefjp/site - a5c57ba97e00aa3c6564a25980cc2d7213ef938c authored over 6 years ago
C++11 可変引数テンプレート : 引数転送のサンプルコードとして、moveの代わりにforwardを使用 #563

github.com/cpprefjp/site - 28b6a4c52e7c88128c6c6dd07c135d9d4b6c9235 authored over 6 years ago
fs::directory_iterator : 代入演算子を追加

github.com/cpprefjp/site - 7c98f2f94d5574a14ae44e7031313ef688496e12 authored over 6 years ago
fs::directory_iteratorのコンストラクタ : Clangのバージョンを追加

github.com/cpprefjp/site - 0ba1a658c0706a80d7b349539714eb0d6ffe2f32 authored over 6 years ago
fs::directory_iterator : コンストラクタを追加

github.com/cpprefjp/site - b8bbbc2eacce63e72d32d52a98baf98a53bb58c3 authored over 6 years ago
fs::directory_iterator : サンプルコードを追加

github.com/cpprefjp/site - 50707ceb7ee1d99db1e9d002d81d362dd9fc1dfa authored over 6 years ago
fs::directory_options : サンプルコードになにをやってるのかのコメントを記載し、動作確認できた処理系バージョンを記載

github.com/cpprefjp/site - c917b6a96ac53a60332fbe82a0d78fda0933bb38 authored over 6 years ago
fs::directory_options : シンボリックリンクの貼り方が間違っていたのを修正

github.com/cpprefjp/site - b08f9877b7af99b9e90e734a5dc21c68a203818b authored over 6 years ago
[unordered_multimap] insert emplace emplace_hint の記載を C++17 向けに修正

github.com/cpprefjp/site - eb2ea0cec5092c1ffcf8c2cb3d116b66912275c8 authored over 6 years ago
unordered_map::insert 脱字を修正

github.com/cpprefjp/site - b9eeae704560d3c21d811f9ec44ecf567317d3d8 authored over 6 years ago
[unordered_multimap] rehash reserve の記載を C++17 向けに修正

併せて、rehash, reserve の結果が事後条件ギリギリになるように微調整
(Clang 8.2.0 を使用)

github.com/cpprefjp/site - b46ecddfa7c24fe69e2d3ce35ca00bc5c0048f02 authored over 6 years ago
fs::directory_optionsを追加

github.com/cpprefjp/site - 9d48fc2331373d19b796f3a3790531d223f30c91 authored over 6 years ago
修正漏れを反映

github.com/cpprefjp/site - 6aea3f50a7953d371f72f21a11a346af0d2e6aae authored over 6 years ago
[unordered_map] rehash, reserve の例を微調整

rehash, reserve の結果が事後条件ギリギリになるように微調整
(Clang 8.2.0 を使用)

github.com/cpprefjp/site - aa790361026765383d14ae555877ecb6dde4abee authored over 6 years ago
unordered_map::rehash の修正誤りを修正

github.com/cpprefjp/site - c80fc74ee57ebbd2de1e4db762f4b76650e49b00 authored over 6 years ago
[unordered_map] insert emplace emplace_hint の記載を C++17 向けに修正

github.com/cpprefjp/site - b0754d60534bf40e43582f610b1257d496366d73 authored over 6 years ago
[unordered_map] rehash reserve の記載を C++17 向けに修正

github.com/cpprefjp/site - 427b79a94e66d91b57e470589064b372b05b7393 authored over 6 years ago
誤字の修正、記載方法の統一、および、C++17 対応

github.com/cpprefjp/site - 8f0c93cb651d6284f145593fbe102fc63813cdf7 authored over 6 years ago
fix(iterator/next): add ref to advance()

github.com/cpprefjp/site - 1ffd05ae9faa111d451a74ad153d51a700a7da4d authored over 6 years ago
fix(iterator/advance): add ref to next()

github.com/cpprefjp/site - c78c6fab82d42246114d45f6b3f26ecc2cb41fb3 authored over 6 years ago
機能テストマクロにinsert_or_assignへのリンクも追加

github.com/cpprefjp/site - b5f0d1e214e7effbac006acf6e98a7c66caea367 authored over 6 years ago
directory_entry : 構築関係を追加。directory_entry完了

github.com/cpprefjp/site - db3b30e43da92d62a0992cd588e71bb115e46b78 authored over 6 years ago
fs::directory_entry : replace_filenameを追加

github.com/cpprefjp/site - 0be8afe00bf0bfd6a20a7256afd85e086d909b0a authored over 6 years ago
リンクミスを修正

github.com/cpprefjp/site - 36055a0c9c47b10dd10ca71cb7dd78bed0d06e0d authored over 6 years ago
fs::directory_entry : refreshを追加

github.com/cpprefjp/site - d73a7ebd4af5978073cf552807e3106b16cb9657 authored over 6 years ago
fs::directory_entry : 比較演算子を追加

github.com/cpprefjp/site - d016755cbd5a6ba341c8760b26326455aa0144d7 authored over 6 years ago
unordered_map::try_emplaceへのnolinkを解除

github.com/cpprefjp/site - ff6c5fb417ef9e514881c897e456a8258be38613 authored over 6 years ago
pair のコンストラクタについて C++17 からの情報を追記

github.com/cpprefjp/site - 10dce2427687c4f736fbe93d2e802d0a28320bff authored over 6 years ago
unordered_map::try_emplace と unordered_map::insert_or_assign を追加

github.com/cpprefjp/site - 505cb5f7d8d802abcfbf57923b3dc8f76a54bd1a authored over 6 years ago
pair のコンストラクタについて C++17 からの情報を追加

(5) のコンストラクタは、C++14 までは「 `U` から `first_type` へ、`V` から `second_type` へ、それぞれ暗黙変換可能でなければならない」という記載が...

github.com/cpprefjp/site - 6612b5800a4a6b834209eb4b51081f0b49357cdd authored over 6 years ago
リンクミスを修正

github.com/cpprefjp/site - 9837355934c117045b157e8ca5c65f8e93859be9 authored over 6 years ago
fs::directory_entry::last_write_time : 余分なコード修飾を削除

github.com/cpprefjp/site - bd4fdb9918bc8b8ff339280e801b595519d0395d authored over 6 years ago
fs::directory_entry : 観測関係をひととおり追加

github.com/cpprefjp/site - 6f9ea8d23121fc1b1e06ca0e26c9835d3ab284f5 authored over 6 years ago
fs::directory_entry::last_write_time : 細かいミスを修正

github.com/cpprefjp/site - f5dd2a5232bbdbed32c0a213660f8a568c0c25cb authored over 6 years ago
fs::directory_entry : last_write_timeを追加

github.com/cpprefjp/site - 4a98b687ca0dd6957e7a22bcaca6ae2409a7b70c authored over 6 years ago
optional の operator<= の戻り値を修正

github.com/cpprefjp/site - af5c3e4057f94320ba488b9f32f7d7b8fb88c1b2 authored over 6 years ago
optional の operator>= の戻り値を修正

github.com/cpprefjp/site - 6bd240d5cf7843f2a9d6ab6e1e812dccb413375e authored over 6 years ago
optional の operator> の戻り値を修正

github.com/cpprefjp/site - d0d4611365a4290e169650f77e1e4648a36a011b authored over 6 years ago
optional の operator< の戻り値を修正

github.com/cpprefjp/site - cf1b5968661a282f48b3da374cbb9fbe6d93b6bc authored over 6 years ago
directory_entryのメンバ関数 : リンクミスを修正

github.com/cpprefjp/site - 7d0a885e4d80799d11435c0a834989ea800030f1 authored over 6 years ago
directory_entryのメンバ関数 : 表示崩れを修正

github.com/cpprefjp/site - a78bb1ba71376e7b620b051fb00b0a0e931ebdb1 authored over 6 years ago
unordered_map::try_emplaceはまだなかったので、nolink付け直し

github.com/cpprefjp/site - 18329c2492e1936c641699a25b05900db769bb75 authored over 6 years ago
作成済みページへのnolinkを解除

github.com/cpprefjp/site - 6ec758c558debab30fd7ba81b4df6ee0d2bd9e2f authored over 6 years ago
fs::directory_entry : pathとoperator pathを追加

github.com/cpprefjp/site - 6cb330cabf73afe6ac0bbcb4b3028b71c926d992 authored over 6 years ago
fs::directory_entry : コード修飾を追加

github.com/cpprefjp/site - a685916d8791922a21e8d9671a6e9e4fb4807c59 authored over 6 years ago
directory_iterator : イテレート順について記載

github.com/cpprefjp/site - adc8b0cabf3a4bd28f618bf22e634854c76c1351 authored over 6 years ago
fs::directory_iterator : 指定されたディレクトリ内のディレクトリを読み飛ばすと書いたが、あれは嘘だった

github.com/cpprefjp/site - d928a21e60c2aab3cf00b60bcce1bfbc33797413 authored over 6 years ago
fs::directory_entry : クラスのサンプルコードを追加

github.com/cpprefjp/site - 9ffbdb732a05b12280f0c9e120dbbf71b725d586 authored over 6 years ago
map::insert_or_assign と map::try_emplace を修正

github.com/cpprefjp/site - 2d4b777158de65954e1dc14e16211e77dde9ae7d authored over 6 years ago
リンクを追加

github.com/cpprefjp/site - 2f9eeb9213697f420249d2a22bb50024ae2911c5 authored over 6 years ago
改行を修正

github.com/cpprefjp/site - 571f91855364f41350fc7981e57b86ff9cb83531 authored over 6 years ago
リンクを修正

github.com/cpprefjp/site - ca6ae5f50bea0de14e06720036a0221d5d48998b authored over 6 years ago
fs::directory_entry : refreshの概要を変更

github.com/cpprefjp/site - 78c311ce52de54ad1f5ea0bfbb2f4cd2f3a6aa47 authored over 6 years ago
fs::directory_entryの概要を記載

github.com/cpprefjp/site - 6d9d3c04e3a293e8a34512f5b3252faadd7b4a89 authored over 6 years ago
Merge pull request #560 from cpprefjp/feat/wide-io

wcout/wcin/wclog/wcerrを追記

github.com/cpprefjp/site - 7cc15780ca9576600772eced37c672ac9731ce66 authored over 6 years ago
fix(wide-io): reviewに従い表現の修正と節の移動

github.com/cpprefjp/site - 90de053c1c8ce0f749e414da61c25fbef783cb4b authored over 6 years ago
fix(wide-io): remove plain lang code block

github.com/cpprefjp/site - e7eb0aa4d2bf11203b7bb46424886a07c77af9ae authored over 6 years ago
Merge pull request #561 from dsugiyama/patch-1

optional クラステンプレートの要件を修正

github.com/cpprefjp/site - 22ebedf209c9050ca1c583e135348960e3a12c9f authored over 6 years ago
fix(wide-io): 名前の由来を概要に移動

github.com/cpprefjp/site - 28ef885e38cf6cccb3e7cf0deef6dba774b51e8e authored over 6 years ago
optional クラステンプレートの要件を修正

原文は "A program that necessitates the instantiation of template optional for a reference type, or...

github.com/cpprefjp/site - 35f5e55ff0e14fcdd093c9e9baad4c8f318ed61d authored over 6 years ago
vector::emplace_back の C++17 対応

github.com/cpprefjp/site - 7cd35e526dbd18c4834a0decc9daa03e3ecd884d authored over 6 years ago
stack::emplace の C++17 対応

github.com/cpprefjp/site - ace9420fbec8a9363cafd57b2e8e6a68077f2b6c authored over 6 years ago
queue::emplace の C++17 対応

github.com/cpprefjp/site - d6666588c342af064487c11166017c52df19a61f authored over 6 years ago
list::emplace_* の C++17 対応

github.com/cpprefjp/site - a5e4a1688b342b19ee3927f0fb34650590672c5a authored over 6 years ago
forward_list::emplace_front の C++17 対応

github.com/cpprefjp/site - 20ce3bcad61152f6a7ed962beeffe2755ce65b7e authored over 6 years ago
deque::emplace_* のリンク誤りを修正

github.com/cpprefjp/site - 139f1ba1abf048c2a217e67529e859f9ed59b6d6 authored over 6 years ago
deque::emplace_* の C++17 対応

github.com/cpprefjp/site - 4d42294edfedf771facd3b036718bb524ab1f032 authored over 6 years ago
map::insert_or_assign, try_emplace : 処理系バージョンの書き方をほかに合わせた

パースしにくいので・・・。
動作確認できた最小の処理系バージョンを記載してもらえば大丈夫です。

github.com/cpprefjp/site - fc8b8d81799a35de2eb0459a8b81f5d424aa7111 authored over 6 years ago
feat(wide-io): write about wcout and locale

github.com/cpprefjp/site - deef1b095e731268ac4af26099f15be3c0de000b authored over 6 years ago
feat(wide-io): append wide-io info

- std::wcin -> std::cin
- std::wcout -> std::cout
- std::wcerr -> std::cerr
- std::wclog -> std:...

github.com/cpprefjp/site - e058acd5d2e2c3eeab8eb3003d0b87cb218a9998 authored over 6 years ago
map::try_emplace の例にリンクを追加

github.com/cpprefjp/site - bee41b22526a4a267ea48abaa557ca8af3961c2d authored over 6 years ago
map::try_emplace と map::insert_or_assign を追加

github.com/cpprefjp/site - 0a9b2cb1015e3a43a4b1b94ff00ba491fd64a2db authored over 6 years ago
fs::directory_entryクラスのページを追加

github.com/cpprefjp/site - 42b3fd71f57db62000e16688f2d90170056c2731 authored over 6 years ago
directory_iterator : 言語バージョンの間違いを修正

github.com/cpprefjp/site - f84d6e093747a925c9db33388b0abc0f5d854bdd authored over 6 years ago
fs::directory_iteratorクラスのページを追加

github.com/cpprefjp/site - 63cd12c6cb84ccb59765365ccecbf3c2963f4a64 authored over 6 years ago
iterator : ptrdiff_tへのリンクを追加

github.com/cpprefjp/site - 48ec13bce363c36e277da55743a6f3899897980f authored over 6 years ago
iterator : fix typo

github.com/cpprefjp/site - f239e9c16fa65a1b143e2ed2ab1bbf104666466a authored over 6 years ago
allocator_traits::construct 脱字を修正

github.com/cpprefjp/site - edcae433e3d28319547891b1d641c02166e324db authored over 6 years ago
fs::relativeとfs::proximateを追加

github.com/cpprefjp/site - 8516ca501f4f35575b54bdca2a19f33e22321c79 authored over 6 years ago
fs::weakly_canonicalを追加

github.com/cpprefjp/site - b1f5b392b36863bad723745deeafc9f3aac2df8e authored over 6 years ago
fix(ostream/endl): add link to basic_ostream

github.com/cpprefjp/site - 73a1cd2c4b8217f98f4734e73acec8b5177d4111 authored over 6 years ago
fs::absolute : noexceptなしerror_codeをとるオーバーロードの例外条件を記載

github.com/cpprefjp/site - 30a5aeb133f068b31bb332394d95dfe9c5b56503 authored over 6 years ago
fs::canonicalを追加

github.com/cpprefjp/site - c9188a0b8804900a6ca6aa4cde4b30fb04a0e1c5 authored over 6 years ago
fs::absoluteを追加

github.com/cpprefjp/site - 1961d7324074ff0616f55cf8c518bd771903cb56 authored over 6 years ago
fs::current_path : noexceptなしerror_codeをとる版の例外説明が間違っていたので修正

github.com/cpprefjp/site - 372863b9bda8fb3935d39b4e16b1739d1933b95c authored over 6 years ago
fs::temp_directory_pathを追加

github.com/cpprefjp/site - 45eadc62b3681b33f6d3455bd1d82168511b8a3d authored over 6 years ago
fs::current_pathを追加

github.com/cpprefjp/site - c8f53e7b4f197723f4491a041b03eed69d2128bb authored over 6 years ago