Skip to content

Commit 105dfd7

Browse files
committed
スタイル調整
#22 に関連したスタイルの調整
1 parent 5ca1e8a commit 105dfd7

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/libraries/multi-threading.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
- タスクフローをグラフ出力できる

docs/libraries/testing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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))、テスト実行のイテレーションを速く回せるのが売り

docs/libraries/text-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)