Adam Mitz

Results 142 comments of Adam Mitz

I encountered this problem when trying to use this win_bison to build Wireshark in GitHub Actions. Wireshark has a CMake macro that expands to include `ADD_CUSTOM_COMMAND` to invoke win_bison. There...

It seems like this could be tested without fuzzing. The ACE_Active_Map_Manager_Key input parameter can have any value for slot_index, including an invalid one. Using a tool like Address Sanitizer would...

We're not using gnuautobuild anywhere, as far as I know. Should it be added to this repo's CI build?

https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/bin/MakeProjectCreator/modules/GNUAutobuildWorkspaceCreator.pm On Fri, Jan 24, 2020, 6:09 PM Fred Hornsey wrote: > We're not using gnuautobuild anywhere, as far as I know. Should it be > added to this repo's...

On the topic of CMake, my understanding is that Boost makes available a "FindBoost" cmake thing (either through boost.org itself or directly in CMake) that allows downstream users to set...

> > > > The cmake file module sounds a good proposal > > There exist a usable starting module: > > see https://github.com/ClausKlein/cmake-modules/blob/develop/FindTAO.cmake > > Not as simple and...

> So I'm pretty sure I got the code generation for maps working, it's just an std::map typedef. I'm not sure exactly where to `#include ` right now it just...

> Maybe someone else has time to review and merge at some point, not sure, I am pretty busy right now Between @iguessthislldo and myself (and anyone else who'd like...