Fix + adding TCs
Version bump
Version bump - part2
Fixing reported bug
Whitespace changes
Stepping version to 1.1.3
Adding the platform and architecture to the name of the static tarball
Fancies in dev-setup.sh
Added missing version update
Home
Home
Fixing source tarball creation in dev-setup.sh.
Test fixes.
Abandoning 32-bit builds on Linux.
configure: error: Linking to libboost_regex FAILED.
Yep, this can be tricky sometimes. Great that it works, now. You're welcome, closing the ticket then.
Yes, that was the problem. The file is part of the boost-package in Arch. I could find that in this article. Thank you very much. It works now :)
configure: error: Linking to libboost_regex FAILED.
Hi, Based on the attached config.log, the header file regex.hpp was not found: configure:2962: g++ -o conftest -W -Wall -ansi -pedantic -O2 conftest.cpp -lboost_regex >&5 conftest.cpp:20:10: fatal error: boost/regex.hpp: No such file or directory #include <boost/regex.hpp> ^~~~~~~~~~~~~~~~~ compilation terminated. Could you please check if this file is present on your system? (For me, it resides at /usr/include/boost/regex.hpp.) It can happen that the boost library was installed without regex support...
configure: error: Linking to libboost_regex FAILED.
configure: error: Linking to libboost_regex FAILED.
Home
Home
Home
multiline backtracking bug
Fixed in v1.1.2. Thanks for posting a ticket and for the clean repro. Best regards, Istvan
Tab vs. space fixes in source code.
Fix for not recognizing multiline match (ticket #3).
Adding debug logs.
New multiline TC added.
Hi, confirmed, indeed a bug. Will look into it. Thanks!
multiline backtracking bug
multiline backtracking bug
multiline backtracking bug
Small update in help regarding -c vs. -v.
Home
Using grep --binary-file=text in test suites.
Comment update.
Fancy in readme file.
Adding libboost_regex.a for easing builds on Wi...
Home
Home
Allow -v to function for multi-line patterns
Allow -v to function for multi-line patterns
Implemented in v1.1.1. -v is not allowed together with -c. All else should be po...
Support for -v for multiline patterns.
Updating version in configure script.
It would raise some questions. Eg. grep -vc apple input.txt counts the number of...
Allow -v to function for multi-line patterns
specific pattern causing appcrash
Great. Thanks for the help, I'm closing the ticket, then.
Yep I notice now you don't need the escapes on the @ and... mgrep -i "\@\@*.*size...
Nice. Still, I think there are a bit more escapes than necessary :) Nevertheless,...
Dev-C++ project files for building Boost::Regex...
Nice. Still I think there are a bit more escapes than necessary :) Nevertheless,...
Ticket #1: specific pattern causing appcrash
Yeah, once I got your OR syntax I ended up with something that will work great until...
specific pattern causing appcrash
Thanks for the input - I managed to reproduce the crash with the attached file +...
Thanks for the input - I managed to reproduce the crash with the attached file +...
Home
attaching the file I am aggregating using sysinternals du I want to aggregate the...
attaching the file I am aggregating using sysinternals du I want to aggregate the...
Also, could you post a few example lines that you would like to capture? (Again,...
Regarding the OR-expression you mentioned: egrep -i "\@\@\@+|size on disk" I don't...
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
strange, this site is removing two asterisks when displaying . so (star)(dot)(star)...
specific pattern causing appcrash
this was on Windows server 2008 R2 Enterprise service pack 1 I was attempting to...
specific patter causing appcrash
Home
Home
Home