Commit Graph

26 Commits

Author SHA1 Message Date
Antony Polukhin
a9947765d7 Update copyright years 2019-01-06 20:30:18 +03:00
Antony Polukhin
017d2436ac Use std::filesystem and std::error_code if user asked for that (refs #40) 2018-11-11 01:46:13 +03:00
Antony Polukhin
e3146fc544 Docs and copyrights updated 2018-11-10 19:45:40 +03:00
Antony Polukhin
9305ef7ee9 Fix for MinGW compilation (2) 2017-02-25 23:42:41 +03:00
Antony Polukhin
dea1230c32 Fix for MinGW compilation 2017-02-25 23:13:59 +03:00
Antony Polukhin
6f4e9ca40f Move MinGW related workaround into cpp file in tutorial8 (for consistency) 2016-10-17 22:12:42 +03:00
Uskok
aa1981820b Update refcounting_plugin.hpp
Without BOOST_DLL_FORCE_ALIAS_INSTANTIATION it is not working under Windows with MinGW. Tested with TDM-GCC 492-x64
2016-10-14 07:49:45 +02:00
Antony Polukhin
2a09a929b4 Fix a memory leak in example 2016-02-23 18:21:09 +03:00
Reto Schneider
e7225a8022 Fix typo: of vs fo 2016-02-22 13:50:15 +01:00
Antony Polukhin
a4dbd85c31 Better error handling, more fair examples, better b2 workarounds, docs update, fixes for Android 2015-12-14 21:19:09 +03:00
Antony Polukhin
fd70247ce6 Another attempt to achieve portable b2 behavior 2015-12-09 23:35:27 +03:00
Antony Polukhin
603b2b5efe Documentation updated, changed import* signatures, simplified examples 2015-12-04 22:00:49 +03:00
Antony Polukhin
cf9cbbfde5 Worked arrounf calling conventions, dropped dependency on boost::function for modern compilers, updatet the docs and improved some of the examples 2015-12-01 23:27:50 +03:00
Antony Polukhin
3d79f2c972 Fix Windows compilation, refactor all the Jamfile's logic for providing shared library locations 2015-09-06 21:48:25 +03:00
Antony Polukhin
d7fabc380d Bunch of minor improvements and polishing examples 2015-08-21 23:11:15 +03:00
Antony Polukhin
2a46c62646 Dropped dependency to string_ref and cleaned up doc folder 2015-08-15 20:49:09 +03:00
Antony Polukhin
92c281f566 Code simplification and better documentation 2015-08-11 00:43:54 +03:00
Antony Polukhin
00ff750aaf Fix issues mentioned by Vladimir Prus: missing build dependencies, better helper macro names 2015-06-28 22:37:15 +03:00
Antony Polukhin
2fea995f33 Deprecated import_function* and import_variable* methods and updated the docs and tests 2014-11-21 18:58:07 +03:00
Anton Polukhin
7a96e90280 MinGW related workaround: dealing with impossibility of making weak symbols 2014-10-31 16:11:06 +04:00
Antony Polukhin
543d6d41cb More compilation warnings enabled and made sure that we have fixed #4 2014-10-01 12:52:14 +04:00
Anton Polukhin
b76e5d22d9 Fix Windows related build issues 2014-09-30 23:35:08 +04:00
Antony Polukhin
1bdaf08e01 Polishing examples and docs 2014-09-29 20:41:35 +04:00
Antony Polukhin
0a30052710 Advanced refcounting tutorial finished 2014-09-29 13:53:51 +04:00
Antony Polukhin
9a71513b16 Added an advanced refcounting example, fixed this_executable detection on POSIX and minor improvements to the code 2014-09-28 15:35:40 +04:00
Antony Polukhin
74f3c3cb02 Commit some of the thoughts on tutorial8 2014-09-26 19:51:32 +04:00