Baptiste Wicht

Results 27 comments of Baptiste Wicht

Hi, Can you try `make vector_list_update_1`, it seems like vector_list is missing an include indeed. As for bench.hpp, it's in the `include` directory.

Hi FYI, the Mac OS building code is highly experimental, I have never tested it and it was contributed by @robromano Looking at the errors, I can see two things:...

Thanks @robromano, we can discuss in your two PRs

You mean filter the web interface so that you see only one test ? Unfortunately, there are no filter features for the web interface right now. But, if your benchmark...

I think it could help, but you'll have to write the benchmark and then run cpm after each commit, but that is exactly what cpm is for.

Hello, cpp_utils is a sub module, therefore, you need to do a recursive clone: git clone --recursive https://github.com/wichtounet/etl.git I also recommend only copying the headers: cp -R etl/include /usr/local/lib/include/ cp...

Hi @josephjaspers Sorry about that. Do you a lib/include/cpp_utils directory in the directory you clone with --recursive ? Can you give me the command you are using for compiling and...

You are right, you need both. I forgot to mention this in the Readme. I fixed it. Thanks :) I didn't want to fix the dependencies of the library with...

It seems that is the only one working that way. I can use gg/G/b/w/cw/... without any problem for instance. Yes, the replace is done when I type the space.

Hi, When I am motivated and have time, I have some plans to improve the library yes. Unfortunately, this is not something I can do at my main job, so...