f04a8cbe90shortened name of test in the hopes it fix a test failure one windows with gcc - minnow removed last references to pfto in documentation
cc
Robert Ramey
2019-10-11 16:07:10 -0700
0f0409a2adcorrections to last updates. nvp and make_nvp now back in serialization namespace corrected removal of array wrapper from array types.
Robert Ramey
2019-10-05 11:14:56 -0700
Merge pull request #173 from glenfe/develop
Robert Ramey
2019-09-27 21:37:22 -0700
4ed898b1d3Use boost::nvp from Boost.Core
Glen Fernandes
2019-09-27 23:07:06 -0400
7300ff02b9overlooked files from last commit
Robert Ramey
2019-09-27 18:19:26 -0700
fd8186018bmoved nvp into boost core in the hope of curtailing the dependency chain for boost libraries which declare serialization but don’t invoke it.
Robert Ramey
2019-09-27 15:37:42 -0700
c32a663c99Initial cut on moving declaration/definition of nvp to boost core.
Robert Ramey
2019-09-15 15:21:55 -0700
48f0844fdareference binding to null pointer is an undefined behaviour
TaWeiTu
2019-09-02 05:58:06 +0800
7adafcbf01final? fix for dll tests. Due to quirk in boost build, we can run these tests with static versions of boost.
Robert Ramey
2018-12-27 09:51:33 -0800
669d266ec7complete corrections for import/export/visitbility
Robert Ramey
2018-12-26 13:49:33 -0800
361ed95f4csuppress static library tests for test_dll_exported. B2 generated invalid command line in this case.
Robert Ramey
2018-12-26 11:40:20 -0800
Merge pull request #140 from Lastique/use_uncaught_exceptions
Robert Ramey
2018-12-17 18:08:52 -0800
b78cd872ecUse uncaught_exceptions from Boost.Core to avoid C++17 warnings.
Andrey Semashev
2018-12-17 18:42:53 +0300
6e3d1a89f7trying to fix visibility issue for imported symbols
Robert Ramey
2018-12-13 20:44:44 -0800
854dd12473correction for import/export base and derived types
Robert Ramey
2018-12-13 10:42:38 -0800
f01148e421minor adjustments to suppress assertions on free psd unix platforms. It seems that this platform doesn't guarantee that static variables aren't destroyed in reverse order of creation.
Robert Ramey
2018-11-19 10:54:46 -0800
cc2a996384Added in more singleton tests
Robert Ramey
2018-11-17 13:21:31 -0800
9e98df0a0dCorrected various tests. improved build under CMake and B2 passes all tests on clang 03 and g++ 6.2
Robert Ramey
2018-11-14 14:27:46 -0800
feb53726e1improvements to make test_dll_exported and test_exported function as desired.
Robert Ramey
2018-11-11 18:33:06 -0800
b97bcdfeb3adjustments to address visibility/import/export issues on windows gcc platforms
Robert Ramey
2018-11-11 04:56:11 -0800
723bd44abdcorrections to address issues on test_dll_exported on MSVC platforms
Robert Ramey
2018-11-09 11:47:27 -0800
f297d80d6eFixed errors in singleton removed superfluous comma to avoid warning
Robert Ramey
2018-11-08 21:07:09 -0800
efcd46eb1bJust discovered that registering type via EXPORT doesn't work with polymorphic archives !!! Corrected this.
Robert Ramey
2018-11-03 06:23:22 -0700
5778b99fd2fix typo in Jamfile.v2 which breaks Appveyor
Robert Ramey
2018-10-30 13:17:39 -0700
c5549b2d6badjusted tests to properly handle visibility in DLLS improvements in CMake files
Robert Ramey
2018-10-30 02:29:15 -0700
237ff81ac6added test files for test_mult_shared_lib
Robert Ramey
2018-10-26 10:42:11 -0700
65f05dc209Fix of test_dll_exported by altering syntax to accommodate "visibility=hidden" update for CMakeList.txt files for serialization library - still pending but I'm the only one who uses it. inclusion of "test" from Alexander Gruber - temporary
Robert Ramey
2018-10-26 09:56:23 -0700
86996d0637Merge commit '5c19264436cb257041a9f63f245186bea4490edf' into develop
Robert Ramey
2018-10-26 09:28:18 -0700
5c19264436Add clang++-libc++, xcode10, link=static,shared to Travis
Peter Dimov
2018-10-21 01:19:56 +0300
af46ac2da3removed superfluous header
Robert Ramey
2018-10-19 14:22:20 -0700
e1893dd28cmade base grammar visible made changes in singleton.hpp to address running issue regarding test_dll_exported fixed integer overflow so that UBAN tests pass
Robert Ramey
2018-10-11 22:03:51 -0700
da9c3059f2Use endian macros from Predef
Nikita Kniazev
2018-10-04 20:33:10 +0300
Merge pull request #81 from masterleinad/improve_appveyor
Robert Ramey
2017-12-06 09:21:19 -0800
63b6ffa765Improve appveyor setup
Daniel Arndt
2017-10-06 00:53:33 +0200
24024425f1fix failing tests
Robert Ramey
2017-11-28 10:56:37 -0800
4ee479a03ecorrections for dll linkage and testing
Robert Ramey
2017-11-24 15:51:46 -0800
8378c75f32corrections to singleton - tested on on all platforms
Robert Ramey
2017-11-23 12:05:46 -0800
7d216b4761corrected singleton and ran test_dll_exported on unix,mingv,windows and osx
Robert Ramey
2017-11-22 21:53:19 -0800
f94da2c724correct error detected in MSVC regarding singleton initialization
Robert Ramey
2017-11-13 14:06:10 -0800
fea1826e06fix for singleton. This simplifies the visibility for the singleton class. tested on my own machine for Clang/OSX, gcc on ubuntu and on mingw
Robert Ramey
2017-11-11 12:14:30 -0800
8bbcca5341fixed addressor fiasco simplified singleton visibility Jamfile added boost/system to requirements corrected inclusion tests to include link to serialization library
Robert Ramey
2017-11-09 12:54:10 -0800
0676016ce3Simplify .travis.yml
Peter Dimov
2017-11-09 01:46:54 +0200
be2846e2d1Update .travis.yml
Peter Dimov
2017-11-09 01:06:08 +0200
b87dc62e69alter visibility to try to address failure to link "common" archive for clang-gnu-linux 3.0 compilers.
Robert Ramey
2017-11-08 12:08:21 -0800
2c2a4a53d0add missing test_inclusion2.cpp
Robert Ramey
2017-11-08 11:26:20 -0800
eb35302b76altered visibility settings for polymorphic_base. Hopefully this should fix text failures for test_dll_exported
Robert Ramey
2017-11-08 11:03:14 -0800
a2a8890dfbfix overload of & when taking address
Robert Ramey
2017-11-08 08:31:04 -0800
Merge pull request #73 from masterleinad/fix_memory_leaks_tests_1
Robert Ramey
2017-11-07 15:04:47 -0800
9e7cd200e7Avoid dereferencing a nullptr
Daniel Arndt
2017-11-03 00:23:37 +0100
d327f90bd8Fix some memory leaks in tests
Daniel Arndt
2017-11-03 00:24:34 +0100
8d0b0db5dealter macro definition to avoid undefined behavior
Robert Ramey
2017-10-31 16:03:37 -0700
daf20da064address boost serialization test matrix errors export of test_polymorphic_a cland/gcc earlier versions don't find private virtual function implementations
Robert Ramey
2017-10-23 10:48:36 -0700
71851223c3changes to correct problems found on mingw and cygwin tests
Robert Ramey
2017-10-22 13:32:38 -0700
64dc620992remove dependency on <codecvt> This header seems to have errors in some environments. It has been deprecated by the C++ committe. For these reasons, we'll rely solely on Ron Garcia's code convert facet for utf.
Robert Ramey
2017-10-17 10:55:47 -0700
40314f94dftry to fix wide character archives by making ~codecvt_null() non virtual
Robert Ramey
2017-10-11 14:13:53 -0700
d21a064a69corrected mistakes in codecvt_null affecting visibility
Robert Ramey
2017-10-06 11:54:34 -0700