Activity for Allen Barnett

  • Allen Barnett Allen Barnett modified a comment on ticket #5

    Thanks for the report. I think using the CMake version of the build system would be the best way to introduce the --std=c++14 flag. What version of CMake is available in the port system?

  • Allen Barnett Allen Barnett posted a comment on ticket #5

    Thanks for the report. I think using the CMake version of the build systemm would be the best way to introduce the --std=c++14 flag. What version of CMake is available in the port system?

  • Allen Barnett Allen Barnett created a blog post

    Release of libEMF-1.0.13

  • Allen Barnett Allen Barnett committed [r99]

    Add CVE message to NEWS file.

  • Allen Barnett Allen Barnett committed [r98]

    I learned something new: integer division of INT_MIN (0x80000000) by

  • Allen Barnett Allen Barnett created a blog post

    Re-Release of libEMF-1.0.12

  • Allen Barnett Allen Barnett committed [r97]

    For re-release: Merge the updated NEWS file from the trunk.

  • Allen Barnett Allen Barnett committed [r96]

    Add the resolved CVEs to the NEWS file.

  • Allen Barnett Allen Barnett committed [r95]

    Tag 1.0.12

  • Allen Barnett Allen Barnett created a blog post

    Release of libEMF-1.0.12

  • Allen Barnett Allen Barnett committed [r94]

    Use a few more C++11-isms to simplify the code.

  • Allen Barnett Allen Barnett committed [r93]

    1. Be more resistant to division by zero in the window and viewport

  • Allen Barnett Allen Barnett committed [r92]

    Be more robust in the face of corrupted metafiles. Print a bit more

  • Allen Barnett Allen Barnett modified a comment on ticket #3

    Hi Michael: I have committed your patches to the SVN repository. Please check out the trunk and make sure it functions as you expect. Thanks, Allen On Sun, Sep 22, 2019 at 10:43 AM Michael Shigorin gvy@users.sourceforge.net wrote: [patches:#3] https://sourceforge.net/p/libemf/patches/3/ initial aarch64 and e2k support patches* Status: open Group: Unstable_(example) Labels: arch Created: Sun Sep 22, 2019 02:43 PM UTC by Michael Shigorin Last Updated: Sun Sep 22, 2019 02:43 PM UTC Owner: nobody Attachments:...

  • Allen Barnett Allen Barnett modified a comment on ticket #3

    Done. And thanks for your contribution! On Sat, Mar 28, 2020 at 4:02 PM Michael Shigorin mike@altlinux.org wrote: On Sat, Mar 28, 2020 at 07:56:33PM -0000, Allen Barnett wrote: I committed the updated config.sub and config.guess. svn up; ./configure; make CXXFLAGS+=-std=c++11 all check went fine, thank you! If you're happy, I will close ticket #3. I was happy with your initial commit already :-) -- ---- WBR, Michael Shigorin / http://altlinux.org ------ http://opennet.ru / http://anna-news.info

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    Done. And thanks for your contribution! On Sat, Mar 28, 2020 at 4:02 PM Michael Shigorin mike@altlinux.org wrote: On Sat, Mar 28, 2020 at 07:56:33PM -0000, Allen Barnett wrote: I committed the updated config.sub and config.guess. svn up; ./configure; make CXXFLAGS+=-std=c++11 all check went fine, thank you! If you're happy, I will close ticket #3. I was happy with your initial commit already :-) -- ---- WBR, Michael Shigorin / http://altlinux.org ------ http://opennet.ru / http://anna-news.info --...

  • Allen Barnett Allen Barnett modified ticket #3

    initial aarch64 and e2k support patches

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    On Sat, Mar 28, 2020 at 3:25 PM Allen Barnett allenbarnett5@gmail.com wrote: On Sat, Mar 28, 2020 at 3:08 PM Michael Shigorin mike@altlinux.org wrote: On Sat, Mar 28, 2020 at 06:54:27PM -0000, Allen Barnett wrote: Well almost, autoreconf -fisv has masked the need to update config/config.{guess,sub} from recent gnu-config so it has these arches handy too; would be perfect if you updated them from http://git.savannah.gnu.org/gitweb/?p=config.git I'm planning on deprecating the autoconf build in favor...

  • Allen Barnett Allen Barnett committed [r91]

    Update config.guess and config.sub to newer versions supporting aarch64 and

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    Hi Michael: I have committed your patches to the SVN repository. Please check out the trunk and make sure it functions as you expect. Thanks, Allen On Sun, Sep 22, 2019 at 10:43 AM Michael Shigorin gvy@users.sourceforge.net wrote: [patches:#3] https://sourceforge.net/p/libemf/patches/3/ initial aarch64 and e2k support patches* Status: open Group: Unstable_(example) Labels: arch Created: Sun Sep 22, 2019 02:43 PM UTC by Michael Shigorin Last Updated: Sun Sep 22, 2019 02:43 PM UTC Owner: nobody Attachments:...

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    On Sat, Mar 28, 2020 at 3:08 PM Michael Shigorin mike@altlinux.org wrote: On Sat, Mar 28, 2020 at 06:54:27PM -0000, Allen Barnett wrote: Well almost, autoreconf -fisv has masked the need to update config/config.{guess,sub} from recent gnu-config so it has these arches handy too; would be perfect if you updated them from http://git.savannah.gnu.org/gitweb/?p=config.git I'm planning on deprecating the autoconf build in favor of CMake. I find the autoconf stuff just to hard to maintain. Well if good...

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    On Sat, Mar 28, 2020 at 2:35 PM Michael Shigorin mike@altlinux.org wrote: On Sat, Mar 28, 2020 at 01:39:31PM -0400, Allen Barnett wrote: I have committed your patches to the SVN repository. Please check out the trunk and make sure it functions as you expect. Well almost, autoreconf -fisv has masked the need to update config/config.{guess,sub} from recent gnu-config so it has these arches handy too; would be perfect if you updated them from http://git.savannah.gnu.org/gitweb/?p=config.git I've tested...

  • Allen Barnett Allen Barnett committed [r90]

    Alternative build system based on CMake.

  • Allen Barnett Allen Barnett committed [r89]

    Add big-endian mips configuration.

  • Allen Barnett Allen Barnett committed [r88]

    Add "context" support for aarch64 and e2k architecture.

  • Allen Barnett Allen Barnett committed [r87]

    Fix file reading on big-endian CPUs.

  • Allen Barnett Allen Barnett committed [r86]

    Remove unused code.

  • Allen Barnett Allen Barnett committed [r85]

    Generally, try to be more robust in the face of inconsistent EMF

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    Thanks! I will try to apply your patches in the not-too-distant future.

  • Allen Barnett Allen Barnett posted a comment on ticket #4

    Hi Balint: Thank you for the patch. I see what you're getting at there. I don't have any way to test the big-endian code. I used to have a sparc-based javastation, but that has long since gone to electronics recycling. Do you have a suggestion for how I could build and test the big-endian code? Does QEMU simulate big-endian systems?

  • Allen Barnett Allen Barnett modified ticket #4

    docheck2 test failure

  • Allen Barnett Allen Barnett created a blog post

    Release of libEMF 1.0.11

  • Allen Barnett Allen Barnett posted a comment on ticket #4

    I guess this is fixed in 1.0.10 (and later). Thanks for the reports.

  • Allen Barnett Allen Barnett committed [r84]

    Tag 1.0.11

  • Allen Barnett Allen Barnett committed [r83]

    Update the version to 1.0.11.

  • Allen Barnett Allen Barnett committed [r82]

    Be more careful when reading a metafile. EOF is only allowed when

  • Allen Barnett Allen Barnett committed [r81]

    Tag 1.0.10

  • Allen Barnett Allen Barnett committed [r80]

    Rename the docheck scripts to docheck.sh and then add a dependency on

  • Allen Barnett Allen Barnett posted a comment on ticket #4

    For what it's worth, I think I have a fix for this. I'll try to patch it up over Christmas break. Thanks for your reports. On Mon, Dec 3, 2018 at 12:50 PM Daniel Bermond danielbermond@users.sourceforge.net wrote: I also have the same issue. I add here that the 'docheck2' test fails randomly for me. Sometimes it fails and sometimes it passes. System Information: OS: Arch Linux x86_64 Compiler: gcc 8.2.1 libEMF: 1.0.9 [bugs:#4] https://sourceforge.net/p/libemf/bugs/4/ docheck2 test failure* Status:...

  • Allen Barnett Allen Barnett posted a comment on ticket #4

    OK! I can cause the same problem on linux with "make -j2 check". So, I'm at the mercy...

  • Allen Barnett Allen Barnett posted a comment on ticket #4

    I'm not sure I can find such a system to test on. I'll ask around. Meanwhile, can...

  • Allen Barnett Allen Barnett posted a comment on ticket #4

    Hey: I just downloaded, built and tested the 1.0.9 release. It works OK for me (on...

  • Allen Barnett Allen Barnett created a blog post

    Release of libEMF-1.0.9

  • Allen Barnett Allen Barnett committed [r79]

    Update the Doxygen documentation.

  • Allen Barnett Allen Barnett committed [r78]

    Thanks to Guillaume Horel for pointing out that...

  • Allen Barnett Allen Barnett created a blog post

    Release of libEMF-1.0.8

  • Allen Barnett Allen Barnett committed [r77]

    An installer for testing. The idea is that you ...

  • Allen Barnett Allen Barnett committed [r76]

    Try to put installers (or distributions) here.

  • Allen Barnett Allen Barnett committed [r75]

    Not really a good place for this.

  • Allen Barnett Allen Barnett committed [r74]

    Create a place to store installers (or distribu...

  • Allen Barnett Allen Barnett committed [r73]

    Update the Doxyfile to version 1.8 and clean th...

  • Allen Barnett Allen Barnett committed [r72]

    Some more updates due to newer versions of the ...

  • Allen Barnett Allen Barnett committed [r71]

    More updates to the Doxygen HTML.

  • Allen Barnett Allen Barnett committed [r70]

    Add TextOutW and ExtTextOutW courtesy of Bill C...

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    Hey: I built your example program on Fedora Linux 21 using GCC 4.9.2, Qt 5.4.1, GLE...

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    Indeed; it is not very helpful. So, you've built everything with mingw: Qt, GLE,...

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    I realize it's a lot to ask of you, but can you run your test program under a debug...

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    Hi Romanick: Thank you for your bug report. I don't know when I'll be able to do...

  • Allen Barnett Allen Barnett modified ticket #1

    Patches needed to compile under GCC 3.2

  • Allen Barnett Allen Barnett posted a comment on ticket #1

    Sorry. For a long time source forge was throwing away my mail. It should work now,...

  • Allen Barnett Allen Barnett modified ticket #2

    libEMF-1.0.4

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    I think this is fixed.

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    Wow. I didn't even know these feature requests existed. This seems reasonable. I'll...

  • Allen Barnett Allen Barnett modified ticket #1

    Update to gcc4

  • Allen Barnett Allen Barnett posted a comment on ticket #1

    To the best of my knowledge this is so.

  • Allen Barnett Allen Barnett posted a comment on ticket #3

    Looks weird doesn't it. But LF_FACESIZE the size of the lfFaceName field and is a...

  • Allen Barnett Allen Barnett modified ticket #2

    Compile error on Linux 64 bit

  • Allen Barnett Allen Barnett posted a comment on ticket #2

    I think is fixed as well.

  • Allen Barnett Allen Barnett modified ticket #1

    gcc3 fix

  • Allen Barnett Allen Barnett posted a comment on ticket #1

    Well. How do you close a ticket?

  • Allen Barnett Allen Barnett posted a comment on ticket #1

    Hmm. I didn't know about the bug reporting. I reckon this is fixed.

1