Block a user
ae4fde2e2a
Removed --depth 1
4f247c06e4
Merge pull request #6 from boostorg/pr/depinst-include-example
78dabb2dd8
Add
-I example
to depinst invocation
f542321082
Remove comments in appveyor and travis files.
842b853351
Use boostdep to find dependencies in the example subdirectory.
8ec9323003
Update .travis.yml
c39ca938a6
Set Travis to Trusty
4b25a75c03
Merge branch 'develop' into develop
5682111fad
Whitespace
1694b32e1b
Fixing another -Wswitch-enum warning.
894f465d84
Fix clang-cl build issue with format_matrix tool
3a5ff371c4
Update CI for more targets and sanity checks
7f4131ba2d
Fix coverity build failure; refresh CI once more
76b9bd4f21
Update CI Scripts
1d347079b1
Enhance CI for more build coverage
88c8eae675
Merge pull request #10 from boostorg/develop
c9b605f511
Merge pull request #8 from boostorg/jzmaddock-patch-1
449ef3168d
Merge pull request #9 from MartinDelille/develop
47518f2edf
Remove broken web link.
a89a392351
Replace 0 by nullptr (#7)
86347695b5
Merge branch 'develop'
1111f9f4e7
fixed non-conforming (in C++03) usage of anonymous namespaces
d2a5d71abd
avoided self-assign-overloaded Clang warning
601753dafa
Merge branch 'develop'
4c1e74ffa1
extended workaround
93f0c76869
Added a note about moving filesystem_error implementation to the compiled library.
b626fb2bd7
Disabled all but one OS X jobs because they are slow on Travis CI.
37250ea7a6
Removed unnecessary package installs in CI.
50f5bd3e9b
Updated CI configs, added new compilers.
dfd4387c7e
Don't define static constants when C++17 inline variables are enabled.
6d74aab51f
Merge branch 'develop'
1bc393b3ba
docu: support for sanitizers
eb743c32bb
Merge branch 'develop'
37b5f770fa
call destructor for values in channel
0fce2b61c7
Merge branch 'develop'
c44bdae6ac
Merge branch 'develop'
bfddc104c6
Merge remote-tracking branch 'origin/develop'
f1af13409d
BOOST_NO_EXCEPTIONS tests updated for [noreturn]
2aaa7975b6
Merge pull request #22 from Oberon00/patch-1
90694bc3b9
Guard diagnostic_information against null what()
3de20eb340
Merge pull request #38 from tanzislam/fix-macro-use-with-template-parameters
7f9a618b8c
Fix BOOST_STATIC_ASSERT with template arguments
57d14c5cc5
Update revision history
c64f7c3372
Add <boost/endian.hpp>
fbc198e75d
Add __int128 support to endian_reverse
db5da12bcd
Update CI
ab192ca5f1
Make default constructor non-explicit (#48)
26918f80d5
Add support for std::hash and unit tests for hashing
229bced733
hash_value() for dynamic_bitset (support boost::hash)
ccb380a1bc
Switch from deprecated Test to LightweightTest
8f39a38a31
Increase fetch depth to avoid issues
927563d1ba
ignore filesystem coverage
eba80b479f
Docs improved with references and new entries in reference section
a9947765d7
Update copyright years
a38d119ff6
Merge pull request #42 from klemens-morgenstern/patch-1
4980fe2a87
Merge branch 'develop'
b322618c09
Added required doc sub-directory
b4513b7e44
Merge to master for 1.62.0 release
cd21877be4
Merge pull request #1 from danieljames/move-tests
759c1c79b2
Dummy jamfile for the super project's build script.
8dbbfe372b
Disabled OS X builds because they are slow on Travis CI.
d3c853eb08
Updated CI configs, added compilers.
fc781c8a5a
Added a missing include.
7ce5543198
Merge pull request #16 from MarcelRaad/extra_semi
1e5a4ad35e
Fix -Wextra-semi clang warnings
e26fd2ed98
pull develop to master for boost 1.72 (#117)
29bb209464
Fix unsigned / signed conversion
345abc6b67
Fix a typo in example of time_duration xmldoc (#100)
b0437e2999
Renamed parameter dst_length_minutes to dst_length. (#96)
5902a0e577
Fix doxygen clang warnings (#97)
7002d9850d
Merge branch 'develop'
d8b11b7ddc
Update travis and appveyor configuration
28d2df3803
Merge branch 'develop'
4de14aace5
Merge pull request #4 from glenfe/develop
7e9a89d2df
Drop dependency on MPL and use TypeTraits
18bcccf34d
Merge branch 'develop'
c63e9158c5
docu: support for sanitizers
58d01b0af6
Merge branch 'develop'
5616e42bd9
docu: support for sanitizers
8e92be839d
Merge branch 'develop'
143edd3d2a
Merge branch 'develop'
436e1dbe6f
Revert "Cease dependence on Range"
0c556bb592
Cease dependence on Range
a554eb02d3
Move library include to the top
25b169036d
Fix project names clash
259587da7f
Add clang-9 to Travis
882a792856
Add 2019 to Appveyor
130c8f2439
Disable Wsign-compare on gcc 4.4.7
e38997be4d
Reorder conditions to support clang-cl
d112d23e9d
Test that BOOST_TEST_EQ doesn't emit sign-compare warnings
2e3386ff0f
fixed 'base.hpp:85:5: error: class member cannot be redeclared' reported by teeks99-03-mc8-2a-Docker-64on64
d72a5d65d1
fixed comp. error on teeks99-03-mc8-2a-Docker-64on64
3dafdfbd0d
static_cast -> reinterpret_cast to work arounf run-time check on Marshall-UBSAN
e70d16b744
var. rename for clarity
e9d24dd857
corrected 'comparison between signed and unsigned integer'