summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make dependency upon gtk optionalAlexander Golubev2024-02-061-2/+8
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Update library version to 0.7.0Michele Calgaro2023-11-251-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove libglade related code, since libglade is no longer availableMichele Calgaro2023-11-243-163/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use __WORDSIZE instead of BFD_HOST_64BIT_LONGr14.1.1r14.1.0Slávek Banko2022-08-261-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 Calgaro2022-04-161-17/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix setting UUID of ELF file icon.Slávek Banko2020-12-291-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 Calgaro2020-07-211-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 Banko2020-01-291-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with binutils 2.34.Slávek Banko2020-01-274-101/+75
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Clean automake files and unusued 'po' folder.Michele Calgaro2019-04-291-39/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on FreeBSDSlávek Banko2016-04-141-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to missing link dl libraryFrançois Andriot2016-04-141-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Build static library with PICSlávek Banko2015-02-161-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Alter safe_rename behaviour to more closely match that of rename()Timothy Pearson2015-01-091-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 commitTimothy Pearson2015-01-091-1/+1
|
* Fix cross-device editing failuresTimothy Pearson2015-01-081-8/+22
| | | | This resolves Bug 2215
* Fix linked libraries with CMakeSlávek Banko2015-01-011-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to CMakeSlávek Banko2014-12-301-0/+69
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial importTimothy Pearson2014-12-2725-0/+5083