gem5-dev@gem5.org

The gem5 Developer List

View all threads

[S] Change in gem5/gem5[develop]: misc: Remove the m5 namespace

DC
Daniel Carvalho (Gerrit)
Tue, Jan 17, 2023 9:16 AM

Daniel Carvalho has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/67367?usp=email )

(

1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the
submitted one.
)Change subject: misc: Remove the m5 namespace
......................................................................

misc: Remove the m5 namespace

This namespace has gone through the deprecation period
and can now be removed.

Change-Id: Iffc6d903da1d619c0914379d0ceabc88453b3ac7
Signed-off-by: Daniel R. Carvalho odanrc@yahoo.com.br
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67367
Reviewed-by: Richard Cooper richard.cooper@arm.com
Maintainer: Jason Lowe-Power power.jg@gmail.com
Tested-by: kokoro noreply+kokoro@google.com

M src/base/coroutine.hh
M src/base/stl_helpers.hh
2 files changed, 17 insertions(+), 2 deletions(-)

Approvals:
kokoro: Regressions pass
Richard Cooper: Looks good to me, approved
Jason Lowe-Power: Looks good to me, approved

diff --git a/src/base/coroutine.hh b/src/base/coroutine.hh
index 63b26aa..000a0bf 100644
--- a/src/base/coroutine.hh
+++ b/src/base/coroutine.hh
@@ -44,7 +44,6 @@
#include "base/compiler.hh"
#include "base/fiber.hh"

-GEM5_DEPRECATED_NAMESPACE(m5, gem5);
namespace gem5
{

diff --git a/src/base/stl_helpers.hh b/src/base/stl_helpers.hh
index d16446d..d12f266 100644
--- a/src/base/stl_helpers.hh
+++ b/src/base/stl_helpers.hh
@@ -36,7 +36,6 @@

#include "base/compiler.hh"

-GEM5_DEPRECATED_NAMESPACE(m5, gem5);
namespace gem5
{

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/67367?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Iffc6d903da1d619c0914379d0ceabc88453b3ac7
Gerrit-Change-Number: 67367
Gerrit-PatchSet: 3
Gerrit-Owner: Daniel Carvalho odanrc@yahoo.com.br
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Daniel Carvalho odanrc@yahoo.com.br
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.com
Gerrit-Reviewer: Richard Cooper richard.cooper@arm.com
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-MessageType: merged

Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67367?usp=email ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: misc: Remove the m5 namespace ...................................................................... misc: Remove the m5 namespace This namespace has gone through the deprecation period and can now be removed. Change-Id: Iffc6d903da1d619c0914379d0ceabc88453b3ac7 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67367 Reviewed-by: Richard Cooper <richard.cooper@arm.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> --- M src/base/coroutine.hh M src/base/stl_helpers.hh 2 files changed, 17 insertions(+), 2 deletions(-) Approvals: kokoro: Regressions pass Richard Cooper: Looks good to me, approved Jason Lowe-Power: Looks good to me, approved diff --git a/src/base/coroutine.hh b/src/base/coroutine.hh index 63b26aa..000a0bf 100644 --- a/src/base/coroutine.hh +++ b/src/base/coroutine.hh @@ -44,7 +44,6 @@ #include "base/compiler.hh" #include "base/fiber.hh" -GEM5_DEPRECATED_NAMESPACE(m5, gem5); namespace gem5 { diff --git a/src/base/stl_helpers.hh b/src/base/stl_helpers.hh index d16446d..d12f266 100644 --- a/src/base/stl_helpers.hh +++ b/src/base/stl_helpers.hh @@ -36,7 +36,6 @@ #include "base/compiler.hh" -GEM5_DEPRECATED_NAMESPACE(m5, gem5); namespace gem5 { -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/67367?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings Gerrit-Project: public/gem5 Gerrit-Branch: develop Gerrit-Change-Id: Iffc6d903da1d619c0914379d0ceabc88453b3ac7 Gerrit-Change-Number: 67367 Gerrit-PatchSet: 3 Gerrit-Owner: Daniel Carvalho <odanrc@yahoo.com.br> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Daniel Carvalho <odanrc@yahoo.com.br> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com> Gerrit-Reviewer: Richard Cooper <richard.cooper@arm.com> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-MessageType: merged