Jerome Robert

Results 44 comments of Jerome Robert

At first glance it looks good. I'm sorry I do not have time to look at it in deep right now, but for sure I'll do as soon as possible.

You should use [Dependency Walker](http://www.dependencywalker.com/) to find which libraries you are missing. You'll find all of them in `jcae/modules/lib`. Note also that this archive is only 32bit so only usable...

> How long do you estimate for the update to reach package repositories? I don't know anything about the Ubuntu process to update a package. Given that this is a...

[Migrated from bitbucket](https://bitbucket.org/jeromerobert/k4dirstat/issues/27/option-to-exclude-directories-in-gui). Original author: clepsydrae. Original date: 2018-04-02. Seconded! I'd love to "delete (not really)" either from the list view or the treemap, just to get stuff out of...

**Original comment by Jerome Robert (Bitbucket: [jeromerobert](https://bitbucket.org/jeromerobert), GitHub: [jeromerobert](https://github.com/jeromerobert)).** ---------------------------------------- * https://lkml.org/lkml/2010/11/4/317 * http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ddf6fb86 * http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=cf7e1b5 * http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=dc1c052 * http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=d4a22df

**Original comment by Jerome Robert (Bitbucket: [jeromerobert](https://bitbucket.org/jeromerobert), GitHub: [jeromerobert](https://github.com/jeromerobert)).** ---------------------------------------- Fix lstat on non ASCII file names Ref #12

**Original comment by Jerome Robert (Bitbucket: [jeromerobert](https://bitbucket.org/jeromerobert), GitHub: [jeromerobert](https://github.com/jeromerobert)).** ---------------------------------------- Some thoughts about this feature request: * I like it because it allows to capture file usage on boxes where...

**Original comment by Andrea (Bitbucket: [eadmaster](https://bitbucket.org/eadmaster), GitHub: [eadmaster](https://github.com/eadmaster)).** ---------------------------------------- to be more flexible, this could be turned into a "generic plaintext import": the user defines a regular expression like "%filename%...

OpenBLAS gemv is already multi-threaded (see https://github.com/xianyi/OpenBLAS/blob/develop/interface/gemv.c and https://github.com/xianyi/OpenBLAS/blob/develop/driver/level2/gemv_thread.c). Could you try to build OpenBLAS with MAX_STACK_ALLOC=2048 and test again ? See https://github.com/xianyi/OpenBLAS/pull/482 and https://github.com/xianyi/OpenBLAS/issues/478 for details.

Superseded by #734