wbhart

Results 92 issues of wbhart

We are trying to interface to a large C++ library, called polymake [1]. Unfortunately, Cxx does not seem to like the C++14 header files for that project. See the full...

Is there a way to have cxxinclude not pick up system headers? We currently have set a custom header directory using addHeaderDir, but the following line finds the system header...

Is there an easy way to do the following: typealias resolvente Cxx.CppPtr{pcpp"sideal", (false, false, false)} There is a type on the C++ side which is basically typedef sideal ** resolvente;...

If I create a Julia d::Array{some_type, 1}, what is the correct way to pass d to a C++ function void some_func(some_type * ). Do I just set p = pointer(d)...

Find a better way to handle: nn_subquadratic.c: In function 'nn_mul_toom33': nn_subquadratic.c:163: warning: value computed is not used etc.

Suppress the following: arch/inline/nn_linear_x86_64_core2.h: In function 'nn_neg_c': arch/inline/nn_linear_x86_64_core2.h:318: warning: string length '561' is greater than the length '509' ISO C90 compilers are required to support etc.

Put #ifdef around the inclusion of malloc.h on (Free)BSD.

Use the more standard # !/usr/bin/env bash in configure.

After many days of getting ECONRESET errors so that downloading times out, I finally managed to get through all of the downloading for all the consolidated.0X.pth files without them cutting...

Here is what I wrote on the sage-devel list describing this issue: "I've been aware for a while that some libraries are not happy that their package is not explicitly...