lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master updated (d2dd934 -> 368ee55)


From: Greg Chicares
Subject: [lmi-commits] [lmi] master updated (d2dd934 -> 368ee55)
Date: Sat, 2 Oct 2021 17:56:47 -0400 (EDT)

chicares pushed a change to branch master.

      from  d2dd934   Expunge $(REQUIRED_LIBS) [275]
       new  da6b758   Make PCRE available, for pc-linux-gnu only
       new  b87c2d5   Add C++ wrapper for PCRE2
       new  a167c11   Unit-test std::regex instead of boost::regex
       new  c40b1c2   Unit-test PCRE (pc-linux-gnu only) as well as std::regex
       new  bcfffdd   Use an ELF 'test_coding_rules' regardless of $LMI_TRIPLET
       new  11464e0   Use PCRE for 'test_coding_rules'
       new  368ee55   Eradicate the boost regex library


Summary of changes:
 .github/workflows/ci.yml |   4 +-
 GNUmakefile              |   2 +
 Makefile.am              |  85 ++-----
 boost_regex.hpp          |  57 -----
 configure.ac             |  62 +----
 gwc/develop1.txt         |   2 +-
 hooks/pre-commit         |   8 +-
 lmi_setup_20.sh          |   1 +
 nychthemeral_test.sh     |  12 +-
 objects.make             |  32 +--
 pcre_regex.hpp           | 580 +++++++++++++++++++++++++++++++++++++++++++++++
 regex_test.cpp           | 177 +++++++++------
 tabs/4/startup_script    |   2 +-
 test_coding_rules.cpp    | 163 ++++++-------
 workhorse.make           |  43 ++--
 15 files changed, 836 insertions(+), 394 deletions(-)
 delete mode 100644 boost_regex.hpp
 create mode 100644 pcre_regex.hpp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]