Go to file
Ion Gaztañaga 0304ee7581 Merge branch 'jeking3-fix-ci' into develop
origin developcessary,
2019-05-17 08:37:52 +02:00
doc Fixes #26 ("Invalid iterator increment/decrement in the last iteration of adaptive_sort_combine_blocks") 2019-04-24 20:59:00 +02:00
example Add CI framework 2018-06-19 06:21:21 +00:00
include/boost/move Fixes #26 ("Invalid iterator increment/decrement in the last iteration of adaptive_sort_combine_blocks") 2019-04-24 20:59:00 +02:00
meta Add metadata file. 2014-08-18 15:07:21 +01:00
proj/vc7ide - Add heap_sort and pdqsort to the benchmark. 2017-12-31 19:32:32 +01:00
test Fixes Issue #25 2019-04-08 00:32:28 +02:00
.gitattributes Move top-level boost directory over to "devel" (temporarily) 2007-07-31 20:32:15 +00:00
.travis.yml Fix outstanding CI integration issues 2019-05-13 17:00:03 -04:00
appveyor.yml Fix outstanding CI integration issues 2019-05-13 17:00:03 -04:00
CMakeLists.txt [CMake] Generate cmake target that other libraries can use 2018-12-30 15:23:14 +01:00
index.html Introducing allocator_traits and pointer_traits changes into several libraries. 2011-12-22 20:15:57 +00:00
Jamfile Add CI framework 2018-06-19 06:21:21 +00:00
LICENSE Add CI framework 2018-06-19 06:21:21 +00:00
README.md Fix coverity scan badge in readme 2018-06-20 00:21:53 -04:00

Move, part of collection of the Boost C++ Libraries, provides C++0x move semantics in C++03 compilers and allows writing portable code that works optimally in C++03 and C++0x compilers.

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
proj ide projects
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 [move] tag at the beginning of the subject line.