Commit Graph

236 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
e70d16b744 var. rename for clarity 2019-04-27 05:57:05 +10:00
Vladimir Batov
114a47fa89 #35: worked around MS min/max macros 2018-10-16 08:42:42 +11: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
b918ecafc2 added string_view tests 2017-06-08 10:39:38 +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
146fd3f887 removed unnecessary 'public' from boost::cnv::by_default declaration 2017-03-22 08:48:40 +11:00
Vladimir Batov
ed032365a4 moved cctype where it belongs; boost::remove_const -> std 2017-03-22 08:34:56 +11:00
Vladimir Batov
8303a4a9b2 disabled tests on unsupported (old) platforms 2017-03-22 08:19:52 +11:00
Vladimir Batov
1df916db8d consolidated gcc flags 2017-03-22 08:02:13 +11:00
Vladimir Batov
d4eeca4f80 added gcc-4.7.2 2017-03-21 15:08:05 +11:00
Vladimir Batov
917fa16b20 removed const to stop CrystaX-apilevel-21-armeabi-v7a-gnu-libstdc++ warnings 2017-03-21 14:59:34 +11:00
Vladimir Batov
8464eb2c24 disabled another warning coming from spirit::karma 2017-03-21 14:56:28 +11:00
Vladimir Batov
6f23b561ff wip 2017-03-21 10:33:16 +11:00
Vladimir Batov
230f1cedb2 stopped supporting Intel-12 (broken SFINAE); still pretend for MSC to avoid red in tests 2017-03-21 08:29:20 +11:00
Vladimir Batov
42631b9fb2 stop pretending working on platforms with broken SFINAE 2017-03-21 08:10:26 +11:00
Vladimir Batov
9dc52ca098 disabled 'declaration hides global declaration' coming from karma and qi 2017-03-21 07:44:28 +11:00
Vladimir Batov
1b66bd6408 issue No. 28: addressed isspace-related analyzer warning 2017-03-21 06:57:51 +11:00
Vladimir Batov
1bbd34f851 added time.h 2017-02-13 08:48:33 +11:00
Vladimir Batov
10bac406f7 2014->2016 2016-09-30 20:20:33 +10:00
Vladimir Batov
5a88bfe70c working docs 2016-09-30 15:52:19 +10:00
Vladimir Batov
e6f3bca644 cosmetic (removed extra brackets) 2015-11-23 08:42:37 +11:00
Frank Richter
6878d5200d tests: Fix some types in strtol int_to_str test 2015-11-22 12:30:53 +01:00
Vladimir Batov
763df7066f res2k:support-more-types checked merged in 2015-11-22 14:52:34 +11:00
Vladimir Batov
647d8bcd48 removed unnecessary 2015-11-22 14:21:38 +11:00
Vladimir Batov
083dafa597 strtol test: added empty-string test 2015-11-21 20:14:57 +11:00
Vladimir Batov
3d62152ffc corrected base::str_to_ potentially dereferencing end() iterator 2015-11-21 08:53:30 +11:00
Vladimir Batov
fdbcbd63ef removed unused argc, argv to keep igaztanaga-gcc-4.9c++14 happy 2015-11-19 13:44:53 +11:00
Vladimir Batov
25ffeead26 removed unused to keep igaztanaga-gcc-4.9c++14 happy 2015-11-19 13:35:37 +11:00
Vladimir Batov
a985f9549b added C header to see if if fixes compilation err on oracle-intel-S2-next-stlport4 2015-11-19 13:30:11 +11:00
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
Vladimir Batov
b59c194543 working docs 2015-08-08 11:11:38 +10:00
Daniel James
d130de3320 Suppress inspect unnamed namespace error.
Unnamed namespaces aren't really a problem in test headers, it's more
for headers that users include.
2015-05-12 18:17:48 +01:00
Vladimir Batov
0a9e97b582 addressed Boost Inspection Report warnings 2015-05-12 08:47:53 +10:00
Vladimir Batov
f6110cc57a added missing header 2015-05-12 00:37:03 +10:00
Marcel Raad
f871066640 Add missing includes
Without <ctime>, compilation was failing on MSVC 14 RC.
2015-05-10 00:10:52 +02:00
Vladimir Batov
9d3c040742 working around oracle-sparc-S2-stlport4 related issues 2015-04-07 09:22:35 +10:00
Vladimir Batov
f066fac3d1 turning std=c++11 on 2015-01-10 20:19:39 +11:00
Vladimir Batov
b8e32d2dcf remove -Wno-unused-local-typedefs for gcc-4.2 2015-01-07 09:04:43 +11:00
Vladimir Batov
14c0b67f1d removed compilation flag for gcc-4.2 2014-12-22 16:29:31 +11:00
Vladimir Batov
57a1e42ed8 disabling tests for incapable compilers; removed duplication 2014-12-18 20:03:46 +11:00
Vladimir Batov
c45cde3173 renamed cnv::range::char_type to value_type 2014-12-13 09:26:44 +11:00
Vladimir Batov
f52c389fbd added has_begin test 2014-12-13 09:07:03 +11:00
Vladimir Batov
364d2dd317 fighting msvc sfinae blues 2014-12-07 08:12:43 +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
57777e27e8 performance adjusted 2014-12-06 09:52:24 +11:00