Peter Dimov
e9ffeceeab
Merge branch 'develop' into feature/reference
boost-1.78.0.beta1
boost-1.78.0
2021-10-19 01:57:24 +03:00
Peter Dimov
4a685b2b16
Add address-model=32 tests to ci.yml
2021-10-19 01:07:05 +03:00
Peter Dimov
8315ec2ba7
Comment out (uint128)-1 test under GCC 9 and below
2021-10-18 03:20:23 +03:00
Peter Dimov
1a4888cdb4
Add (uint128)-1 comment
2021-10-18 03:01:41 +03:00
Peter Dimov
9e938aca41
Revert "Update (uint128)-1 test"
...
This reverts commit cab5c6c8d7 .
2021-10-18 03:00:17 +03:00
Peter Dimov
7abcf22762
Update long double infinity reference values for 32 bit GCC-like without fpclassify
2021-10-18 02:38:25 +03:00
Peter Dimov
dbb410b7ef
Update long double reference values for 32 bit GCC
2021-10-18 02:31:06 +03:00
Peter Dimov
cab5c6c8d7
Update (uint128)-1 test
2021-10-18 02:21:58 +03:00
Peter Dimov
526e4d472d
Add reference values for std::complex
2021-10-18 02:16:50 +03:00
Peter Dimov
fca37b0d43
Fix long double infinity
2021-10-18 01:11:24 +03:00
Peter Dimov
0a795c62a3
Update (uint128)-1 and long double infinity values
2021-10-18 00:55:31 +03:00
Peter Dimov
4ff953b568
Fix clang
2021-10-18 00:37:46 +03:00
Peter Dimov
cfbc94b128
Update infinity reference values
2021-10-18 00:15:16 +03:00
Peter Dimov
f0bed67909
Update long double values for g++ 64 bit
2021-10-18 00:01:15 +03:00
Peter Dimov
1c27af1e2e
Add hash_reference_values.cpp
2021-10-17 23:54:39 +03:00
Peter Dimov
ebac66dc1e
Print hash_info output in ci.yml
2021-10-17 20:22:06 +03:00
Peter Dimov
f0e75dd010
Reenable clang-win in appveyor.yml
2021-10-17 20:20:57 +03:00
Peter Dimov
5959103346
Extend __GNUC__ warning suppression to __clang__
2021-10-17 20:13:56 +03:00
Peter Dimov
3c3948ccdb
Take care of size_t -> int warnings under g++ 4.8
2021-10-17 19:54:23 +03:00
Peter Dimov
998d8da8c8
Disable warning in test/check_float_funcs.cpp
2021-10-17 19:54:12 +03:00
Peter Dimov
bdc2840738
Update test/Jamfile
2021-10-17 19:52:16 +03:00
Peter Dimov
21f2b5e1db
Fix hash_combine_impl to only test for a specific bit width and not for concrete types
2021-10-12 19:52:37 +03:00
Peter Dimov
b55fbc9252
Update key in libraries.json
2021-10-12 19:51:11 +03:00
Peter Dimov
a0465807c7
Switch to 18.04 in ci.yml
2021-10-12 19:06:13 +03:00
Peter Dimov
e03c31c9bc
Add -I examples to depinst
2021-10-12 17:56:31 +03:00
Peter Dimov
c4d9a95b82
Update appveyor.yml
2021-10-12 17:40:47 +03:00
Peter Dimov
5f5a5d0648
Merge pull request #14 from eldiener/develop
...
[skip ci] Add "cxxstd" json field
2021-10-12 17:33:26 +03:00
Peter Dimov
fd2781afc9
Update ci.yml
2021-08-10 17:56:49 +03:00
Peter Dimov
d045cf2ecb
Update ci.yml
2021-08-10 17:48:23 +03:00
Peter Dimov
b4e4bf577f
Add -I examples to depinst
2021-08-10 17:37:22 +03:00
Peter Dimov
310ca091a2
Add .github/workflows/ci.yml
2021-08-10 17:32:10 +03:00
Peter Dimov
e69c4c830e
Update CMakeLists.txt
boost-1.77.0.beta1
boost-1.77.0
2021-06-10 01:18:25 +03:00
Edward Diener
aaf0d2525f
[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.
2021-01-19 12:42:27 -05:00
Glen Fernandes
171c012d47
Merge pull request #11 from boostorg/mclow-patch-1
...
Remove use of non-existant Boost.Config macro BOOST_NO_CXX11_HDR_MEMORY
boost-1.76.0
boost-1.75.0
boost-1.75.0.beta1
boost-1.76.0.beta1
2020-10-25 14:06:10 -04:00
Marshall Clow
e0331c0bd4
Remove use of non-existant Boost.Config macro BOOST_NO_CXX11_HDR_MEMORY
...
Thanks to Jeff Trull for the catch.
2020-09-10 20:09:23 -07:00
Marshall Clow
e30bbab19f
Merge pull request #9 from eldiener/develop
...
Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74. Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost conf…
2020-04-16 07:53:06 -07:00
Edward Diener
1818113f4c
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
2020-03-23 11:50:36 -04:00
Peter Dimov
8a7fc581ed
Merge branch 'develop'
boost-1.73.0
boost-1.74.0
boost-1.73.0.beta1
boost-1.74.0.beta1
2019-12-23 17:21:52 +02:00
Marshall Clow
5048576921
Merge pull request #6 from andrascii/develop
...
Fixed compiler guards for use of `std::unary_function` for C++17 compliance
2019-08-12 23:14:49 -07:00
Andrey
5f858645a0
Removed usage of std::unary_function for C++17 compliance
2019-08-10 12:37:49 +03:00
Andrey
fd310d2706
Removed usage of std::unary_function for C++17 compliance
2019-08-10 11:59:22 +03:00
Andrey
90a0e36638
Removed usage of std::unary_function for C++17 compliance
2019-08-09 17:23:16 +03:00
Peter Dimov
1ce57acc41
Merge pull request #5 from Mike-Devel/min_cmake
...
[CMake] Add minimal cmake file
2019-01-23 19:23:08 +02:00
Mike Dev
81a65eb01c
[CMake] Add minimal cmake file
...
Only supports "add_subdirectory" workflow and doesn't
run unit-tests. It generates a INTERFACE cmake target
that other libraries can use to express their dependency
on Boost.ContainerHash and get usage requiremments,
such as the include directory.
2019-01-02 23:04:19 +01:00
Daniel James
9fbda1a98a
Fix appveyor build (cherry-pick)
boost-1.72.0.beta1
boost-1.68.0
boost-1.72.0
boost-1.71.0.beta1
boost-1.71.0
boost-1.70.0.beta1
boost-1.70.0
boost-1.69.0-beta1
boost-1.69.0
2018-04-16 06:43:14 +01:00
Daniel James
62f29ea201
Merge branch 'develop' (early part)
2018-04-16 06:42:45 +01:00
Daniel James
f054fe932f
Fix appveyor build
2018-04-15 23:29:47 +01:00
Daniel James
83a874ed49
More general purpose support for iterators with odd reference type (trac #13501 )
...
In the last release I added explicit support for `vector<bool>` which wasn't
working with libc++ because the iterator's `operator*` returned a proxy
reference type. Other implementations return a `bool` for const iterators, so
they happened to work okay.
This solves the problem in a more general purpose way by instantiating
`hash_combine` for the iterator `value_type`. So the type returned by
`operator*` will be implicitly casted to the correct type.
2018-04-15 22:44:33 +01:00
Daniel James
59f9543c10
Use boost 1.67.0 in travis and appveyor
2018-04-15 22:44:19 +01:00
Daniel James
a6da082784
Stop using -Werror
...
So that there aren't any failures because of warnings in other modules.
2018-04-15 22:44:19 +01:00