561bcf7b8bFix section_name_too_big test under Android, more import* overloads, returned by import* callable objects are now copyable, dropped multiple includes from alias.hpp, added BOOST_DLL_FORCE_NO_WEAK_EXPORTS macro
Antony Polukhin
2015-12-03 22:44:41 +0300
3afd980b12Fixed program_location() for QNX and compilation on Darwin with latest GCC. Jamfile modifications to get less Boost.System related warnings during tests run
Antony Polukhin
2015-12-02 22:29:45 +0300
cf9cbbfde5Worked arrounf calling conventions, dropped dependency on boost::function for modern compilers, updatet the docs and improved some of the examples
Antony Polukhin
2015-12-01 23:27:50 +0300
b358edb4d5Fixing calling convention issues on Windows
Antony Polukhin
2015-11-19 23:03:58 +0300
09988517a5Experimenting with calling conventions (1)
Antony Polukhin
2015-11-17 22:46:41 +0300
ed3502c2a6Updated FAQ with info on dynamic load from memory
Antony Polukhin
2015-11-04 15:36:59 +0300
faf4483fb0Resolve issue with getting location of a self loaded object
Antony Polukhin
2015-11-01 22:48:06 +0300
b36d49b11fUse dll.hpp header from Boost.WinAPI module on Windows platform instead of using a temporary dll2.hpp from fhis repo
Antony Polukhin
2015-10-30 00:00:41 +0300
b1ab3116f3Attempt to fix tests on Android and with IBM compiler
Antony Polukhin
2015-10-29 23:51:20 +0300
ebfcbf8ee7Multiple small fixes and doc improvemnts
Antony Polukhin
2015-10-27 22:25:58 +0300
30ed592ae8i found an error in the tokenizer. it doesn't work for multi-type template-parameters, e.g. boost::variant<int, double>
klemens-morgenstern
2015-10-20 21:50:37 +0200
b4b49f00d9implemented the ctor and dtor classes
klemens-morgenstern
2015-10-20 19:00:38 +0200
02d48dff2fTune dll2.hpp according to Andrey Semashev's advices
Antony Polukhin
2015-10-19 22:49:01 +0300
87737094bfAnother portion of fixes and workarounds for Android, QNX, Windows, Solaris
Antony Polukhin
2015-10-19 22:33:04 +0300
3dccc2075funfinished state, started with smart_lib
klemens-morgenstern
2015-10-17 21:34:39 +0200
28fe4dc5c4Dropped Boost.Test usage because it was using windows.h directly and updated the dll2.hpp file with WinAPI declarations to be more close to Boost.WINAPI's dll.hpp file
Antony Polukhin
2015-10-17 16:21:37 +0300
256356bb84Many fixes for Windows platform
Antony Polukhin
2015-10-17 15:04:00 +0300
3d79f2c972Fix Windows compilation, refactor all the Jamfile's logic for providing shared library locations
Antony Polukhin
2015-09-06 21:48:25 +0300
79716b0d19Fix compilation under Windows
Antony Polukhin
2015-09-04 20:19:41 +0300
595825d60bInstall valgrind in TravisCI script
Antony Polukhin
2015-09-02 22:26:53 +0300
283ef8956bFixed compilation, dropped Coverity analisis because it was causing many troubles for TravisCI builds
Antony Polukhin
2015-09-02 22:09:10 +0300
cca4ac6a67Dropped Windows specific load_library_as_* modes as irrelevant to library scope, refactored library_info, fixed problem with missing dlinfo call on some platforms, Travis fix
Antony Polukhin
2015-09-01 22:36:02 +0300
570abd52ceDocs tuned and fixed possible error in ELF parsing
Antony Polukhin
2015-09-01 02:26:28 +0300
f8437d4fa7Fix MSVC warning, workaround GCC errors with __TMC_*, remove _autoaliases::dummy_* variables from exportable
Antony Polukhin
2015-09-01 01:45:14 +0300