aboutsummaryrefslogtreecommitdiff
path: root/roadmap.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-31 18:42:25 +0200
committerJakob Odersky <jodersky@gmail.com>2014-03-31 18:42:25 +0200
commita1bfc08f034d49c8045d8ef616761658771ce5fd (patch)
treea45e2755e546b3ac89a71acc6d64ebd1d99a7f88 /roadmap.md
parenta4babe8581e8dd19cd9f4be7aa191890417ea98f (diff)
downloadakka-serial-a1bfc08f034d49c8045d8ef616761658771ce5fd.tar.gz
akka-serial-a1bfc08f034d49c8045d8ef616761658771ce5fd.tar.bz2
akka-serial-a1bfc08f034d49c8045d8ef616761658771ce5fd.zip
update documentation
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/roadmap.md b/roadmap.md
deleted file mode 100644
index f802daa..0000000
--- a/roadmap.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Roadmap - changes that are, will or may be applied
-
-## Application side
-- Eliminate registering to receive data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator. (DONE)
-- Use of direct buffers to increase performance when receiving and transmititng data. (DONE)
-- Remove flow-pack (Probably, it may look convenient at first but it is really a kind of dirty hack)
-
-## Build
-- Add better makefile build (Mostly done, TODO: become agnostic of jni.h location)
-- Add GNU Autotools build (Not sure, since autotools look kind of overly complex for a really simple native backend)
-- Add debian packaging (DONE)
-- Drop sbt native build (Probably, it seems like it was a mistake to call native compiler commands from sbt)
-- Reimplement native compilation for other Unix-like platforms \ No newline at end of file