• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/25-Apr-2025-1,4201,213

identity_type/25-Apr-2025-421246

include/boost/25-Apr-2025-6,3204,518

meta/25-Apr-2025-136135

test/25-Apr-2025-6,3544,713

.gitattributesD25-Apr-20253.8 KiB9791

.travis.ymlD25-Apr-202510.4 KiB383331

CMakeLists.txtD25-Apr-2025831 2922

README.mdD25-Apr-20251.3 KiB2515

appveyor.ymlD25-Apr-20252.8 KiB9078

call_traits.htmD25-Apr-202527.1 KiB756691

compressed_pair.htmD25-Apr-2025428 179

iterator_adaptors.htmD25-Apr-2025419 128

operators.htmD25-Apr-202577.2 KiB2,2211,748

sublibsD25-Apr-2025131 11

utility.htmD25-Apr-202524.3 KiB584493

value_init.htmD25-Apr-202525 KiB515438

README.md

1# ![Boost.Utility](doc/logo.png)
2
3Boost.Utility, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides a number of smaller components, too small to be called libraries in their own right. See the documentation for the list of components.
4
5### Directories
6
7* **doc** - Documentation sources
8* **include** - Interface headers of Boost.Utility
9* **test** - Boost.Utility unit tests
10
11### More information
12
13* [Documentation](https://boost.org/libs/utility)
14* [Report bugs](https://github.com/boostorg/utility/issues/new). Be sure to mention Boost version, Boost.Utility component, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
15* 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).
16
17### Build status
18
19Master: [![Travis CI](https://travis-ci.org/boostorg/utility.svg?branch=master)](https://travis-ci.org/boostorg/utility)
20Develop: [![Travis CI](https://travis-ci.org/boostorg/utility.svg?branch=develop)](https://travis-ci.org/boostorg/utility)
21
22### License
23
24Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
25