Commit Graph

  • 8dbbfe372b Disabled OS X builds because they are slow on Travis CI. cc Andrey Semashev 2019-10-22 15:01:40 +0300
  • d3c853eb08 Updated CI configs, added compilers. Andrey Semashev 2019-10-22 00:13:26 +0300
  • fc781c8a5a Added a missing include. Andrey Semashev 2019-05-06 13:24:18 +0300
  • 7ce5543198
    Merge pull request #16 from MarcelRaad/extra_semi Andrey Semashev 2019-02-25 12:31:39 +0300
  • 1e5a4ad35e
    Fix -Wextra-semi clang warnings Marcel Raad 2019-02-25 10:19:45 +0100
  • 313bc2a36b Enabled multiple git fetch jobs while executing depinst in CI. Andrey Semashev 2019-01-15 13:40:40 +0300
  • 1b778d703b Made git branch selection less obscure and more POSIX shell conforming. Andrey Semashev 2019-01-03 23:46:36 +0300
  • e529fca266 Use the actual number of logical CPUs for the number of CI build/test jobs. Andrey Semashev 2019-01-03 23:06:59 +0300
  • 9439ae62d6 Re-added manual checkout of libs/config in CI as Boost.Build depends on it. Andrey Semashev 2018-12-20 20:49:01 +0300
  • 4c5f549c6e Use a separate submodule update step with parallel checkouts to speedup CI job startup. Andrey Semashev 2018-12-18 22:20:40 +0300
  • f86480f6eb Added tools/boost_install and libs/headers manual checkout to CI jobs. Andrey Semashev 2018-12-18 21:55:03 +0300
  • d78dd02a90 Added an experimental partial CMakeLists.txt for dependency tracking in CMake projects. Andrey Semashev 2018-12-18 19:52:41 +0300
  • 622c7c4ee6 Added gcc 8, clang 6.0 and 7 CI jobs. Andrey Semashev 2018-11-01 20:43:45 +0300
  • b29edf18cb Move ~utf_codecvt_facet to .ipp file to try to fix visibility issues Peter Dimov 2018-09-17 21:46:12 +0300
  • 9b95b29c59 Add more Travis configurations Peter Dimov 2018-05-03 16:03:14 +0300
  • 1a9b7bccc3 Remove typename/template uses outside of templates Peter Dimov 2018-05-03 15:52:42 +0300
  • 83d7ee837d Remove use of BOOST_MPL_AUX_LAMBDA_SUPPORT Daniel James 2018-04-08 19:09:31 +0100
  • 3fc08cca25 Stop using mpl::void_ in reference_content Daniel James 2018-04-08 19:08:14 +0100
  • abfaa1443a Use type traits bool type in reference_content Daniel James 2018-04-08 14:47:24 +0100
  • 121cbef225 Use true_type/false_type from type traits in is_xxx.hpp Daniel James 2018-04-08 14:34:37 +0100
  • be57f3c000 Remove mpl dependency from allocator_utilities.hpp Daniel James 2018-04-08 14:32:01 +0100
  • 941fff4dc0 Stop using mpl binary logic classes in indirect_traits Daniel James 2018-04-08 14:28:46 +0100
  • 6172f9a30e Use type traits' true type in boost::blank Daniel James 2018-04-08 14:00:37 +0100
  • adaa82e03e Add some tests Daniel James 2018-04-08 13:58:47 +0100
  • 824721a753 Trim trailing spaces. Andrey Semashev 2018-01-01 15:52:37 +0300
  • bb0840b9c8
    Merge pull request #15 from DanielaE/fix/replace-deprecated-allocator-members Andrey Semashev 2017-12-30 22:12:21 +0300
  • 1631ba8134
    Most members of std::allocate are deprecated in C++17 Daniela Engert 2017-12-30 18:15:56 +0100
  • 40b75dae5f Merge branch 'develop' Andrey Semashev 2017-10-30 01:08:52 +0300
  • 367c13fd20 Updated utf8_codecvt test to verify that length() detects character boundaries. Andrey Semashev 2017-10-29 21:27:54 +0300
  • ac88c3f24c Updated utf8_codecvt test to verify that length() detects character boundaries. Andrey Semashev 2017-10-29 21:27:54 +0300
  • d6f601b90e Add .travis.yml Peter Dimov 2017-10-29 19:06:09 +0200
  • cf6808b26f Swapped the standard and non-standard overrides for do_length. Andrey Semashev 2017-10-29 19:31:28 +0300
  • aee87734a8 Fixed do_length virtual override. Andrey Semashev 2017-10-29 19:27:04 +0300
  • b47fccb4a4 adjusted visibility to permit passing of tests on mingw for serialization library Robert Ramey 2017-10-22 11:22:45 -0700
  • 15d8f9a59c Actualized numeric_traits implementation. Andrey Semashev 2017-09-20 02:01:51 +0300
  • 9b2065c0ca Enabled numeric_traits test that has been moved from Boost.Utility. Andrey Semashev 2017-09-20 01:37:06 +0300
  • 13b49041e1 Move test files to test/ Peter Dimov 2017-05-29 19:10:46 +0300
  • 08bb964247 Replaced left shift of signed integer values with multiplication to keep the expressions constant according to C++11. Andrey Semashev 2014-05-10 18:27:59 +0400
  • 4da971f715 Merged from Version_1_33_1 Douglas Gregor 2005-12-08 03:23:02 +0000
  • 07fe4630f6 Apply typo fixes from Julio M. Merino Vidal Rene Rivera 2005-02-27 17:28:24 +0000
  • 51baccb399 Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. John Maddock 2004-09-04 10:34:49 +0000
  • 6e36d0d70a Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +0000
  • c0ced7e14d avoid default parameters for function templates, they confuse SunCC Jens Maurer 2003-07-13 18:59:08 +0000
  • 6adadccbde VC++ fixes Dave Abrahams 2002-07-13 12:22:51 +0000
  • 40d73a99e9 Updated preprocessor logic to use BOOST_HAS_LONG_LONG John Maddock 2001-10-18 11:33:52 +0000
  • 3db9d2e843 Fixes for ICL Dave Abrahams 2001-07-14 12:51:59 +0000
  • 2c7b0fe600 Fixes for Borland Dave Abrahams 2001-02-11 16:13:38 +0000
  • bf772a322f Added test for wchar_t Dave Abrahams 2001-01-24 01:48:01 +0000
  • 4b233854aa Now statically selecting a test for signed numbers to avoid warnings with fancy compilers. Added commentary and additional dumping of traits data for tested types. Dave Abrahams 2001-01-24 01:40:22 +0000
  • 5d2660f113 minor fix: move "static" storage specifier to the front of a declaration Jens Maurer 2001-01-22 21:11:35 +0000
  • 172a0a1062 Initial checkin Dave Abrahams 2001-01-22 04:08:29 +0000
  • ce79a887c4 Add BOOST_CONSTEXPR where required by C++ Std [bitmark.types]. Add operator! and function bitmask_set as Boost extensions. Beman 2017-08-28 07:32:08 -0400
  • 782208b04d Revert "adjustment to avoid linking problem: vtable not found found for ~utf8_codecvt_facet.hpp" Beman 2017-08-28 07:27:30 -0400
  • 73c12230c3 adjustment to avoid linking problem: vtable not found found for ~utf8_codecvt_facet.hpp Robert Ramey 2017-08-13 15:11:17 -0700
  • 6c11197586 Silenced warnings about unused variables. Andrey Semashev 2016-11-06 21:11:51 +0300
  • e88ec2fc6e Replaced std::binary_function with the corresponding typedefs. Improves compatibility with C++17. Also fixed an include for the standard streams. Andrey Semashev 2016-11-06 21:07:08 +0300
  • 94f1e6b0c6 Fixed length calculation and added a test. Andrey Semashev 2016-08-07 23:35:04 +0300
  • 6abcc6cd09 Merge pull request #12 from danieljames/version-meta-data Andrey Semashev 2016-07-05 11:01:55 +0300
  • 03b1576241 Mark library as hidden. Daniel 2016-07-04 23:21:41 +0100
  • 7368c13108 Merge pull request #11 from danieljames/fix-json Rene Rivera 2016-06-22 06:53:25 -0500
  • 3b915c053d Fix syntax error in libraries.json Daniel 2016-06-22 08:10:59 +0100
  • 3224a71ccc Missed some changes for requirements conformance. Rene Rivera 2016-06-21 11:03:41 -0500
  • 1aa7f4d8fc Additions to make Detail library conform to library requirements. Rene Rivera 2016-06-20 23:05:43 -0500
  • 10f1da5034 corrected usage of visibility macro with inline function Robert Ramey 2016-06-09 11:00:30 -0700
  • 4013403c44 skipped test_utf8_codecvt if w?stream not supported Robert Ramey 2016-05-02 10:33:05 -0700
  • e9c548eeb5 correction in visibility for utf8 facet Robert Ramey 2016-04-15 09:42:19 -0700
  • 11a9234e13 re-correct visibility macro for utf8-codecvt Robert Ramey 2016-03-28 14:43:26 -0700
  • 313c13b263 Added test for utf8_codecvt Robert Ramey 2016-03-28 10:29:57 -0700
  • 99f7f4042f Revert "change visibility setting to import/export from visibility" Robert Ramey 2016-03-23 09:34:48 -0700
  • bda87dd74e change visibility setting to import/export from visibility Robert Ramey 2016-03-20 23:16:13 -0700
  • fbf832c900 make utf8 visible Robert Ramey 2016-02-26 17:58:54 -0800
  • 32b98c7586 correct usage of visibility macro for MSVC Robert Ramey 2015-10-23 15:12:36 -0700
  • 9fcf2ae390 update visibility attributes Robert Ramey 2015-10-20 12:00:27 -0700
  • b0a2809915 Corrected indents, removed trailing spaces. Andrey Semashev 2015-04-02 18:36:26 +0300
  • 2fe0e70a94 Merge pull request #8 from eldiener/develop Andrey Semashev 2015-04-02 18:31:13 +0300
  • fbc7c23ab1 Remove dependency on deprecated type_trait headers Edward Diener 2015-04-01 12:16:29 -0400
  • 678a7ed98b Merge pull request #7 from eldiener/develop Andrey Semashev 2015-04-01 18:49:11 +0300
  • 3dde52aaa3 Corrected is_postfix_incrementable implementation Edward Diener 2015-03-31 21:04:47 -0400
  • 398479e296 Merge pull request #6 from eldiener/develop Andrey Semashev 2015-03-30 10:49:28 +0300
  • f24860d28c Remove unneeded header file inclusion for deprecated type_traits header. Edward Diener 2015-03-30 02:23:13 -0400
  • fcaf168000 Initial commit if lightweight_test_report.hpp, aimed at making it easier for users to supply sample programs in bug reports. First use will be in filesystem. Beman 2014-12-28 09:06:33 -0500
  • 1fef8494fe eliminated MACRO for do length by providing both const and non-const versions Robert Ramey 2014-12-12 21:28:21 -0800
  • 26cf086520 Fix #10354 from Juan Alday. As he pointed out, the declaration (in detail/utf8_codecvt_facet.hpp) and definition (in detail/utf8_codecvt_facet.ipp) need to use the same signature. Reapply Marshall Clow's [SVN r81616] and [SVN r81877] from November and December, 2012, as these appear to correctly supply const for the msvc/dinkumware library (since fixed) that used a do_length() first argument. Revert the portion of [SVN r86722] that removed BOOST_CODECVT_DO_LENGTH_CONST from the do_length() signature in utf8_codecvt_facet.ipp so that it stays in sync with utf8_codecvt_facet.hpp. For the same reason, copy the __IBMCPP__ workaround from utf8_codecvt_facet.ipp to utf8_codecvt_facet.hpp. Verified all libraries (filesystem, log, program_options, property_tree, serialization) that use utf8_codecvt_facet passed all tests before, and then after, these changes. Also applied minor edits to the use comments embedded in utf8_codecvt_facet.hpp. Beman 2014-09-03 17:27:41 -0400
  • 5ef03bffe3 Move get_cont_octet_out_count_impl from unnamed namespace to namespace detail. Workaround for unnamed namespace symbols having external linkage prior to C++11, which causes duplicate symbol errors in libraries (for example filesystem) that link in multiple object files (differing only in namespaces) built from the same source file, allowing two versions to exist side-by-side in the same lib or dll. Beman 2014-09-01 07:29:57 -0400
  • 275643c97b Removed trailing spaces. Andrey Semashev 2014-06-13 01:14:22 +0400
  • 509c2421e3 Added a workaround for MinGW-32 so that fenv.h actually gets included. Andrey Semashev 2014-06-13 00:29:39 +0400
  • 1318e4a728 Merge branch 'develop' Andrey Semashev 2014-06-09 20:48:56 +0400
  • e87cff715b The header was moved to winapi module. Andrey Semashev 2014-06-09 20:48:39 +0400
  • 80d39bd695 Merge branch 'develop' Peter Dimov 2014-06-08 01:40:00 +0300
  • 3e560e9927 Remove obsolete boost/pending/cstddef.hpp. Peter Dimov 2014-06-08 01:39:33 +0300
  • fb36ac293c Merge branch 'develop' Peter Dimov 2014-06-06 04:28:28 +0300
  • 1dc95cb4cb Remove boost/pending/integer_log2.hpp, moved to integer. Peter Dimov 2014-06-06 04:28:06 +0300
  • a1a7d328bb Merge branch 'develop' Peter Dimov 2014-06-06 03:10:03 +0300
  • efc21f5bf4 Remove boost/detail/iterator.hpp, moved to core. Peter Dimov 2014-06-06 03:09:40 +0300
  • d9d6e09ca9 The files were moved to Boost.WinAPI submodule. Andrey Semashev 2014-06-05 23:19:16 +0400
  • 05fecc6e3e The files were moved to Boost.WinAPI submodule. Andrey Semashev 2014-06-05 23:18:28 +0400
  • ec72ca9b03 Remove detail/endian.hpp, moved to predef. Peter Dimov 2014-06-05 17:51:49 +0300
  • 5cdcab8b51 Remove detail/endian.hpp, moved to predef. Peter Dimov 2014-06-05 17:51:49 +0300
  • 231ba60b50 Remove indirect_reference.hpp, it has been moved to iterator. Peter Dimov 2014-06-05 01:39:51 +0300
  • 9663320036 Remove indirect_reference.hpp, it has been moved to iterator. Peter Dimov 2014-06-05 01:39:51 +0300