- May 27, 2021
-
-
Peter Dimov authored
-
- Jul 17, 2020
-
-
Eric Niebler authored
Merge from develop
-
- May 10, 2020
-
-
Eric Niebler authored
Inheriting std::iterator is deprecated in c++17.
-
Eric Niebler authored
Avoid advancing null pointers, which is UB
-
Edward Diener authored
* When __BORLANDC__ and __clang__ are defined we have clang-based compilers from Embarcadero, which take after clang and not bcc32. * Test fixes when wide character regex is turned off.
-
- May 07, 2020
-
-
Andrey Semashev authored
Advancing a null pointer by a distance other than 0 is UB in C++20 (7.6.6 Additive operators [expr.add]/4). This issue is reported by clang 10 UBSan here: https://travis-ci.org/github/boostorg/log/jobs/683550541#L1204
-
- Nov 22, 2019
-
-
Eric Niebler authored
VxWorks support
-
- Dec 28, 2017
-
-
Daniela Engert authored
Therefore get rid of all of that and replace inheritance by lifting std::iterator's members into the derived class. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
- Nov 04, 2017
-
-
Peter Dimov authored
-
Peter Dimov authored
-
Peter Dimov authored
-
Peter Dimov authored
-
- Nov 03, 2017
-
-
Peter Dimov authored
Removed executable attribute from files.
-
- Sep 17, 2017
-
-
Edward Diener authored
-
- Aug 10, 2017
-
-
Brian Kuhl authored
VxWorks uses same definitions as QNX, so with this change all tests passed
-
- Jul 25, 2017
-
-
Eric Niebler authored
-
- Jul 04, 2017
-
-
Eric Niebler authored
Replace deprected/removed C++98 function adapters by inline type defi…
-
- May 17, 2017
-
-
Daniela Engert authored
Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
- Oct 10, 2016
-
-
Rene Rivera authored
-
- Oct 08, 2016
-
-
Rene Rivera authored
-
- Aug 18, 2014
-
-
Eric Niebler authored
Create metadata file.
-
Daniel James authored
-
- Jul 07, 2014
-
-
Eric Niebler authored
Fix variable aliasing warnings
-
- Jul 05, 2014
-
-
Marcel Raad authored
MSVC 14 has new variable shadowing warnings, which are on by default and spam the Boost regression test output: "warning C4456: declaration of '...' hides previous local declaration". This renames a few variables to make MSVC happy.
-
- Jun 07, 2014
-
-
Eric Niebler authored
-
- Jun 05, 2014
-
-
Eric Niebler authored
-
- May 21, 2014
-
-
Eric Niebler authored
Drop unused typedef in boost::xpressive::detail::make_assert_word
-
- May 20, 2014
-
-
Petr Machata authored
-
- Jan 11, 2014
-
-
Eric Niebler authored
-
Eric Niebler authored
-
Eric Niebler authored
-
Eric Niebler authored
Conflicts: include/boost/xpressive/detail/core/adaptor.hpp include/boost/xpressive/detail/core/list.hpp
-
Eric Niebler authored
-
- Oct 12, 2013
-
-
Eric Niebler authored
[SVN r86268]
-
Eric Niebler authored
[SVN r86267]
-
- Oct 11, 2013
-
-
Stephen Kelly authored
Process #ifdef...#endif blocks. [SVN r86243]
-
- Oct 01, 2013
-
-
Stephen Kelly authored
[SVN r86123]
-
- Sep 26, 2013
-
-
Stephen Kelly authored
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq is now clean. [SVN r85952]
-
- Aug 22, 2013
-
-
Eric Niebler authored
merge [85118],[85119],[85120],[85121] from trunk; fixes #8843, fixes #8880, fixes #8882, fixes #8474 [SVN r85427]
-
- Jul 23, 2013
-
-
Eric Niebler authored
[SVN r85121]
-