Francis Giraldeau

Results 13 issues of Francis Giraldeau

Build fails at link time if a static library is compiled with address sanitizer, but the executable using the library is not. Example: ``` add_library(foo STATIC foo.cpp) add_sanitizers(foo) add_executable(main main.cpp)...

When moving the serialize() method to the implementation, I get the following warning: ``` data.serialize(ar); ^ -Wundefined-func-template warning: instantiation of function Data::serialize required here, but no definition is available ```...

Setting essential boundary values in time-dependent laplace problem is not totally trivial. We need a definitive example to show how to apply the boundary condition in this situation. This patch...

WIP

Let's add some automated tests as a safety net. * Appveyor for Windows? * TravisCI for Linux?

The paths inside mlpack.pc should use the prefix variable, that pkg-config uses to make the library relocatable. Tested with the small project: https://github.com/giraldeau/mingw-mlpack-issue-20220708/tree/fix-find-package * Error message on configuration of test...

A got a service listening for a while and today it stop to respond with this message: ```QIODevice::read (QTcpSocket): device not open``` I know this information may be not enough...

This example demonstrate how to use NonLinearForm to solve a simple, yet not trivial, non-linear Poisson equation. This example is based on the non-linear chap. 9 of the book "The...

fem
examples & miniapps
in-review

- Fix redefinition error in ctype.h - Fix conflicting enum in math.h - Fix call to FullyAssociativeTagsNbitOneHot::invalidate() Signed-off-by: Francis Giraldeau [email protected]

It turns out that usernames from source and destination doesn't match. However, I think gitlab matches usernames based on their email address. I was thinking about adding a user mapping...

enhancement

Allow mapping of users between instances based on emails. I tested the function `modifyUserMapping` and it seems to be okay, but I did not test the complete migration script. It...