GitXplorerGitXplorer
s

globpp

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
bbf54d3767ae5ac5a7af979bf785c97b9089c211

added github workflows

ssergiud committed 3 years ago
Unverified
6cb4f2069ff87753356391029a2195a93bb76bfc

added more tests

ssergiud committed 5 years ago
Unverified
8b0a5efdcc922002a54dc995c2bfdf64cf58cf3a

added unit tests

ssergiud committed 5 years ago
Unverified
965dbc44ada2c610b6ba5ad51ff0e89b5a790502

initial commit

ssergiud committed 5 years ago

README

The README file for this repository.

globpp

Linux Windows codecov

globpp is a C++ template library that translates globbing patterns to a Boost.Spirit grammar that subsequently generates a regular expression. The latter can be used in combination with boost::regex or std::regex.

Requirements

  • C++11 compiler
  • Boost C++ libraries 1.55
  • CMake 3.0

Getting Started

To compile, run:

cmake -S . -B build/
cmake --build build/