Commit Graph

231 Commits

Author SHA1 Message Date
Vladimir Batov
580a4a1324 removed unused 2015-11-19 13:08:24 +11:00
Vladimir Batov
516af85477 empty-string handling 2015-11-18 21:32:50 +11:00
Daniel James
e705384abb Remove tab. 2015-05-12 18:14:05 +01:00
Vladimir Batov
0a9e97b582 addressed Boost Inspection Report warnings 2015-05-12 08:47:53 +10:00
Vladimir Batov
9d3c040742 working around oracle-sparc-S2-stlport4 related issues 2015-04-07 09:22:35 +10:00
Vladimir Batov
f75011ce23 changed std::strtold to simply strtold to work around build failures on some platforms 2015-04-07 09:06:07 +10:00
Vladimir Batov
891799ea86 add strtold into std for gcc-4.2 only 2015-02-19 21:34:00 +11:00
Vladimir Batov
99713fe92d working around the problem of gcc-4.2.1 not having std::strtold 2015-02-18 21:10:28 +11:00
Vladimir Batov
b923dc4084 returned std:: as gcc-4.4 onqnx is complaining 2015-01-23 08:53:38 +11:00
Vladimir Batov
10b8b2388a changed std::strtold to ::strtold to address gcc-4.2 compilation error 2015-01-20 08:20:28 +11:00
Vladimir Batov
bce96ec98d removed extra semi-column 2015-01-20 08:13:04 +11:00
Vladimir Batov
f066fac3d1 turning std=c++11 on 2015-01-10 20:19:39 +11:00
Vladimir Batov
8cb23ff9e1 cleanup 2014-12-13 17:03:52 +11:00
Vladimir Batov
134a6be146 cleanup 2014-12-13 16:29:46 +11:00
Vladimir Batov
76c18ed65e removed duplicate chck 2014-12-13 14:40:03 +11:00
Vladimir Batov
a2c3607efd consolidating cnv::range 2014-12-13 13:20:00 +11:00
Vladimir Batov
22e8e60836 removed duplication; corrected cnv::range 2014-12-13 11:06:50 +11:00
Vladimir Batov
c45cde3173 renamed cnv::range::char_type to value_type 2014-12-13 09:26:44 +11:00
Vladimir Batov
8f55dff56f added comments 2014-12-07 18:08:25 +11:00
Vladimir Batov
e779d01e69 cleanup 2014-12-06 20:21:11 +11:00
Vladimir Batov
e479470c07 enabled one test for Intel C++ 12.0 and earlier to see if they can cope 2014-12-06 19:55:23 +11:00
Vladimir Batov
51d16f46ba excluded sfinae test for MSVC<1800 2014-12-06 19:44:46 +11:00
Vladimir Batov
4686dcb8a4 removed unsupported coerce 2014-12-06 07:57:50 +11:00
Vladimir Batov
d91e0ef7ae replaced ::round missing in pre-C99 with boost::math::round 2014-12-03 08:40:11 +11:00
Vladimir Batov
2ed18857de proof-reading docs 2014-12-01 21:26:17 +11:00
Vladimir Batov
ee91b59ceb docs updated 2014-12-01 13:20:15 +11:00
Vladimir Batov
afaf6677b7 removed unnecessary is_cnv 2014-11-30 20:11:28 +11:00
Vladimir Batov
962a5273b7 moved user-type op() to cnvbase 2014-11-30 12:46:43 +11:00
Vladimir Batov
a8764d868e adding user types to cnv::strtol 2014-11-30 10:23:08 +11:00
Vladimir Batov
67ae39ffe5 cleanup 2014-11-30 08:39:32 +11:00
Vladimir Batov
d5214859dc algorithms: added cnv::apply with templated op() 2014-11-29 19:45:10 +11:00
Vladimir Batov
a37b4e612f cleanup 2014-11-27 21:38:40 +11:00
Vladimir Batov
5fa3e8af32 cleanup 2014-11-26 08:03:15 +11:00
Vladimir Batov
c54b64ba29 a few safety adjustments 2014-11-26 07:59:05 +11:00
Vladimir Batov
4044a42767 added base::__member_name__ body; otherwise Intel compiler complains 2014-11-26 07:21:11 +11:00
Vladimir Batov
a3fd9173aa docs and tests extended 2014-11-25 14:22:12 +11:00
Vladimir Batov
49927279d8 created gen. purpose BOOST_DECLARE_IS_CALLABLE macro 2014-11-25 13:52:16 +11:00
Vladimir Batov
2c7efd9e76 cleanup 2014-11-25 13:01:27 +11:00
Vladimir Batov
b469836871 extending sfinae test 2014-11-25 11:45:12 +11:00
Vladimir Batov
203db60bf4 extending sfinae tests 2014-11-25 09:54:23 +11:00
Vladimir Batov
77144fccc8 cleanup 2014-11-23 15:47:31 +11:00
Vladimir Batov
6895e4106b cleanup 2014-11-23 14:58:35 +11:00
Vladimir Batov
e902cf4802 commented out unused; extended sfinae test 2014-11-22 20:37:44 +11:00
Vladimir Batov
22a5c8c660 DECLARE_HAS_MEMBER simplified 2014-11-22 20:17:19 +11:00
Vladimir Batov
9b3db973c0 comments cleaned up, corrected 2014-11-22 19:41:11 +11:00
Vladimir Batov
c4958d49bc added sfinae test 2014-11-21 12:59:51 +11:00
Vladimir Batov
40dbdec258 corrected order 2014-11-21 09:57:14 +11:00
Vladimir Batov
90dd6fe68a cleanup 2014-11-19 22:28:30 +11:00
Vladimir Batov
37f2a6d969 disabled tests for Intel compiler <=12.0 as it does not handle SFINAE properly 2014-11-19 17:26:00 +11:00
Vladimir Batov
bc2dae53c7 fixed typo 2014-11-18 21:06:49 +11:00
Vladimir Batov
79d7437f65 disabling tests for Intel compiler < 12.1 not handling SFINAE properly 2014-11-17 22:02:01 +11:00
Vladimir Batov
c2a26c63cb working around clang failure 2014-11-17 21:01:21 +11:00
Vladimir Batov
6d274e6a97 disable snprintf macro for Visual Studio 14 2014-11-17 20:55:43 +11:00
Vladimir Batov
b6025fae52 tmp substitution of DECLARE_HAS_MEMBER to see which line of the macro MSVC fails on 2014-11-17 10:06:14 +11:00
Vladimir Batov
54695434cc simplified has_member 2014-11-16 21:01:57 +11:00
Vladimir Batov
9d83fcf783 clenup 2014-11-16 20:53:45 +11:00
Vladimir Batov
8caa313086 removed const 2014-11-16 20:31:20 +11:00
Vladimir Batov
ab23390dbd cleanup 2014-11-16 20:14:04 +11:00
Vladimir Batov
c0549ed3b3 cleanup 2014-11-16 20:05:31 +11:00
Vladimir Batov
5054b482fa wip: deploying TTI library instead of my own traits 2014-11-16 18:00:41 +11:00
Vladimir Batov
f39931ddbd replaced strtoull with ours to avoid code duplication and to work around regression tests failures on NA-QNX650-SP1-x86 due to strtoull missing (huh?) 2014-11-16 08:46:23 +11:00
Vladimir Batov
776d0151b8 trying to figure out why MSVC11 fails 2014-11-14 19:31:20 +11:00
Vladimir Batov
6efa932aa5 clarified names 2014-11-14 16:58:48 +11:00
Vladimir Batov
584782324a cleanup 2014-11-13 20:11:53 +11:00
Vladimir Batov
73782b95e8 incorporated handling of boost::ref into cnv::is_cnv and, consequently, removed explicit convert api for reference_wrapper 2014-11-13 08:36:59 +11:00
Vladimir Batov
082f12bf7b incorporated handling of boost::ref into cnv::is_cnv and, consequently, removed explicit convert api for reference_wrapper 2014-11-13 08:30:16 +11:00
Vladimir Batov
3a01a9778a working around clang complaining about delayed boost::cnv::by_default declaration 2014-11-12 09:54:33 +11:00
Vladimir Batov
411e483af9 renamed adapter to reference similar to std::vector<bool> 2014-09-14 20:36:20 +10:00
Vladimir Batov
56c90f83a1 removed ; 2014-08-19 14:10:04 +10:00
Vladimir Batov
4a7d7c6d7c adapter to adaptor 2014-07-13 21:15:22 +10:00
Vladimir Batov
cb506175dc cleanup 2014-07-13 20:06:23 +10:00
Vladimir Batov
df94acbf47 cleanup 2014-07-12 22:52:21 +10:00
Vladimir Batov
ab3af6b3e2 string generalization 2014-07-12 22:20:54 +10:00
Vladimir Batov
c01caa033c improved cnv::strtol 2014-07-11 22:46:35 +10:00
Vladimir Batov
6f87995031 cnv::strtol: removed unnecessary traversal 2014-07-11 14:17:55 +10:00
Vladimir Batov
c3fdb7cf97 commnt extended 2014-07-10 22:15:22 +10:00
Vladimir Batov
0b38ad56b4 cleanup 2014-07-10 22:11:50 +10:00
Vladimir Batov
d65352a24a separated cnv and cref(cnv) interfaces; added custom-string chapter 2014-07-10 22:05:12 +10:00
Vladimir Batov
d210557ff6 cleaning up cnv::stream 2014-07-10 09:24:15 +10:00
Vladimir Batov
6750efd23f correcting cnv::stream 2014-07-10 09:03:30 +10:00
Vladimir Batov
9a0bb1b826 tightening up string-related checks 2014-07-09 22:43:54 +10:00
Vladimir Batov
a97c31f882 removed cnvbase::local_ for the time being 2014-07-05 13:04:58 +10:00
Vladimir Batov
2cf8297d11 work-in-progress 2014-07-05 11:28:21 +10:00
Vladimir Batov
f43452ceaa removed str-ranges from cnv::strol as they are not 0-terminated (MSVC) 2014-07-05 00:28:00 +10:00
Vladimir Batov
bf4d7451fd removed duplication 2014-07-04 21:40:54 +10:00
Vladimir Batov
4263ace688 cnv::spirit work-in-progress 2014-07-04 13:45:46 +10:00
Vladimir Batov
3dc515c102 tests extended for non-std::strings 2014-07-04 00:47:35 +10:00
Vladimir Batov
ab989f4440 adding text for Doxygen 2014-07-03 15:29:04 +10:00
Vladimir Batov
1669eb1074 adding text for Doxygen 2014-07-03 15:14:09 +10:00
Mike
426d590979 compiling with msvc-12.0 2014-07-03 11:10:01 +10:00
Vladimir Batov
d841033fc4 cleanup 2014-07-03 00:11:10 +10:00
Vladimir Batov
7a3752578e cnv::strol: added skipws support 2014-07-02 22:40:14 +10:00
Vladimir Batov
5eb6ccc707 removed optional 2014-07-01 07:37:16 +10:00
Vladimir Batov
34911dc2ba work-in-progress for MSVC 2014-06-30 19:11:06 +10:00
Vladimir Batov
d5946a8a7a Merge branch 'vladimir' of https://github.com/boostorg/convert into vladimir 2014-06-30 17:16:44 +10:00
Vladimir Batov
0ec03397fd extending strtol 2014-06-30 17:16:21 +10:00
Mike
9080460b68 MSVC work-in-progress 2014-06-30 17:04:24 +10:00
Vladimir Batov
8a4a23bda4 merging Paul's changes 2014-06-30 11:07:52 +10:00
Vladimir Batov
e4c3410add cleanup 2014-06-29 20:08:06 +10:00
Vladimir Batov
a47421deb1 speeding up strtol::i_to_str 2014-06-29 15:39:07 +10:00