This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_unordered
Watch
1
Star
0
Fork
0
forked from
boostorg/unordered
Code
Pull Requests
Activity
1,483
Commits
28
Branches
94
Tags
2d6ebf16d8d6fcec253eb87fea2bcf1cf18b2f6c
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Peter Dimov
2d6ebf16d8
Merge pull request
#87
from cmazakas/docs-cleanup
...
Docs Cleanup
2022-02-10 01:20:52 +02:00
.github
/workflows
Update CI to run sanitizers on the latest compilers for posix systems
2022-01-10 13:55:14 -08:00
benchmark
Change random indices in string.cpp to differ in size; remove shifted consecutive there as not representative
2022-01-20 02:06:00 +02:00
ci
Move download-boost-snapshot.py into ci directory
2018-03-18 15:41:24 +00:00
doc
Add change log note about AsciiDoc conversion
2022-02-07 12:51:19 -08:00
examples
Update paths for headers moved from detail
2017-12-03 14:24:47 +00:00
include
/boost
Avoid -Wlong-long in mix64_policy
2022-02-09 07:13:27 +02:00
meta
[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-20 02:52:08 -05:00
test
Update test metafunction to use
boost::declval
instead of using null pointers
2022-02-09 11:51:23 -08:00
_clang-format
Update clang format comment for 4.0.0
2017-10-29 16:52:46 +00:00
.appveyor.yml
Remove msvc-14.2 from Appveyor (in GHA); split clang-win to avoid timeout
2021-12-21 00:47:54 +02:00
.editorconfig
Change clang format indentation + .editorconfig file
2017-06-11 20:55:59 +01:00
.gitattributes
Move top-level boost directory over to "devel" (temporarily)
2007-07-31 20:32:15 +00:00
.gitignore
Ignore html build files.
2014-01-26 13:44:38 +00:00
.travis.yml
Use boost 1.67.0 in tests
2018-04-15 22:39:33 +01:00
CMakeLists.txt
Add CMakeLists.txt
2021-03-18 17:29:38 +02:00
index.html
Update index.html
2022-02-01 02:35:29 +02:00
S
Description
Boost.org unordered module
BSL-1.0
29
MiB
Languages
C++
99.5%
CMake
0.3%