Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 15:37:54 -0700 (Wed, 19 Sep 2007)
Revision: 125
Log message:
* Updated to use the iPhoto '08 export plugin API, which caused many changes in the names and availability of various metadata.
* Output window now auto-scrolls when new output is added.
* Version incremented to 1.0.
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 18:43:41 -0700 (Wed, 19 Sep 2007)
Revision: 126
Log message:
* Actually added the autoscrolling files.
* The bundle now gets built with a custom icon. This was way too much work.
* Added the icon to the panel for prettiness.
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 19:20:17 -0700 (Wed, 19 Sep 2007)
Revision: 127
Log message:
This is v1.0. Updated the help a bit.
Changes | Path(relative to ScriptExport) |
+13 -1 | ScriptExportHelp.html |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 20:10:50 -0700 (Wed, 19 Sep 2007)
Revision: 128
Log message:
Release tag
Changes | Path(relative to ScriptExport-tags/Release-1.0) |
Copied | . (from rev 127, ScriptExport) |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:39:42 -0700 (Fri, 28 Sep 2007)
Revision: 129
Log message:
Added a logging library. Added iter and iteri to ReArray. Some OMakefile
fixes.
Changes | Path(relative to ocaml-util) |
+4 -2 | OMakefile |
+8 -0 | ReArray.ml |
Added | ReLog.ml |
Properties | ReLog.ml |
+5 -4 | test/ReListT.ml |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:40:05 -0700 (Fri, 28 Sep 2007)
Revision: 130
Log message:
...
Changes | Path(relative to sudoku) |
Added | . |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:40:55 -0700 (Fri, 28 Sep 2007)
Revision: 131
Log message:
A sudoku solver. Not finished yet.
The worklist implementation should probably be moved to n8util.
Changes | Path(relative to sudoku) |
Added | OMakefile |
Properties | OMakefile |
Added | OMakeroot |
Properties | OMakeroot |
Added | sudoku.ml |
Properties | sudoku.ml |
Added | worklist.ml |
Properties | worklist.ml |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:53:44 -0700 (Fri, 28 Sep 2007)
Revision: 132
Log message:
The process_pending_constraint function should be complete now.
Changes | Path(relative to sudoku) |
+18 -1 | sudoku.ml |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 22:18:09 -0700 (Fri, 28 Sep 2007)
Revision: 133
Log message:
Still not finished, but it compiles!
Changes | Path(relative to sudoku) |
+47 -49 | sudoku.ml |