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

Fix typo

github.com/cpprefjp/site - ce0a107bd9ec1c44c984aa45e22004bc525eacda authored over 6 years ago by Mitsuru Kariya <[email protected]>
unordered_map::at : fix typo (#547)

github.com/cpprefjp/site - 79077c80b9fbbcbc013bad6fc709f1f81a532196 authored over 6 years ago by s.okada <[email protected]>
fs::last_write_timeとfs::file_time_typeを追加

github.com/cpprefjp/site - b834cda18d251c9fa79761317b9f9c4f1b98260e authored over 6 years ago by Akira Takahashi <[email protected]>
fs::status_known : 重複していたインクルードを削除

github.com/cpprefjp/site - aa26add88e37549f5b3290a27ee67d5785b953fb authored over 6 years ago by Akira Takahashi <[email protected]>
fs::space_infoとfs::spaceを追加

github.com/cpprefjp/site - 2f049a09bc243e446aa49cf8ceac862e296ca258 authored over 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #546 from ho-ri1991/fix/typo-optional-comparator

std::optionalの比較演算子のタイポ修正

github.com/cpprefjp/site - a8172a1a41ae65b072373f43d47427039e3b73de authored over 6 years ago by Akira Takahashi <[email protected]>
fix typo in optional comparator

github.com/cpprefjp/site - 445b38c7efc5542fd028685a1ce40a956f08fa82 authored over 6 years ago by ho-ri1991 <[email protected]>
fs::is_other : 例外送出の条件で、コピペミスを修正

github.com/cpprefjp/site - 85f9db8b7398c5a89ec3a3b56c0d3b51b3cdda20 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_empty : create_directoryへのリンクをnolinkとして追加

github.com/cpprefjp/site - 8c29eeea650b3a6d4c0592e5ea5a76bc0aae8937 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_otherを追加

github.com/cpprefjp/site - 588b344f7fa51ba229c498226177a662e97b9141 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_emptyを追加

github.com/cpprefjp/site - 4c47e0467ae26029fba1b23fb08636f930cfaa8d authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_socketを追加

github.com/cpprefjp/site - 333b8295ddb13eaa49de7cc15dcd3839491218f2 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_fifo : fs::permsへのリンクを追加

github.com/cpprefjp/site - 68b6716cf996452db8f2320bca7ad635489f0a6f authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_fifoを追加

github.com/cpprefjp/site - d27f5e38f313f55730de445c37e21c441d26b680 authored over 6 years ago by Akira Takahashi <[email protected]>
<filesystem> : ファイル名のコピペミスを修正

github.com/cpprefjp/site - b07ae6736c5f4e279f414c4f0fa1e35a4358414f authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_block_file : サンプルコードから未使用インクルードを削除

github.com/cpprefjp/site - be6770d39a80be478f9aea6e6a397ff058aafe55 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_character_fileを追加

github.com/cpprefjp/site - 8a20b99b80d43ce1dbda020134582699e38ba218 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_block_fileを追加

github.com/cpprefjp/site - 55be46634d308826036d7423677780cee90febf1 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_symlink : コピペミスを修正

github.com/cpprefjp/site - fcbb86dd7dd35f3114d50bcc7712ec5d396ee8c5 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_symlinkを追加

github.com/cpprefjp/site - d5281d071deea82165d58eb5a11dba3e2a40ddd5 authored over 6 years ago by Akira Takahashi <[email protected]>
fix(implementation): add 15.7.3 information

github.com/cpprefjp/site - 2eeaf65ae580823d4d822efea52298373ebf91b4 authored over 6 years ago by yumetodo <[email protected]>
new 配下のファイルのメタ情報を修正

operator new 等は std 名前空間ではなくグローバル名前空間なので
空の meta namespace を追加しました。

github.com/cpprefjp/site - 4df5f0d39aca7342ed1c3b6cc828fce9a761e430 authored over 6 years ago by Mitsuru Kariya <[email protected]>
concepts 及び container_concepts 配下のファイルのメタ情報を修正

concepts 及び container_concepts 配下のファイルの header メタ情報を
削除した。

github.com/cpprefjp/site - a976747782c0ff549afbb3856c6c4fde06616eb4 authored over 6 years ago by Mitsuru Kariya <[email protected]>
is_directory : シンボリックリンクの例を追加

「リンク先ファイル」という言葉を使っているのは、ディレクトリは「ディレクトリファイル」であるとして意図したもの。

github.com/cpprefjp/site - e82af6c8a4e2c4bd39022f0f38e86f87ef003dfd authored over 6 years ago by Akira Takahashi <[email protected]>
is_regular_file : シンボリックリンクの例を追加

github.com/cpprefjp/site - ca0513159a90a2cda6f1bf94180bb927f950c9f1 authored over 6 years ago by Akira Takahashi <[email protected]>
std::list のメタ情報を修正

github.com/cpprefjp/site - 32b8fa22a643f6fdac9a48a1058e34fea9537d81 authored over 6 years ago by Mitsuru Kariya <[email protected]>
std::filesystem::path::format のメタ情報を修正

github.com/cpprefjp/site - cfe266a8cf70f3f5a6ddfe9f529f83efca260a31 authored over 6 years ago by Mitsuru Kariya <[email protected]>
ios_base::Init と ios_base::failure のメタ情報を修正

github.com/cpprefjp/site - 5edd61e2232a4433a18d9a25985ca33a4cd8db5d authored over 6 years ago by Mitsuru Kariya <[email protected]>
fs::is_directoryを追加

github.com/cpprefjp/site - cc9f6f7d3c5d7ce05bc440fbcfaad6dff3249877 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_regular_file : 不足していたコード修飾を追加

github.com/cpprefjp/site - 946f9533104c5d403d6da14e38e83c0feef02bfc authored over 6 years ago by Akira Takahashi <[email protected]>
fs::is_regular_fileを追加

github.com/cpprefjp/site - f2ba20437d88ccf6cafb4ec4fc91ec9dd7926fc7 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::exists : ファイルシステムからではなくロジックでエラーになるケースを明記

github.com/cpprefjp/site - 827197605dc17eaf8d5246704d4b36ea00929379 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::exists : pathへのリンクを追加

github.com/cpprefjp/site - 78c453bedfda0ff18503f1bbb065b32afba8bee3 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::existsを追加

github.com/cpprefjp/site - 46cd88dd0fdde1c242afecc20d99db57b82d4114 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::status_knownを追加

github.com/cpprefjp/site - 023f712c2d1c6113e044e4beb6954f7d0f9e764b authored over 6 years ago by Akira Takahashi <[email protected]>
サイト内リンクからホスト名を削除

github.com/cpprefjp/site - afb9559da94790f47fa4171fdfcea55684024a06 authored over 6 years ago by Mitsuru Kariya <[email protected]>
表示例を微修正

github.com/cpprefjp/site - 7024ec32e440194dd66094306c9a1e75cdfe07d9 authored over 6 years ago by Mitsuru Kariya <[email protected]>
リンク切れを修正

github.com/cpprefjp/site - 41303a258d018b459e88459880662833c8f33822 authored over 6 years ago by Mitsuru Kariya <[email protected]>
fs::status, symlink_status : 表示崩れを修正

github.com/cpprefjp/site - 55104053af0b44419931d87f5c573e87f0532848 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::symlink_status : シンボリックリンク以外のファイルに対する動作が不正確だったのを修正

github.com/cpprefjp/site - 208c6876228748d25bb093464592275195c98de4 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::symlink_statusを追加

github.com/cpprefjp/site - 5ec745cd222755ceeb83590d667542ab538320d6 authored over 6 years ago by Akira Takahashi <[email protected]>
fs::status : 例外の項目を追加

github.com/cpprefjp/site - 1fd0b362c2c6ce3553ea8712cd0e12b107fa30ac authored over 6 years ago by Akira Takahashi <[email protected]>
fs::statusへのnolinkを解除

github.com/cpprefjp/site - a4ac3b58fbb839c79b34a1fcf628a0f8d39ee4c2 authored over 6 years ago by Akira Takahashi <[email protected]>
<filesystem>にstatus関数を追加

それにともない、filesystem APIの使用例で頻出するクラス・関数をグローバル修飾リストに登録

github.com/cpprefjp/site - 7b8793ec2b0a86ef7917b56015fa0f0a80551e38 authored over 6 years ago by Akira Takahashi <[email protected]>
sqrt : 例には-0.0があるが、「0未満の場合に定義域エラー」だけだと-0.0が扱えるかわかりにくいので説明を追記

github.com/cpprefjp/site - 852a75b122125d69ecbc14c0d492fcc476800963 authored over 6 years ago by Akira Takahashi <[email protected]>
<filesystem>にfile_statusクラスを追加

github.com/cpprefjp/site - 4931674c202f4c27b4ba8912b133645f904ae982 authored over 6 years ago by Akira Takahashi <[email protected]>
<filesystem>にpermsを追加

github.com/cpprefjp/site - a8a1c79c254da6fdcfe1ca9bdfa758e3bdf570c7 authored over 6 years ago by Akira Takahashi <[email protected]>
<filesystem>にfile_typeを追加

github.com/cpprefjp/site - a9f0de6c35aae6b70dfb9abc09264258e148ce24 authored over 6 years ago by Akira Takahashi <[email protected]>
endian : mixed endianの仕様が抜けてた

github.com/cpprefjp/site - 65bdf47155463955ad0e9c408172b66ddd34c604 authored over 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #545 from hmito/feature/rotate_fix

algorithm::rotate, rotate_copyの概要と戻り値に情報を追記

github.com/cpprefjp/site - b3357a80d634638f208fcc40970ddb69fda2c7a4 authored over 6 years ago by yumetodo <[email protected]>
rotate_copyの概要の記述をrotateと一致させる

github.com/cpprefjp/site - 7214fcd8b2bbc229f8bc34ac7b3633a692366bf4 authored over 6 years ago by Koichi Ito <[email protected]>
概要の記述を微修正

github.com/cpprefjp/site - 640ece6637dc0c45a6fb6b5230142afe18657a69 authored over 6 years ago by Koichi Ito <[email protected]>
戻り値の追記内容を微修正

github.com/cpprefjp/site - ed6d71dbc72f15c9fce857921ba4f0ac0ab6370f authored over 6 years ago by Koichi Ito <[email protected]>
rotate_copyに回転後の順序と戻り値についての記述を追加

github.com/cpprefjp/site - 9b6ae1fcad97c5d180578c86b90786f9425bcd79 authored over 6 years ago by Koichi Ito <[email protected]>
Update rotate.md

github.com/cpprefjp/site - b18d44d1f42d5e0779f0e8acfb63d1cc8ea9ad71 authored over 6 years ago by Koichi Ito <[email protected]>
C++17からreference_wrapperがtrivially copyableになったことを記載

github.com/cpprefjp/site - bdabfc96dbd0109f043ab177a3c913bae093f4f4 authored over 6 years ago by Akira Takahashi <[email protected]>
C++17 畳み込み式 : チルダが一文字だけだと見出しとして認識できなかったので、演算子の呼び名を追記

github.com/cpprefjp/site - 89cd3a82f618f32a55814da8d0306103acd37c8d authored over 6 years ago by Akira Takahashi <[email protected]>
basic_string::compare : basic_string_viewのオーバーロードを追加

github.com/cpprefjp/site - 62981f9fbaf5cccbc49f29adfd55b31c905ee909 authored over 6 years ago by Akira Takahashi <[email protected]>
fix(implementation): update visual_cpp_ver

ref:
- https://qiita.com/yumetodo/items/8c112fca0a8e6b47072d/revisions/25

Thanks @LoliGothick

github.com/cpprefjp/site - 854d7111a32621c1b7e8ebce080124e19ce91d03 authored over 6 years ago by yumetodo <[email protected]>
basic_stringのfind系関数にbasic_string_viewのオーバーロードを追加

github.com/cpprefjp/site - 604494c5b4a7d4a7d5d724ea6750147fe0fea925 authored over 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #542 from cpprefjp/update-vc-version-table

VC++ バージョン表記の表の構成

github.com/cpprefjp/site - f23863e470133b85a5a950415e0a6d952d6d0507 authored over 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #544 from Fuyutsubaki/fix_constexpr_lambda_example

constexpr ラムダのサンプルコード修正

github.com/cpprefjp/site - 65688f28e48a64d9d458a602f6e12ed1b62cfa27 authored over 6 years ago by Akira Takahashi <[email protected]>
constexpr ラムダのサンプルコード修正

github.com/cpprefjp/site - 4ba8ea7ac60fe5cb881f19fc838d3976af307c1d authored over 6 years ago by fuyutsubaki <[email protected]>
basic_string::replace : basic_string_viewのオーバーロードを追加

github.com/cpprefjp/site - 0b815c3d69c55b1f2cfe8dbad9055ce26d68ed5e authored over 6 years ago by Akira Takahashi <[email protected]>
basic_string::insertに、basic_string_viewのオーバーロードを追加

github.com/cpprefjp/site - e753041a126357631177abaf4325ab73fa2b1eca authored over 6 years ago by Akira Takahashi <[email protected]>
stof : 表示崩れを修正

github.com/cpprefjp/site - 85af6e9ad70c95e11b07724f05475726f48c8718 authored over 6 years ago by Akira Takahashi <[email protected]>
処理系/VC++: Visual Studio .NET 2002 の製品名を修正

github.com/cpprefjp/site - 088b9cdf6aba44916a526390122dcac2f4b073ec authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 表の注釈の番号付け直し

github.com/cpprefjp/site - 2d901be3f1667b1a4b1bc2a92a0d01166f214cda authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: Visual Studio 6.0 SP5/SP6 製品名修正

github.com/cpprefjp/site - b5ebba65373e647fcfe5144d8d69e32f2b53eb67 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 表の注釈の位置変更

github.com/cpprefjp/site - 38d2690fe5a36c4410b5384123967a07fa040804 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: サイト内から参照されない表記の削除

github.com/cpprefjp/site - 4a8943a7c37d9e7de6e6b2a6c611f9f902852ac8 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 15.1, 15.2 情報追加

github.com/cpprefjp/site - d2050b326e171a6569377abe6d01f4c19dfa69c5 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 15.x.y の行独立・各バージョン表記割り当て

github.com/cpprefjp/site - 9fe4b4868d04f2b57961d0ffba4eb6fa2dcaec62 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 新規情報の追加

github.com/cpprefjp/site - 6000f4818f2fe9458a30c2ff0bc796bcb6c28743 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: Visual C++ 6.0 以前の当サイトでの表記(暫定)

github.com/cpprefjp/site - ae2ee74d39c9a2129a38d269d24665fd03d9552e authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: サイト内表記の変更漏れを修正

github.com/cpprefjp/site - 4aa8c12a494ae292966ed542034a5b0079ad18be authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: Visual Studio 2017 製品名変更ミス修正

github.com/cpprefjp/site - 74f9d330687a1b47f9ca580681876ffd04cd576b authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 表の注を editors_doc/cite_note_ref.md の表に対する注釈記法に変更

github.com/cpprefjp/site - 2caa24e21419ffce6647f6a254b98a52910ac011 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: Visual C++が製品名からなくなったバージョンを正確にする

github.com/cpprefjp/site - 124924bbb406c15d28246704fc56077ea986c06f authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: サイト内のバージョン表記を更新

github.com/cpprefjp/site - f1c77e59cace431324c2dbe2e85bacf2a027ff69 authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 或るバージョン以降に適用される注釈を移動

github.com/cpprefjp/site - 9cf5d83ae65ed87c349c39359354cc5ec335213b authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: バージョン表の更新

github.com/cpprefjp/site - a55cd44e8b13031ff5b91b590cc21b1aebc1d41b authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: Visual C++ Express/Standard の製品名を追加

github.com/cpprefjp/site - 2a43dc7f731b15859f1be47afc69fc044d5d005e authored over 6 years ago by Koichi Murase <[email protected]>
処理系/VC++: 紛らわしいバージョン表記を元に戻す

github.com/cpprefjp/site - 93c328c6779a92edb03adfe01b50d4f458560be3 authored over 6 years ago by Koichi Murase <[email protected]>
ロケール文字列: fix typo

github.com/cpprefjp/site - e7156f90c72318dd8e1314be76781ccdf326474a authored over 6 years ago by Koichi Murase <[email protected]>
equalとequivalent両方の意味で「同一」という言葉が使われていたので、equivalentの方は「同等」に修正

github.com/cpprefjp/site - dfa38758003d0a27f54d5a7ff0115d9b6fef1d3a authored over 6 years ago by Akira Takahashi <[email protected]>
GCC 8のC++20サポート状況を記載

github.com/cpprefjp/site - b5cfb1c2fca7e62c2a6e02cdd1886b6d04eec6b3 authored over 6 years ago by Akira Takahashi <[email protected]>
basic_string::append : basic_string_viewのオーバーロードを追加

github.com/cpprefjp/site - 52e112b7ee8f7f8fb3e34bd0630cfc9f1eabe2dd authored over 6 years ago by Akira Takahashi <[email protected]>
chore(C++11constexpr): s/sample/example/ for code block

ref:
- 6e23ce54b67224f6f450cfd4ab4455194e56e42d

github.com/cpprefjp/site - c15529c91127019190e194ea00230cd48e1fa494 authored over 6 years ago by yumetodo <[email protected]>
fix(C++11constexpr): constexpr member function should be const member function

ref:
- https://qiita.com/tomoyuki-nakabayashi/items/f3ebf940967561a752c8

github.com/cpprefjp/site - 6e23ce54b67224f6f450cfd4ab4455194e56e42d authored over 6 years ago by yumetodo <[email protected]>
Merge pull request #541 from sayurin/vs2017u7

コンパイラの実装状況 : Visual Studio 2017 Update 7に対応 #540

github.com/cpprefjp/site - a52ab35249c81b628b915e343e05092e6c5bc2fa authored over 6 years ago by Akira Takahashi <[email protected]>
コンパイラの実装状況 : Visual Studio 2017 Update 7に対応 #540

github.com/cpprefjp/site - d6eb4e064865b48c6a7fad6f32e9c06ebc4d9723 authored over 6 years ago by Ichimura Kazuhito <[email protected]>
random_device::entropy : GCC 8.1からカーネルのエントロピー数を返すようになった

github.com/cpprefjp/site - 535c59daa2034ecba40626d1d3782087801187f2 authored over 6 years ago by Akira Takahashi <[email protected]>
Fix layout break

私のPR #536 で空白にU+00A0が混入してMarkdownのインデントが壊れてしまったようなので修正します。
(Githubのwebからの編集ですが何か間違えたのかもしれません)

github.com/cpprefjp/site - e98d66e581c97568e2390b6667f0f1f96bb04149 authored over 6 years ago by tshino <[email protected]>
Merge pull request #539 from anekawamasayuki/patch-1

fix typo in non_static_data_member_initializers.md

github.com/cpprefjp/site - 4a513105d06c68f3060d7cc3b746cd9bea5348ea authored over 6 years ago by yumetodo <[email protected]>
fix typo in non_static_data_member_initializers.md

github.com/cpprefjp/site - 05c6a227a94309e48273ef118012d50fbd13c2d0 authored over 6 years ago by Masayuki Anekawa <[email protected]>
Merge pull request #538 from ToruNiina/default-delete

#537 make sentence a bit clear

github.com/cpprefjp/site - 8497fd5b2d0a7ae8320838a2d0038cb7040f74c2 authored over 6 years ago by Toru Niina <[email protected]>
#537 make sentence a bit clear

github.com/cpprefjp/site - 5e58940328b644f33307d6e37af2bb0855572251 authored over 6 years ago by ToruNiina <[email protected]>
Merge pull request #536 from cpprefjp/tshino-patch-1

「指定されている」なのか「指定されていない」なのか曖昧な文章の修正

github.com/cpprefjp/site - a2ede5b430f609187566a822187921a0146a770c authored over 6 years ago by yumetodo <[email protected]>
「指定されている」なのか「指定されていない」なのか曖昧な文章の修正

元の表現は
「AもしくはBが指定されていない関数、メンバ関数...」
となっていて、日本語としては
「Aが指定されていない、もしくはBが指定されていない関数、メンバ関数...」
のよう...

github.com/cpprefjp/site - 9dc7405cb9c07c07ad7e2295aad9c2dd28a79697 authored over 6 years ago by tshino <[email protected]>