summaryrefslogtreecommitdiff
path: root/PACE/docs
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-05 22:44:00 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-05 22:44:00 +0000
commit2da29c377099fc5b346dd26ae000166a437f3b90 (patch)
tree243ed3a3ace31cf39129fae3631ab81dc7e6e4ce /PACE/docs
parentb21531344464d6a315c5370ef280bf30e99aaf1e (diff)
downloadATCD-2da29c377099fc5b346dd26ae000166a437f3b90.tar.gz
Mon Jun 5 17:43:07 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/docs')
-rw-r--r--PACE/docs/todo.txt44
1 files changed, 39 insertions, 5 deletions
diff --git a/PACE/docs/todo.txt b/PACE/docs/todo.txt
index ca7fce41207..40217b07bfd 100644
--- a/PACE/docs/todo.txt
+++ b/PACE/docs/todo.txt
@@ -1,7 +1,41 @@
+Mon Jun 5 17:32:36 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * Makefile/libraries: Joe
+ One place of [.h] files. The makefile needs to determine
+ the correct platform and include {-I} the correct path
+ for the appropriate platform directory.
+
+ * PACE_OS (/vxworks/win32: Luther)(/linux/sunos)
+
+ etc... These directories need to compile correctly under
+ the appropriate platform. For now, Andrew is porting
+ sunos and linux and I (Luther) am porting vxworks and
+ win32. We need to finish all the platforms quickly so
+ this should change daily. Especially once the Makefiles
+ work correctly.
+
+ * ACE_OS: Darrell and St. Louis team.
+ Darrell is breaking ACE_OS up. Joe, myself and the St.
+ Louis team needs to start implementing ACE_OS in terms
+ of PACE. We can do this directly in OS.h/inl/cpp as
+ well as in the files that Darrell is subsetting ACE_OS
+ out into.
+
+ * STL:
+ Eric and Bjorn are looking at the classes in ACE that use
+ the ACE containers. We are looking at the amount of work
+ and usefullness to be gained from changing the ACE
+ container interfaces to be consistent with the STL.
+
+ * pace++:
+ Threads: Umar
+ IPC: Nortel
+
+
Tue May 23 17:55:40 2000 Luther J Baker <luther@cs.wustl.edu>
- * When compiling pace/pace/* files, all .o files all currently
- appear in the pace/pace directory. E.G.: pace/pace/sys/socket.c
- generates pace/pace/socket.o. This needs to be addressed
- concurrently as we build the pacelib and link to the rest of
- ace.
+ * When compiling pace/pace/* files, all .o files all currently
+ appear in the pace/pace directory. E.G.: pace/pace/sys/socket.c
+ generates pace/pace/socket.o. This needs to be addressed
+ concurrently as we build the pacelib and link to the rest of
+ ace.