~roguescholar/boost/+git/algorithm:indirectSort

Last commit made on 2023-06-26
Get this branch:
git clone -b indirectSort https://git.launchpad.net/~roguescholar/boost/+git/algorithm

Branch merges

Branch information

Name:
indirectSort
Repository:
lp:~roguescholar/boost/+git/algorithm

Recent commits

62922bd... by Marshall Clow <email address hidden>

Replace hand-rolled loop with 'iota_n' and back_insert_iterator

25ab833... by Marshall Clow <email address hidden>

Replace call to 'iota' with hand-rolled loop

a7ae53d... by Marshall Clow <email address hidden>

Update docs; fix copy-pasta

8be54b3... by Marshall Clow <email address hidden>

Split test cases

3ae9ee2... by Marshall Clow <email address hidden>

Add more tests

814f8a5... by Marshall Clow <email address hidden>

Update docs based on feedback, add 'stable_sort', 'partial_sort' and 'nth_element'

17c47e8... by Marshall Clow <email address hidden>

Add 'indirect_sort'

faac048... by Marshall Clow <email address hidden>

Merge pull request #116 from jiayuehua/develop

fix range-base gather algorithm

d1ecc8b... by jiayuehua <email address hidden>

fix range-base gather algorithm

3fe40eb... by Marshall Clow <email address hidden>

Merge pull request #21 from MarcelRaad/fix_tests

Fix MSVC warnings in tests