Boost.org algorithm module
Go to file
Marshall Clow faac048d59
Merge pull request #116 from jiayuehua/develop
fix range-base gather algorithm
2023-06-14 09:23:41 -07:00
doc Fix links to The Old New Thing 2022-11-07 16:44:05 +01:00
example Update examples so that they build 2019-11-27 10:58:37 -08:00
include/boost/algorithm fix range-base gather algorithm 2023-05-08 11:06:15 +08:00
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2021-01-18 20:32:12 -05:00
minmax Replace broken links. 2019-04-23 13:48:19 +02:00
string Update usage.xml 2020-10-23 15:27:49 +02:00
test Fix MSVC warnings in tests 2022-12-30 23:02:32 +01:00
.gitattributes remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
.travis.yml Enhance CI, add license and readme, and fix a visibility issue 2019-05-03 12:23:41 -04:00
CMakeLists.txt Add CMakeLists.txt 2021-03-18 17:32:16 +02:00
Jamfile Enhance CI, add license and readme, and fix a visibility issue 2019-05-03 12:23:41 -04:00
LICENSE Enhance CI, add license and readme, and fix a visibility issue 2019-05-03 12:23:41 -04:00
README.md Enhance CI, add license and readme, and fix a visibility issue 2019-05-03 12:23:41 -04:00
appveyor.yml Enhance CI, add license and readme, and fix a visibility issue 2019-05-03 12:23:41 -04:00
index.html Add automatic redirect to generated docs 2012-03-26 17:36:22 +00:00
sublibs adding a file needed by regression tool to recognize sublibs 2004-03-09 18:26:14 +00:00

README.md

Algorithm, part of collection of the Boost C++ Libraries, is a collection of general purpose algorithms.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
doc documentation
example examples
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: 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.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [algorithm] tag at the beginning of the subject line.