crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
415 stars 142 forks source link

Prep master branch for 0.6.0rc3 release candidate #83

Closed mcsauder closed 7 years ago

mcsauder commented 7 years ago

Hi CrayzeeWulf,

This PR renames the doc/ directory to docs/ to better match Github and Doxygen documentation convention, renames LibSerialTests.cpp to UnitTests.cpp, updates Sphinx documentation *.rst files, and aligns other files better with the c++14 branch to prep for a release candidate that doesn't break backwards compatibility.

Please let me know if you have any questions on this PR.

-Mark

crayzeewulf commented 7 years ago

Thanks!!!