Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/neuromanager/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.15 by orrisroot, Sat Feb 4 14:01:57 2006 UTC revision 1.16 by orrisroot, Tue Mar 14 13:20:10 2006 UTC
# Line 1  Line 1 
1    2006-03-14 22:17  orrisroot
2    
3            * NeuroManager.sln, Debug/.cvsignore, lib/libmcdata/libmcdata.rc,
4              lib/libsl4/libsl4.rc, neuromanager/DynamicItems.cpp,
5              neuromanager/DynamicItems.h, neuromanager/MCDataManager.cpp,
6              neuromanager/MCDataManager.h, neuromanager/MainFrm.cpp,
7              neuromanager/MainFrm.h, neuromanager/NeuroManager.cpp,
8              neuromanager/NeuroManager.h, neuromanager/NeuroManager.rc,
9              neuromanager/NeuroManager.vcproj,
10              neuromanager/NeuroManagerDoc.cpp, neuromanager/NeuroManagerDoc.h,
11              neuromanager/PCScanData.cpp, neuromanager/SpikeData.cpp,
12              neuromanager/SpikeDetector.cpp, neuromanager/SpikeView.cpp,
13              neuromanager/SpikeView.h, neuromanager/SpikeViewProperties.cpp,
14              neuromanager/SpikeViewProperties.h, neuromanager/resource.h,
15              neuromanager/stdafx.h, plugins/mcdata/pcscan2/PCScan2Data.cpp,
16              plugins/mcdata/pcscan2/pcscan2.cpp,
17              plugins/mcdata/pcscan2/pcscan2.h,
18              plugins/mcdata/pcscan2/pcscan2.rc,
19              plugins/mcdata/pcscan2/pcscan2.vcproj,
20              plugins/mcdata/pcscan2/resource.h: added template code for data
21              type plugins.
22    
23    2006-03-14 21:35  orrisroot
24    
25            * lib/libmcdata/libmcdata.cpp: added some headers include.
26    
27    2006-03-14 21:34  orrisroot
28    
29            * lib/libsl4/file.c: fixed memory allocate size.
30    
31    2006-03-14 13:26  orrisroot
32    
33            * lib/libmcdata/: MultiChannelData.cpp, MultiChannelData.h,
34              libmcdata.cpp, libmcdata.h, libmcdata.vcproj, resource.h: merged
35              CMultiChannelData class header and libmcdata.h.  revised some
36              code for libsl4 library API changes.
37    
38    2006-03-14 01:47  orrisroot
39    
40            * lib/libsl4/libsl4.h: formated proto types definition.
41    
42    2006-03-14 01:39  orrisroot
43    
44            * lib/libsl4/: config.h, file.c, libsl4.c, libsl4.h, string.c,
45              test/config.h.freebsd6, test/config.h.mingw32, test/test_file.c,
46              test/test_string.c: implemented some file operation code.
47    
48    2006-03-11 21:28  orrisroot
49    
50            * lib/libsl4/: libsl4.h, string.c, test/config.h.freebsd6,
51              test/test_string.c: added new function sl4_string_replace().
52    
53    2006-03-11 20:51  orrisroot
54    
55            * lib/libsl4/: config.h, libsl4.h, string.c, test/Makefile.common,
56              test/Makefile.freebsd6, test/Makefile.mingw32,
57              test/config.h.freebsd6, test/config.h.mingw32, test/libsl4.h,
58              test/test_string.c: changed API of 'sl4_string_compare()'.  fixed
59              some bug for string.c added memory debug definition for
60              Makefile.freebsd6 using dmalloc.  added test code for
61              sl4_string_t type.
62    
63    2006-03-10 17:34  orrisroot
64    
65            * lib/libsl4/: array.c, test/main.c, test/sl4assert.c,
66              test/sl4assert.h, test/test_array.c, test/test_file.c,
67              test/test_string.c: formated source code.
68    
69    2006-03-10 17:33  orrisroot
70    
71            * lib/libsl4/: array.c, libsl4.h, test/Makefile.common,
72              test/config.h.freebsd6, test/config.h.mingw32, test/main.c,
73              test/test_array.c: finished to debug array.c.
74    
75    2006-03-10 15:21  orrisroot
76    
77            * lib/libsl4/test/: Makefile.common, Makefile.freebsd6,
78              Makefile.mingw32, main.c, sl4assert.c, sl4assert.h, test_file.c,
79              test_string.c: added test source code.
80    
81    2006-03-10 15:13  orrisroot
82    
83            * lib/libsl4/: libsl4.c, resource.h, string.c: fixed bug of
84              sl4_string_tokenize() changed newline code CRLF to LF.
85    
86    2006-03-10 11:11  orrisroot
87    
88            * lib/libsl4/: array.c, config.h, file.c, libsl4.h, list.c,
89              mutex.c, resource.h, string.c: changed newline code of satellite4
90              sources from CRLF to LF.  fixed NEXT_RESOURCE_VALUE in resource.h
91    
92    2006-03-10 11:07  orrisroot
93    
94            * lib/libsl4/: config.h, string.c: fixed compile error for
95              sl4_string_sprintf().
96    
97    2006-03-09 17:30  orrisroot
98    
99            * lib/libsl4/: file.c, libsl4.c, libsl4.h, libsl4.vcproj, mutex.c,
100              string.c: added new method sl4_string_tokenize()
101    
102    2006-03-09 14:13  orrisroot
103    
104            * lib/libsl4/: config.h, file.c, libsl4.h, libsl4.vcproj, mutex.c:
105              added new data type sl4_file_t .
106    
107    2006-03-07 15:45  orrisroot
108    
109            * lib/libsl4/: array.c, libsl4.h, mutex.c, string.c: changed
110              sl4_string_t api.
111    
112    2006-02-04 23:01  orrisroot
113    
114            * ChangeLog: added change logs for obsolute directory 'res'
115    
116  2006-02-04 22:54  orrisroot  2006-02-04 22:54  orrisroot
117    
118          * lib/libmcdata/libmcdata.vcproj: removed unused file.          * lib/libmcdata/libmcdata.vcproj: removed unused file.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26