libappimage:fix_large_file_support_on_i386

Last commit made on 2019-04-12
Get this branch:
git clone -b fix_large_file_support_on_i386 https://git.launchpad.net/libappimage

Branch merges

Branch information

Name:
fix_large_file_support_on_i386
Repository:
lp:libappimage

Recent commits

afde918... by Alexis Lopez Zubieta <email address hidden>

Support large files on i386 builds

24302b2... by TheAssassin

Merge pull request #100 from AppImage/ld_load_libgobject-2.0.so.0

Ld load libgobject 2.0.so.0

89bdc9e... by Alexis Lopez Zubieta <email address hidden>

anotate known libgobject-2 library names in the different distributions

222a09a... by Alexis Lopez Zubieta <email address hidden>

Use explicit nullptr checks

d9dbb1f... by Alexis Lopez Zubieta <email address hidden>

Fix libgobject loading in centos

In Centos systems libgobject has by soname libgobject-2.0.so.0 which
differs from the one in debian systems. This commit will try that soname
if the libgobject-2.0.so fails to load.

fe01757... by Alexis Lopez Zubieta <email address hidden>

Allow creating a DLHandle from a list of sonames

fd7ee38... by TheAssassin

Release v1.0.0

b59eec0... by TheAssassin

No need to require CMake 3.8 for test

80affbc... by TheAssassin

Avoid recently introduced project VERSION argument for compatibility reasons

13e8021... by =?utf-8?q?Alexis_L=C3=B3pez_Zubieta?= <email address hidden>

Merge pull request #94 from AppImage/code-style

Code style improvements