Dick Thiebaud

Results 33 comments of Dick Thiebaud

Aidin, it appears that the constructor of RegexExpr will need, as a parameter, a pointer to the Unqlite VM. Is there any problem with this?

Aidin, I see two possible ways of doing this. 1. Compile regex in the constructor for the RegexExpr object and keep the compiled regex in the RegexExpr object. Register a...

If Jx9 calls the first function, where will the Regex that compile_regex compile reside? If is in the stack of of compiled_regex, the pointer might be invalidated by the time...

On 01/02/2015 09:30 AM, Aidin Gharibnavaz wrote: > Creative Idea! > Though the code will become a little dirty. I couldn't came up with a > cleaner idea. So, give...

How do a add a new file to libtocc/tests, regex_tests.hpp?

I'm having a problem running libtocc/tests/configure. I get the following error: configure: error: Could not find libtocc library. Please make sure you have this library in your libs path. Refer...

We can use one of two libraries: regex or pcre. Pcre (Perl Compatible Regular Expressions) uses a format of regular expression compatible with Perl, Python, PHP, Java, and other packages....

I will look into this. Is the goal to compile with MSVC, with one of the ports of GCC to windows (Cygwin or MinGW), or something else?

I cannot build libtocc/test without errors under Linux (Ubuntu 21.10). The linker gets loads of link errors because it cannot find Catch2 library, Howevever, Catch2.a is in /usr/lib. What am...

I cannot build toccfs. Configure gives an error saying that fuse is not found, hoever I have fuse installed. Where is configure looking for fuse?