Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document last changes
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Jul 2004 06:15:56 +0000 (06:15 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Jul 2004 06:15:56 +0000 (06:15 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@233 48e7efb5-ca39-0410-a469-dd3cf9ba447f

changelog

index cf652e7..946d12e 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,19 @@
+2004-07-07 Martin Quinson
+ Let's say it's version 0.0.2 ;)
+  - Implement conversions (yuhu!)
+  - Let it work on solaris (beside conversion, of course)
+  - Stupid me, using rand() to generate the conversion datatests in not wise.
+
+2004-07-06 Martin Quinson
+  - Let make dist work, since I'm gonna need it to compile on remote hosts
+  - Let Tests/datadesc_usage write the architecture on which the file was
+    generated as first byte.
+  - Add PowerPC (being also IRIX64), SPARC (also power4) and ALPHA
+    architecture descriptions. 
+  - Add datadesc_usage.{i386,ppc,sparc} files being the result of execution
+    on those architectures.
+  - Optimization: send/recv array of scalar in one shoot
+
 2004-07-05 Martin Quinson
   - YEAH! GRAS/SG and GRAS/RL are both able to run the ping example !