Ruben

Results 32 comments of Ruben

The rtlwifi_new driver for rtl8723be works fine for me so far. No drops. I'm using "options rtl8723be fwlps=0 swlps=0". My laptop is a Lenovo Z50-70. I'll monitor and let you...

The rtlwifi_new driver for rtl8723be works perfectly so far. I'm using Fedora. So, I rebuild the latest version of this driver and install it into every new kernel that comes...

@d4em0n Did you first create a `cscope.files` file then run cscope like this: `cscope -cb` You can find this info in the [HOWTO-LINUX](https://github.com/ruben2020/codequery/blob/master/doc/HOWTO-LINUX.md) and [HOWTO-WINDOWS](https://github.com/ruben2020/codequery/blob/master/windows-install/wincommon/HOWTO-WINDOWS.txt) files.

@dariomx `-c` is used because cqmakedb does not parse the compressed version of cscope.out at the moment. But this could be a suggestion for enhancement if that really makes a...

Hi @andrecbarros, these are very good use cases that I personally don't use, especially combining several cscope.out files. I will look into adding these. Thank you for your support.

@andrecbarros I was wondering if I can simply append different cscope.out contents into one CodeQuery database, but the base path wouldn't be the same. That's the problem.

@spacerainbow000 This should be available in the ctags tags file. This should be added as a feature.

@spacerainbow000 Turns out cscope does not support java interfaces. And ctags treats java interfaces similar to classes i.e. `implements` is treated the same as `extends`. It's not so easy for...

@pidgeon777 Currently CodeQuery is not using libclang, so it doesn't really need compilation commands and flags. cscope and ctags or similar tools only need a list of files. Nevertheless this...

Hi @teungri, Sorry. I missed this issue. I'll take a look and try to merge this change. It would have been easier if you generated a pull request - but...