-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gao Dunqiao
authored
Jun 9, 2017
1 parent
a62bf5c
commit 6d0ca10
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Slash: C++ library | ||
|
||
[![Build Status](https://travis-ci.org/baotiao/slash.svg?branch=master)](https://travis-ci.org/baotiao/slash) | ||
[![Build Status](https://travis-ci.org/Qihoo360/slash.svg?branch=master)](https://travis-ci.org/Qihoo360/slash) | ||
|
||
## Composition | ||
|
||
* File utils; | ||
* configuration utils; | ||
* mutex utils; | ||
* simple log utils; | ||
|
||
* string utils; | ||
* simple hash utils; | ||
* coding utils; | ||
* binlog utils; | ||
* unit test utils; | ||
* environment utils; |