From 6ba2b61bbade7f3728d57eb47644fd1b668df9a4 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 6 Jul 2012 09:43:15 +0200 Subject: 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. --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO (limited to 'TODO') 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. -- cgit v1.2.3