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

C++20で削除された機能に対応

4f6b1a1d67f8fe632661a60095395af45dfe52ce authored almost 6 years ago by Akira Takahashi <[email protected]>
C++20 : 「定数式からの仮想関数の呼び出しを許可」を追加

edf938c9bcfb1038d177ee90d09ea2b2beb42a36 authored almost 6 years ago by Akira Takahashi <[email protected]>
C++20 : 「[=]によるthisの暗黙のキャプチャを非推奨化」を追加

9d39cb7be12167e6a9640b8da769e6c6452f5dca authored almost 6 years ago by Akira Takahashi <[email protected]>
C++17, C++20 : 表示崩れを修正

f848895653fe9bcd2847ad0a86b61af2867d0b69 authored almost 6 years ago by Akira Takahashi <[email protected]>
nolink追加

0577787d31a7663bd398453f6dd3b3999625e0c9 authored almost 6 years ago by Akira Takahashi <[email protected]>
C++20のライブラリ状況を追加

a589491c3ea41be064701b857f472c3d23463507 authored almost 6 years ago by Akira Takahashi <[email protected]>
C++17 : uncaught_exceptionの非推奨化を記載

802326b67ff390d9f3d58212b476ab0d2d1d547e authored almost 6 years ago by Akira Takahashi <[email protected]>
C++20 : N4764のeditors reportに対応し、言語機能を追加

Wikiの方は作業中

61346fd64429fceab9387f20ead5e1c8aa3b9353 authored almost 6 years ago by Akira Takahashi <[email protected]>
wstring_convert::to_bytes の誤字を修正

c3dbbb190b1b0a2b7d052cb11f79d60b3429e1d9 authored almost 6 years ago by Daisuke Sugiyama <[email protected]>
連想コンテナのcountメンバ関数 : 計算量のミスを修正

452f7456283b5641ac50186f736188af4c774837 authored almost 6 years ago by Akira Takahashi <[email protected]>
anyのコンストラクタ、デストラクタ、in_place_type_tを追加

a7687401a28af8a1328367872fa2989b0bf9b55a authored almost 6 years ago by Akira Takahashi <[email protected]>
in_place_t : fix typo

96ee175fa80d6b25568f9c3d9e8f945d01f7d5f6 authored almost 6 years ago by Akira Takahashi <[email protected]>
(const|reinterpret)_pointer_cast : 非メンバ関数なので所属クラスを削除

358e0bad46845808586fa9e8a44485a3a6fbd657 authored almost 6 years ago by Akira Takahashi <[email protected]>
reinterpret_pointer_cast : コード修飾を追加

c6a6822a3d9c04ddecf9a8c2abf433f6eeae77a8 authored almost 6 years ago by Akira Takahashi <[email protected]>
weak_from_this : コード修飾を追加

72a744338c0611aad3e695668dd0dc59fda8a01d authored almost 6 years ago by Akira Takahashi <[email protected]>
weak_from_this : 言語バージョンが間違っていた

e027ad0921ad2e602afb6361250eca84e53e613e authored almost 6 years ago by Akira Takahashi <[email protected]>
shared_ptr : reinterpret_pointer_castを追加

e6d3b192562b29cfdb71634e284e4e4362bf31c0 authored almost 6 years ago by Akira Takahashi <[email protected]>
enable_shared_from_this : weak_from_thisメンバ関数を追加

1eb135c166f84459dfde99067e7b6aae1f52aee2 authored almost 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #573 from r6eve/fix/minor-typos

Fix minor typos

e73d5787a183a89a3a573c9759293a22dc707f64 authored almost 6 years ago by Akira Takahashi <[email protected]>
Fix minor typos

b69128450c3542a5891172ab88561d0a9194c2fb authored almost 6 years ago by r6eve <[email protected]>
optional::operator* を修正

238e424c7df86c6f6c9497e63bb96cb2b1afe394 authored almost 6 years ago by Mitsuru Kariya <[email protected]>
国際規格: N4788 追記

3268517714ed2403dd798ac17da2458b7c3d1f94 authored almost 6 years ago by Koichi Murase <[email protected]>
optional::operator=: 効果を修正

optional::operator= は必ず reset() メンバ関数が呼ばれるわけではないため、
記載を修正。

8af639c7f377546c5acafaef2f7b5a76a0eabf90 authored almost 6 years ago by Mitsuru Kariya <[email protected]>
bad_any_cast:any_cast への nolink を削除

8bf4495c42c2932d8c44f8c795c133a115b7cbd3 authored almost 6 years ago by Mitsuru Kariya <[email protected]>
fix(regex/regex_iterator): fix match_results::str() link

fc913f739c0b6555b9aef4a163f894be475b8745 authored almost 6 years ago by yumetodo <[email protected]>
Visual Studio 2017 Update 9を追加

https://blogs.msdn.microsoft.com/chuckw/2018/11/15/vs-2017-15-9-update/

0ab3400cc5ffa8dc6eb6c75f263e2ffd6552a34b authored almost 6 years ago by Akira Takahashi <[email protected]>
bitset : 提案文書を追加

44533fbd275ac58b81a441abd442d25350de474d authored almost 6 years ago by Akira Takahashi <[email protected]>
bitset : 提案文書を追加

4b677440a96458c526899c05dd1dcc116b70c6d0 authored almost 6 years ago by Akira Takahashi <[email protected]>
any : 提案文書を追加

4fb03f76a2893bccc8656ba11423c38d6c7e82a4 authored almost 6 years ago by Akira Takahashi <[email protected]>
any_castを追加

f30b453e455d112d16ab14a80e1d261ce1c02f74 authored almost 6 years ago by Akira Takahashi <[email protected]>
bad_any_castを追加

a02b145ee10dc486e9192ee794b63178651b0ddb authored almost 6 years ago by Akira Takahashi <[email protected]>
any::reset : コピペミスを修正

a8b533690f65a9c9d406cfc75251b942a3894ece authored almost 6 years ago by Akira Takahashi <[email protected]>
any : swapを追加

4167c08f3c3f492a62cdc7bb80a5d0a5c2edcfe9 authored almost 6 years ago by Akira Takahashi <[email protected]>
any : has_value, reset, typeを追加

de30b3ce17d8b4b62627d8e0844d769d5d27073c authored almost 6 years ago by Akira Takahashi <[email protected]>
std::anyのサンプルコードを追加

08099c6b59a1251bab40fd95a5c8b3864bbbcee7 authored almost 6 years ago by Akira Takahashi <[email protected]>
swap の「要件」「例外」の表記を微修正

「値版」「配列版」の後に区切りが無く分かりづらかったので修正しました。

95c6c0927e1a108adcb28a8136afeb2b3161ae2b authored almost 6 years ago by Daisuke Sugiyama <[email protected]>
<any>ヘッダとstd::anyのページを追加

3101cad8336a492a131ef577c42403fd9bb3f079 authored almost 6 years ago by Akira Takahashi <[email protected]>
is_pod の typo を修正

fa0c6c4dbda3d230d1e7fbb7d3dcb2be3d750ca8 authored almost 6 years ago by Daisuke Sugiyama <[email protected]>
Merge pull request #572 from ho-ri1991/unordered-associative-iterator

連想コンテナ・非順序連想コンテナのイテレータに関する備考を追加・削除

557496cd40af745600985fc53be7d522a27c0a75 authored almost 6 years ago by Akira Takahashi <[email protected]>
連想コンテナ・非順序連想コンテナのイテレータに関する備考を追加・削除

5b287d217aec48493d4029b6f32054cca966212a authored almost 6 years ago by ho-ri1991 <[email protected]>
Fixed misspelling

56c55c546643aad7580846e2b6f0bd047e1f6e17 authored almost 6 years ago by H.Hiro <[email protected]>
scoped_lock : 出力の消し忘れ

cba40b4e4cff1a4fab9ecbdedd4e0287a8077770 authored almost 6 years ago by Akira Takahashi <[email protected]>
scoped_lock : 細かいミスを修正

58d046a66b963e630bceb9aad3204e7fe1621e44 authored almost 6 years ago by Akira Takahashi <[email protected]>
C++17対応として、scoped_lockクラスを追加

b848fd370cba850bf954c6e2d669f11f818df81e authored almost 6 years ago by Akira Takahashi <[email protected]>
wcoutへのnolinkを解除

f9ae556eaeba5ddb90ca5632945afbc3618b6db2 authored almost 6 years ago by Akira Takahashi <[email protected]>
hardware_constructive_interference_sizeを追加

f60cbd98cdfab6a7986c4d1afd9335c5050efe29 authored almost 6 years ago by Akira Takahashi <[email protected]>
hardware_destructive_interference_size : 細かいミスを修正

323482ac1aa66fdbb8dcc04cccd76f55139b7703 authored almost 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #571 from altzweel/patch-1

サンプルコードの脱字修正 (C++17 入れ子名前空間)

9c35dcf8d96d7ad7a26f469acbca203dcb17768c authored almost 6 years ago by Akira Takahashi <[email protected]>
サンプルコードの脱字修正 (C++17 入れ子名前空間)

: が一つ抜けているようです

c6149d387540f9caeb0d02b9242f2d23b849b3f4 authored almost 6 years ago by altzweel <[email protected]>
scoped_allocator_adaptor の概要の図が逆になっているのを修正

例1はコンテナ自体と要素が同じ1つのアロケータを使う例、例2はコンテナ用と要素用の2つのアロケータを使う例ですが、
概要にある図2, 図3が例と逆の対応になってたため入れ替えました。

c7cb23b02b4ef0e98a6ede552e89772b6565ce82 authored almost 6 years ago by Daisuke Sugiyama <[email protected]>
hardware_destructive_interference_sizeを追加

c8732a96823675b02df901dcbe5bb19089bd8df7 authored almost 6 years ago by Akira Takahashi <[email protected]>
fix(vector/data): gcc bug was resolved at gcc 4.9.0

ref:
- #89

1e725298bf39805841a3368dc000b7d115e8cbed authored almost 6 years ago by yumetodo <[email protected]>
C++17対応として、std::arrayの変更操作にconstexprを追加

00920b5ef6b1e841a0c927b5808f600f763cc343 authored about 6 years ago by Akira Takahashi <[email protected]>
C++17対応として、<iterator>のいろいろな機能にconstexprを追加

bec14a09591e946d15951e71fe849f289100d22d authored about 6 years ago by Akira Takahashi <[email protected]>
リンクミスを修正

cf13842722d2e045eb9fec4e74d4cc5a2b7c9b06 authored about 6 years ago by Akira Takahashi <[email protected]>
C++17対応として、乱数ライブラリの用語を変更

b6198b3993af87c6d6e213b03303381401fbb88e authored about 6 years ago by Akira Takahashi <[email protected]>
C++17 : chrono関係のnolinkを解除

6f899089a75dc951f5a309c5bf523bdc9ae0434c authored about 6 years ago by Akira Takahashi <[email protected]>
<chrono>の丸め関数 : 提案文書への参照を追加

88f090fd414fa9f0ec28ff04acfce2bab639dc0f authored about 6 years ago by Akira Takahashi <[email protected]>
C++17対応として、durationの絶対値関数を追加

13d92eaa394392207c10bc4cfd3070c5dcbec1ba authored about 6 years ago by Akira Takahashi <[email protected]>
C++17対応として、time_pointの丸め関数を追加

c69caed787b768433f1af0ee4e171b4526ced630 authored about 6 years ago by Akira Takahashi <[email protected]>
C++17対応として、durationの丸め関数を追加

61450acb736befe85f32ec94641e027d54e2974e authored about 6 years ago by Akira Takahashi <[email protected]>
C++17での<chrono>のconstexpr対応

470a8bd33219966b282c9bf624db21ca5fc44d45 authored about 6 years ago by Akira Takahashi <[email protected]>
std::real と std::imag のタイトルに「(非メンバ関数)」を追加

メンバ関数版と非メンバ関数版が同名であるため、ツリー上でも区別
できるようにタイトルに「(非メンバ関数)」を追加しました。

そもそも非メンバ関数版がこの階層にあるべきなのかはちょっとよく
分...

7044fc4cc2317f221d9f5c3d79f999e21d1b599e authored about 6 years ago by Mitsuru Kariya <[email protected]>
リンク切れを修正

1f2dbed6ebc82982a435fbd7be3365d3d90aaa26 authored about 6 years ago by Mitsuru Kariya <[email protected]>
ファイル名が間違っていた

bd715c02f6828b47a6a1ba175f855f0ba03d19cb authored about 6 years ago by Akira Takahashi <[email protected]>
リンクミスを修正

0fa50af0d01204784c90b2cda4f350258db1888f authored about 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #570 from cpprefjp/complex_directory

std::complexのページ階層を修正

2f8e0a3330006314912e81ab665311e22eaf71e9 authored about 6 years ago by Akira Takahashi <[email protected]>
complexのリンクを修正

73ba42da5e655137e130eb9df134f28cb12d60d3 authored about 6 years ago by Akira Takahashi <[email protected]>
std::complexのページ階層を修正したことにともない、リンクを修正

29f96aec8e8ad39398363a8bac2c72d288e9b1a4 authored about 6 years ago by Akira Takahashi <[email protected]>
<complex>ヘッダのページを追加

88782eb5e159d5e2cf156f0f10e48bb11b5d2aa9 authored about 6 years ago by Akira Takahashi <[email protected]>
std::complex関連のページのディレクトリ階層を整理

e9b72a1edc19b136088cfbce16d98f711717d72e authored about 6 years ago by Akira Takahashi <[email protected]>
国際規格: N4778 追記

ac90664efc8ee013604e5401faab40b3ea63c4d5 authored about 6 years ago by Koichi Murase <[email protected]>
リンク切れを修正

a3da98b1d9f3979969b65d76facbe37506b43d0d authored about 6 years ago by Mitsuru Kariya <[email protected]>
Merge pull request #569 from cpprefjp/vector_directory

vectorのディレクトリ階層を修正

3d890c8bcd1e147fcdcc53fe0a6c3c3edc0e1d44 authored about 6 years ago by Akira Takahashi <[email protected]>
fix(basic_string/getline): add link to basic_ios::widen

cb0e38af34d49ae9b0a53af98d5fbd48e721dbad authored about 6 years ago by yumetodo <[email protected]>
std::vectorのリファレンス階層変更にともない、リンクを修正

b11ae6280790671ba1fc5ccbde8f96ceb67f41fb authored about 6 years ago by Akira Takahashi <[email protected]>
<vector>ヘッダのページを作成

297f9155fc5138b0d3b84169761da2d4d8b7c822 authored about 6 years ago by Akira Takahashi <[email protected]>
<vector>ヘッダ直下にあったstd::vectorクラスのリファレンスを、vectorクラス階層に移動

29b8a365f17d2fa73f7c2cd5baab460563144f60 authored about 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #568 from YusukeKameda/patch-1

誤植の修正

03ebc28e3d1b0db9ea41c18507612e418477b34e authored about 6 years ago by Akira Takahashi <[email protected]>
リンク切れを修正

b27945df7d95f511a8243c7612e0beac20a3efb4 authored about 6 years ago by Mitsuru Kariya <[email protected]>
誤植の修正

fa1acba555b204f10e760b069ae473372d4729c5 authored about 6 years ago by Yusuke Kameda <[email protected]>
<filesystem> : トップAPIの動作をClang 7.0で検証した

メンバ関数までは検証していない

35f6aa17d2fc318e534e9f0ebb1a1c49c6e57e45 authored about 6 years ago by Akira Takahashi <[email protected]>
fs::is_empty : 脱字を修正

374d8bd6201ab1ce7ecd1f2b360e61709caf6c7e authored about 6 years ago by Akira Takahashi <[email protected]>
<filesystem> : 処理系によって必要になるリンクオプションを記載

8df5984047058cd286653ccdbf7f034cbb1f7ce4 authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator : 非メンバ関数を追加

recursive_directory_iterator, および<filesystem>のリファレンス完成

ee99f37769758f7d705a068908860bceb26a6fea authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator : 残りのメンバ関数を追加

31f3b291d8230e57418900d9844d60b5b13fde9d authored about 6 years ago by Akira Takahashi <[email protected]>
C++17 : 「アライメント指定されたデータの動的メモリ確保」ページへのリンクを追加

227fdcda16725987bf18fea8ad317cdeac694f4b authored about 6 years ago by Akira Takahashi <[email protected]>
C++17 アライメント指定されたデータの動的メモリ確保 : ヘッダファイルの表記をほかに合わせた

ad21f7dc238e03cd8447fc055e2da4273e6d2ab5 authored about 6 years ago by Akira Takahashi <[email protected]>
C++17 アライメント指定されたデータの動的メモリ確保 : インデントを2スペースに修正

f1a7579b35d9c67988938b0a2188ddb9b28581aa authored about 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #567 from ToruNiina/over-aligned-dynamic-alloc

アライメント指定されたデータの動的メモリ確保

c0fa15545e870a0d9cfc37606d9cb29d64a7dbd9 authored about 6 years ago by Toru Niina <[email protected]>
実装状況におけるアライメント指定動的確保のリンクを変更

アライメント指定動的メモリ確保に関する言語仕様ページの追加に伴い、
リンク先をプロポーザルから内部ページヘ変更

61085f0a29abf33c1775c889d754eaf0835fba0a authored about 6 years ago by ToruNiina <[email protected]>
アライメント指定されたデータの動的メモリ確保ページを追加

newヘッダーには情報が追加されていたが、個別の言語機能ページが存在しなかったため。

25832d953ae493da712afce1c1a22f1765335c34 authored about 6 years ago by ToruNiina <[email protected]>
fs::directory_iteratorのクラスページ : 読点が多くて読みにくかったので減らした

5c1c12f7ef26aa041fb91bd253a1c7158ce0b550 authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iteratorのクラスページ : 読点が多くて読みにくかったので減らした

cf5831e3e8e2f66b51ac1e0673406499631df8b4 authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator : popを追加

1f7a3b319138da9dd9f65f7bba2dd41a53dc4a0c authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator::disable_recursion_pending : コード修飾ミスを修正

b3613c11eb017603507266abcc8e55246f092a91 authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator::operator= : 関数表記のミスを修正

cb21a53e0460ccc2aab6cea0d152667f930eacdf authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator : operator=, disable_recursion_pendingおよび観測関係を追加

a3b56bd147381c89f21763e7c3b2ac93f43e7892 authored about 6 years ago by Akira Takahashi <[email protected]>
fs::recursive_directory_iterator : コンストラクタを追加

fec613ebcba89a7ac9190f60eef9de02df35518d authored about 6 years ago by Akira Takahashi <[email protected]>
Merge pull request #566 from ToruNiina/implementation-status-links

Implementation status links

0b4c21a8fa07601484ce984017d2ad20387f107b authored about 6 years ago by Akira Takahashi <[email protected]>