Releases: 42tm/wfind
Releases · 42tm/wfind
1.1
Changes
- Add static linking build (b459a68)
- Add build string (8bedb2a)
- Change from
make vc
tomake msvc
(eedc710) - Restrict C++ version to C++ 17 (1af4e0e)
Binaries
All following binaries were compiled statically
wfind
: ELF 64-bit LSB executable, x86-64, for GNU/Linux (built by @dungwinux)wfind.exe
: PE32 executable (console) Intel 80386, for Microsoft Windows (built by @dungwinux)wfind_64.exe
: PE32+ executable (console) x86-64, for Microsoft Windows (built by @dungwinux)wfind_elf-i386
: ELF 32-bit LSB executable, Intel 80386, for GNU/Linux (built by @minhducsun2002)wfind_elf-x86_64
: ELF 64-bit LSB executable, x86-64, for GNU/Linux (built by @minhducsun2002)
Checksums
Name | SHA-1 | Tested on |
---|---|---|
wfind |
b208401f35d4dfbffcf8b34dfc29eeaeb3b454fd |
|
wfind.exe |
72596f9fa3283b24e8a0ffd1ef66d2e51d2e5c10 |
|
wfind_64.exe |
6f21f28be1f855333d253055377a0fce54d751ca |
|
wfind_elf-i386 |
5b988f2cb5d3035551f2bfc1618009617ddf870c |
Debian GNU/Linux Buster/Sid |
wfind_elf-x86_64 |
4fcfa7cc4b884698426d99655c7f8388d9c7f09e |
Debian GNU/Linux Buster/Sid |
1.0.1-1
1.0
Description
This is the first release of wfind.
wfind is a C++ library that is used to find files with contents that match the given regular expression (also called "regex" for short). You can use it to find files that contain, say, a given word. Additionally, the repository also contains a C++ program that uses this library to does exactly what the wfind library is intended for: find files with contents that match the given regex. You can use the library for different purposes, though.
Files
There are files that go with this release.
wfind
is the wfind program (that uses the wfind library), compiled for Linux-based operating systemswfind.exe
is the wfind program for Windowswfind.zip
is basically the repository itself, but does not contain.git/
,.gitignore
,example/
, and contains a modified version of the original README (becauseexample/
is removed)
Checksums
File | SHA1 checksum |
---|---|
wfind |
BD5F6BF323644BE243E77F900FB069BAA0B752FF |
wfind.exe |
D78836252124445DF98625AAD057EBA09B59A4E4 |
wfind.zip |
E37F447E280AD09CB3F4B48A5A856575BE84E907 |