rexgen icon indicating copy to clipboard operation
rexgen copied to clipboard

API Documentation

Results 9 rexgen issues
Sort by recently updated
recently updated
newest added

I'm new on Linux, i want install rexgen and my output like this: ┌─[root@olivia]─[~] └──╼ #cd rexgen ┌─[root@olivia]─[~/rexgen] └──╼ #./install.sh entering /root/rexgen/build running >>> cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_LINKER=clang++ -DTEST_ENABLED=0 -DCMAKE_BUILD_TYPE=Release...

Add a target to uninstall rexgen

enhancement

On a Linux box, the installation of the Python module fails silently. Rexgen build / install logs show no errors but the module won't make it to its destination. Please...

bug

In rexgen.py:2, a call to load "librexgen.dylib" is issued. This is independent on the OS rexgen was compiled at. I suggest to make the build process distinct between thevarious OSes...

bug
enhancement

I am getting this when trying to run rexgen: rexgen: error while loading shared libraries: librexgen.so.1.1: cannot open shared object file: No such file or directory The file exist so...

Hi I've just pulled and built bleeding-jumbo with rexgen. I've not observed any sign of memory leak and there is no sign of missing that "missing characters" bug but... There...

Did you consider to add to librexgen something that will e.g. drop first n generated lines?

In an earlier revision, JS_REGEX_BUILD_VERSION was defined as 122. Now, /usr/local/include/librexgen/version.h has ``` #define JS_REGEX_MAJOR_VERSION 1 #define JS_REGEX_MINOR_VERSION 1 #define JS_REGEX_BUILD_VERSION DEV ``` Shouldn't that be: ``` #define JS_REGEX_BUILD_VERSION "DEV"...

enhancement

``` $ file librexgen.so.1.1.DEV librexgen.so.1.1.DEV: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e223822a139c44ca670403b754e4a6374120db38, not stripped ``` If a 64bit library is built, you should IMHO check...