townforge
  • Joined on 2020-02-27
townforge pushed to cc at townforge/multi_array 2020-03-24 06:14:44 +01:00
74cbc0f659 Merge branch 'develop'
2f03d28dab Update appveyor configuration
5bdb4f852c Use alloc_construct utilities from Boost.Core
3ab14966b5 Merge branch 'develop'
72763d70be Fix contribution from CromwellEnage to actually compile
townforge pushed to cc at townforge/msm 2020-03-24 06:14:16 +01:00
2286d12deb Merge branch 'develop'
d60692b6f9 doc update
5d4e1c48f4 Merge branch 'master' into develop
009e6ac8d5 Merge pull request #15 from Bagira80/removal-by-c++17-fix
5f74071ef7 Remove action for std::random_shuffle for C++17 (and later).
townforge pushed to cc at townforge/mpl 2020-03-24 06:10:45 +01:00
e01a10925d Replace three links that seem broken (keep timing out)
273db79266 [CMake] Update formatting and add copy right note
c7df450a81 [CMake] Generate cmake target that other libraries can use
ac67f5952e Back out fix for VC++8.0
758a7f6c6a Enhance CI with libc++ and VS2017 strict builds
townforge pushed to cc at townforge/mpi 2020-03-24 06:05:11 +01:00
c6769cae3b doxygen typo
faf6337d87 Do not bring in C++ API with OpenMPI
c7fdb33cca Merge pull request #97 from reitermarkus/cart-shift
7f14150971 Add mapping for MPI_Cart_shift.
101dc96070 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x
townforge pushed to cc at townforge/mp11 2020-03-24 06:04:57 +01:00
f64bc319c0 Update version in CMakeLists.txt
ed5dc75e18 Update BOOST_MP11_VERSION
8b0ab6130d Update footer for Asciidoctor 2
900a0c842e Update documentation for mpl.hpp
0ca69d98c9 Add test/mpl_tuple.cpp
townforge pushed to cc at townforge/move 2020-03-24 06:04:44 +01:00
0304ee7581 Merge branch 'jeking3-fix-ci' into develop
fa2b32abc3 Fix outstanding CI integration issues
c283a2f123 Fixes #26 ("Invalid iterator increment/decrement in the last iteration of adaptive_sort_combine_blocks")
f363c21df8 Fix typo in 1.70 release notes
bfdfca0b88 Fixes Issue #25
townforge pushed to cc at townforge/metaparse 2020-03-24 06:04:26 +01:00
e0350c0bfe Avoid using out of range char value while instantiating template <char...> template
4fa900edc7 Remove unused helper metafunction
4c78eaa39f Avoid the creation of zero length array in any_of_c.
60deeceaae Add C++11 implementation of sequence
11b19e5d25 Adding .gitattributes
townforge pushed to cc at townforge/math 2020-03-24 06:02:55 +01:00
d75659faf9 Remove fake boost_math library target; no longer required
baa161279c Cut down on the warnings that I've introduced slowly over time
205e9a0dc9 Restore default colors to the terminal after changing them for error messages [CI SKIP]
72e469da0a Update version number in docs.
09eb328bf1 Merge branch 'develop'
townforge pushed to cc at townforge/logic 2020-03-24 05:38:05 +01:00
832731f5ab Update CI
4c26c6ee3f Update CI
3a9110fc34 [CMake] Add minimal cmake file
fd021e5eb7 Enhance CI with libc++ and VS2017 strict builds
c305a4a1e4 expand travis CI to more configurations
townforge pushed to cc at townforge/log 2020-03-24 05:38:02 +01:00
959a97c38b Avoid using deprecated Boost.Test headers.
e80dce7fec Removed unused local typedefs.
84b753da83 Removed unnecessary packages from CI jobs, added C++20 testing.
710bd95d36 Moved extra tests to msvc-14.0 job to avoid job timeouts.
81bc040eb5 Added more compilers to CI.
townforge pushed to cc at townforge/lockfree 2020-03-24 05:37:36 +01:00
fbea9be049 Merge pull request #50 from boostorg/develop
7e23dac52d Merge pull request #49 from yuvalif/fix_valgrind_uninitialized_error
e1fd809494 revert back order of members
3d45c000b2 fix issue #48. valgrind errors
8314adce35 Merge pull request #46 from CromwellEnage/parameter_usage
townforge pushed to cc at townforge/locale 2020-03-24 05:37:33 +01:00
ccb8fbb9a1 Merge branch 'master' into develop
3a69c81ccd Merge pull request #24 from mikekaganski/patch-1
31c9469555 Merge pull request #15 from memem359/fix-visibility-clang
99a42208ef This comparisons were always false
07eb6bcbee Merge branch 'develop'
townforge pushed to cc at townforge/local_function 2020-03-24 05:36:58 +01:00
9ea3674299 Add, and update, documentation build targets.
41cde4ac60 Re-generated HTML docs from qbk and doxygen to show replacement of obsolete BOOST_NO_LAMBDAS, BOOST_NO_VARIADIC_MACROS, and BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS with new BOOST_NO_CXX11_LAMBDAS, BOOST_NO_CXX11_VARIADIC_MACROS, and BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS.
09ede729a0 Merge branch 'develop'
92e158dd30 Merge pull request #2 from danieljames/metadata
f7faac9dc9 Add metadata file.
townforge pushed to cc at townforge/lexical_cast 2020-03-24 05:36:40 +01:00
87ce721928 More tests and comments for fs::path conversions (refs #25)
45eef91428 Tests for filesystem::path (refs #25)
f3d9f0d4cb Update README.md
3786d41da0 Use lightweight testing in no_exception test
8ce82bd55d Fix build
townforge pushed to cc at townforge/lambda 2020-03-24 05:36:32 +01:00
8824e81d52 Merge branch 'develop'
6395013860 Merge pull request #13 from danieljames/remove-random-shuffle-support-when-appropriate
8c0410fff5 Only support std::random_shuffle when available
b8a2f400ac Merge branch 'develop'
4fc4454f3e Merge pull request #12 from Kojoley/fix-unused-variable-warnings-from-core_hpp
townforge pushed to cc at townforge/iterator 2020-03-24 05:36:11 +01:00
d528fc0b11 Disabled C++0x mode for gcc-4.4 because it fails zip_iterator tests with std::tuple.
540f999d0b Disabled all but one OS X jobs because they are slow on Travis CI.
54dee0db96 Updated CI configs, added compilers.
814965402e Merge pull request #49 from glenfe/develop
2af5a16539 Use use_default from Boost.Core
townforge pushed to cc at townforge/iostreams 2020-03-24 05:34:07 +01:00
601244b26a Check that liblzma has lzma_cputhreads(), to fix Mac build failure. Fixes #102. (#103)
64abdfc65f Update CI
c5aff9d1c2 Explicitly delete non implemented private copy operator to avoid gcc 9 -Wdeprecated-copy warning.
06cf1df4f3 LZMA thread support (#95)
7c627be6e9 Change broken turkanis homepage link to boost.org/users/people.
townforge pushed to cc at townforge/io 2020-03-24 05:33:01 +01:00
5fa66f1f76 Merge branch 'develop'
560bbb84e3 Removed --depth 1
8b6eca07ed Merge branch 'develop'
c63b43c9d8 Better appveyor file setup.
0c4a3d4ee9 Added Appveyor file and Travis CI file.
townforge pushed to cc at townforge/intrusive 2020-03-24 05:32:59 +01:00
3b5001f22f Fixes #42 ("Documentation does not describe treap priority_of_value changes")
338bfb9072 Added a test for set that uses void* as a key.
7a9e358788 Update changelog with #45 ("Disable variadic templates for MSVC-12 to avoid ICEs")
bbd6bf1192 Merge branch 'Lastique-fix_msvc12_ice' into develop
5852698f7a Disable variadic templates for MSVC-12 to avoid ICEs.
townforge pushed to cc at townforge/interprocess 2020-03-24 05:32:13 +01:00
d2cb6e6f0f merging interprocess from develop
4a57769910 - Fixes #85 ("warning: Implicit conversion loses integer precision")
65ae55fe1f Fix typo in test traces (set_test -> map_test)
4744b9a24e Fixes #80 ("realloc in interprocess's c_heap_deleter can leak memory")
6d9b93f1f6 merging interprocess from develop