Skip to content

Commit 2b9365f

Browse files
committed
Tweak badges and compiler support in the README
1 parent 6d9c1f4 commit 2b9365f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F2.0.1-blue.svg)](https://github.com/timsort/cpp-TimSort/releases/tag/v2.0.1)
2-
[![Conan Package](https://img.shields.io/badge/conan-2.0.1-blue.svg)](https://conan.io/center/timsort?version=2.0.1)
3-
[![License](https://img.shields.io/:license-mit-yellow.svg)](https://doge.mit-license.org)
1+
[![Latest Release](https://img.shields.io/badge/release-2.0.1-blue.svg)](https://github.com/timsort/cpp-TimSort/releases/tag/v2.0.1)
2+
[![Conan Package](https://img.shields.io/badge/conan-cpp--TimSort%2F2.0.1-blue.svg)](https://conan.io/center/timsort?version=2.0.1)
43

54
## TimSort
65

@@ -75,13 +74,16 @@ gfx::timsort(collection, std::less<std::string>{}, &len);
7574

7675
## INSTALLATION & COMPATIBILITY
7776

77+
![Ubuntu builds status](https://github.com/timsort/cpp-TimSort/workflows/Ubuntu%20Builds/badge.svg?branch=master)
78+
![Windows builds status](https://github.com/timsort/cpp-TimSort/workflows/Windows%20Builds/badge.svg?branch=master)
79+
![MacOS builds status](https://github.com/timsort/cpp-TimSort/workflows/MacOS%20Builds/badge.svg?branch=master)
80+
7881
The library has been tested with the following compilers:
79-
* GCC 5
80-
* Clang 3.8
81-
* Xcode 9.2 AppleClang
82-
* MSVC 2017 update 9
82+
* GCC 5.5
83+
* Clang 6
84+
* MSVC 2017
8385

84-
It should also work with more recent compilers, and most likely with some older compilers too.
86+
It should also work with more recent compilers, and most likely with some older compilers too. We used to guarantee support as far back as Clang 3.8, but the new continuous integration environment doesn't go that far.
8587

8688
The library can be installed on the system via CMake with the following commands:
8789

0 commit comments

Comments
 (0)