| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
|
| |
|
|
|
|
|
| |
Use C++11 compiler:
/wrkdirs/usr/ports/sysutils/frand/work/frand-0.1/main.cpp:7: error: ISO C++ forbids declaration of 'sample_sets_count' with no type
Approved by: mentors (implicit approval)
|
| |
|
|
|
| |
Make use of GH_TUPLE, avoid implementation details, and turn this
into a form that everybody understands.
|
| |
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
| |
|
|
| |
Pointy hat: pi rodrigo
|
|
|
frand is a command line tool who returns
a random file from a given directory using
the reservoir sampling algorithm.
With reservoir sampling algorithm, directory
contents doesn't need to be read in memory
then sorted and so will perform much better
than find+sort for directories with a large
amount of files.
PR: 239467
Submitted by: serpent7776@gmail.com
|