Commit Graph

242 Commits

Author SHA1 Message Date
Antony Polukhin
8f39a38a31 Increase fetch depth to avoid issues 2019-01-31 01:25:05 +03:00
Antony Polukhin
a9947765d7 Update copyright years 2019-01-06 20:30:18 +03:00
Antony Polukhin
8a4e5c30f5 Build fixes 2019-01-05 22:26:04 +03:00
Antony Polukhin
9a079e1747 Fix macro name for using the standard fs 2019-01-05 22:02:58 +03:00
Antony Polukhin
9556f53e7c resolve merge conflicts and fix compilation with Standard C++ FS 2019-01-05 21:21:28 +03:00
Antony Polukhin
0af2f68cbc CI fixes 2018-12-23 21:51:49 +03:00
Antony Polukhin
144947625e comment out some platforms in CI for now 2018-12-23 21:48:49 +03:00
Antony Polukhin
0ade05d126
Disable cygwin and clang builds on AppveyorCI 2018-12-09 19:15:57 +03:00
Antony Polukhin
b3d0058136 More CI related fixes 2018-12-02 16:06:37 +03:00
Antony Polukhin
96a4ab267b More TravisCI related fixes 2018-12-02 14:35:21 +03:00
Antony Polukhin
af47cca78d
Disable another bogus test in TravisCI 2018-12-02 14:07:45 +03:00
Antony Polukhin
c2ae67198f more debug printing 2018-12-02 12:41:13 +03:00
Antony Polukhin
996efc12b9 add debug printing to find the line that triggers CI failures 2018-12-02 10:36:13 +03:00
Antony Polukhin
c7e714562a disable bogus test in TravisCI 2018-12-01 19:50:33 +03:00
Antony Polukhin
5f02b044c5 Fix tests and allow weak symbols with clang on Windows 2018-12-01 16:39:02 +03:00
Antony Polukhin
37db11dd65 CI fixes (5) 2018-11-24 21:06:40 +03:00
Antony Polukhin
a2fb649437 CI fixes (4) 2018-11-24 20:52:28 +03:00
Antony Polukhin
b0d9e54154 CI fixes (2) 2018-11-24 20:37:39 +03:00
Antony Polukhin
fc1ae8ae1e
Update appveyor.yml 2018-11-24 19:30:41 +03:00
Antony Polukhin
acf0508755
Update appveyor.yml 2018-11-24 19:24:10 +03:00
Antony Polukhin
4aab76be8c update CIs 2018-11-24 19:14:07 +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
8c641504e9
Fix warning
`warning: ignoring return value of function declared with const attribute`
2018-10-03 20:38:39 +03:00
luzpaz
d3bb13c2e9 dll: misc-typos (#41)
Found via `codespell -q 3`
2018-09-24 12:10:14 +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
1a8f4c1bbc Fixed typo 2018-03-06 00:07:15 +03:00
Antony Polukhin
d7c43cfc8a Fix warning noted by DanielaE in #16 2018-03-05 23:26:05 +03:00
Antony Polukhin
f3dcd53c77 More tests for calling library functions on set up error codes #16 2018-03-04 20:28:18 +03:00
Antony Polukhin
dcebff7052
Fixed disabling of some tests on MinGW (#14) 2018-01-17 23:10:59 +03:00
Antony Polukhin
8e578d4e31 Fixed formatting in README and updated the AppveyorCI script 2017-05-19 22:13:28 +03:00
Antony Polukhin
1769f1a363 Workaround some strange issue with AppveyorCI 2017-04-05 22:52:36 +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
89efdf0542 Run MinGW tests too (thanks to Pavel Filinov for showing that appveyor apability) 2017-02-23 21:24:47 +03:00
Antony Polukhin
20501f4565 Fix more MSVC warnings 2017-02-15 17:23:59 +03:00
Antony Polukhin
276a4ca4e6 Fix warnings in tests and make all the tests work with sanitisers 2017-02-08 22:37:16 +03:00
Antony Polukhin
0762d82dd7 Typo fix 2017-01-24 08:09:07 +03:00
Antony Polukhin
f7c5afac16 Fixed test 2017-01-24 00:58:35 +03:00
Antony Polukhin
709b59b54a Tests and fixes for dll::symbol_location_ptr 2017-01-23 23:33:12 +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
Antony Polukhin
d2be74ebbb One more test for library_info 2016-07-07 21:38:29 +03:00
Andreas Küchler
f3fd8076ce Add type 2016-07-07 09:03:59 +02:00
Andreas Küchler
b044c41e09 Add test to query empty section
Adds test which ensures empty vector is returned if an empty section is queried.
2016-07-07 08:25:14 +02:00
klemens-morgenstern
2169bc69c4 removed shared_ptr 2016-06-17 22:08:14 +02:00
klemens-morgenstern
c590aaafa6 removed tabs 2016-06-07 12:17:39 +02:00
klemens-morgenstern
60cb4fe628 updated doc and removed boost::shared_ptr<smart_library> stuff 2016-06-07 12:14:44 +02:00
klemens-morgenstern
8d9944f1b1 Merge branch 'develop' of https://github.com/apolukhin/Boost.DLL into develop 2016-05-17 11:48:40 +02:00