752 Commits

Author SHA1 Message Date
joaquintides
2a2282b270 Merge pull request #46 from sdarwin/feature/gha_fix_1
Update GitHub Actions CI file
2021-08-03 09:06:07 +02:00
sdarwin
1ab207ccc7 Update GitHub Actions CI file 2021-07-30 21:12:43 +00:00
joaquintides
647af59bdd installed pip with bootstrap script
as per 8c7696ddb6
2021-07-29 13:09:14 +02:00
joaquintides
5623d2b9e2 added contains (#35) 2021-07-29 12:04:15 +02:00
joaquintides
3dad7f38a4 fixed #45 2021-07-08 19:41:40 +02:00
Peter Dimov
436c60cd09 Add CMakeLists.txt 2021-03-18 17:27:16 +02:00
joaquintides
23779b1577 Update README.md
fixed links to GitHub Actions CI results
2021-03-02 18:24:30 +01:00
joaquintides
b3815602b2 Update README.md
added GitHub Actions CI badges
2021-03-02 18:12:51 +01:00
joaquintides
2f5c1b5fb5 Merge pull request #43 from sdarwin/githubactions
GitHub Actions config
2021-03-02 18:03:52 +01:00
sdarwin
fa84d6f1ae Add GitHub Actions config [ci skip] 2021-03-02 15:02:46 +00:00
joaquintides
028d097cd9 Merge pull request #42 from eldiener/develop
[skip ci] Add "cxxstd" json field
2021-01-21 09:15:23 +01:00
Edward Diener
060c2951aa [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 15:34:48 -05:00
joaquintides
d410fd952a Merge pull request #40 from sdarwin/droneupdate
remove TRAVIS_OS_NAME from drone script [ci skip]
2021-01-08 09:49:50 +01:00
sdarwin
bd2f183055 remove TRAVIS_OS_NAME from drone script [ci skip] 2021-01-07 19:14:31 +00:00
joaquintides
2eb53f67e2 as per https://lists.boost.org/Archives/boost/2021/01/250603.php 2021-01-05 14:02:52 +01:00
joaquintides
32dfab2f9c added Drone badges 2021-01-05 13:08:19 +01:00
joaquintides
2546cb99bc reversed previous trivial change 2021-01-05 10:51:10 +01:00
joaquintides
bd1cb7d171 trivial change to trigger Drone CI 2021-01-05 10:50:32 +01:00
joaquintides
59a4416a6e Merge pull request #39 from sdarwin/drone
Drone config
2021-01-05 10:49:51 +01:00
sdarwin
4795ae9d89 drone 2020-12-30 14:06:17 +00:00
joaquintides
b685e11dfc stopped relying on stdlib function objects' ::result_type 2020-06-29 11:51:24 +02:00
joaquintides
9d1813aaad typo 2020-06-06 10:32:24 +02:00
joaquintides
ece90a6eb4 un-named unused parameter 2020-05-11 15:37:17 +02:00
joaquintides
1b1e29d6e3 added workaround for https://github.com/boostorg/config/issues/336 2020-05-10 15:27:11 +02:00
joaquintides
53c11e1ea7 added missing #include 2020-05-10 13:58:16 +02:00
joaquintides
e3fec3af57 fixed allocator_is_always_equal usage 2020-05-10 13:47:09 +02:00
joaquintides
ed5a975059 provided pre-C++17 allocator_traits::is_always_equal 2020-05-10 13:33:36 +02:00
joaquintides
2271c1b9c6 added missing typename keyword 2020-05-10 12:26:17 +02:00
joaquintides
4a109e99e5 avoided deprecated #includes, fixed Boost.Move headers 2020-05-10 12:17:55 +02:00
joaquintides
f8945d113e fixed interaction of C++03 boost::move with non-refd template params 2020-05-10 11:50:06 +02:00
joaquintides
85b6cdba91 SFINAEd test overload set 2020-05-10 11:01:50 +02:00
joaquintides
98091f99e6 added missing typename keyword 2020-05-10 10:12:17 +02:00
joaquintides
ff3f612abb added missing template keywords 2020-05-10 10:11:51 +02:00
joaquintides
99430f9edd avoided deprecated #includes 2020-05-09 22:01:20 +02:00
joaquintides
e69466039d implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
joaquintides
a766a08573 replaced erase_ backbone function with extract:_ 2020-05-01 20:36:38 +02:00
joaquintides
3a47a82947 simplified delete_node_ 2020-05-01 13:22:03 +02:00
joaquintides
a34c774a05 made node structure independent of unique/non_unique flavor 2020-05-01 12:29:03 +02:00
joaquintides
382e41fa99 renamed internal typedefs to make room for public node_type 2020-05-01 11:46:51 +02:00
joaquintides
2374136ea8 clarified documentation on read/write key extractors (#32) 2020-04-19 21:10:57 +02:00
joaquintides
ffbdc49bf2 typos (#32) 2020-04-18 11:59:45 +02:00
joaquintides
1c3ef66798 stopped #including deprecated <boost/bind.hpp> 2020-02-17 09:39:08 +01:00
joaquintides
61c732118e refactored rooted_allocator 2020-01-27 12:33:02 +01:00
joaquintides
d7ad9185e8 spared one equal allocator swap 2020-01-27 12:14:03 +01:00
joaquintides
81dbe86f25 suppressed VS warnings 2020-01-26 13:24:55 +01:00
joaquintides
3e8928834c fixed allocator awareness test for move assignment 2020-01-26 12:59:37 +01:00
joaquintides
adbb136e43 completed Boost.Move support for move_tracker 2020-01-26 12:40:35 +01:00
joaquintides
ff46d35312 enabled Boost.Move support for move_tracker 2020-01-26 12:16:54 +01:00
joaquintides
a8d34a56f7 made multi_index_container AllocatorAware (#30) 2020-01-26 11:52:23 +01:00
joaquintides
89b4ff7bbf abode by [depr.impldec] 2020-01-21 15:04:21 +01:00