Skip to content

Conversation

@pkl97
Copy link
Owner

@pkl97 pkl97 commented Oct 1, 2020

No description provided.

freiling and others added 30 commits December 8, 2017 17:07
…EX_NO_FILEITER to avoid compiler warnings about missing cases in case statement
Fixed typo in exception text
See #61.
Adds warning test case.
Fix some clang warnings.
Add gcc 7&8 to CI tests.
Move BOOST_REGEX_DETAIL_NS::RegExData::type_pf cases out of BOOST_REG…
Tentative fix for msvc warnings.
[CI SKIP]
Fix potential double-definition of WIN32_LEAN_AND_MEAN macro
Add cygwin, cygwin64, and MSVC2017 strict builds to AppVeyor
Remove superfluous semicola after constructor bodies.
Fix -Wextra-semi clang warnings
Update hash.hpp include path
jzmaddock and others added 29 commits January 7, 2020 18:47
[CMake] Add minimal cmake support
Point for issues to Github instead of old Trac.
regex_traits_defaults: Do not export arrays only used in same compila…
Avoid generating pointers in writeable data section.
Changes named sub-expressions to use different hashing scheme: high order bit is now always set to clashes between hashes and indexes don't happen until 2^30 or 2^62 sub-expressions in 32 and 64 bit code respectively.
Changes bitmask of seen sub-expressions to use dynamic storage for sub-expression indexes above 64.
Adds tests for the above.
Fixes #75.
Remove limit on the number of backrefs possible.
Fixed Conflicts:
	include/boost/regex/v4/basic_regex_creator.hpp
	include/boost/regex/v4/basic_regex_parser.hpp
Fix recursive expressions where the recursion appears more than once.
…ig for the Embarcadero non-clang-based compilers.
… become declarations and inline definitions outside the class for Embarcadero C++ clang-based compilers. This bug has been reported to Embarcadero.
Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74
@pkl97 pkl97 merged commit 2639587 into pkl97:develop Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.