Chip Hogg

Results 150 comments of Chip Hogg

I am making good progress on getting the next PR ready, including being able to "run all tests" via `ctest`. But I've noticed some weird behaviour that I wanted to...

OK, I figured it out. We can explicitly request the `all` target. So the iterative command might be something like: ```sh cmake \ --build cmake/build \ --target all all_verify_interface_header_sets test...

OK, first PR that actually builds code with CMake is up! #258. @Cazadorro, feel free to weigh in on the PR if desired. @geoffviola, I'll have you review, but you...

Couple more small PRs are up. After #262 lands, I expect I'll be able to post "the big one", that defines all of the libraries. Then Au should be usable...

Now that the core support has landed... could somebody please help me figure out how to use it in a new project? :sweat_smile: Here's what I've got. `main.cc`: ```cpp #include...

I'm reading through the Professional CMake book. I think I need to pay attention to the packaging and installation sections. Currently, I'm thinking it's related to the fact that we...

I have to pack up for a trip, and I just saw that you left this message, after I spent the last couple hours trying to get it to work!...

Ok, I caught up on the message. We're stopped for a bit so I can write a real reply. :) First take: installing feels like the hardest, most complicated step...

Thanks for bringing this to our attention! Sorry I didn't get to it earlier, but this week has been really busy at work and at home. I will play around...

I looked into this some over the weekend. It turns out to be surprisingly tricky and subtle. First, why are these `std::is_arithmetic` SFINAE instances here in the first place? It's...