2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 04:02:09 +00:00

Added a readme and a logo.

This commit is contained in:
Andrey Semashev
2014-01-19 18:13:36 +04:00
parent c3e146f265
commit 44e9f3c1b7
4 changed files with 1079 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
#![Boost.Atomic](doc/logo.png)
Boost.Atomic, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), implements atomic operations for various CPU architectures, reflecting the standard interface defined in C++11.
### Directories
* **build** - Boost.Atomic build scripts
* **doc** - QuickBook documentation sources
* **include** - Interface headers of Boost.Atomic
* **src** - Compilable source code of Boost.Atomic
* **test** - Boost.Atomic unit tests
### More information
* [Documentation](http://boost.org/libs/atomic)
### License
Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).

View File

@@ -10,6 +10,7 @@
[authors [Bahmann, Helge]]
[copyright 2011 Helge Bahmann]
[copyright 2012 Tim Blechmann]
[copyright 2013 Andrey Semashev]
[id atomic]
[dirname atomic]
[purpose Atomic operations]
@@ -736,4 +737,10 @@ work to add support for it.
[endsect]
[section:acknowledgements Acknowledgements]
* Adam Wulkiewicz created the logo used on the [@https://github.com/boostorg/log GitHub project page]. The logo was taken from his [@https://github.com/awulkiew/boost-logos collection] of Boost logos.
[endsect]
[endsect]

BIN
doc/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

1053
doc/logo.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 38 KiB