aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-06 09:43:15 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-06 09:52:22 +0200
commit6ba2b61bbade7f3728d57eb47644fd1b668df9a4 (patch)
tree0e5ff919f5a6ee41610caa62b8a780da5302ee20 /TODO
parentb3f6aab153ebdbd88ff7202dc9b116f603105599 (diff)
qmi-codegen: allow specifying a 'max-size' for the string variables
They will still be read into a new heap-allocated string, but we now control whether the user gives a proper size.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..c32be9a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
+
+
+List of things left for later:
+----------------------------------------
+
+ * qmi-codegen: Skip additional heap allocation for Strings marked with
+ 'max-size'. If the 'max-size' is short enough, we can just use arrays of
+ gchars with a specific size directly in the input/output bundle.