Commit Graph

583 Commits

Author SHA1 Message Date
Vladimir Batov
2e3386ff0f fixed 'base.hpp:85:5: error: class member cannot be redeclared' reported by teeks99-03-mc8-2a-Docker-64on64 2019-04-30 07:16:37 +10:00
Vladimir Batov
d72a5d65d1 fixed comp. error on teeks99-03-mc8-2a-Docker-64on64 2019-04-29 07:48:12 +10:00
Vladimir Batov
3dafdfbd0d static_cast -> reinterpret_cast to work arounf run-time check on Marshall-UBSAN 2019-04-28 06:20:35 +10:00
Vladimir Batov
e70d16b744 var. rename for clarity 2019-04-27 05:57:05 +10:00
Vladimir Batov
e9d24dd857 corrected 'comparison between signed and unsigned integer' 2019-04-26 21:27:36 +10:00
Vladimir Batov
cb82196204 corrected 'runtime error: signed integer overflow' reported on Marshall-UBSAN 2019-04-26 21:09:29 +10:00
Vladimir Batov
f7e3cced78 reverted CromwellEnage's changes introduced in develop but unavailable in master 2019-04-24 18:02:35 +10:00
Mike
72a5719792
Merge pull request #42 from tinko92/develop
fixed links that were broken by a page move at cppreference.
2019-04-23 06:25:41 +10:00
Tinko Bartels
a9e508f546 fixed links that were broken by a page move at cppreference. 2019-04-22 09:49:04 +02:00
Vladimir Batov
2546bc9448 reverted due to the standard violation of 'a dependent name lookup in a non-dependent name' 2019-04-02 12:03:25 +11:00
Vladimir Batov
de28386e30 cosmetic 2019-03-21 10:36:38 +11:00
Mike
8a0329544b
Merge pull request #39 from CromwellEnage/parameter_usage
Update boost::cnv::cnvbase and boost::cnv::basic_stream
2019-01-18 06:55:06 +11:00
Vladimir Batov
cf0b327ae8 CromwellEnage : Update .yml scripts as per Peter Dimov's message announcing the merging of CMake into boostorg/develop 2018-12-23 07:10:57 +11:00
CromwellEnage
4b291cb695 Update .travis.yml
Update .yml scripts as per Peter Dimov's message announcing the merging of CMake into boostorg/develop.
2018-12-21 22:17:46 -05:00
Mike
bf7a8f64e2
Merge pull request #40 from eldiener/develop
Remove executable permission from file(s).
2018-12-04 09:21:15 +11:00
Edward Diener
0677920cb0 Remove executable permission. 2018-12-03 08:02:33 -05:00
CromwellEnage
5f65f85ab9 Revert "Temporary workarounds"
This reverts commit e0ab67a4e1.
2018-11-12 21:18:32 -05:00
CromwellEnage
e0ab67a4e1 Temporary workarounds
Enable code that uses the new Boost.Parameter public interface by #defining the macro BOOST_CONVERT_IS_READY_TO_USE_NEW_PARAMETER_PUBLIC_INTERFACE.  Use the workarounds by leaving the macro undefined.
2018-11-12 18:36:04 -05:00
CromwellEnage
f4d061eedb Update boost::cnv::cnvbase and boost::cnv::basic_stream
Use public interface of Boost.Parameter vice boost::parameter::aux::tag.
2018-11-11 21:58:32 -05:00
Cromwell D. Enage
3ed9773578
Merge with boostorg/convert 2018-11-11 20:39:04 -05:00
Vladimir Batov
8b6a8e4e01 removed appveyor.yml which (as I understand) is not deployed/working 2018-11-12 09:54:46 +11:00
Vladimir Batov
93606d36c0 replaced deprecated BOOST_PARAMETER_KEYWORD with BOOST_PARAMETER_NAME 2018-11-12 09:47:17 +11:00
Vladimir Batov
39ed2597e4 deployed 'enum class' 2018-11-12 09:17:23 +11:00
Mike
fd58a7502d
Merge pull request #37 from CromwellEnage/auto_test
Enable automated testing without fixes from CromwellEnage
2018-11-11 13:07:36 +11:00
CromwellEnage
c148ff7430 Enable automated testing without fixes
Illustrate resulting errors.
2018-11-10 20:51:28 -05:00
Vladimir Batov
114a47fa89 #35: worked around MS min/max macros 2018-10-16 08:42:42 +11:00
Mike
17470f24b8
Merge pull request #32 from luzpaz/convert-misc-typos
convert: misc-typos
2018-09-24 06:16:37 +10:00
luz.paz
7999abf3e3 convert: misc-typos
Found via `codespell -q 3`
2018-09-23 15:59:17 -04:00
Vladimir Batov
a501307daf added noncopyable.hpp (issue #31) 2018-09-18 07:50:42 +10:00
Vladimir Batov
0d7f18d689 docs corrected 2018-01-11 11:44:30 +11:00
Mike
1e165b9857 Merge pull request #30 from MarcelRaad/char_function_template_inline
Mark function templates as inline
2017-07-15 06:40:41 +10:00
Marcel Raad
95c07eb218
Mark function templates as inline
... to avoid multiple definition linker errors when using them in
multiple translation units.
2017-07-14 13:15:27 +02:00
Vladimir Batov
ab1a43676e boost::cnv::strtol::str_to_d: corrected to work with ranges 2017-06-09 11:25:18 +10:00
Vladimir Batov
ce9be6f8c2 when converting str->double, convert as much as available; do not check the end 2017-06-08 19:59:35 +10:00
Vladimir Batov
76176612ff minor 2017-06-08 19:58:21 +10:00
Vladimir Batov
20b0e64372 added range::size() 2017-06-08 19:58:13 +10:00
Vladimir Batov
b918ecafc2 added string_view tests 2017-06-08 10:39:38 +10:00
Vladimir Batov
b96c1277dd reverted prev. change; too restrictive 2017-04-02 10:33:36 +10:00
Vladimir Batov
79ab400f49 restricted to __cplusplus 201103L 2017-04-02 06:15:43 +10:00
Vladimir Batov
b71eb23a66 added -std=c++11 for icpc 2017-03-30 21:14:43 +11:00
Vladimir Batov
efe375c530 correcting configurations for diff. compilers 2017-03-29 17:39:28 +11:00
Vladimir Batov
65ee342cde added missing cwctype 2017-03-27 17:21:46 +11:00
Vladimir Batov
58fe1f8fd2 warning C4800: 'int': forcing value to bool 'true' or 'false' 2017-03-26 07:14:36 +11:00
Vladimir Batov
b1f129c40c struggling with msvc 2017-03-25 15:06:38 +11:00
Vladimir Batov
dfe092e421 added iswspace and towupper into std; MSVC does not seem to have it in std 2017-03-24 18:57:55 +11:00
Vladimir Batov
f8d69dcee9 stc::remove_const back to boost::remove_const to keep tests happy 2017-03-23 21:09:59 +11:00
Vladimir Batov
3bf90ac853 worked around clang warn: comparison of unsigned expression < 0 is always false 2017-03-23 14:36:54 +11:00
Vladimir Batov
0b08cd2d68 minor 2017-03-22 14:16:07 +11:00
Vladimir Batov
b714a703eb docs corrected 2017-03-22 11:05:53 +11:00
Vladimir Batov
ec7d6c4d83 minor 2017-03-22 09:36:41 +11:00