Commit Graph

583 Commits

Author SHA1 Message Date
Vladimir Batov
516af85477 empty-string handling 2015-11-18 21:32:50 +11:00
Mike
627489f575 Merge pull request #21 from boostorg/develop
Develop
2015-10-15 07:07:03 +11:00
Vladimir Batov
b59c194543 working docs 2015-08-08 11:11:38 +10:00
Vladimir Batov
865699c8d9 docs updated 2015-08-08 00:01:50 +10:00
Vladimir Batov
034b7e8d39 updated 2015-08-07 23:40:28 +10:00
Vladimir Batov
ae2ef919ec working docs 2015-08-07 21:44:21 +10:00
Vladimir Batov
cbf957535a doc edited 2015-08-07 19:13:53 +10:00
Mike
f90f38a909 Merge pull request #20 from boostorg/develop
Develop
2015-07-14 14:22:44 +10:00
Vladimir Batov
61a9a90cf6 synced 2015-06-27 09:26:11 +10:00
Mike
c956f3ac02 Merge pull request #19 from danieljames/fix-inspect-errors
Fix the last two inspect errors
2015-05-13 03:23:00 +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
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
f6110cc57a added missing header 2015-05-12 00:37:03 +10:00
Mike
cc81b58c8a Merge pull request #18 from MarcelRaad/patch-1
Add missing includes
2015-05-10 09:00:37 +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
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
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
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
f52c389fbd added has_begin test 2014-12-13 09:07:03 +11:00
Vladimir Batov
e860f451af corrected name 2014-12-13 08:00:44 +11:00
Vladimir Batov
8f55dff56f added comments 2014-12-07 18:08:25 +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
bc36f9427f proof-reading 2014-12-06 16:09:38 +11:00
Vladimir Batov
0b47ef2db4 cleanup 2014-12-06 14:17:08 +11:00
Vladimir Batov
5609c3f68b updated perf. chapter 2014-12-06 10:27:48 +11:00
Vladimir Batov
ff88217100 updated with latest perf. results 2014-12-06 09:56:28 +11:00
Vladimir Batov
57777e27e8 performance adjusted 2014-12-06 09:52:24 +11:00
Vladimir Batov
4686dcb8a4 removed unsupported coerce 2014-12-06 07:57:50 +11:00
Vladimir Batov
355bfe8af3 cleanup 2014-12-05 20:17:11 +11:00
Vladimir Batov
77f539a1f7 docs 2014-12-05 20:03:51 +11:00
Vladimir Batov
8a109a49f8 user-type chapter worked on 2014-12-05 12:19:51 +11:00
Vladimir Batov
bb1d9524b3 docs updated 2014-12-05 11:41:45 +11:00