Hunter Damron

Results 7 issues of Hunter Damron

Will close #506. So far I have collected the tokens before and after `##` and passed them to a `concat` function. Now I just need to figure out how to...

enhancement
preprocessor

Stringify should be applied before doing replacement on the function parameters, but that replacement should occur before passing them to deeper functions (I think). I expect this has been broken...

bug
preprocessor

I know this is silly, but if we receive object files instead of source files we should link them immediately (still using `cc`) instead of complaining that they are not...

enhancement
binary

Currently there are no tests to ensure command line arguments work as expected. It may also be good to check that the help message stays up to date with the...

good first issue
testing
binary

When an undeclared identifier is found, it would be helpful to show if and where it is expanded from a macro so the user can track it down. #### Code...

enhancement
hard
ui
preprocessor

I am constantly rewriting the code to subscribe to a Pose or PointCloud topic then transform to the frame I intend to work in within the callback. In C++, I...

enhancement