townforge
  • Joined on 2020-02-27
townforge pushed to cc at townforge/compute 2020-03-24 04:56:12 +01:00
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
townforge pushed to cc at townforge/compatibility 2020-03-24 04:55:41 +01:00
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
townforge pushed to cc at townforge/circular_buffer 2020-03-24 04:55:39 +01:00
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
townforge pushed to cc at townforge/chrono 2020-03-24 04:55:23 +01:00
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
townforge pushed to cc at townforge/callable_traits 2020-03-24 04:54:58 +01:00
454b8ade9c Merge pull request #183 from HDembinski/fix_cmake
7403f473ed Merge pull request #181 from boostorg/develop
19b1499857 Merge pull request #180 from badair/master
3775d33eca fix is_invocable tests for libc++
townforge pushed to cc at townforge/bind 2020-03-24 04:54:38 +01:00
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
townforge pushed to cc at townforge/bimap 2020-03-24 04:54:32 +01:00
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.
townforge pushed to cc at townforge/beast 2020-03-24 04:53:54 +01:00
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
townforge pushed to cc at townforge/atomic 2020-03-24 04:51:58 +01:00
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.\
townforge pushed to cc at townforge/assign 2020-03-24 04:51:46 +01:00
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
townforge pushed to cc at townforge/assert 2020-03-24 04:51:41 +01:00
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
townforge pushed to cc at townforge/asio 2020-03-24 04:51:39 +01:00
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.
townforge pushed to cc at townforge/array 2020-03-24 04:49:36 +01:00
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
townforge pushed to cc at townforge/any 2020-03-24 04:49:32 +01:00
e0e7e8d42e CI fixes
8e24fabe52 Minor tweaks for the boost::any
17ea66e415 Revert "Fix visibility issue from #10" as it increases the binary size and doese not solve the issue (issue solved by 40a0e4b896).
6684551de3 Fix visibility issue from #10
63690b0114 Update appveyor.yml
townforge pushed to cc at townforge/align 2020-03-24 04:49:28 +01:00
71101b0dfc Update libraries.json to test automated documentation generation
948d81a1de Remove throw_exception from CI steps
c1000b7cfa Mark throw_exception with BOOST_NORETURN
adbc5a5f24 Update Travis and Appveyor
1dfdfea5e4 Update travis.yml
townforge pushed to cc at townforge/algorithm 2020-03-24 04:49:24 +01:00
e59958cc4d Merge include + doc fixes to master for 1.72 release
a814721376 Apply PR#57 from tonyelewis to improve the docs. Thanks, Tony\!
9ef3df0d0b Update header files to always include boost/config.hpp. Fixes issue #61
44527f4c81 Algorithm: Merge example fixes master for 1.72.0
9093abbda9 Update examples so that they build
townforge pushed to cc at townforge/accumulators 2020-03-24 04:48:40 +01:00
b12a189fef Merge pull request #30 from boostorg/develop
ff9432f97b Allow accumulator persistency (#18)
1b1995f9a4 Merge pull request #23 from CromwellEnage/fixed
8f9adbcd7d Update .travis.yml
ed71099b2e Update test suite
townforge created repository townforge/yap 2020-03-24 04:36:09 +01:00
townforge created repository townforge/xpressive 2020-03-24 04:36:05 +01:00
townforge created repository townforge/winapi 2020-03-24 04:36:01 +01:00