Activity for letmaik

  • letmaik letmaik created ticket #118

    Tests not compiling if OpenMP not found

  • letmaik letmaik posted a comment on ticket #117

    Ah, great that you figured it out so quickly. Why do you say that lf_db_load_data should be removed? I actually use this function :) On 09.02.2019 15:24, seebk wrote: Ok, think I got it. The declaration in the header and the implementations do not match. It also looks like some of the C-API functions of lfDatabase are not correct anymore and should be removed. e.g lf_db_load_data() [bugs:#117] https://sourceforge.net/p/lensfun/bugs/117/ Some C API functions not exported on Windows Status: open Created:...

  • letmaik letmaik posted a comment on ticket #117

    Looks like this also happens on Linux: https://travis-ci.org/letmaik/lensfunpy/jobs/490962742#L1086 Here the effect is delayed as the linker by default allows to build shared libraries with unresolved symbols, so this errors only when actually loading the library.

  • letmaik letmaik created ticket #117

    Some C API functions not exported on Windows

  • letmaik letmaik created ticket #116

    Cannot build master on MSVC (Wformat-security unknown)

  • letmaik letmaik created ticket #147

    Allow to override CMAKE_INSTALL_DATAROOTDIR also on Windows

  • letmaik letmaik created ticket #115

    Adapt FindGLIB2.cmake to work with vcpkg

  • letmaik letmaik posted a comment on ticket #100

    Works, thanks.

  • letmaik letmaik posted a comment on ticket #102

    An easy solution would be to use the qualified std::isnan and removing using std::isnan;.

  • letmaik letmaik posted a comment on ticket #102

    Looks like an issue on older GCC that has been fixed since (roughly >= 6.1 which is April 2016): https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48891 https://bugs.webkit.org/show_bug.cgi?id=59249 Webkit's workaround is https://trac.webkit.org/changeset/117779/webkit but I would agree we don't want this kind of heavy machinery. Let me see if there's another solution, apart from forcing gcc >= 6.1.

  • letmaik letmaik created ticket #103

    Compile error: malloc/free used without stdlib.h include in mount.cpp

  • letmaik letmaik created ticket #102

    Compile error with GCC on latest master

  • letmaik letmaik posted a comment on ticket #100

    Your fix has a syntax error: #if (defined(_MSC_VER) && (_MSC_VER < 1800) There is a parenthesis missing at the end.

  • letmaik letmaik created ticket #101

    Inconsistent default value for lfModifier distance

  • letmaik letmaik posted a comment on ticket #100

    In fact, this also happens with MSVC 2010: https://ci.appveyor.com/project/letmaik/lensfunpy/build/1.0.210/job/144i8ck8stkominm#L447

  • letmaik letmaik created ticket #100

    Cannot compile on MSVC 2008: stdbool.h missing

  • letmaik letmaik posted a comment on discussion Help

    Is this still the case or is it now possible to link against libmingwex.a from an MSVC built library?

  • letmaik letmaik posted a comment on ticket #41

    Ok looks good to me. But since the C wrapper is new, please try not to break the...

  • letmaik letmaik posted a comment on ticket #41

    I guess so, but this function does not have a C equivalent currently, right?

  • letmaik letmaik posted a comment on ticket #41

    Well, the fix to the Win/Mac workaround in my library would be that lfDatabase::Load()...

  • letmaik letmaik posted a comment on ticket #41

    Haha! Those "private" database functions are extremely useful! I think they should...

  • letmaik letmaik posted a comment on ticket #38

    Oops, right... ok, feel free to close this issue and revert your doc change to the...

  • letmaik letmaik posted a comment on ticket #38

    Ok, I think I agree, and the underlying issue as you said should probably be solved...

  • letmaik letmaik posted a comment on ticket #38

    So for the case of "Nikon AF-S Zoom-Nikkor 17-35mm f/2.8D IF-ED" where MinAperture...

  • letmaik letmaik posted a comment on ticket #39

    I see, ok. Good to know that it's already tracked elsewhere. Please close it.

  • letmaik letmaik created ticket #41

    Mention LF_NO_DATABASE in 0.3.2 release notes

  • letmaik letmaik posted a comment on ticket #40

    Works, thanks!

  • letmaik letmaik posted a comment on ticket #38

    About what I have to solve: Well, just semantics. I'm the developer of the python...

  • letmaik letmaik posted a comment on ticket #38

    The xml doc at http://lensfun.sourceforge.net/manual/el_lens.html looks fine. But...

  • letmaik letmaik posted a comment on ticket #39

    Well, the actual lens is suitable for FF cameras, right? It's just that the calibration...

  • letmaik letmaik created ticket #40

    Cannot compile 0.3.2 on VS <= 2010

  • letmaik letmaik created ticket #39

    Cannot find lens via lf_db_find_lenses_hd with exact name match

  • letmaik letmaik created ticket #38

    Max aperture is zero when fixed

  • letmaik letmaik posted a comment on ticket #36

    Great, just tried it with the latest commit and it works. https://travis-ci.org/...

  • letmaik letmaik created ticket #36

    lensfun 0.3.2 broken on Ubuntu 12.04

  • letmaik letmaik posted a comment on ticket #27

    That did it, thanks. Turns out I actually already do that for Windows, just forgot...

  • letmaik letmaik posted a comment on ticket #27

    Hm yes, but that's really a shame because it breaks both my Ubuntu 12.04 and Windows...

  • letmaik letmaik created ticket #27

    Build error with 0.3.1 (automated tests) on linux

  • letmaik letmaik posted a comment on discussion Help

    I am a bit confused by the azimuth output of geographiclib. I use the Python implementation,...

  • letmaik letmaik posted a comment on ticket #12

    I just tested master merged with mvc-math and compilation went fine. Thanks for the...

  • letmaik letmaik posted a comment on ticket #31

    The Internet tells me (although I haven't tried it) that recent versions of 7-zip...

  • letmaik letmaik posted a comment on ticket #31

    My work-around: https://github.com/neothemachine/libjpeg-turbo-vc-binaries/relea...

  • letmaik letmaik posted a comment on ticket #31

    Ok I didn't know that it's actually more than a self-extracting archive. Does that...

  • letmaik letmaik created ticket #31

    Provide zips instead of exe's

  • letmaik letmaik modified a comment on ticket #12

    Getting closer, math errors are gone. Now I hit two problems of which I could solve...

  • letmaik letmaik posted a comment on ticket #12

    Getting closer, math errors are gone. Now I hit two problems of which I could solve...

  • letmaik letmaik created ticket #12

    M_PI and NAN undefined (MSVC)

  • letmaik letmaik created ticket #11

    isfinite not available on MSVC < 2013

  • letmaik letmaik posted a comment on ticket #8

    This issue can be closed.

  • letmaik letmaik posted a comment on ticket #8

    There still seems to be a problem with the 64 bit build but I think that's nothing...

  • letmaik letmaik posted a comment on ticket #8

    I used the command line. Apparently the default is "whatever is installed", on another...

  • letmaik letmaik posted a comment on ticket #8

    I got it working now, the Makefile produced by cmake is for NMake, so I have to invoke...

  • letmaik letmaik posted a comment on ticket #8

    I switched to cmake now. It finds glib after I manually define the glib2 dir using...

  • letmaik letmaik created ticket #8

    Problems compiling with MSVC

  • letmaik letmaik posted a comment on discussion Help

    I'm interested in the same. I need to process the raw Bayer pixels to eliminate hot...

  • letmaik letmaik posted a comment on discussion Open Discussion

    I had a similar issue when I compiled and installed lensfun myself. The problem is...

1