Remove boost dependency 30/303330/11
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 26 Dec 2023 03:44:10 +0000 (12:44 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Fri, 16 Feb 2024 08:16:33 +0000 (17:16 +0900)
commitbc819e6bce3bc061383b27e476882aa3babb48c6
tree180d9abbcac04f638f5dc4a80a39674882afa8dd
parentb04cf9b96466d8ff66692a8e5d84a440bc9366f3
Remove boost dependency

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/manifest-parser/+/303072
 - https://review.tizen.org/gerrit/c/platform/core/appfw/tpk-manifest-handlers/+/303073

Change-Id: Ib3688fa88c575d86568226e73bfef5f71569a2a2
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
165 files changed:
CMakeLists.txt
packaging/app-installers.spec
src/common/CMakeLists.txt
src/common/app-installers.pc.in
src/common/app_query_interface.cc
src/common/app_query_interface.h
src/common/certificate_validation.cc
src/common/certificate_validation.h
src/common/dependency_checker.cc
src/common/external_mount.cc
src/common/external_storage.cc
src/common/external_storage.h
src/common/feature_validator.cc
src/common/global_recovery_file.cc
src/common/global_recovery_file.h
src/common/installer/app_installer.cc
src/common/installer/app_installer.h
src/common/installer_context.h
src/common/mount_base.h
src/common/pkgmgr_interface.cc
src/common/pkgmgr_interface.h
src/common/pkgmgr_registration.cc
src/common/pkgmgr_registration.h
src/common/plugins/plugin.h
src/common/plugins/plugin_list_parser.cc
src/common/plugins/plugin_list_parser.h
src/common/plugins/plugin_manager.cc
src/common/plugins/plugin_manager.h
src/common/plugins/plugin_xml_parser.h
src/common/recovery_file.cc
src/common/recovery_file.h
src/common/security_registration.cc
src/common/security_registration.h
src/common/shared_dirs.cc
src/common/shared_dirs.h
src/common/signature.cc
src/common/signature.h
src/common/step/backup/step_backup_icons.cc
src/common/step/backup/step_backup_icons.h
src/common/step/backup/step_backup_manifest.cc
src/common/step/backup/step_copy_backup.cc
src/common/step/backup/step_copy_backup.h
src/common/step/configuration/step_block_cross_update.cc
src/common/step/configuration/step_configure.cc
src/common/step/configuration/step_parse_manifest.cc
src/common/step/configuration/step_parse_manifest.h
src/common/step/configuration/step_parse_preload.cc
src/common/step/filesystem/step_change_ownership_and_permission.cc
src/common/step/filesystem/step_copy.cc
src/common/step/filesystem/step_copy_storage_directories.cc
src/common/step/filesystem/step_copy_storage_directories.h
src/common/step/filesystem/step_copy_tep.cc
src/common/step/filesystem/step_create_icons.cc
src/common/step/filesystem/step_create_icons.h
src/common/step/filesystem/step_create_res_control_directories.cc
src/common/step/filesystem/step_create_storage_directories.cc
src/common/step/filesystem/step_delta_patch.cc
src/common/step/filesystem/step_delta_patch.h
src/common/step/filesystem/step_migrate_legacy_external_image.cc
src/common/step/filesystem/step_move_installed_storage.cc
src/common/step/filesystem/step_move_installed_storage.h
src/common/step/filesystem/step_recover_external_storage.cc
src/common/step/filesystem/step_recover_files.cc
src/common/step/filesystem/step_recover_files.h
src/common/step/filesystem/step_recover_globalapp_symlinks.cc
src/common/step/filesystem/step_recover_icons.cc
src/common/step/filesystem/step_recover_icons.h
src/common/step/filesystem/step_recover_manifest.cc
src/common/step/filesystem/step_recover_storage_directories.cc
src/common/step/filesystem/step_recover_storage_directories.h
src/common/step/filesystem/step_remove_files.cc
src/common/step/filesystem/step_remove_icons.cc
src/common/step/filesystem/step_remove_icons.h
src/common/step/filesystem/step_remove_temporary_directory.cc
src/common/step/filesystem/step_remove_temporary_directory.h
src/common/step/filesystem/step_remove_tep.cc
src/common/step/filesystem/step_remove_user_data.cc
src/common/step/filesystem/step_remove_zip_image.cc
src/common/step/filesystem/step_unzip.cc
src/common/step/filesystem/step_unzip.h
src/common/step/filesystem/step_update_storage_directories.cc
src/common/step/filesystem/step_update_storage_directories.h
src/common/step/filesystem/step_update_tep.cc
src/common/step/filesystem/step_update_tep.h
src/common/step/mount/step_check_mount_path.cc
src/common/step/mount/step_mount_install.cc
src/common/step/mount/step_mount_install.h
src/common/step/mount/step_mount_recover.cc
src/common/step/mount/step_mount_recover.h
src/common/step/mount/step_mount_unpacked.cc
src/common/step/mount/step_mount_unpacked.h
src/common/step/mount/step_mount_update.cc
src/common/step/mount/step_mount_update.h
src/common/step/mount/step_unmount.cc
src/common/step/mount/step_unmount.h
src/common/step/pkgmgr/step_check_force_clean.cc
src/common/step/pkgmgr/step_recover_application.cc
src/common/step/pkgmgr/step_recover_parser_plugins.cc
src/common/step/pkgmgr/step_recover_priv_sharedres.cc
src/common/step/pkgmgr/step_register_app.cc
src/common/step/pkgmgr/step_remove_manifest.cc
src/common/step/pkgmgr/step_remove_priv_sharedres.cc
src/common/step/pkgmgr/step_run_parser_plugins.cc
src/common/step/pkgmgr/step_run_parser_plugins.h
src/common/step/pkgmgr/step_unregister_app.cc
src/common/step/pkgmgr/step_update_app.cc
src/common/step/rds/step_rds_modify.cc
src/common/step/rds/step_rds_modify.h
src/common/step/rds/step_rds_parse.cc
src/common/step/rds/step_rds_parse.h
src/common/step/recovery/step_create_recovery_file.cc
src/common/step/security/step_get_privilege_level.cc
src/common/step/security/step_privacy_privilege.cc
src/common/step/security/step_privilege_compatibility.cc
src/common/step/security/step_recover_security.cc
src/common/step/security/step_recover_signature.cc
src/common/step/security/step_recover_signature.h
src/common/step/security/step_recover_trust_anchor.h
src/common/step/security/step_register_security.cc
src/common/step/security/step_register_trust_anchor.cc
src/common/step/security/step_revoke_security.cc
src/common/step/security/step_revoke_trust_anchor.cc
src/common/step/security/step_rollback_deinstallation_security.cc
src/common/step/security/step_rollback_installation_security.cc
src/common/step/security/step_signature.cc
src/common/step/security/step_signature.h
src/common/step/security/step_unregister_trust_anchor.cc
src/common/step/security/step_update_security.cc
src/common/step/step.h
src/common/tzip_interface.cc
src/common/tzip_interface.h
src/common/utils/base64.cc
src/common/utils/file_util.cc
src/common/utils/file_util.h
src/common/utils/manifest_util.cc
src/common/utils/manifest_util.h
src/common/utils/paths.cc
src/common/utils/paths.h
src/common/utils/request.cc
src/common/utils/request.h
src/common/utils/user_util.cc
src/common/utils/user_util.h
src/common/zip_interface.h
src/pkg_initdb/CMakeLists.txt
src/pkg_initdb/init_pkg_db.cc
src/pkg_initdb/manifest_loader.cc
src/pkg_initdb/manifest_loader.h
src/pkg_initdb/option_checker.cc
src/pkg_initdb/option_checker.h
src/pkg_recovery/CMakeLists.txt
src/pkg_recovery/pkg_recovery.cc
test/smoke_tests/CMakeLists.txt
test/smoke_tests/common/CMakeLists.txt
test/smoke_tests/common/smoke_utils.cc
test/smoke_tests/common/smoke_utils.h
test/smoke_tests/libs/test_assessor.cc
test/smoke_tests/libs/test_assessor.h
test/smoke_tests/libs/test_category_fail_plugin.cc
test/smoke_tests/libs/test_category_plugin.cc
test/smoke_tests/libs/test_metadata_fail_plugin.cc
test/smoke_tests/libs/test_metadata_plugin.cc
test/smoke_tests/libs/test_tag_fail_plugin.cc
test/smoke_tests/libs/test_tag_plugin.cc
test/smoke_tests/plugins_smoketest.cc
test/smoke_tests/signature_smoketest.cc