Commit Graph

20 Commits

Author SHA1 Message Date
11d75e401e pmt: reformat code, etc. 2025-11-24 18:50:57 +03:00
397b95466d pmt: reformat code, etc. 2025-09-24 22:14:25 +03:00
37dc3ac94b pmt: reformat code and improve workflow 2025-09-11 10:58:14 +03:00
9625bf6df0 pmt: Improve libhelper and libpartition_map, etc. 2025-09-07 21:54:35 +03:00
deab481fd7 pmt: reformat code, etc. 2025-09-04 20:42:50 +03:00
360959381b pmt: Improve libraries
- Tests have been improved.
 - Some functions and classes in libhelper have been improved for better results.
2025-09-02 12:41:09 +03:00
bfd3324558 pmt: reformat code 2025-08-27 22:24:50 +03:00
e0f0b5b484 pmt: Improvements for developers
- Android.bp was written to be included in ROMs/recoveries etc. in Android build system.
 - Macros have been added to simplify feature creation.
 - Some bug fixes (for JSON and pmt).
2025-08-27 15:50:40 +03:00
563e8a583e pmt: fix memory leaks, and improve info function
- Removed --no-write-test argument of memory test function
 - Fixed memory leak of memory test function
 - Improved info function with using nlohmann/json header-only library
 - Some other improvents
2025-08-14 12:56:29 +03:00
bf0df8cc83 pmt: add memory test function and some new functions to libhelper 2025-08-13 10:58:48 +03:00
295e890324 libhelper: improve garbageCollector 2025-08-11 09:48:00 +03:00
f5e465b995 pmt: reformat code 2025-08-10 18:44:58 +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
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
e1ec42a523 cleanup 2025-08-03 22:21:33 +03:00
fe51bf1644 pmt: fix build issues with NDK 2025-07-29 21:20:31 +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
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
d65867c249 pmt: first codes. 2025-07-21 12:08:45 +03:00