make-fmv-patch icon indicating copy to clipboard operation
make-fmv-patch copied to clipboard

Results 2 make-fmv-patch issues
Sort by recently updated
recently updated
newest added

[Google C++ style guide](https://google.github.io/styleguide/cppguide.html#File_Names) requires `.cc` extension and also `gcc` supports [few more extensions](https://gcc.gnu.org/onlinedocs/gcc-9.2.0/gcc/Overall-Options.html#Overall-Options) - `.cxx`, `.CPP`, `c++`, `.cp` and `.C` Also improve the testing instructions in the README.md

If one envisages using the FMV patch generator as part of CMake (or any other build process), it would be of benefit to be able to generate a single .patch...