]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/README.md
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / README.md
index 7f7f06fb2cae2b8250f79f2960a70e375c7dd18f..a91f6cd89a3286555b649c0a745448d53f476f87 100644 (file)
@@ -1,6 +1,6 @@
 # ![Boost.Log](doc/logo.png)
 
-Boost.Log, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), provides tools for adding logging to libraries and applications.
+Boost.Log, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides tools for adding logging to libraries and applications.
 
 ### Directories
 
@@ -14,12 +14,17 @@ Boost.Log, part of collection of the [Boost C++ Libraries](http://github.com/boo
 
 ### More information
 
-* [Documentation](http://boost.org/libs/log)
-* [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-log)
+* [Documentation](https://boost.org/libs/log)
+* [Ask questions](https://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-log)
 * [Report bugs](https://svn.boost.org/trac/boost/newticket?component=log;version=Boost%20Release%20Branch). Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
-* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
-* Discussions about the library are held on the [Boost developers mailing list](http://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](http://www.boost.org/community/policy.html) before posting and add the `[log]` tag at the beginning of the subject line.
+* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
+* Discussions about the library are held on the [Boost developers mailing list](https://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](https://www.boost.org/community/policy.html) before posting and add the `[log]` tag at the beginning of the subject line.
+
+### Build status
+
+Master: [![AppVeyor](https://ci.appveyor.com/api/projects/status/w7x67cnm82xihei5/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/log/branch/master) [![Travis CI](https://travis-ci.org/boostorg/log.svg?branch=master)](https://travis-ci.org/boostorg/log)
+Develop: [![AppVeyor](https://ci.appveyor.com/api/projects/status/w7x67cnm82xihei5/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/log/branch/develop) [![Travis CI](https://travis-ci.org/boostorg/log.svg?branch=develop)](https://travis-ci.org/boostorg/log)
 
 ### License
 
-Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
+Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).