Skip to content

Commit 9e29a32

Browse files
tidy
1 parent f558bfb commit 9e29a32

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Very small and simple standalone C-language library that provides Base-64 encodi
88
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
99
[![GitHub release](https://img.shields.io/github/v/release/synesissoftware/b64.svg)](https://github.com/synesissoftware/b64/releases/latest)
1010
[![Last Commit](https://img.shields.io/github/last-commit/synesissoftware/b64)](https://github.com/synesissoftware/b64/commits/master)
11-
[![CMake on multiple platforms](https://github.com/synesissoftware/b64/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/synesissoftware/b64/actions/workflows/cmake-multi-platform.yml)
11+
[![CMake on multiple platforms](https://github.com/synesissoftware/b64/actions/workflows/ci.yml/badge.svg)](https://github.com/synesissoftware/b64/actions/workflows/ci.yml)
1212

1313

1414
## Table of Contents <!-- omit in toc -->

TODO.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# b64 - TODO <!-- omit in toc -->
22

3+
## Table of Contents <!-- omit in toc -->
4+
5+
- [Functional improvements](#functional-improvements)
6+
- [Performance improvements](#performance-improvements)
7+
- [Packaging improvements](#packaging-improvements)
8+
39

410
## Table of Contents <!-- omit in toc -->
511

@@ -10,17 +16,19 @@
1016

1117
## Functional improvements
1218

13-
* \<none>
19+
* [ ] Simplified C++ API when STLSoft not available or suppressed;
1420

1521

1622
## Performance improvements
1723

18-
* \<none>
24+
* [ ] Benchmarks;
1925

2026

2127
## Packaging improvements
2228

23-
* \<none>
29+
* [ ] GitHub Actions;
30+
* [ ] GitHub Actions for all prepare permutations;
31+
* [ ] **prepare_cmake.sh** does not offer '--msvc-mt' unless on Windows;
2432

2533

2634
<!-- ########################### end of file ########################### -->

0 commit comments

Comments
 (0)