Commit Graph

77 Commits

Author SHA1 Message Date
Antony Polukhin
a9947765d7 Update copyright years 2019-01-06 20:30:18 +03:00
Antony Polukhin
96a4ab267b More TravisCI related fixes 2018-12-02 14:35:21 +03:00
Antony Polukhin
8f41716085 force the hidden visibility using new b2 feature 2018-09-22 22:07:13 +03:00
Antony Polukhin
7df6c850c9 Tests for #20 2018-09-17 10:09:03 +03:00
Antony Polukhin
5fc62a99fc Move some flags from usage-requirements to requirements, just like initially was intended (#13). 2018-05-24 20:55:40 +03:00
Antony Polukhin
dcebff7052
Fixed disabling of some tests on MinGW (#14) 2018-01-17 23:10:59 +03:00
Antony Polukhin
bf473b2246 Disable tutorial8_static test on MinGW because of platform related issues that have no known workaround 2017-02-28 04:49:31 +03:00
Antony Polukhin
5b01b7aded Fix for MinGW compilation (3) 2017-02-26 00:31:45 +03:00
Antony Polukhin
97ac23037c Added symbol_location_ptr function for symbols that can not be dereferenced/have unknown type. Fixed warning produced by preprocessor define in Jamfile 2017-01-04 17:45:29 +03:00
klemens-morgenstern
a03d85ee7b changed dbhhelp to __undname 2016-04-01 23:16:27 +02:00
klemens-morgenstern
c225bb9891 Merge remote-tracking branch 'remotes/apolukhin/develop' into develop
Conflicts:
	include/boost/detail/winapi/dbghelp.hpp
2016-02-14 21:04:47 +01:00
Antony Polukhin
592187024a Attempt to fix self-loading tests on Android 2016-02-10 20:38:11 +03:00
klemens-morgenstern
1cddd335c9 implemented proto-type for class import
for description see the PR https://github.com/apolukhin/Boost.DLL/pull/19
2016-02-07 00:29:05 +01:00
klemens-morgenstern
085810effb added import feature 2016-02-06 14:08:19 +01:00
Antony Polukhin
fab0e25a7d Replaces tabs with whitespaces, minor improvements for docs 2016-01-26 14:18:40 +03:00
klemens-morgenstern
f351f83146 added apolukhins reccomendations. 2016-01-24 09:30:46 +01:00
klemens-morgenstern
b3bd525986 added $(RDYNAMIC) to the tests.
i have no clue why it doesn't work.
2016-01-23 22:12:53 +01:00
klemens-morgenstern
3bd6a62db4 added <link>shared to tests .
hopefully that get's the current error
2016-01-23 22:02:17 +01:00
klemens-morgenstern
3ece7ba8f2 finally fixed a dumb error in the test/Jamfile.v2 2016-01-23 21:24:28 +01:00
klemens-morgenstern
291486d04d disabled clang again, and also inserted en echo to test if the targets are declared right. 2016-01-23 21:19:00 +01:00
klemens-morgenstern
09f0feeb18 fixed the condition in test/Jamfile.v2 and changed C++11 compiler to gcc-5.2 2016-01-23 21:05:58 +01:00
klemens-morgenstern
ce38bcea3e fixed a view typos 2016-01-23 20:20:29 +01:00
klemens-morgenstern
75157fa869 another yml try, via argv variable 2016-01-23 20:07:23 +01:00
klemens-morgenstern
e54a642276 test fixes 2016-01-23 19:35:59 +01:00
klemens-morgenstern
7730a3eb43 another travis try 2016-01-23 17:11:24 +01:00
klemens-morgenstern
b29c46070e Merge remote-tracking branch 'remotes/apolukhin/develop' into develop
Conflicts:
	include/boost/dll/shared_library.hpp
	test/Jamfile.v2
	test/library_info_test.cpp
2016-01-22 00:01:27 +01:00
klemens-morgenstern
4fbf5a5897 set the general build to c++14 2016-01-21 23:55:10 +01:00
klemens-morgenstern
ef2ef65af1 excluded smart_lib via _cplusplus define and added c++1y to travis. 2016-01-21 23:40:23 +01:00
klemens-morgenstern
402f95f636 updated build file and changed .travis.yml
this actually disabled the C++98 AND c++11 build, because this library need C++14
2016-01-21 23:30:44 +01:00
Antony Polukhin
7bfb40ebae Fix Jamfile 2015-12-18 20:38:12 +03:00
Antony Polukhin
b5788bd9ab Added multithreaded test, restored MacOS's shared_library::location() behavior, another attempt to fix Android's implementation of path_from_handle, minor docs updates 2015-12-09 00:11:25 +03:00
Antony Polukhin
eed3b259d0 Jamfile fixes 3 2015-12-03 21:47:05 +03:00
Antony Polukhin
1b1a8c6d01 Jamfile fixes 2 2015-12-03 09:11:50 +03:00
Antony Polukhin
19fb746b1f Jamfile fixes 2015-12-03 08:43:18 +03:00
Antony Polukhin
3afd980b12 Fixed program_location() for QNX and compilation on Darwin with latest GCC. Jamfile modifications to get less Boost.System related warnings during tests run 2015-12-02 22:29:45 +03:00
Antony Polukhin
87737094bf Another portion of fixes and workarounds for Android, QNX, Windows, Solaris 2015-10-19 22:33:04 +03:00
Antony Polukhin
256356bb84 Many fixes for Windows platform 2015-10-17 15:04:00 +03:00
Dmitry Moskalchuk
789918d74c Fix tests for link=static 2015-09-25 21:40:38 +03:00
Antony Polukhin
f975a4137e Another set of platform specific fixes 2015-09-15 10:31:45 +03:00
Antony Polukhin
e40288027d Another attempt to restore tests on MSVC 2015-09-12 04:02:41 +03:00
Antony Polukhin
7fdd59663d Attempt to force b2 to not generate lib files with <link>shared 2015-09-11 09:53:18 +03:00
Antony Polukhin
fd965a287b More rdynamic flags added 2015-09-10 09:09:24 +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
92c281f566 Code simplification and better documentation 2015-08-11 00:43:54 +03:00
Antony Polukhin
4deb402132 Multiple MacOS related fixes 2015-07-21 00:18:16 +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
3d8f7fadd4 Added explicit operator bool and tests 2015-04-25 12:17:39 +03:00
Antony Polukhin
262e0cac79 Attempt to fix link errors in Boost (2) 2015-03-13 18:24:26 +03:00
Antony Polukhin
33904c1dde Attempt to fix link errors in Boost 2015-03-13 18:10:13 +03:00
Antony Polukhin
62953b324e Attempt to resolve link issues with latest boost 2015-03-03 16:22:25 +03:00