Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace pthread and dl linking with cmake-based variables | Michele Calgaro | 2024-12-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Make dependency upon gtk optional | Alexander Golubev | 2024-02-06 | 1 | -2/+8 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | Update library version to 0.7.0 | Michele Calgaro | 2023-11-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove libglade related code, since libglade is no longer available | Michele Calgaro | 2023-11-24 | 3 | -163/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use __WORDSIZE instead of BFD_HOST_64BIT_LONGr14.1.1r14.1.0 | Slávek Banko | 2022-08-26 | 1 | -2/+3 |
| | | | | | | | | to verify the conformity of architecture. This resolves FTBFS with binutils >= 2.39 on amd64. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Rework unbalanced #ifdef blocks to improve code formatting. | Michele Calgaro | 2022-04-16 | 1 | -17/+13 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix setting UUID of ELF file icon. | Slávek Banko | 2020-12-29 | 1 | -0/+1 |
| | | | | | | | | The GUID was checked, converted to a UUID structure, but was not written to the icon. This could cause each call to libr_icon_setuuid to store a different UUID, making reproducible builds impossible. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed generation of corrupted executables when editing sections. This ↵ | Michele Calgaro | 2020-07-21 | 1 | -5/+0 |
| | | | | | | resolves issue #4. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS when bfd.h is considered internal and requires PACKAGE definitions. | Slávek Banko | 2020-01-29 | 1 | -0/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS with binutils 2.34. | Slávek Banko | 2020-01-27 | 4 | -101/+75 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Clean automake files and unusued 'po' folder. | Michele Calgaro | 2019-04-29 | 1 | -39/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS on FreeBSD | Slávek Banko | 2016-04-14 | 1 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS due to missing link dl library | François Andriot | 2016-04-14 | 1 | -1/+1 |
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> | ||||
* | Build static library with PIC | Slávek Banko | 2015-02-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Alter safe_rename behaviour to more closely match that of rename() | Timothy Pearson | 2015-01-09 | 1 | -4/+21 |
| | | | | This resolves bus errors on tdelibs build when using cross-device /tmp due to truncating libraries that tdelfeditor relies on when updating their metadata | ||||
* | Fix prior commit | Timothy Pearson | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Fix cross-device editing failures | Timothy Pearson | 2015-01-08 | 1 | -8/+22 |
| | | | | This resolves Bug 2215 | ||||
* | Fix linked libraries with CMake | Slávek Banko | 2015-01-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Conversion to CMake | Slávek Banko | 2014-12-30 | 1 | -0/+69 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Initial import | Timothy Pearson | 2014-12-27 | 25 | -0/+5083 |