zjshi / gt-pro

MIT License
23 stars 7 forks source link

prepare for open source release #17

Closed boris-dimitrov closed 4 years ago

boris-dimitrov commented 5 years ago

(*) apply automated reformatting to enforce consistent use of tabs and spaces which makes all subsequent code changes easier to read in github

all reformatting was done by a tool that uses an actual compiler front-end, guaranteeing there would be no change in code functionality

(*) add MIT LICENSE; a license is necessary for any public software release

(*) delete obsolete db_inspect tool; if/when additional tools are needed, those can be brought back based on the evolution in gtpro.cpp and sckmerdb_build.cpp; It is standard practice to cull dead code in order to facilitate the maintenance, refactoring, and quality improvement on the remaining codebase