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

feat: update cpp23.md for relaxing-constexpr-restr

github.com/cpprefjp/site - b460e7d239c7c8cc10ef9e6cdad8b7b720f9e63e authored 10 months ago by ToruNiina <[email protected]>
feat: update cpp23.md for non-literal vars

github.com/cpprefjp/site - 67f5bf3a5462712254d00b31de5f49d16ed28673 authored 10 months ago by ToruNiina <[email protected]>
feat: C++23 non-literal vars in constexpr funcs

github.com/cpprefjp/site - 8b71c4325be5b1823d7428babf1a019cb97310b2 authored 10 months ago by ToruNiina <[email protected]>
feat: C++23 relaxing some constexpr restrictions

github.com/cpprefjp/site - 18b3289b402b802936dd5e1f5f05755c74088545 authored 10 months ago by ToruNiina <[email protected]>
fix: update checkout,setup-python,cache

>The following actions uses node12 which is deprecated and will be forced to run on node16: act...

github.com/cpprefjp/site - 55d6e134c1e1ad44593a4b3fb3c06e073b8b07fd authored 10 months ago by yumetodo <[email protected]>
Merge pull request #1219 from range3/fix/erase_after

forward_list::erase_afterのサンプルコード修正

github.com/cpprefjp/site - 041ff2d5575a2b81f67f3265a126ee57cd54d4aa authored 10 months ago by Akira Takahashi <[email protected]>
fix forward_list::erase_after sample code

github.com/cpprefjp/site - a2f2ca3fd12984b58551161922e22332698f3974 authored 10 months ago by range3 <[email protected]>
Merge pull request #1218 from cpprefjp/KisaragiEffective-patch-1

impl(C++11,ICC): アライメント指定がサポートされたバージョンを追加

github.com/cpprefjp/site - 45786aa985dc12620994acdddc6484f152ba0b35 authored 10 months ago by Akira Takahashi <[email protected]>
impl(C++11,ICC): アライメント指定がサポートされたバージョンを追加

https://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler による

github.com/cpprefjp/site - c284a82024d234a862a388c2a4ae1cd48f32a536 authored 10 months ago by Kisaragi <[email protected]>
fix samples. unique_ptr with void is ill-formed

github.com/cpprefjp/site - eb5bc297abfa0046dfb35c138b1826967cbf16c7 authored 10 months ago by suomesta <[email protected]>
報酬受け取りはOpen Collectiveへの経費申請ではなく、cpprefjp日本口座に申請フォームベースで申請してもらうことにした

github.com/cpprefjp/site - b66dc235144d1e19f0fbe2a4372f37381ac96aee authored 10 months ago by Akira Takahashi <[email protected]>
2023年分の貢献ポイントまとめ (#1209)

github.com/cpprefjp/site - 1b09fb13cd1f9c122c6b2ec3ea02d9c74eaecffe authored 10 months ago by Akira Takahashi <[email protected]>
リンク修正

github.com/cpprefjp/site - 8aea300a364b730223f6ddce78f72ec2bf03f842 authored 10 months ago by onihusube <[email protected]>
fold_left_first追加 #1088

github.com/cpprefjp/site - 3283bd057a59ce566b5ad5ebe110c069393acf24 authored 10 months ago by onihusube <[email protected]>
未初期化領域への暗黙的なオブジェクト構築 : 箇条書きのインデント修正

github.com/cpprefjp/site - e75774c8e71c87bbbae3d71c957c5cfb7110a06d authored 10 months ago by onihusube <[email protected]>
委譲コンストラクタの実行順序を明記

cf. n4659 §15.6.2.6
> Once the target constructor returns, the body of the delegating
constructo...

github.com/cpprefjp/site - ea41b5db13806290e0f2e2ac3e229dc81607def8 authored 10 months ago by ToruNiina <[email protected]>
fix: P2718R0 の作用にC++11の範囲forの解説から言及する (#1111)

github.com/cpprefjp/site - 2da58ef5105c2ba71d84713a5ae5b641187f9e5d authored 10 months ago by yumetodo <[email protected]>
リンク修正など

github.com/cpprefjp/site - 5b1d104a57b7eed1e4f35415ff4bd41cce23e2ed authored 11 months ago by onihusube <[email protected]>
文章順序や処理結果例の修正

github.com/cpprefjp/site - 3888639209a892adebc7232795ed4a1c68645fda authored 11 months ago by onihusube <[email protected]>
リンク修正

github.com/cpprefjp/site - 487904288cf18b707c0adeabc1a3ec0922557b6f authored 11 months ago by onihusube <[email protected]>
fold_right追加 #1088

github.com/cpprefjp/site - bb6a439711ec1a9e93ac58a41da5aa8c47e4f021 authored 11 months ago by onihusube <[email protected]>
リンク修正 #1111

github.com/cpprefjp/site - dd46a054290a54673f67ce248d7a35e32b3c3eee authored 11 months ago by Tetsuro Matsumura <[email protected]>
解説を追加: 範囲for文が範囲初期化子内で生じた一時オブジェクトを延命することを規定 #1111

github.com/cpprefjp/site - fe170bc43566681d687ad9e0d6e0e2e59f482b8b authored 11 months ago by Tetsuro Matsumura <[email protected]>
fold_left : 説明専用コンセプト定義を1行1制約化など

github.com/cpprefjp/site - 622ede1d942dc2c28105616017528c5b33444595 authored 11 months ago by onihusube <[email protected]>
コード修飾等の修正

github.com/cpprefjp/site - c4adceb38e4d5c7167c73fb2ebaf0bf99c9e5729 authored 11 months ago by onihusube <[email protected]>
fold_left追加 #1088

github.com/cpprefjp/site - 43c113af878f02995d3b5a67b551f09b2331d8d8 authored 11 months ago by onihusube <[email protected]>
fold関数リンク追加 #1088

github.com/cpprefjp/site - ac9e77ef97ed26336167fc8af261533ea6d511f8 authored 11 months ago by onihusube <[email protected]>
as_rvalue_viewの説明を修正

github.com/cpprefjp/site - 46c569dccacbaa4d2a1605ea536effe588b239f8 authored 11 months ago by Tetsuro Matsumura <[email protected]>
as_rvalue_viewの参考リンクを修正

github.com/cpprefjp/site - d590681ab31efacd313d8be0da32f51c252d9080 authored 11 months ago by Tetsuro Matsumura <[email protected]>
as_rvalue_viewの解説を追加

github.com/cpprefjp/site - 1736ad68bc5288f5e341cac9eeef887830f0e3ed authored 11 months ago by Tetsuro Matsumura <[email protected]>
fix(ci): ripgrep 14.0.3

github.com/cpprefjp/site - 56eaf74abaa2664b46a481a7be26dda475ecde59 authored 11 months ago by yumetodo <[email protected]>
fix a sample of atomic.

improve some samples and expressions

github.com/cpprefjp/site - 8a944b14616ef124fb61c5793c581789b2d58768 authored 11 months ago by suomesta <[email protected]>
to_chars / from_chars : コード修飾を追加

github.com/cpprefjp/site - 519f8a74927665b47e085f2cda66522126058cb7 authored 11 months ago by Akira Takahashi <[email protected]>
osdn.jpのリンクをwebarchiveに差し替え #1214 #1215

github.com/cpprefjp/site - 56dc9faa8b2d540bdbb01f0e4b51f9749922ec45 authored 11 months ago by onihusube <[email protected]>
osdn.jpのリンクをwebarchiveに差し替え #1214

github.com/cpprefjp/site - 4d5c0edfcd79661472afc00a695d017297e4d1d9 authored 11 months ago by onihusube <[email protected]>
offsetof : バージョン境界について明確化

github.com/cpprefjp/site - 7405b3c3c4c498b3518d52486702eec36bf6e866 authored 11 months ago by onihusube <[email protected]>
offsetof : バージョン間の差異などについて追記

github.com/cpprefjp/site - 7b90cfd29f6257e949730a1ba70ca02b0e9d2dd6 authored 11 months ago by onihusube <[email protected]>
Updated implimentation status of ICX about c++23

github.com/cpprefjp/site - beb148edbf96be6eb9a31ee14b58a886db3e4e99 authored 11 months ago by Akiko Kawai <[email protected]>
畳み込み式 : 式種類の参照方法を微調整

github.com/cpprefjp/site - 7a0af0077b1553719db531bfbe12275dc5cd60a6 authored 11 months ago by onihusube <[email protected]>
Updated GCC support version for C++23

github.com/cpprefjp/site - 1326e68a7dc70b04e698f1ce35580342c0c544e2 authored 11 months ago by Akiko Kawai <[email protected]>
数字があっていないのを修正

github.com/cpprefjp/site - fbfaaeb3b76abd124b0afaad2c689ed5e32d159c authored 11 months ago by onihusube <[email protected]>
adjacent_findの動作イメージを付加

github.com/cpprefjp/site - 19d47d886e3fad701966c229996b5a6d2dc40a71 authored 11 months ago by onihusube <[email protected]>
print/vprint_unicode : ですます調になっていたところを修正

github.com/cpprefjp/site - e6d487c105ddd04d243c2932832bede7fe66d1cc authored 11 months ago by Akira Takahashi <[email protected]>
ostreamのprintとprintln : cerrとかはiostreamで定義される

github.com/cpprefjp/site - b17670dea79e6d26f1caa2f5c0252f9a8621439f authored 11 months ago by Akira Takahashi <[email protected]>
トップページ : シルバースポンサー以上はissueに採用情報を投稿できる特典を追加 #1116

github.com/cpprefjp/site - d408c51c96e78e8af3ab4accc880fee05791d87d authored 11 months ago by Akira Takahashi <[email protected]>
Updated implimentation status of ICC about c++20

github.com/cpprefjp/site - f0d163cc2a32541706d85087b60957b133e87288 authored 11 months ago by Akiko Kawai <[email protected]>
ios_base::openmode : C++23対応としてnoreplaceフラグを追加 (close #1094)

github.com/cpprefjp/site - e30c3ae988aed71a6df562fd71062079949a1d4e authored 11 months ago by Akira Takahashi <[email protected]>
ios_base : コード修飾を追加

github.com/cpprefjp/site - 2c212294315aec84f90a1540a7a39ae621c5c073 authored 11 months ago by Akira Takahashi <[email protected]>
fix some typo

github.com/cpprefjp/site - 407947b424bc1f4f868a938453cb8c2eee2c0ab4 authored 11 months ago by suomesta <[email protected]>
Updated implimentation status of Clang about c++23

github.com/cpprefjp/site - 67a300dab35d0679a014d96c6e2669903a5012e2 authored 11 months ago by Akiko Kawai <[email protected]>
スポンサー更新 #1212

github.com/cpprefjp/site - cc748a66a57065cd020e019f780845390e3026f8 authored 11 months ago by Akira Takahashi <[email protected]>
tuple/apply : Gitのコンフリクトコメントを削除

github.com/cpprefjp/site - 118d5b9ebee27d1a04c52bf9c0bfdadd7f940b37 authored 11 months ago by Akira Takahashi <[email protected]>
未初期化メモリに対するアルゴリズム、例外発生時の振る舞いについて追記

https://eel.is/c++draft/specialized.algorithms#general-2

github.com/cpprefjp/site - 2f67b2a41bf0aaac87dd465530ed1e7f299ec156 authored 12 months ago by onihusube <[email protected]>
未初期化メモリに対するアルゴリズム、事前条件追記

github.com/cpprefjp/site - 9a64346a2a1d30ebefdbc5136b08e9a8eaa8b5c9 authored 12 months ago by onihusube <[email protected]>
update information about charconv

github.com/cpprefjp/site - 1bf71dc803d140329e3690f6abaa004bb21b9c97 authored 12 months ago by suomesta <[email protected]>
fix some expression

github.com/cpprefjp/site - 0622e399e01a52b5e8524319d5a1c457e3e0e5f9 authored 12 months ago by suomesta <[email protected]>
fix some typo

github.com/cpprefjp/site - 11b32f7cbe871fe4970b66171344d19c831f1b7b authored 12 months ago by suomesta <[email protected]>
NGワードチェック : "型](link)型"をNGワードに登録 #1211

github.com/cpprefjp/site - f9a0fdd70a42ec9b262b93cc8796d9e5f1b802b0 authored 12 months ago by Akira Takahashi <[email protected]>
Merge pull request #1210 from cpprefjp/tshino-fix-exchange

std::exchangeが常にムーブ代入するような記述の修正

github.com/cpprefjp/site - 1d9efe41ffa19e7ef2298f09db571821a9f85cbe authored 12 months ago by Akira Takahashi <[email protected]>
Merge pull request #1211 from suzuki-kei/fix-typo-on-lang-cpp20-deprecate_pod

typo を修正: "スタンダードレイアウト型型" -> "スタンダードレイアウト型"

github.com/cpprefjp/site - 0b7710f00b0c9829be31cb02c0e570e6237c807f authored 12 months ago by Akira Takahashi <[email protected]>
typo を修正: "スタンダードレイアウト型型" -> "スタンダードレイアウト型"

github.com/cpprefjp/site - 7e37ab27d5f03221181f8282d1385efe68658864 authored 12 months ago by SUZUKI Kei <[email protected]>
std::exchangeが常にムーブ代入するような記述の修正

github.com/cpprefjp/site - 05ee2e647ca2e59498eb1743056925969eeb6e7f authored 12 months ago by tshino <[email protected]>
Merge pull request #1202 from cpprefjp/contribution_point

貢献ポイントと分配方法についてまとめた

github.com/cpprefjp/site - 04357d60200ca41ed984870aca07ba97918047fd authored 12 months ago by Akira Takahashi <[email protected]>
move_only_function/op_constructor: fix example

github.com/cpprefjp/site - 114671911d63eb03ec0284ba4a1992d3b35e1a7a authored 12 months ago by yoh <[email protected]>
P2548R6 copyable_function (#1199)

github.com/cpprefjp/site - 6df7cab6190236bae3307f74ca259ff29892eea4 authored 12 months ago by yoh <[email protected]>
ranges::less 等のサンプルコードのコンパイルエラーを修正

github.com/cpprefjp/site - c9a543d972fa76272af7350fe9a3af9e571ab42c authored 12 months ago by Ryo Suzuki <[email protected]>
Merge pull request #1208 from ROCKTAKEY/use-source-code-block-to-list-style

working_style: 型修飾のスタイルの一覧を等幅フォントで表示するよう修正

github.com/cpprefjp/site - 0f8fbdea31f98bb089a65f432e4c2ab44a533fd3 authored 12 months ago by Akira Takahashi <[email protected]>
fix some typo

github.com/cpprefjp/site - de4b233c1adaaabaa2a35c4e3005828b50cef34b authored 12 months ago by suomesta <[email protected]>
improve some examples

github.com/cpprefjp/site - 3f57b6362da6d563cc732cc0155939599ba43bab authored 12 months ago by suomesta <[email protected]>
working_style: 型修飾のスタイルの一覧を等幅フォントで表示するよう修正

元の実装ではプロポーショナルフォントで表示されるが、
スペースの有無などが見にくいため、等幅フォントで表示できる
コードブロックに記述するよう修正した。

github.com/cpprefjp/site - 2c7cf5e6f86de685aca92bd133c4be459df95ec7 authored 12 months ago by ROCKTAKEY <[email protected]>
Merge pull request #1207 from ROCKTAKEY/use-special-characters-to-escape-amp

start_editing: 特殊文字へ変換される前の文字列を表示するよう修正

github.com/cpprefjp/site - 51307b0c26f539a6f852fbc6c42307b7e7b5b57d authored 12 months ago by Akira Takahashi <[email protected]>
start_editing: 特殊文字へ変換される前の文字列を表示するよう修正

github.com/cpprefjp/site - 4d8a7ea19cc2b3942b7f81e8ff3bb000a9e894bb authored 12 months ago by ROCKTAKEY <[email protected]>
ロゴサイズ調整

github.com/cpprefjp/site - 11b8c7e10869d33b4464e73bdd5804ab70fcc9e8 authored 12 months ago by Akira Takahashi <[email protected]>
スポンサーロゴの表示位置を調整

github.com/cpprefjp/site - 8cb09b84f248a585697f837c9b5ff0609b785f20 authored 12 months ago by Akira Takahashi <[email protected]>
ロゴサイズ調整

github.com/cpprefjp/site - 2ef44e29a79b6c542a3b6754448f6402ae4c7cd4 authored 12 months ago by Akira Takahashi <[email protected]>
ロゴサイズ調整

github.com/cpprefjp/site - 7326dd761e713c932f0305362d68613be3340927 authored 12 months ago by Akira Takahashi <[email protected]>
buildアクション : Pythonを3.11に固定 (3.12でエラーがでた) #1206

github.com/cpprefjp/site - cefc9fa40e2d3fdd850fb2feffbf02cdb53b890f authored 12 months ago by Akira Takahashi <[email protected]>
buildエラーを修正

github.com/cpprefjp/site - 3104eb39826b9c90875dc20d2cef6c7b740c6dc5 authored 12 months ago by Akira Takahashi <[email protected]>
index : 時雨堂さまのロゴとリンクを掲載 #1206

github.com/cpprefjp/site - 4dfdb3a577c6cfa2c9b7c43839366712329bb910 authored 12 months ago by Akira Takahashi <[email protected]>
generator : デフォルトアロケータ型の修正

github.com/cpprefjp/site - 33d6e9aa95e4f6d02fb700b1d3afa8769b70876c authored 12 months ago by onihusube <[email protected]>
貢献ポイント : マージされずクローズされたPR、マージされずオープンなままのPRについて記載

github.com/cpprefjp/site - da9fc6ae8541971d8adc926c20f51b9e1b0b284b authored 12 months ago by Akira Takahashi <[email protected]>
貢献ポイント : Open Collectiveでの経費申請の仕方を記載

github.com/cpprefjp/site - 3b8a4156369a6cb647a2c3fe17fee4d7a2e06332 authored 12 months ago by Akira Takahashi <[email protected]>
国際標準規格 : Working Draftを更新 #1205

github.com/cpprefjp/site - f5119aed607afe31d105286502ccfce060a13e4a authored 12 months ago by Akira Takahashi <[email protected]>
README : meta header checkのCIバッジを表示

github.com/cpprefjp/site - 1b2e850c3d3eab21e2aeb35bc54f7708a7ef3ffe authored 12 months ago by Akira Takahashi <[email protected]>
Merge pull request #1204 from cpprefjp/check_meta_header

所属ヘッダの指定ミスを検出するCIタスクを追加

github.com/cpprefjp/site - f12d7e8bca927e543046ec149529ef34f20a9fd6 authored 12 months ago by Akira Takahashi <[email protected]>
所属ヘッダの指定ミスを検出するCIタスクを追加 #1203

github.com/cpprefjp/site - d73d6be0b8b2381f19ce1ae66b0ae531fd77edca authored 12 months ago by Akira Takahashi <[email protected]>
NGワードチェック : 不要な変数を削除

github.com/cpprefjp/site - 8916ccbfcfaa9500e668b826335fa483e77d1151 authored 12 months ago by Akira Takahashi <[email protected]>
from_range_t : 所属ヘッダが間違っていた

github.com/cpprefjp/site - 4f5d507d4e9830fee411f6f621b25ba1fc70cdb3 authored almost 1 year ago by Akira Takahashi <[email protected]>
multiset, multimapのerase : 同じキーを持つ要素数を計算量に入れた

規格上でも log(a.size()) + a.count(k) と規定されている

github.com/cpprefjp/site - 13004010008e80b9e91f3584b0e14614096036c1 authored almost 1 year ago by Akira Takahashi <[email protected]>
any : クラスページに型の要件を記載

github.com/cpprefjp/site - bf038286f8ff72920a7765766c3cc74740d86588 authored almost 1 year ago by Akira Takahashi <[email protected]>
貢献ポイントと分配方法についてまとめた #1116

github.com/cpprefjp/site - 8d4359938373b6a481ddeb171825ec0127682158 authored almost 1 year ago by Akira Takahashi <[email protected]>
コンパイラの実装状況 : C++26を追加 #1166

github.com/cpprefjp/site - 5ad48c7f23557d030b8b9e88439b74c41611bd80 authored almost 1 year ago by Akira Takahashi <[email protected]>
ranges: from_rangeタグ (#1069)

github.com/cpprefjp/site - 6e62fb11896097dd937e50dadfbb80b72e5522ff authored almost 1 year ago by yoh <[email protected]>
fix some typo regarding std::string

github.com/cpprefjp/site - 0ee0833cda17c6b8510840c3f41cc0691cf6212b authored about 1 year ago by suomesta <[email protected]>
small improvemenmts in samples

github.com/cpprefjp/site - 1174ad40b2b765d3d2c1d8e76f6b1dee624ce2be authored about 1 year ago by suomesta <[email protected]>
トップページ : 問い合わせ窓口のGoogle Groupと銀行振込について記載 #1116

github.com/cpprefjp/site - bd9f4a42d0497ec4d0348017e7740b5daecae870 authored about 1 year ago by Akira Takahashi <[email protected]>
C++26 : 残りのライブラリ更新概要を追加 #1166

github.com/cpprefjp/site - db656f46efdf12f6877e27170eadc50e18be3c31 authored about 1 year ago by Akira Takahashi <[email protected]>
C++26 : ライブラリ更新概要を一部追加 #1166

github.com/cpprefjp/site - 7ae71bb8a7e87f2373c9950a66d727a5675d841f authored about 1 year ago by Akira Takahashi <[email protected]>
view : 意味論要件の微修正

github.com/cpprefjp/site - 10539d462cf7325212c96e5620110fdb8a79b115 authored about 1 year ago by onihusube <[email protected]>