Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Feb 2, 2018
1 parent 4a3eca4 commit c3ba5a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
libcopp
=======

cross-platform coroutine library in c++
Cross-platform coroutine library in C++ .

Build & Run Unit Test in | Linux+OSX(Clang+GCC) | Windows(VC+MinGW) |
-------------------------|-----------------------|-------------|
Status |<a href="https://travis-ci.org/owt5008137/libcopp" rel="nofollow"><img src="https://travis-ci.org/owt5008137/libcopp.svg?branch=v2" alt="Build Status" /></a>|<a href="https://ci.appveyor.com/project/owt5008137/libcopp" rel="nofollow"><img src="https://ci.appveyor.com/api/projects/status/7w6dfnpeahfmgaqj/branch/v2?svg=true" alt="Build Status" /></a>|
Compilers | linux-gcc-4.4 <br /> linux-gcc-4.6 <br /> linux-gcc-4.9 <br /> linux-gcc-7 <br /> macos-apple-clang-6.0 <br /> | MSVC 12(Visual Studio 2013) <br /> MSVC 14(Visual Studio 2015) <br /> MSVC 15(Visual Studio 2017) <br /> MinGW64-gcc
Status | [![Build Status](https://travis-ci.org/owt5008137/libcopp.svg?branch=v2)](https://travis-ci.org/owt5008137/libcopp) | [![Build Status](https://ci.appveyor.com/api/projects/status/7w6dfnpeahfmgaqj/branch/v2?svg=true)](https://ci.appveyor.com/project/owt5008137/libcopp) |
Compilers | linux-gcc-4.4 <br /> linux-gcc-4.6 <br /> linux-gcc-4.9 <br /> linux-gcc-7 <br /> macos-apple-clang-6.0 <br /> | MSVC 12(Visual Studio 2013) <br /> MSVC 14(Visual Studio 2015) <br /> MSVC 15(Visual Studio 2017) <br /> MinGW64-gcc |

[![Coverage Status](https://coveralls.io/repos/github/owt5008137/libcopp/badge.svg?branch=v2)](https://coveralls.io/github/owt5008137/libcopp?branch=v2)
[![Gitter](https://badges.gitter.im/owt5008137/libcopp.svg)](https://gitter.im/owt5008137/libcopp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Expand Down Expand Up @@ -384,6 +385,7 @@ It's recommanded to use stack pool instead of gcc splited stack.
BENCHMARK
======
Please see CI output for latest benchmark report. the [benchmark on Linux and macOS can be see here](https://travis-ci.org/owt5008137/libcopp) and the [benchmark on Windows can be see here](https://ci.appveyor.com/project/owt5008137/libcopp).

DEVELOPER
=========

Expand Down

0 comments on commit c3ba5a2

Please sign in to comment.