p4-fusion v1.6
This release reduces the sync time p4-fusion takes when running over a Git repository that already exists. Also includes minor improvements, possible linkage error fixes, fixes a possible bug in the error handling across threads, and utilises the full names configured for users in Perforce to provide a user name in Git.
This release also adds a CI pipeline to the repository using Github Actions.
What's Changed
- git: Append CL number to commit title for better readability by @twarit-waikar in #6
- ci: Add clang-format check by @twarit-waikar in #8
- ci: Add build CI + Possible linking error with PCRE and Zlib by @twarit-waikar in #10
- p4: Improve text buffer handling to be less error prone, less likely to break by @twarit-waikar in #11
- p4: Retrieve user full names if possible and use those while committing by @twarit-waikar in #12
- threadpool: Guard exceptions array behind a mutex by @twarit-waikar in #13
Full Changelog: v1.5...v1.6