From 313ab92531fbfacb955f9de85d3fc611f8064154 Mon Sep 17 00:00:00 2001
From: a1xd <68629610+a1xd@users.noreply.github.com>
Date: Mon, 24 Aug 2020 04:24:33 -0400
Subject: clean up wrapper, minimize heap alloc
---
grapher/grapher.csproj | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
(limited to 'grapher/grapher.csproj')
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index 6e03ae0..a700ffe 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -13,24 +13,27 @@
true
true
-
- x64
+
true
- full
- false
- bin\Debug\
+ bin\x64\Debug\
DEBUG;TRACE
+ full
+ x64
+ 7.3
prompt
- 4
+ MinimumRecommendedRules.ruleset
+ true
-
- x64
- pdbonly
- true
- bin\Release\
+
+ bin\x64\Release\
TRACE
+ true
+ pdbonly
+ x64
+ 7.3
prompt
- 4
+ MinimumRecommendedRules.ruleset
+ true
--
cgit v1.2.3
From 9010cc593af419dd824dba0ade6a2022aea6143f Mon Sep 17 00:00:00 2001
From: a1xd <68629610+a1xd@users.noreply.github.com>
Date: Mon, 31 Aug 2020 19:41:21 -0400
Subject: add independent xy accel to driver
other changes:
modifier_args type name is now settings,
which is now the type passed in driver ioctl
remove most settings/args verification from driver,
plan to let gui handle most of it
add another accel arg, rate, which is used to set
the 'accel' parameter of types which call exp (nat/sig),
might want to cap it
add (update) serializable DriverSettings (ModifierArgs) class to
gui and static methods for interop
remove properties from ManagedAccel, its now just a black box
for accessing modifier methods
add exception handling in wrapper_io to throw proper managed types
change SettingsManager::Startup to make a new settings file
if an error occurs during deserialization
change structure of accel types; how offset and weight are applied
now depend on additivity of types
remove tagged_union and add a handrolled variant/visit impl
AccelGui::UpdateActiveValueLabels currently broken for caps
and a few other args
remove gui default layout and initial natural accel setup
cli not updated
---
grapher/grapher.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'grapher/grapher.csproj')
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index a700ffe..d34e678 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -88,7 +88,7 @@
-
+
--
cgit v1.2.3