497 Commits

Author SHA1 Message Date
Antony Polukhin
398b451036 Do not use variable names ending on underscore for input variables and simpler warning suppression for generic_stringize example boost-1.66.0 boost-1.67.0 2017-09-26 22:29:11 +03:00
Antony Polukhin
a0b5e8415d Do not use variable names ending on underscore for input variables and simpler warning suppression for generic_stringize example 2017-09-26 22:28:08 +03:00
Daniela Engert
34318690dd Fix compiler warning about narrowing.
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-06-08 17:45:01 +02:00
Daniela Engert
a05afbe012 fix compiler warnings about name hiding
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-06-08 17:45:01 +02:00
Antony Polukhin
4b423ae2c6 Fixed formatting in README and updated the AppveyorCI script boost-1.65.1 boost-1.65.0 2017-05-20 12:34:20 +03:00
Antony Polukhin
c519e65050 Fix warning suppression 2017-02-24 08:52:09 +03:00
Antony Polukhin
5787c093cc Disable MinGW runs in CI 2017-02-24 08:17:32 +03:00
Antony Polukhin
bc77307ea0 Run MinGW tests too (thanks to Pavel Filinov for showing that appveyor apability) 2017-02-23 21:24:04 +03:00
Antony Polukhin
ac4ab33e2f Remove unsupported on GCC warning suppression 2017-02-22 10:24:13 +03:00
Antony Polukhin
c2f055ee5d Suppress more warnings and disable the -Wno-uninitialized suppression boost-1.64.0-beta1 boost-1.64.0 boost-1.64.0-beta2 2017-02-19 12:32:20 +03:00
Antony Polukhin
c759ce3141 Fix more MSVC warnings 2017-02-15 17:32:34 +03:00
Antony Polukhin
c8ce236302 Added a comment on warning suppression and slightly change one of the suppressions 2017-02-14 21:04:52 +03:00
Antony Polukhin
f853b3760f Merge commit '804f6c24f081f78996e82502e765fecf87667856' into develop
Suppressing MSVC warning in test
2017-02-14 20:54:52 +03:00
Antony Polukhin
d53933cd3b Fix warning reported in trac ticket 11842 2017-01-20 22:15:42 +03:00
Daniela Engert
804f6c24f0 Silence msvc compiler warnings about constant conditional expressions.
Signed-off-by: Daniela Engert <dani@ngrt.de>
(cherry picked from commit 9b7df2d7839240f9496aa6cc323de6bf7e688062)
2016-12-30 10:19:00 +01:00
Daniela Engert
608c8fb750 remove or silence compiler warnings about the use of unsafe library function, and unused variables
Signed-off-by: Daniela Engert <dani@ngrt.de>
(cherry picked from commit d09b5934fd7e0a8374a29536bc6df848beac538a)
2016-12-30 10:19:00 +01:00
Antony Polukhin
26681167c3 Ignore Boost.Filesystem files in CI coverage reports 2016-12-04 10:41:15 +03:00
Antony Polukhin
56e9b21ccc Update CI script version 2016-12-04 02:38:51 +03:00
Antony Polukhin
dc97de95f7 Fix coverage info gathering in travisCI script for GCC-6 2016-12-04 02:26:56 +03:00
Antony Polukhin
0113689598 Disable char16_t and char32_t tests for MSVC boost-1.63.0 2016-11-18 23:49:33 +03:00
Antony Polukhin
f0a25b43a1 CI bugfix 2016-11-18 22:17:58 +03:00
Antony Polukhin
eefee8513d Update CI scripts and tests 2016-11-18 22:11:41 +03:00
Antony Polukhin
cf5b7a70cd Fix github issue #21: UB during conversion using user-provides istream operators. Minor code cleanup 2016-11-18 22:00:45 +03:00
Rene Rivera
d98ac08f0a Add, and update, documentation build targets. 2016-10-07 23:07:34 -05:00
Antony Polukhin
c48e35f363 Regenerated perf tables boost-1.62.0 2016-09-05 21:39:11 +03:00
Antony Polukhin
0bfc6c2dce Fix incorrect static assertion (trac 11759) 2016-06-06 07:30:46 +03:00
Antony Polukhin
87afdf53c0 Merge pull request #19 from plopresti/gcc_warnings
Silence "may be used uninitialized" warnings from GCC 4.9.2 and others (again).
boost-1.61.0
2016-04-01 22:12:29 +03:00
Patrick J. LoPresti
e6adec1411 Silence "may be used uninitialized" warnings from GCC 4.9.2 and others.
Avoid boost::value_initialized<> since it does not work on move-only types.
2016-04-01 10:16:42 -07:00
Antony Polukhin
ed798b6440 Merge pull request #16 from jzmaddock/patch-2
Remove use of deprecated header.
2016-03-13 10:35:52 +03:00
jzmaddock
fd5fb23e62 Remove use of deprecated header.
This header appears to be unused in any case?
2016-03-12 18:33:54 +00:00
Antony Polukhin
38507ff9b1 Another workaround for Sun Studio from dariomt 2016-01-26 13:11:49 +03:00
Antony Polukhin
abf7441dd4 Fix Sun Studio related issue, reported by dariomt via boost-users list 2016-01-17 13:35:12 +03:00
Antony Polukhin
038e80ec7a Attempt to supress warnings reported in track #11570 and #4946 boost-1.60.0 2015-09-25 20:44:13 +03:00
Antony Polukhin
424320d9a1 Revert " Eliminate GCC 4.9.2 warning "Variable 'result' may be used uninitialized""
This reverts commit bdc355759e3259209f1107ae21babee6dcf8d80b.
2015-09-25 20:35:11 +03:00
Antony Polukhin
0f2ce4ba7e Juan Alday's fix for track Ticket #11669: lexical_cast crashes on certain conditions for floating point types 2015-09-25 20:29:05 +03:00
Antony Polukhin
55b1b832bf Merge pull request #15 from eldiener/develop
Change to use operators rather than mpl equivalents for constant boolean...
boost-1.59.0
2015-04-27 22:10:48 +04:00
Edward Diener
c13adb683e Change to use operators rather than mpl equivalents for constant boolean values, in the replacements eliminating dependency on deprecated type_traits headers. 2015-04-27 12:59:35 -04:00
Antony Polukhin
b8c8c32691 Merge pull request #11 from eldiener/develop
Remove use of ice_xxx.hpp headers
2015-04-16 10:42:13 +04:00
Antony Polukhin
7b581f6e00 Merge branch 'master' into develop (fixup things after accidental merge of pull request to master branch directly) 2015-04-15 10:12:47 +03:00
Antony Polukhin
bdc355759e Eliminate GCC 4.9.2 warning "Variable 'result' may be used uninitialized"
This is a patch from https://github.com/plopresti
2015-04-15 10:09:20 +03:00
Antony Polukhin
e1754bec99 Merge pull request #13 from boostorg/revert-12-gcc_warnings
Revert "Eliminate GCC 4.9.2 warning "'result' may be used uninitialized"...
2015-04-15 11:03:35 +04:00
Antony Polukhin
ecca6da673 Revert "Eliminate GCC 4.9.2 warning "'result' may be used uninitialized"" 2015-04-15 10:01:30 +03:00
Antony Polukhin
3f923ea0f3 Merge pull request #12 from plopresti/gcc_warnings
Eliminate GCC 4.9.2 warning "'result' may be used uninitialized"
2015-04-15 11:01:13 +04:00
Patrick J. LoPresti
5229fa9d53 Eliminate GCC 4.9.2 warning "Variable 'result' may be used uninitialized" 2015-04-03 16:16:02 -07:00
Edward Diener
4db0362f61 Remove use of ice_xxx.hpp headers 2015-03-30 23:38:44 -04:00
Antony Polukhin
1be164691b Merge pull request #10 from akumta/patch-1
Update small_examples.cpp
boost-1.58.0
2015-03-10 12:46:01 +04:00
akumta
4589828c1d Update small_examples.cpp 2015-03-09 14:17:16 -07:00
Antony Polukhin
73e23b9dfc Fix invalid definition of my_allocator (refs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64913) 2015-03-02 14:26:23 +03:00
Antony Polukhin
1405db211f Merge branch 'alexhenrie-master' into develop 2015-01-31 18:18:04 +03:00
Alex Henrie
0ddd80e8bf Correct spelling of "suppress" 2015-01-30 15:29:15 -07:00