Robert Ramey
3d179caaec
correct extraneous BOOST_ARCHIVE_DECL
2017-10-05 12:45:32 -07:00
Robert Ramey
cd2f77defb
Trying to fix three issues
...
a) appveyor for mingw
b) usage of macros "defined" in iserializer.hpp
c) extra decl... in codecvt_null
d) get_lock not found in singleton.hpp
2017-10-05 11:40:00 -07:00
Robert Ramey
621a3ea8a3
Merge pull request #62 from masterleinad/avoid_dereferencing_nullptr
...
Avoid dereferencing a nullptr in save_pointer_type::register_type
2017-10-04 22:03:12 -07:00
Robert Ramey
8b4e08490b
Merge pull request #63 from masterleinad/fix_appveyor
...
Fix appveyor setup
2017-10-04 22:02:09 -07:00
Daniel Arndt
f44dc8da2c
Fix appveyor setup
2017-09-20 17:40:29 +02:00
Daniel Arndt
480a8c94b0
Avoid dereferencing a nullptr in save_pointer_type::register_type
2017-09-20 14:17:14 +02:00
Robert Ramey
2557639490
try to address problem where singleton is dropped by linker
2017-08-13 14:48:20 -07:00
Robert Ramey
932b4221ff
Merge pull request #57 from Flast/patch-2
...
Fixed incorrect slist test.
2017-08-11 06:17:44 -07:00
Robert Ramey
a5cb34ff8e
Merge pull request #58 from yuri-kilochek/develop
...
Fix conversion operators of injected primitive types
2017-08-11 06:13:39 -07:00
Robert Ramey
0bccdf6da7
Merge pull request #59 from vtnerd/bugfix/null_pointer_serializer
...
Fixed bug where pointer iserializer can be NULL
2017-08-11 06:13:13 -07:00
Robert Ramey
ad1e1e5d5a
attempt to fix mingw failures
2017-08-11 06:12:24 -07:00
Lee Clagett
dd09b03d33
Fixed bug where pointer iserializer can be NULL
2017-08-04 23:04:42 -04:00
Yuri Kilochek
96f818ee03
Use archive::object_id_type::base_type
as type of archive::object_id_type
's conversion operators for consistency with other injected types.
2017-07-25 17:27:51 +03:00
Yuri Kilochek
791f1bde64
Use same type for both input and output conversion operators of archive::class_id_type
.
2017-07-25 17:25:00 +03:00
Kohei Takahashi
d1ed17a656
Fixed incorrect use of slist, back v.s. front.
2017-07-12 11:39:26 +09:00
Kohei Takahashi
8b7e756746
Fixed incorrect slist test.
2017-07-12 11:10:36 +09:00
Robert Ramey
eaf85795f3
adjustment to export codecvt_null<wchar_t>
2017-06-14 15:25:49 -07:00
Robert Ramey
81b44504c5
adjustments to address failing "optional", Failure on FSD expand.hpp ininitlalization, and another attempt to fix linking failure related to singleton get_lock.
2017-06-13 13:11:24 -07:00
Robert Ramey
bebea0fda9
make test optional correct.
...
attempt to fixe singleton: locked problem for mingw
2017-06-04 11:36:14 -07:00
Robert Ramey
0c8a1d615a
fix as described in PR #53 .
...
fixes warnings
Seen with all versions of msvc from (at least) 9.0 up to 14.1.
Signed-off-by: Daniela Engert dani@ngrt.de
fixed pr #53 , #52 , #50 , #49 , #34 , #29 , #23 , #25 , #20 , #14 , #7
2017-05-24 06:32:39 -07:00
Robert Ramey
632df7aab5
correct implementation of serialization for boost::optional
2017-05-08 09:18:36 -07:00
Robert Ramey
49f8f59da2
address recent Trac items
2017-05-04 14:33:19 -07:00
Robert Ramey
0a87904d14
Merge branch 'master' of https://github.com/boostorg/serialization
2017-05-03 12:33:29 -07:00
Robert Ramey
b0a794da38
Trying to get minGW to function for serialization library
...
simplify singleton.hpp and singleton.cpp
alter appveyor.yml
2017-02-23 13:25:27 -08:00
Robert Ramey
62bf8fc1e1
attempt to get appveyor to work
2017-02-03 22:10:19 -08:00
Robert Ramey
09730b8741
attempt to make appveyor work
2017-02-03 15:17:49 -08:00
Robert Ramey
1d86261581
correct error which appeared when compiling non c++ compliant code for arrays
2017-02-01 16:43:59 -08:00
Robert Ramey
6456a6d18f
attempt to get appveyor to build with mingw in order to produce an error listing
2017-01-26 14:30:26 -08:00
Robert Ramey
c936a94c1a
attempt to get appveyor to build with mingw in order to produce an error listing
2017-01-26 11:28:51 -08:00
Robert Ramey
4dc778270a
Merge branch 'develop' of https://github.com/boostorg/serialization into develop
...
* 'develop' of https://github.com/boostorg/serialization :
Remove --depth 1 from git submodule update
2017-01-26 10:15:11 -08:00
Robert Ramey
4bd64df332
attempt to get appveyor to build with mingw in order to produce an error listing
2017-01-26 10:09:50 -08:00
Peter Dimov
acbd1f88f9
Merge branch 'develop'
2017-01-07 15:51:21 +02:00
Peter Dimov
aba55e6180
Remove --depth 1 from git submodule update
2017-01-07 14:36:45 +02:00
Robert Ramey
51b1df323b
fix warning
2016-12-26 20:47:48 -08:00
Robert Ramey
247f223d82
attempt to address compilation errors win MNGW tests
2016-12-17 13:46:36 -08:00
Robert Ramey
619250c93a
merged in correction breaking backward compatibility
2016-12-05 14:16:54 -08:00
Robert Ramey
66ccdc00f1
adjustments to get test_dll_exported to pass on MSVC platforms
2016-11-30 15:31:02 -08:00
Robert Ramey
a8bbbea4e7
latest attempt to permit test_dll_exported to compile under MSVC compilers
2016-11-30 12:31:24 -08:00
Robert Ramey
c3552e1d03
remove visibility attributes from exported/imported class function implementations per microsoft instructions
2016-11-29 08:08:12 -08:00
Robert Ramey
c518afa8ad
remove visibility attributes from exported/imported class function implementations per microsoft instructions
2016-11-28 20:51:51 -08:00
Robert Ramey
29593efac2
corrected pragmas used to track import/export attributes
2016-11-27 20:42:40 -08:00
Robert Ramey
5986edcfd3
Add pragma messages to display import/exports at compile time
2016-11-25 21:59:57 -08:00
Robert Ramey
d558b6da91
adjustments to make test_dll_simple pass
2016-11-25 13:39:18 -08:00
Robert Ramey
4d11c54e60
adjustments shorten appveyor load
...
make A_DLL symbol unique to avoid confusion and conflict
2016-11-24 12:30:31 -08:00
Robert Ramey
1fda900179
correct path in bootstrap and b2
2016-11-23 13:19:12 -08:00
Robert Ramey
0c7141fb78
add appveyor.yml to get testing of windows version
2016-11-23 10:52:22 -08:00
Robert Ramey
6e24d1eb48
addressing mdvc failure on test_dll_exported
2016-11-22 09:52:58 -08:00
Robert Ramey
fceaca0a34
attempt to correct failure of test_dll_export on microsoft platforms
2016-11-21 15:30:11 -08:00
Robert Ramey
b98b458293
Role back changes in valarray due to failures on microsoft platform
...
Adjust visibility for singleton in the hope of passing mngw tests.
2016-11-20 13:22:47 -08:00
Robert Ramey
26366fecb5
attempt to fix linking problems with singleton module
2016-11-18 09:33:32 -08:00