mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

Drop boost::thread requirement from Database connection #116

Closed blumf closed 4 years ago

blumf commented 4 years ago

Using std::thread and related classes.

Probably best to test this before commit, but if it works, we can get rid of the Boost requirement.

mariuz commented 4 years ago

Merged , if there are issues we can revert it

arvanus commented 4 years ago

Look like it's working fine here!

Too bad doesn't "magically" fixes #65 too 😢 😸 @blumf look like you have a lot of experience with c++, do you have an idea of how to find that bug? Sincerely c++ isn't "my focus", but I'd really understand what is going on in this case Thanks!