Skip to content

0.10.5

Compare
Choose a tag to compare
@aous72 aous72 released this 13 Feb 10:34
· 256 commits to master since this release

This release addresses issues #127 and #128.

In the past, during compilation, I used to put compiled code in the ./bin folder.
Apparently, this is a behavior not expected by other developers.
This release should remove that folder and most of the copying -- I still need to copy files to the inside of ./build/tests, if not, the tests will not work.

I find the requirements imposed by cmake/other developers rather restrictive.
I also find that Visual Studio, and Microsoft in general, do not play nicely with the requirements of Linux installation; this because, MSVC creates the Release and Debug folder.