SIEdit/lib
Şan Güneş 420eee4e98
Add AppImage packaging for Linux ()
* Fix filename for libweaver.so

CMake was adding an extra "lib" prefix on linux, with filename resulting
in "liblibweaver.so". Now it generates it as "libweaver.so."

* Add Linux workflow

The workflow runs on ubuntu and creates 2 arficacts: libweaver.so and an
AppImage containing the SI Editor GUI app.

Also adding a .desktop file as required for building an AppImage.
2024-12-18 17:08:01 -05:00
..
CMakeLists.txt Add AppImage packaging for Linux () 2024-12-18 17:08:01 -05:00
core.cpp lib: start re-weaving implementation 2022-07-11 14:19:36 -07:00
core.h lib: improved chunking reading and writing 2022-07-18 02:12:22 -07:00
file.cpp Initalize d to avoid a warning 2023-09-26 21:27:03 -06:00
file.h lib: fixed more windows related issues 2022-07-31 15:20:32 -07:00
info.h code: major refactoring 2022-07-18 00:27:00 -07:00
interleaf.cpp added support for SI 2.1 (pre-alpha) 2023-10-31 18:52:19 -07:00
interleaf.h added support for SI 2.1 (pre-alpha) 2023-10-31 18:52:19 -07:00
object.cpp lib: initialize time offset 2023-08-25 19:39:38 -07:00
object.h lib: insert padding when listing objects too 2023-08-21 18:14:17 -07:00
othertypes.h lib: insert empty flic frame where necessary 2022-08-04 16:32:18 -07:00
sitypes.cpp lib: cleaned up old references 2022-07-18 11:26:26 -07:00
sitypes.h app/lib: move maximum volume const to lib 2022-08-06 20:10:28 -07:00
types.h lib: fix 64-bit integer typedefs for old msvc 2024-12-09 14:39:10 -05:00
util.h lib: implement abstract file handler 2022-07-18 11:25:00 -07:00