boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Add basic CMake build system #92

Closed samcday closed 5 years ago

samcday commented 5 years ago

Just directly ripping off the work I've noticed @Mike-Devel doing across a bunch of Boost modules.

I determined the list of dependencies by grepping for #include directives. I don't know this library very well, so let me know if any of the dependencies don't make sense.

This PR depends on:

glenfe commented 5 years ago

algorithm (cyclic!)

No; Boost.Range does not depend on Boost.Algorithm anymore. (Since 77a4dd51242f1ef446acb1a476ae1c760c206b1d)

Mike-Devel commented 5 years ago

@samcday: Are you still working on this?

samcday commented 5 years ago

@Mike-Devel I was intending to get back around to these but just didn't find the time. I just started a new job too so it's unlikely I'll have time for quite a while. I'll close this one out, along with all the other ones I raised that haven't merged yet.

Mike-Devel commented 5 years ago

Very sorry to hear that. All the best for your new job.