comparison host/tools/testtool/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents
children 2085233a121a
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 2000-03-13 John Dallaway <jld@cygnus.co.uk>
2
3 * win32/testtoolres.h,
4 win32/LocalPropertiesDialog.cpp:
5
6 Fix crash by removing references to obsolete controls
7 in the local properties dialog.
8
9 2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk>
10 * win32\RunTestsSheet.cpp
11 win32\TestTool.dsp
12
13 Move CeCosTrace class to its own file
14
15 2000-03-09 John Dallaway <jld@cygnus.co.uk>
16
17 * win32/TestTool.rc,
18 win32/PlatformsDialog.cpp:
19
20 Use 'REMOTE_SIM' as the platform type identifier for
21 remote simulators.
22
23 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
24 * win32\RunTestsSheet.cpp
25
26 Add name argument to RunThread calls for debugging.
27
28 2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk>
29 * win32\RunTestsSheet.cpp
30 win32\TestTool.dsp
31
32 Tidy output and trace functions and move to CeCosTrace
33
34 2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>
35 * win32\RunTestsSheet.cpp
36 win32\RunTestsSheet.h
37
38 Thread-related eCosTest code extracted to new class CeCosThreadUtils
39
40 2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>
41 * win32\TestTool.dsp
42
43 Add new Utils files.
44
45 2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk>
46 * win32\TestTool.dsp
47 win32\TestTool.rc
48 win32\testtoolres.h
49
50 Use common CSubprocess class implementation.
51
52 2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>
53 * win32\LocalPropertiesDialog.cpp
54 win32\LocalPropertiesDialog.h
55 win32\PropertiesDialog.cpp
56 win32\PropertiesDialog.h
57 win32\RunTestsSheet.cpp
58 win32\RunTestsSheet.h
59 win32\TestTool.dsp
60 win32\TestTool.rc
61 win32\testtoolres.h
62
63 Change to flexible reset scheme.
64 CeCosTestUtils::String -> String, CeCosTestUtils::StringArray -> StringArray
65
66 2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>
67 * win32\LocalPropertiesDialog.cpp
68 win32\LocalPropertiesDialog.h
69 win32\PropertiesDialog.cpp
70 win32\PropertiesDialog.h
71 win32\RunTestsSheet.cpp
72 win32\RunTestsSheet.h
73 win32\TestTool.rc
74 win32\testtoolres.h
75
76 Reset control string verification fully server-side
77
78 2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>
79 * win32\RunTestsSheet.cpp
80
81 Reset control string verification fully server-side
82
83 2000-02-24 Simon FitzMaurice <sdf@redhat.co.uk>
84 * win32\RunTestsSheet.cpp : Use new CResetAttributes class
85
86 2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>
87 * win32\PlatformsDialog.cpp
88 win32\TestTool.rc
89
90 Allow HwTypes to be expressed as strings.
91
92 2000-02-17 Simon FitzMaurice <sdf@redhat.co.uk>
93 * win32\PlatformsDialog.cpp
94
95 Ensure correct state of buttons on startup.
96
97 2000-02-17 John Dallaway <jld@redhat.co.uk>
98
99 * win32\TestTool.dsp:
100
101 Add the ChangeLog file to the project.
102
103 2000-02-16 Simon FitzMaurice <sdf@redhat.co.uk>
104 * win32\RunTestsSheet.cpp
105 win32\TestTool.rc
106 win32\testtoolres.h
107
108 Add support for defining platforms.
109
110 2000-02-14 Simon FitzMaurice <sdf@redhat.co.uk>
111 * win32\ExecutionPage.cpp
112 win32\ExecutionPage.h
113 win32\FileListBox.cpp
114 win32\FileListBox.h
115 win32\LocalPropertiesDialog.cpp
116 win32\LocalPropertiesDialog.h
117 win32\OutputEdit.cpp
118 win32\OutputEdit.h
119 win32\OutputPage.cpp
120 win32\OutputPage.h
121 win32\PropertiesDialog.cpp
122 win32\PropertiesDialog.h
123 win32\RemotePropertiesDialog.cpp
124 win32\RemotePropertiesDialog.h
125 win32\RunTestsDlg.cpp
126 win32\RunTestsDlg.h
127 win32\RunTestsSheet.cpp
128 win32\RunTestsSheet.h
129 win32\StdAfx.cpp
130 win32\StdAfx.h
131 win32\SummaryPage.cpp
132 win32\SummaryPage.h
133 win32\TestTool.cpp
134 win32\TestTool.h
135 win32\testtoolres.cpp
136 win32\testtoolres.h
137
138 Update copyright headers
139
140 2000-02-11 John Dallaway <jld@redhat.co.uk>
141
142 * win32\OutputPage.cpp:
143
144 Reduce output page font size to help reduce typical
145 dialog size requirement.