Robert Ramey
|
42b5b6859b
|
added missing header
|
2016-04-18 21:40:00 -07:00 |
|
Robert Ramey
|
fc9d311df9
|
changes to address some test failures
|
2016-04-15 12:53:16 -07:00 |
|
Robert Ramey
|
69ecae6919
|
cleaned up commented out code related to new operators
|
2016-03-29 18:38:34 -07:00 |
|
Robert Ramey
|
b65e29cb5f
|
upload newly created test files for forward_list
|
2016-03-29 18:37:43 -07:00 |
|
Robert Ramey
|
9e2541b030
|
a) suppress warnings in some tests
b) break out test_forward_list
c) fixe test operator new for mdvc
|
2016-03-28 14:41:53 -07:00 |
|
Robert Ramey
|
73ec60764a
|
use std::codecvt facet if available
|
2016-03-21 00:04:22 -07:00 |
|
Robert Ramey
|
e40ae62ced
|
tweak visitoiity to eliminate linker warnings
|
2016-03-21 00:02:06 -07:00 |
|
Robert Ramey
|
d25475da16
|
correction to visibility attribute highlighted by minnow tests
|
2016-03-20 22:26:34 -07:00 |
|
Robert Ramey
|
1a65a19c20
|
blackout changes to istream iterator
|
2016-03-15 14:51:57 -07:00 |
|
Robert Ramey
|
e629008d55
|
changes to test_iterators and others to pass tests
|
2016-03-11 18:26:34 -08:00 |
|
Robert Ramey
|
5988a816f9
|
correct dereference of iterator incremented past end()
|
2016-03-08 12:34:51 -08:00 |
|
Robert Ramey
|
c0f17d6934
|
corrected iterator test.
|
2016-03-07 09:53:53 -08:00 |
|
Robert Ramey
|
5fe6471b6f
|
tweaked visibility in a test
|
2016-03-04 12:52:07 -08:00 |
|
Robert Ramey
|
00459350f0
|
use explicit namespace in the hope of fixing test failure for intel
|
2016-03-03 22:37:45 -08:00 |
|
Robert Ramey
|
ec0c2a2ba1
|
adjustment to auto link for utf8_codecvt_facit.hpp
minor improvements in map.hp
adjustment to auto link for polymorphic tests
|
2016-03-03 13:46:50 -08:00 |
|
Robert Ramey
|
6128dfce37
|
adjustment in auto linking of utf8 codecvt facet
|
2016-02-28 10:21:53 -08:00 |
|
Robert Ramey
|
1dcca5b67b
|
make sure utf8 works with wide char archives
|
2016-02-27 21:05:21 -08:00 |
|
Robert Ramey
|
150b7e8a5f
|
various adjustments to
a) correct error in loading set / map for C++11+
b) more refinements of visibility
|
2016-02-14 21:22:35 -08:00 |
|
Robert Ramey
|
d9ad787f70
|
replace insert with emplace where appropriate
remove workarounds for mdvc 7.1
|
2016-02-13 10:42:07 -08:00 |
|
Robert Ramey
|
7ae4087c05
|
fix visibility error for at least mdvc
|
2016-02-12 12:01:29 -08:00 |
|
Robert Ramey
|
72ef8bf59a
|
correction of visibility setup
|
2016-01-23 22:29:04 -08:00 |
|
Robert Ramey
|
0040321a7c
|
another attempt to fix codecvt facet
|
2016-01-20 22:58:29 -08:00 |
|
Robert Ramey
|
00ede57216
|
fixing visibility for utf8_codecvt
|
2016-01-19 22:58:45 -08:00 |
|
Robert Ramey
|
d330deb82c
|
return utf8 back to state of 22 ocober
|
2016-01-18 11:41:22 -08:00 |
|
Robert Ramey
|
2006c1633b
|
fix compile errors in tests related to export
|
2016-01-17 10:33:06 -08:00 |
|
Robert Ramey
|
c5c233d857
|
correct placement of header
|
2016-01-17 10:05:40 -08:00 |
|
Robert Ramey
|
ccdb32bfe5
|
attempted to eliminate visibility warnings when building as a static library with clang
fixed compile error on polymorphic_derived2
|
2016-01-17 09:06:11 -08:00 |
|
Robert Ramey
|
6facb61510
|
fixed a couple of trac items
|
2016-01-15 09:49:34 -08:00 |
|
Robert Ramey
|
eb6faaf428
|
minor adjustments to fix errors with gcc 6.0
|
2016-01-14 22:18:51 -08:00 |
|
Robert Ramey
|
587b081d1d
|
backing out dependence on boost locale.
revert to boost/detail/utf8_codecvt
|
2016-01-14 13:48:16 -08:00 |
|
Robert Ramey
|
67b16f8a9d
|
explicitly initialized m_mbs (std::mbstate_t) in utf8 transform iterators.
adjusted tests to be sure that wchar arrays/strings are null terminated.
|
2015-11-24 10:48:03 -08:00 |
|
Robert Ramey
|
9bb75492ff
|
added back in test_utf8_codecvt
|
2015-11-22 16:55:58 -08:00 |
|
Robert Ramey
|
533dba12d7
|
corrections in visibility specs for tests
|
2015-11-15 13:30:25 -08:00 |
|
Robert Ramey
|
2783e07993
|
adjustments for mdvc visibility
|
2015-11-14 22:59:42 -08:00 |
|
Robert Ramey
|
4083f81e3c
|
Corrections to visibility for MSVC
|
2015-11-04 08:00:01 -08:00 |
|
Robert Ramey
|
ead783cfe8
|
added missing test files
|
2015-11-03 11:00:36 -08:00 |
|
Robert Ramey
|
e4b18d9379
|
corrections to visibility issues which breaks tests on mdvc
|
2015-11-01 14:10:52 -08:00 |
|
Robert Ramey
|
e3b67eb299
|
changes to correct errors in usage of codecvt for utf8
Key change is to change utf8 codecvt facet to use Boost.Locale rather than boost/detail. This fixed an issue with gcc.
|
2015-10-30 16:26:11 -07:00 |
|
Robert Ramey
|
41fd59b77b
|
fixed erroneous visibility attribute
|
2015-10-27 09:26:28 -07:00 |
|
Robert Ramey
|
194ff67a05
|
attempt to make codecvt_null table visible
|
2015-10-26 12:37:01 -07:00 |
|
Robert Ramey
|
a76a511c95
|
adjustments for clang visibility
|
2015-10-25 21:02:44 -07:00 |
|
Robert Ramey
|
494fa31e1c
|
make singleton module lock/unlock work across mainline and all DLL code
fix warnings in binary primitives
fixup bjam test
make sure all codecvt facets are are serialization DLL
|
2015-10-24 23:49:00 -07:00 |
|
Robert Ramey
|
edf1dffd70
|
fixing codecvt for libstc++ broke things for libc++
This should work for everything
|
2015-10-24 22:14:27 -07:00 |
|
Robert Ramey
|
ae4c2321af
|
Finally? found error in recovery of codecvt facet?
|
2015-10-24 21:42:34 -07:00 |
|
Robert Ramey
|
160a3369db
|
made improvements in codecvt handling.
Fails two tests on gcc
|
2015-10-24 13:28:02 -07:00 |
|
Robert Ramey
|
a64bf6e4d5
|
isolated one problem with codecvt facets
|
2015-10-22 04:42:22 -07:00 |
|
Robert Ramey
|
53a0388fec
|
adjust to account for the fact that utf8 codecvt facet is used by users of serialization.dll
|
2015-10-20 09:57:32 -07:00 |
|
Robert Ramey
|
c05c59ca88
|
explicitly set stack depth for compilers
|
2015-10-20 07:48:35 -07:00 |
|
Robert Ramey
|
13f794d953
|
corrected changes
|
2015-10-19 21:42:47 -07:00 |
|
Robert Ramey
|
e4219b35eb
|
Merge pull request #31 from jzmaddock/msvc-linkage
Changes to get things linking correctly with msvc:
|
2015-10-18 10:46:26 -06:00 |
|