Commit Graph

512 Commits

Author SHA1 Message Date
Antony Polukhin
55b1b832bf Merge pull request #15 from eldiener/develop
Change to use operators rather than mpl equivalents for constant boolean...
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
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
Antony Polukhin
ee077da230 Merge pull request #8 from jzmaddock/patch-1
Update converter_numeric.hpp
2015-01-22 13:04:20 +04:00
jzmaddock
d8c4e4412a Update converter_numeric.hpp
This header uses is_float.hpp without including the needed header - detected while testing new type traits version.
2015-01-21 19:10:13 +00:00
Antony Polukhin
1e5f727067 Attempt to unificate travisci script between different libs: final polishing 2014-12-18 22:32:28 +03:00
Antony Polukhin
58c082c586 Attempt to unificate script between different libs: attempt to fix IGNORE_COVERAGE 2014-12-18 19:11:56 +03:00
Antony Polukhin
55a00ba6e3 Another update to travisci script (attempt to unificate script between different libs) 2014-12-18 18:54:34 +03:00
Antony Polukhin
b6d797533d Travis and Coveralls integration 2014-12-18 17:45:42 +03:00
Antony Polukhin
c4fcfc33af Remove naive float converter and use std::streams instead. This resolves issues noted at track: #5660, #6975, #10639 2014-10-14 16:05:31 +04:00
Daniel James
c0848bd594 Fix the documentation location.
Just deleting the field as the default is fine.
2014-09-01 19:04:38 +01:00
Antony Polukhin
224e8b16bc Move low level float converter into a separate file 2014-08-22 16:00:58 +04:00
Antony Polukhin
bda157d1cc Move all the fixed lexical streamers into a separate file 2014-08-22 15:05:22 +04:00
Antony Polukhin
ebb4a99325 Lexical converter implementation moved to separate file in the detail folder. minor fixes and improvements 2014-08-22 14:09:02 +04:00
Antony Polukhin
3ac1859235 Nothrow nuneric converter moved to a separate file 2014-08-22 13:50:47 +04:00
Antony Polukhin
5323c2b08a Merge branch 'patch-1' into header_separation
Conflicts:
	include/boost/lexical_cast.hpp
2014-08-22 12:51:25 +04:00
Zoey Greer
fb8cdc9dce Corrected spelling of "iteration" 2014-08-21 15:50:44 -04:00
Antony Polukhin
2e68c09658 Refactoring of lexical_cast: splitting into multiple headers 2 2014-08-11 20:06:57 +04:00
Antony Polukhin
cde03e0a1d Refactoring of lexical_cast: splitting into multiple headers #1 2014-08-11 19:13:55 +04:00
Antony Polukhin
d38f72c2c1 Merge branch 'master' into develop 2014-08-11 13:14:56 +04:00
Antony Polukhin
2cabcbdf0f Merge pull request #5 from ibmsoe/lexical_cast_fix
Replace std::numeric_limits<T>::epsilon calls with boost::math::tools::epsilon<T>
2014-07-04 11:01:46 +04:00
Harris Munir
699d31ce71 Replace numeric_limits epsilon function with boost::math epsilon function 2014-07-03 09:26:00 -05:00
Antony Polukhin
947420642e Merge pull request #2 from danieljames/fix-description
Remove author name from description.
2014-06-30 15:59:47 +04:00
Daniel James
66953f6fc2 Remove author name from description.
My mistake, it's in the authors field so it will end up being listed
twice if it's also in the description.
2014-06-30 12:27:00 +01:00
Antony Polukhin
60faed22fa Merge branch 'develop' 2014-06-10 13:38:17 +04:00
Antony Polukhin
d77165c1bd Removed the polymorphic casts and implicit_cast 2014-06-09 12:44:31 +04:00
Antony Polukhin
e459cd6a06 Merge pull request #1 from danieljames/metadata
Add metadata file
2014-06-09 11:50:03 +04:00
Daniel James
653f96e129 Add metadata file 2014-06-08 23:46:05 +01:00
Antony Polukhin
e3e4d3836a Merge branch 'develop' 2014-03-14 23:47:58 +04:00
Antony Polukhin
d1a51b897d Fix conversions to bool with leading zeros (refs #9659) 2014-03-05 14:48:21 +04:00
Antony Polukhin
9e6aa219d3 Merge branch 'develop' 2014-03-04 16:37:10 +04:00
Antony Polukhin
1e65265b8f Minor fixes in tests 2014-02-11 12:13:17 +04:00
Antony Polukhin
90b4286753 Because of the errors in MSVC with fowarding and static_casting arrays it was decided to drop minor optimization and do not perfect forward source types in try_lexical_convert 2014-02-06 11:22:40 +04:00
Antony Polukhin
5a757dcece Docs updated and minor fixes for MSVC2013 2014-02-04 13:13:33 +04:00
Antony Polukhin
36bc5aea44 Attempt to fix access violation during forwarding of arrays on MSVC 2014-02-03 16:22:27 +04:00
Antony Polukhin
ac7da550b4 Attempt to revert incorrectly merged branches 2014-01-19 11:53:50 +04:00
Antony Polukhin
e8954f3868 Added docs for try_lexical_convert 2014-01-04 20:26:19 +04:00
Antony Polukhin
1707131ac3 Added some tests for try_lexical_convert and fixed some issues. 2014-01-01 21:47:09 +04:00