File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: C++ の平行・並列ライブラリの紹介
33# マルチタスクスケジューリング
44
55- [ Cpp-Taskflow] ( https://github.com/cpp-taskflow/cpp-taskflow ) <small >MIT</small >
6- - C++17 以上でモダンな API でタスクフローが組める
7- - work-stealing スケジューラによる高効率なタスクスケジューリング
8- - chrome://tracing で実行状況をモニタできる
9- - タスクフローをグラフ出力できる
6+ - C++17 以上でモダンな API でタスクフローが組める
7+ - work-stealing スケジューラによる高効率なタスクスケジューリング
8+ - ` chrome://tracing ` で実行状況をモニタできる
9+ - タスクフローをグラフ出力できる
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ description: C++ のテストフレームワークの紹介
33# 単体テストフレームワーク
44
55- [ googletest] ( https://github.com/google/googletest ) <small >BSD 3-Clause</small >
6- - [ Catch] ( https://github.com/catchorg/Catch2 ) <small >Boost Software License </small >
7- - C++11 以上
8- - シングルヘッダで外部依存ライブラリなし
9- - 簡単に使い始められるインターフェース
6+ - [ Catch] ( https://github.com/catchorg/Catch2 ) <small >BSL 1.0 </small >
7+ - C++11 以上
8+ - シングルヘッダで外部依存ライブラリなし
9+ - 簡単に使い始められるインターフェース
1010- [ doctest] ( https://github.com/onqtam/doctest ) <small >MIT</small >
11- - C++11 以上
12- - シングルヘッダで外部依存ライブラリなし
13- - ヘッダのコンパイル時間が非常に短く([ ベンチマーク] ( https://github.com/onqtam/doctest/blob/master/doc/markdown/benchmarks.md ) )、テスト実行のイテレーションを速く回せるのが売り
11+ - C++11 以上
12+ - シングルヘッダで外部依存ライブラリなし
13+ - ヘッダのコンパイル時間が非常に短く([ ベンチマーク] ( https://github.com/onqtam/doctest/blob/master/doc/markdown/benchmarks.md ) )、テスト実行のイテレーションを速く回せるのが売り
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ description: C++ のテキストデータライブラリの紹介
2929
3030
3131## XML
32- - [ Boost.PropertyTree] ( https://github.com/boostorg/property_tree ) <small >BSL 1.0</small > (内部実装に RapidXml を使用)
32+ - [ Boost.PropertyTree] ( https://github.com/boostorg/property_tree ) <small >BSL 1.0</small >
33+ - 内部実装に RapidXml を使用
3334- [ pugixml] ( https://github.com/zeux/pugixml ) <small >MIT</small >
3435- [ RapidXml] ( http://rapidxml.sourceforge.net/ ) <small >BSL 1.0</small >
3536- [ TinyXML-2] ( https://github.com/leethomason/tinyxml2 ) <small >zlib</small >
You can’t perform that action at this time.
0 commit comments