Block a user
fb55aa6d4d
Add OS X to Travis
bbf1609d82
Merge branch 'develop'
889ff6de9f
Add .travis.yml
895af7c97a
Add, and update, documentation build targets.
158c7ef640
Fixes Ticket #12064
d7b8e0ed57
Merge branch 'master' of https://github.com/boostorg/tti
14fdca9ce8
Merge branch 'develop'
5be8d54b80
Changed tabs to spaces.
39193936f8
Updated for b2 cmake support.
31736e3dff
Merge branch 'develop'
667a8229bd
Update CI
6665195565
Fix URL in documentation
c79bd24027
Update CI
189d89f3d1
Enhance Travis CI build coverage
22e8e35069
Fix "standalone" include issue by adding header boost/type_traits/is_pointer.hpp (#10)
7e252144c1
Remove trailing whitespace
c221a60102
Copy progress_display into boost/timer/progress_display.hpp
04462eebe9
Update .travis.yml
dbd1435c6a
Switch Appveyor to 2015 image
075d6b25ab
Add deprecation warnings to v1 headers
43a57d518c
msvc warning workaround, thanks bersbersbers
e2e802e508
dist: trusty
5143552817
throw() -> BOOST_NOEXCEPT_OR_NOTHROW
1e507924ce
Mark throw_exception with BOOST_NORETURN. Closes #12.
50c34dee24
Switch Appveyor to 2015 image
042ce47e77
Merge branch 'develop'
65dcf92e48
Merge branch 'develop' of https://github.com/boostorg/thread into develop
3071b9e8b5
Merge pull request #282 from wyattoday/develop
8190a50838
Fix MSVC ARM64 build errors, issue #281
23539a88c0
Merge branch 'develop'
ef61be4b6d
Merge branch 'develop'
aaacf00faa
Merge branch 'topic/PR-234-boost-diagnostic_information-rtti' into next-internal
0c9ff7204d
Change log
79ebb9d06d
Merge branch 'topic/GH-206-compile-time-disabled-junit' into next-internal
3bbe17cb6b
Change log
455946faac
Merge pull request #49 from Thomas-Barbier-1A/cpp7_redundant_redeclar_constexpr
08370c9158
Fix c++17 warning redundant redeclaration of 'constexpr' static data
c556aba559
Remove redundant Travis job
ecc4ddd87c
Add gcc9, clang8 to Travis
f67827eee3
Add
dist: trusty
to .travis.yml
233ef6bedd
Merge branch 'develop'
cb6d8fe37d
Merge pull request #7 from LukeCz/patch-1
23ee2b94b5
Simplified boolean expression
cffc57ffba
Merge branch 'develop'
488af9cf1b
add README.md
798d77087e
Update rationale.html, add link to article for downloading
dc794c0ab2
Resolve test linking errors on non-Windows systems.
719bfe86fc
fix jamfile errors
4c4e3e20c1
Most members of std::allocate are deprecated in C++17
066189ef55
Update .travis.yml
7c7271d9bc
CI coverage fixes (5)
6007c216b9
CI coverage fixes (4)
d5bbf7853a
CI coverage fixes (3)
0be61ab0b8
CI coverage fix (2)
43b837d181
Attempt to fix coverage
877c778ed9
X3.Tests: rule_separate_tu: Fix static initialization order fiasco
792515ba91
Merge pull request #549 from Kojoley/x3-fix-parse_rule-defined-check
10d027fd5c
X3: Fix
parse_rule
definition check
d144f5facc
Merge pull request #545 from Lastique/add_missing_include_assert_hpp
3a7bf08d7f
Add missing includes of assert.hpp.
62dbaee977
Merge pull request #31 from boostorg/develop
78122414f1
Merge pull request #30 from boostorg/develop
f908ea4a99
error in parallel_stable_sort
32c476fce4
Switch fallback sort from std::sort to pdqsort
5242890410
Merge pull request #27 from boostorg/develop
274ec17836
Even more documentation corrections
a7341070f1
More documentation corrections
a6323354cd
Update constraints and synopsis in documentation
f788448101
Document alloc_deleter
283f2d2a11
Simplify synopsis using alias template
77df30b97c
Merge branch 'develop'
10b030be78
Fix typo, from Berkus Decker.
0a58d33eaa
Merge branch 'develop'
4388c67e85
Merge pull request #38 from jeking3/fix-ci
e87b9a71e3
Remove cppcheck job on Travis CI
f04a8cbe90
shortened name of test in the hopes it fix a test failure one windows with gcc - minnow
0f0409a2ad
corrections to last updates.
6bd667a5bb
Merge pull request #172 from TaWeiTu/develop
5dd938f4f1
Merge pull request #173 from glenfe/develop
4ed898b1d3
Use boost::nvp from Boost.Core
3a2c1d7da4
Merge pull request #8 from glenfe/develop
4ff15aed8c
Remove dependency on MPL
999d0a055b
Use enable_if from TypeTraits
a89010c21a
Include workaround from Config
21651923a6
Fix include guard identifier
8ff0f8538c
Permit compilation with -fno-exceptions.
9b4408a5ac
Fix ends of lines, remove executable permission (#72)
3c31c01849
corrected CMake project so it will set up boost search path on Xcode project.
92381748d6
add header search path to Xcode projects.
f4f0352b60
fix links to *.hpp files in documentation
c21b52d87c
Merge branch 'develop'
a550507517
Update installation instructions for icu.
fc4dc17dc7
change ICU_LINK configuration
8a8ceab94a
Merge pull request #85 from Mike-Devel/develop
9db6d59861
Update hash.hpp include path
47c1b26964
Change coverity scan build to use stock xenial g++ for compatibility
adb973b99a
Update Travis CI Build
0ccc0230ab
Do not create rational from array type. (#36)
683eca0304
[CMake] Add minimal cmake support (#35)
3fc4192167
Enhance CI