summaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost/extralib.cpp
AgeCommit message (Collapse)Author
2018-01-04CI: Run boost test for CygwinJon Turney
Also, use '^' to escape newlines in appveyor-install.bat to avoid an absurdly long line, remove some unnecessary quotation, and alphabetically sort packages Also, define the _XOPEN_SOURCE feature test macro in the boost test to avoid 'not declared in this scope' warnings for pthread_rwlock_init(), etc.
2017-08-20Find Boost dep when there is an extra lib to linkMichał Wikliński
There are several components in Boost which must be linked with extra libraries. Boost Log is one of them and in special circumstances needs linking with boost_log_setup. http://www.boost.org/doc/libs/1_64_0/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.setup This fix covers the case when there is no source file corresponding to the additional library.