Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since MiNiFi C++ may run on a variety of platforms, please avoid known platform specific inclusions if possible. If you must make these inclusions, take care to use MACROS to avoid failure on platforms for which your code is non-portable.

 

Testing your changes

 

  • For code changes, ensure that the full suite of tests is executed via make test within the build folder.  Please write or update unit tests to verify your changes.
  • Did your change introduce new dependencies?  Are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?  Did you update the LICENSE file?
  • For documentation related changes, ensure that format looks appropriate for the output in which it is rendered.

...