keepassxc/src
Jonathan White cfa94f69f3
Refactor: Move to simple default builds
* Remove individual feature flags in favor of a single `KPXC_MINIMAL` flag that removes advanced features from the build. Basic features are no longer guarded by feature flags.
* Basic features: Auto-Type, Yubikey, KeeShare
* Advanced features include: Browser (and passkeys), SSH Agent, and Secret Service
* Networking, Documentation, and Update Checking remain as feature flags to accommodate various distro requirements.

This change also cleans up the main CMakeLists.txt by re-arranging some content and placing macros into a dedicated include file. The minimum CMake version was bumped to 3.16.0 to conform to our minimum Ubuntu support of Focal (20.04). This also allows us to default to C++20, we fall back to C++17 for Qt versions less than 5.15.0 due to lack of support.

Lastly this change removes the KEEPASSXC_BUILD_TYPE="PreRelease" which is never used. We only support "Snapshot" and "Release" now.
2025-01-02 23:38:06 -05:00
..
autotype Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
browser Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
cli Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
core Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
crypto Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
fdosecrets Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
format Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
gui Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
keeshare Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
keys Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
networking Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
post_install Fix various typos (#8748) 2023-01-29 09:38:44 -05:00
proxy Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
qrcode Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
quickunlock Device Password fallback when Touch-ID devices are unavailable (#11410) 2024-11-10 17:10:04 -05:00
sshagent Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
streams clang-tidy: use auto 2022-05-01 16:02:02 -04:00
thirdparty Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
CMakeLists.txt Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
config-keepassx.h.cmake Refactor: Move to simple default builds 2025-01-02 23:38:06 -05:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp CLI: Restore the original codepage on windows 2024-12-03 14:32:27 -05:00