SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
27 stars 12 forks source link

Tidy #350

Closed jpswinski closed 11 months ago

jpswinski commented 11 months ago

Major rework of the code to bring it up to clang-tidy and cppcheck standards. Current code in this branch:

elidwa commented 11 months ago

I reviewed the code. I also ran my performance tests. I found no issues. I committed a minor change, almost cosmetic. Class member functions implemented in header file are implicitly inlined. The 'inline' keyword is redundant. I removed it from a few header files.