Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.drone/ | 25-Apr-2025 | - | 106 | 72 | ||
doc/ | 25-Apr-2025 | - | 765 | 661 | ||
example/ | 25-Apr-2025 | - | 207 | 102 | ||
include/boost/ | 25-Apr-2025 | - | 3,047 | 2,210 | ||
meta/ | 25-Apr-2025 | - | 17 | 16 | ||
perf/ | 25-Apr-2025 | - | 400 | 303 | ||
test/ | 25-Apr-2025 | - | 4,618 | 3,389 | ||
.drone.star | D | 25-Apr-2025 | 2.3 KiB | 25 | 21 | |
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 7.9 KiB | 164 | 95 | |
CMakeLists.txt | D | 25-Apr-2025 | 946 | 32 | 27 | |
README.md | D | 25-Apr-2025 | 1.7 KiB | 17 | 10 |
README.md
1# [Boost.LexicalCast](http://boost.org/libs/lexical_cast) 2Boost.LexicalCast is one of the [Boost C++ Libraries](http://github.com/boostorg). This library is meant for general literal text conversions, such as an int represented a string, or vice-versa. 3 4### Test results 5 6@ | Build | Tests coverage | More info 7----------------|-------------- | -------------- |----------- 8Develop branch: | [](https://travis-ci.org/boostorg/lexical_cast) [](https://ci.appveyor.com/project/apolukhin/lexical-cast/branch/develop) | [](https://coveralls.io/r/boostorg/lexical_cast?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/lexical_cast.html) 9Master branch: | [](https://travis-ci.org/boostorg/lexical_cast) [](https://ci.appveyor.com/project/apolukhin/lexical-cast/branch/master) | [](https://coveralls.io/r/boostorg/lexical_cast?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/lexical_cast.html) 10 11 12[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=lexical_cast) 13 14### License 15 16Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 17