From 894a13926f79e209e3b619012cd2bb6961d959e2 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 28 Jul 2020 01:53:32 -0700 Subject: Further refactoring and comments --- common/common.vcxitems | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index f60f78a..224792c 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -14,6 +14,7 @@ + -- cgit v1.2.3 From 33317e79489848ae537ac78b9c9e70372857aee8 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 29 Jul 2020 00:35:39 -0700 Subject: Separate accel implementations into files --- common/common.vcxitems | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 224792c..f33d8e1 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -14,10 +14,20 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From e8417a29fb2153ea035a757f36bfa300cf8b480d Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 30 Jul 2020 17:07:35 -0400 Subject: add tweaks for st-refactor --- common/common.vcxitems | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index f33d8e1..d1e8db0 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -14,20 +14,18 @@ - - + + + + + + + + + - - - - - - - - - \ No newline at end of file -- cgit v1.2.3