aisearch-commit Mailing List for AISearch
Status: Inactive
Brought to you by:
palmalex
You can subscribe to this list here.
| 2002 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Alessio P. <pal...@us...> - 2002-02-02 00:55:09
|
Update of /cvsroot/aisearch/aisearch In directory usw-pr-cvs1:/tmp/cvs-serv9868 Modified Files: tiny_utility.hh Log Message: * define an index function to compile on solaris ***** Bogus filespec: tiny_utility.hh,1.1.1.1 |
|
From: Alessio P. <pal...@us...> - 2002-01-24 17:38:21
|
Update of /cvsroot/aisearch/aisearch In directory usw-pr-cvs1:/tmp/cvs-serv28067 Modified Files: ChangeLog Makefile testBoard.cc Added Files: crono.cc crono.hh Log Message: Modified timer, increase precision --- crono.cc DELETED --- Index: Makefile =================================================================== RCS file: /cvsroot/aisearch/aisearch/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 2002/01/21 18:16:43 1.1.1.1 --- Makefile 2002/01/24 17:38:18 1.2 *************** *** 34,38 **** EXEFILE:= testBoard MakeTestFile ! FILE_OBJ= AIsearch.o Board.o testBoard.o distance.o AIsearch_impl.o tiny_utility.o --- 34,39 ---- EXEFILE:= testBoard MakeTestFile ! FILE_OBJ := AIsearch.o Board.o testBoard.o distance.o AIsearch_impl.o ! FILE_OBJ += tiny_utility.o crono.o Index: ChangeLog =================================================================== RCS file: /cvsroot/aisearch/aisearch/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ChangeLog 2002/01/21 18:16:43 1.1.1.1 --- ChangeLog 2002/01/24 17:38:18 1.2 *************** *** 1,2 **** --- 1,7 ---- + 2002-01-24 Alessio Palmieri <pal...@li...> + + * crono.hh: Aggiunto questa classe per misurare con maggior + precisione i tempi. + 2002-01-19 Alessio Palmieri <pal...@li...> ***** Bogus filespec: testBoard.cc,1.1.1.1 |
|
From: Alessio P. <pal...@us...> - 2002-01-23 00:19:37
|
Update of /cvsroot/aisearch/aisearch In directory usw-pr-cvs1:/tmp/cvs-serv5011 Modified Files: Board.cc Log Message: Some comments about index funcion and SunOs compiler ***** Bogus filespec: Board.cc,1.1.1.1 |