Block a user
9d4a518e74
CI fix (2)
1525157560
CI fix
3421136ef0
test on clang-7 instead of clang-5.0
441d4e4e1b
Update appveyor.yml
b3f8e9f014
Merge pull request #16 from Mike-Devel/min_cmake
3c77288d52
Remove duplicate
boost-install
line from build/Jamfile
b0e285ed51
Merge branch 'develop'
e0ea5f5d71
fixed doc typos
f21fc7d711
reviwed files pulled from addition of Boost.CI
cffe67927a
reviwed files pulled from addition of Boost.CI
bd493f77d8
Merge pull request #122 from janisozaur/patch-1
70fd9b6b62
Merge pull request #123 from kernigh/kernigh-ppc32-3
df8fb6b528
Fix ppc32 on Linux musl, NetBSD, OpenBSD; fixes #120
0386f0e6fd
Fix compilation with MSVC for ARM
a4bdc60ed3
Merge pull request #121 from kernigh/kernigh-openbsd
9fbda1a98a
Fix appveyor build (cherry-pick)
62f29ea201
Merge branch 'develop' (early part)
59f9543c10
Use boost 1.67.0 in travis and appveyor
a6da082784
Stop using -Werror
e73522f296
Merge branch 'develop'
e3f6dc44ad
Fixes #127 ("Fix docs for static_vector::max_size() and capacity()")
79ae525967
Fixes #133 ("basic_string move constructor with allocator argument has incorrect allocator check")
1cf19898c0
Fixes #132: flat_map::lower_bound and upper_bound have wrong/misleading docs
d9341ec394
Fix "count" with heterogeneous lookups in flat_map and flat_set
0c95d4846f
Fix "count" with heterogeneous lookups in flat_map and flat_set
dc67f3ea65
Merge branch 'develop'
8aa8d541b3
Update suffix.hpp for older msvc versions.
c85145a2a8
Merge branch 'inline_variable' of https://github.com/Lastique/config into develop
3ac79f29ba
Merge pull request #299 from Lastique/add_final
153063cbe1
Documentation update.
db1f9c73a4
Update CI
b9c73e191b
ignore unused variable in test (fix matrix warning)
bc2482b38f
Removed expected failure for stl_concept_covering
7dbaa85413
Disable random_shuffle test in C++17 mode (it was removed)
eeeb60b797
Expand CI with libc++ build and VS2017 strict
36c89134d4
Merge pull request #826 from jszuppe/fix-cacheline-rettype
2904664177
Fix type for CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE
0035290686
Merge pull request #824 from jszuppe/fix-ulong-type
590c814bbe
Fix: unsigned long is not fundamental type on Win64
a47ff938b7
Merge pull request #823 from jszuppe/accessors-reupload
445fbc1633
Merge branch 'develop'
96e31d3764
Merge pull request #2 from danieljames/metadata
131927a364
Add metadata file.
c26ab9dad2
Create merge base for git.
3e0da6395d
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
7808ab19dc
Merge branch 'develop'
7be41ca8f9
Use allocator's max_size() when possible
6ccd04cd89
Update Travis configuration
7e56abf99b
Merge branch 'develop'
0818faec5c
Hide internals from Boostbook Doxygen
5df12496f5
Merge branch 'develop'
b962b27cbb
Merge pull request #37 from Lastique/remove_linking_system
5fd1761c83
Removed linking with Boost.System.
36a43aa17d
Add boost-install to build/Jamfile
1f590d694b
Merge pull request #36 from jeking3/fix-cygwin-thread-race
454b8ade9c
Merge pull request #183 from HDembinski/fix_cmake
51bf01bf6d
wip
7403f473ed
Merge pull request #181 from boostorg/develop
19b1499857
Merge pull request #180 from badair/master
3775d33eca
fix is_invocable tests for libc++
d6ac20c4fd
Update .travis.yml
4c263bff9e
Merge pull request #17 from tinko92/develop
d051c452ea
Change broken sgi/stl links to boost.org.
b0f3b3fbab
Switch Appveyor to 2015 image
be7a2d9212
Use ADDPATH in appveyor.yml
2162822514
Merge pull request #16 from eldiener/develop
c4519c1bb5
Merge pull request #17 from tinko92/develop
a14da60941
Replace broken links.
3e548059a7
Updated for b2 cmake support.
1a17c7435f
Remove executable permission.
0b68ed651b
Set version to 277
dd64bf1c18
Update release notes
718aef721a
Set version to 276
d895906bcc
Refactor zlib tests and fix typo:
26a156e300
Fix async_close error code when async_read times out
5c519b0611
[ci-skip] Disabled all but one OS X jobs because they are slow on Travis CI.
d491c662a1
Removed redundant semicolon.
b39e88d24a
Disabled clang-5 tests for 32-bit x86 target.
4dc0fdc1b1
Try downgrading clang-5 to trusty and g++-5-multilib.
6228d67509
Try switching clang-5 to bionic to work around float128 failures on 32-bit x86.\
d30e5c2d37
Update CI
2d5f5f96de
Expand CI further, with a libc++ test and strict VS2017 tests
8f60fca45e
Avoid conversions to Container's Allocator (#29)
32762ebbc7
add test logic to ensure each header compiles in isolation
44cafc2f88
fix regression from perfect forwarding PR
b45979a319
Update version to 1.72.0
b67d33efae
Update appveyor.yml
45a7c1f922
Update version to 1.71.0
3b6b826e16
Remove project-id from doc/Jamfile
10d1271e5b
Update .yml files
2f38e7ab87
Merge asio 1.16.0 from 'develop'.
95f7e93635
Version bump.
5b6dc5ba74
Update diagrams to use io_context rather than io_service.
4bb5257f45
Revision history.
ffa958f1f4
Regenerate documentation.
32b074c9ae
Array: Merge bug fixes to master for 1.72.0 beta
453cf59eb9
Replace Boost.Test with lightweight_test from Boost.Core. Modified version of https://github.com/boostorg/array/pull/6. Thanks to mloskot for the patch.
520d8987f7
Merge bug fixes to master for 1.70
b279a9005b
Fix off-by-one error in range-checking for 'at()'. thanks to DHilbrich for the bug report.
854215e54c
Merge pull request #7 from Mike-Devel/feature/min_cmake