Commit Graph

73 Commits

Author SHA1 Message Date
f34b575f55 Use NDK r28b 2025-08-10 19:50:34 +03:00
7a49865ea3 Add workflow for build 2025-08-10 19:46:51 +03:00
f5e465b995 pmt: reformat code 2025-08-10 18:44:58 +03:00
787a2e4e46 Add issue templates and add some extra notes in USAGE.md 2025-08-10 00:12:35 +03:00
70328dc4db Write docs and fixup real-path and real-size-path delimiters. 2025-08-09 23:58:09 +03:00
fc1e45f2ca partitionSizeFunction: fiz --only-size flag 2025-08-09 22:24:03 +03:00
8e629d60d0 pmt: New features and improvements
- Added type getter and reboot function
 - Writed a garbage collector, so manually freeing memory and closing file descriptors is removed
 - Some other improvements
2025-08-09 12:48:04 +03:00
8b3e886eee pmt: Improve performance and functions
- Added two new functions
 - Improved functions
 - Reformatted code (scripts and src/ include/)
 - Increased processing speed with multi-threading
2025-08-07 14:49:24 +03:00
6294482b39 pmt: ready for release
- Fix memory leaks
 - Writed functions and apply
 - Test pmt and verify stability
2025-08-06 21:58:05 +03:00
670f2bfad5 cleanup 2025-08-03 22:24:51 +03:00
b2a84fc1e6 cleanup 2025-08-03 22:22:34 +03:00
e1ec42a523 cleanup 2025-08-03 22:21:33 +03:00
25e3630a2b pmt: fix some minor typo issues and including problems etc. (more) 2025-08-03 21:37:02 +03:00
fe51bf1644 pmt: fix build issues with NDK 2025-07-29 21:20:31 +03:00
0b76d33715 pmt: add minor detail 2025-07-28 23:33:22 +03:00
a58adb6a28 pmt: Write the function base
- Write the function manager.
 - Make minor changes to the function structure.
 - Add CLI11 license.
 - Added main function to libpmt.
2025-07-28 22:36:15 +03:00
40260d5ae3 libhelper: fixup memory leak 2025-07-26 10:28:17 +03:00
7017cfc9a4 CMake: clean unnecessary flags etc. 2025-07-24 18:20:53 +03:00
9cd97a085e pmt: The basis of the system for adding features was created and improvements were made.
- The basic header contents of the system, designed to easily add features, were written.
 - The [CLI11](https://github.com/CLIUtils/CLI11) project was included to provide a better experience for the project.
 - Improved logging system.
 - Unnecessary code cleaned.
2025-07-24 17:38:31 +03:00
18b5700cbd CMake: change the order in which libraries are included 2025-07-23 19:46:34 +03:00
d907ee9447 pmt: Improvement.
- At build time, the version, compile time, CMake version, compiler version, and compiler flags are retrieved with the new CMake module and a header is created. This header provides more robust version management and notifications.
- Build warnings fixed, code corrected for compilation.
- Improvements were made to CMake code.
- Modifications were made to the tests to read the library's version information.
2025-07-23 18:49:08 +03:00
424d651ce3 pmt: Add README and LICENSE 2025-07-21 12:13:20 +03:00
d65867c249 pmt: first codes. 2025-07-21 12:08:45 +03:00