Removed TODO
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 6 Feb 2020 09:08:11 +0000 (10:08 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 6 Feb 2020 09:08:11 +0000 (10:08 +0100)
Gbp-Dch: ignore

debian/TODO.Debian [deleted file]

diff --git a/debian/TODO.Debian b/debian/TODO.Debian
deleted file mode 100644 (file)
index efc9c4b..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-
-# 2017-11-08
-
-## drop libjuce
-it simply doesn't work.
-it's not supported by upstream.
-JUCE applications are meant to be compiled with the JUCE sources (statically
-linked).
-JUCE ABI keeps breaking.
-
-it was a lot of work, but we should try to swim too hard against the current...
-
-## keep multiple versions?
-API stability???
-
-#######################################################
-# old TODO
-
-
-## include headers
-do we want all headers starting with "juce_*"?
-
-## build libjuce
-we probably need a debug-version and a non-debug version
-
-or (alternatively) separate libraries for each of the modules.
-
-- check how to build the GUI widgets
-
-### use system installed libraries!
-
-basically done.
-
-Box2D is incompatible
-
-
-
-### clamp defines!
-
-the following defines need to be forced to
-- 0 in Release mode 
-- 1 in Debug mode
-defines:
- - JUCE_FORCE_DEBUG
- - JUCE_LOG_ASSERTIONS
- - JUCE_CHECK_MEMORY_LEAKS