From ac18275d58bc70de73a5a962d652406b28d8d357 Mon Sep 17 00:00:00 2001 From: Artur Wojcik Date: Thu, 9 Jan 2025 14:39:28 +0100 Subject: [PATCH 1/2] missing export on base64_encode() (#3748) --- src/include/migraphx/base64.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/migraphx/base64.hpp b/src/include/migraphx/base64.hpp index 36035430826..2af7a60b201 100644 --- a/src/include/migraphx/base64.hpp +++ b/src/include/migraphx/base64.hpp @@ -31,7 +31,7 @@ namespace migraphx { inline namespace MIGRAPHX_INLINE_NS { /// encode string to base64 -std::string base64_encode(const std::string& str); +std::string MIGRAPHX_EXPORT base64_encode(const std::string& str); } // namespace MIGRAPHX_INLINE_NS } // namespace migraphx From 6d02806ef6cf5e45f2c503284615129862f3a178 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Thu, 9 Jan 2025 08:40:41 -0500 Subject: [PATCH 2/2] Update LICENSE to 2025 (#3744) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e50259a9d70..a11ab36baf0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2015-2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal