aboutsummaryrefslogtreecommitdiff
path: root/packages/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-20 23:24:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-20 23:24:55 +0000
commit955cc42c5eda6614895061f5d7f9058d2c0d9a9a (patch)
tree6dbbc5b6772bc0ec9bc30fc3d8b7ea89b89df577 /packages/TODO
parent2eaad01d335b72f78eb0d6344ac31fce46a82e68 (diff)
made the Pd-0.38-2hcs0 release based on the Pd.app from Ben Bogard/PixelTANGO
svn path=/trunk/; revision=2797
Diffstat (limited to 'packages/TODO')
-rw-r--r--packages/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/TODO b/packages/TODO
new file mode 100644
index 00000000..9d55adb9
--- /dev/null
+++ b/packages/TODO
@@ -0,0 +1,11 @@
+
+- global versioning system
+ the package releases should have versions of there own which apply to
+ all packages, regardless of format or OS. This will make for easy and
+ seemless cross-platform work.
+
+- global optimization flags
+ ideally, you would use a version of Pd that is fully optimized for your
+ CPU. In order to do this, a system of optimization flags needs to be
+ developed so that you can specific the target CPU in one place and have
+ everything compile for that CPU.