Commit Graph

  • 87ce721928
    More tests and comments for fs::path conversions (refs #25) cc Antony Polukhin 2019-06-23 13:12:00 +0300
  • 45eef91428
    Tests for filesystem::path (refs #25) Antony Polukhin 2019-06-23 12:48:19 +0300
  • f3d9f0d4cb
    Update README.md Antony Polukhin 2019-06-22 11:37:39 +0300
  • 3786d41da0
    Use lightweight testing in no_exception test Antony Polukhin 2019-06-22 11:30:18 +0300
  • 8ce82bd55d
    Fix build Antony Polukhin 2019-06-21 23:46:36 +0300
  • 0d35b567fa
    Fix links to CI Antony Polukhin 2019-06-21 23:44:28 +0300
  • 55ddce9200
    Fix the no_exceptions test (refs #28) Antony Polukhin 2019-06-21 23:22:10 +0300
  • 4df6a9e96c
    Merge pull request #26 from samcday/basic-cmake Antony Polukhin 2019-04-30 09:31:05 +0300
  • 0a6921819b Add basic CMake support. Sam Day 2019-04-28 17:49:06 +0200
  • 8f5bcd0f5e Update copyright years Antony Polukhin 2019-01-30 23:26:35 +0300
  • 5cd9771337 Drop dependency on MPL Antony Polukhin 2018-10-21 00:30:14 +0300
  • 6cfa994a45 Fix the sign-conversion warnings Antony Polukhin 2018-09-25 11:48:22 +0300
  • 251a3972b0 fix b2 warnings Antony Polukhin 2018-09-22 22:15:04 +0300
  • 5bfe6672d4
    Fix compilation Antony Polukhin 2018-04-27 11:25:23 +0300
  • fb017f8b82
    Fixes for clang-tidy warnings Antony Polukhin 2018-04-27 11:03:10 +0300
  • 398b451036 Do not use variable names ending on underscore for input variables and simpler warning suppression for generic_stringize example Antony Polukhin 2017-09-26 22:29:11 +0300
  • a0b5e8415d Do not use variable names ending on underscore for input variables and simpler warning suppression for generic_stringize example Antony Polukhin 2017-09-26 22:28:08 +0300
  • 34318690dd Fix compiler warning about narrowing. Daniela Engert 2017-03-26 16:58:23 +0200
  • a05afbe012 fix compiler warnings about name hiding Daniela Engert 2016-08-07 18:45:15 +0200
  • 4b423ae2c6 Fixed formatting in README and updated the AppveyorCI script Antony Polukhin 2017-05-20 12:34:20 +0300
  • c519e65050 Fix warning suppression Antony Polukhin 2017-02-24 08:52:09 +0300
  • 5787c093cc Disable MinGW runs in CI Antony Polukhin 2017-02-24 08:17:32 +0300
  • bc77307ea0 Run MinGW tests too (thanks to Pavel Filinov for showing that appveyor apability) Antony Polukhin 2017-02-23 21:24:04 +0300
  • ac4ab33e2f Remove unsupported on GCC warning suppression Antony Polukhin 2017-02-22 10:24:13 +0300
  • c2f055ee5d Suppress more warnings and disable the -Wno-uninitialized suppression Antony Polukhin 2017-02-19 12:32:20 +0300
  • c759ce3141 Fix more MSVC warnings Antony Polukhin 2017-02-15 17:32:34 +0300
  • c8ce236302 Added a comment on warning suppression and slightly change one of the suppressions Antony Polukhin 2017-02-14 21:04:52 +0300
  • f853b3760f Merge commit '804f6c24f081f78996e82502e765fecf87667856' into develop Antony Polukhin 2017-02-14 20:54:52 +0300
  • d53933cd3b Fix warning reported in trac ticket 11842 Antony Polukhin 2017-01-20 22:15:42 +0300
  • 804f6c24f0 Silence msvc compiler warnings about constant conditional expressions. Daniela Engert 2015-04-07 18:26:47 +0200
  • 608c8fb750 remove or silence compiler warnings about the use of unsafe library function, and unused variables Daniela Engert 2015-01-09 18:00:34 +0100
  • 26681167c3 Ignore Boost.Filesystem files in CI coverage reports Antony Polukhin 2016-12-04 10:41:15 +0300
  • 56e9b21ccc Update CI script version Antony Polukhin 2016-12-04 02:38:51 +0300
  • dc97de95f7 Fix coverage info gathering in travisCI script for GCC-6 Antony Polukhin 2016-12-04 02:26:56 +0300
  • 0113689598 Disable char16_t and char32_t tests for MSVC Antony Polukhin 2016-11-18 23:49:33 +0300
  • f0a25b43a1 CI bugfix Antony Polukhin 2016-11-18 22:17:58 +0300
  • eefee8513d Update CI scripts and tests Antony Polukhin 2016-11-18 22:11:41 +0300
  • cf5b7a70cd Fix github issue #21: UB during conversion using user-provides istream operators. Minor code cleanup Antony Polukhin 2016-11-18 22:00:45 +0300
  • d98ac08f0a Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:34 -0500
  • c48e35f363 Regenerated perf tables Antony Polukhin 2016-09-05 21:39:11 +0300
  • 0bfc6c2dce Fix incorrect static assertion (trac 11759) Antony Polukhin 2016-06-06 07:30:46 +0300
  • 87afdf53c0 Merge pull request #19 from plopresti/gcc_warnings Antony Polukhin 2016-04-01 22:12:29 +0300
  • e6adec1411 Silence "may be used uninitialized" warnings from GCC 4.9.2 and others. Patrick J. LoPresti 2016-04-01 10:16:42 -0700
  • ed798b6440 Merge pull request #16 from jzmaddock/patch-2 Antony Polukhin 2016-03-13 10:35:52 +0300
  • fd5fb23e62 Remove use of deprecated header. jzmaddock 2016-03-12 18:33:54 +0000
  • 38507ff9b1 Another workaround for Sun Studio from dariomt Antony Polukhin 2016-01-26 13:11:49 +0300
  • abf7441dd4 Fix Sun Studio related issue, reported by dariomt via boost-users list Antony Polukhin 2016-01-17 13:34:36 +0300
  • 038e80ec7a Attempt to supress warnings reported in track #11570 and #4946 Antony Polukhin 2015-09-25 20:44:13 +0300
  • 424320d9a1 Revert " Eliminate GCC 4.9.2 warning "Variable 'result' may be used uninitialized"" Antony Polukhin 2015-09-25 20:35:11 +0300
  • 0f2ce4ba7e Juan Alday's fix for track Ticket #11669: lexical_cast crashes on certain conditions for floating point types Antony Polukhin 2015-09-25 20:29:05 +0300
  • 55b1b832bf Merge pull request #15 from eldiener/develop Antony Polukhin 2015-04-27 22:10:48 +0400
  • c13adb683e Change to use operators rather than mpl equivalents for constant boolean values, in the replacements eliminating dependency on deprecated type_traits headers. Edward Diener 2015-04-27 12:59:35 -0400
  • b8c8c32691 Merge pull request #11 from eldiener/develop Antony Polukhin 2015-04-16 10:42:13 +0400
  • 7b581f6e00 Merge branch 'master' into develop (fixup things after accidental merge of pull request to master branch directly) Antony Polukhin 2015-04-15 10:12:47 +0300
  • bdc355759e Eliminate GCC 4.9.2 warning "Variable 'result' may be used uninitialized" Antony Polukhin 2015-04-15 10:09:20 +0300
  • e1754bec99 Merge pull request #13 from boostorg/revert-12-gcc_warnings Antony Polukhin 2015-04-15 11:03:35 +0400
  • ecca6da673 Revert "Eliminate GCC 4.9.2 warning "'result' may be used uninitialized"" Antony Polukhin 2015-04-15 10:01:30 +0300
  • 3f923ea0f3 Merge pull request #12 from plopresti/gcc_warnings Antony Polukhin 2015-04-15 11:01:13 +0400
  • 5229fa9d53 Eliminate GCC 4.9.2 warning "Variable 'result' may be used uninitialized" Patrick J. LoPresti 2015-04-03 16:16:02 -0700
  • 4db0362f61 Remove use of ice_xxx.hpp headers Edward Diener 2015-03-30 23:38:44 -0400
  • 1be164691b Merge pull request #10 from akumta/patch-1 Antony Polukhin 2015-03-10 12:46:01 +0400
  • 4589828c1d Update small_examples.cpp akumta 2015-03-09 14:17:16 -0700
  • 73e23b9dfc Fix invalid definition of my_allocator (refs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64913) Antony Polukhin 2015-03-02 14:26:23 +0300
  • 1405db211f Merge branch 'alexhenrie-master' into develop Antony Polukhin 2015-01-31 18:18:04 +0300
  • 0ddd80e8bf Correct spelling of "suppress" Alex Henrie 2015-01-30 15:29:15 -0700
  • ee077da230 Merge pull request #8 from jzmaddock/patch-1 Antony Polukhin 2015-01-22 13:04:20 +0400
  • d8c4e4412a Update converter_numeric.hpp jzmaddock 2015-01-21 19:10:13 +0000
  • 1e5f727067 Attempt to unificate travisci script between different libs: final polishing Antony Polukhin 2014-12-18 22:32:28 +0300
  • 58c082c586 Attempt to unificate script between different libs: attempt to fix IGNORE_COVERAGE Antony Polukhin 2014-12-18 19:11:56 +0300
  • 55a00ba6e3 Another update to travisci script (attempt to unificate script between different libs) Antony Polukhin 2014-12-18 18:54:34 +0300
  • b6d797533d Travis and Coveralls integration Antony Polukhin 2014-12-18 17:45:42 +0300
  • c4fcfc33af Remove naive float converter and use std::streams instead. This resolves issues noted at track: #5660, #6975, #10639 Antony Polukhin 2014-10-14 16:05:31 +0400
  • c0848bd594 Fix the documentation location. Daniel James 2014-09-01 19:04:38 +0100
  • 224e8b16bc Move low level float converter into a separate file Antony Polukhin 2014-08-22 16:00:58 +0400
  • bda157d1cc Move all the fixed lexical streamers into a separate file Antony Polukhin 2014-08-22 15:05:22 +0400
  • ebb4a99325 Lexical converter implementation moved to separate file in the detail folder. minor fixes and improvements Antony Polukhin 2014-08-22 14:09:02 +0400
  • 3ac1859235 Nothrow nuneric converter moved to a separate file Antony Polukhin 2014-08-22 13:50:47 +0400
  • 5323c2b08a Merge branch 'patch-1' into header_separation Antony Polukhin 2014-08-22 12:51:25 +0400
  • fb8cdc9dce Corrected spelling of "iteration" Zoey Greer 2014-08-21 15:50:44 -0400
  • 2e68c09658 Refactoring of lexical_cast: splitting into multiple headers 2 Antony Polukhin 2014-08-11 20:06:57 +0400
  • cde03e0a1d Refactoring of lexical_cast: splitting into multiple headers #1 Antony Polukhin 2014-08-11 19:13:55 +0400
  • d38f72c2c1 Merge branch 'master' into develop Antony Polukhin 2014-08-11 13:14:56 +0400
  • 2cabcbdf0f Merge pull request #5 from ibmsoe/lexical_cast_fix Antony Polukhin 2014-07-04 11:01:46 +0400
  • 699d31ce71 Replace numeric_limits epsilon function with boost::math epsilon function Harris Munir 2014-06-27 14:22:30 -0500
  • 947420642e Merge pull request #2 from danieljames/fix-description Antony Polukhin 2014-06-30 15:59:47 +0400
  • 66953f6fc2 Remove author name from description. Daniel James 2014-06-30 12:27:00 +0100
  • 60faed22fa Merge branch 'develop' Antony Polukhin 2014-06-10 13:38:17 +0400
  • d77165c1bd Removed the polymorphic casts and implicit_cast Antony Polukhin 2014-06-09 12:44:31 +0400
  • e459cd6a06 Merge pull request #1 from danieljames/metadata Antony Polukhin 2014-06-09 11:50:03 +0400
  • 653f96e129 Add metadata file Daniel James 2014-06-08 23:41:27 +0100
  • e3e4d3836a Merge branch 'develop' Antony Polukhin 2014-03-14 23:47:58 +0400
  • d1a51b897d Fix conversions to bool with leading zeros (refs #9659) Antony Polukhin 2014-03-05 14:48:21 +0400
  • 9e6aa219d3 Merge branch 'develop' Antony Polukhin 2014-03-04 16:37:10 +0400
  • 1e65265b8f Minor fixes in tests Antony Polukhin 2014-02-11 12:13:17 +0400
  • 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 Antony Polukhin 2014-02-06 11:22:40 +0400
  • 5a757dcece Docs updated and minor fixes for MSVC2013 Antony Polukhin 2014-02-04 13:13:33 +0400
  • 36bc5aea44 Attempt to fix access violation during forwarding of arrays on MSVC Antony Polukhin 2014-02-03 16:22:27 +0400
  • ac7da550b4 Attempt to revert incorrectly merged branches Antony Polukhin 2014-01-19 11:53:50 +0400
  • e8954f3868 Added docs for try_lexical_convert Antony Polukhin 2014-01-04 20:26:19 +0400
  • 1707131ac3 Added some tests for try_lexical_convert and fixed some issues. Antony Polukhin 2014-01-01 21:47:09 +0400