octue / es-flow

Atmospheric and marine flow characterisation tools.
Other
3 stars 0 forks source link

Refactor to header and cpp files for quicker build #57

Open thclark opened 5 years ago

thclark commented 5 years ago

The library was built as header-only for ease of early development, but is now sufficiently complex that build times are getting quite long. Refactor the actual code out to .cpp files so once built, the individual modules only rebuild on change, instead of rebuildling the entire library every time there's a change anywhere.