comparison host/tools/Utils/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 6736c52df507
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 2000-03-13 Simon FitzMaurice <sdf@redhat.co.uk>
2 * common\Collections.cpp
3 common\Properties.cpp
4 common\eCosStd.cpp
5 common\eCosStd.h
6 common\eCosThreadUtils.cpp
7 common\eCosThreadUtils.h
8 common\eCosTrace.cpp
9
10 Mark UNIX sections of code as such.
11 Correct bug in GetBuffer() - always allow enough space for allocation of *old* string.
12
13 2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk>
14 * common\eCosStd.cpp
15 common\eCosStd.h
16 common\eCosThreadUtils.cpp
17
18 Move CeCosTrace class to its own file
19
20 * win32\IntegerEdit.cpp
21
22 Eliminate compilation warning
23
24 * win32\SubProcess.cpp
25
26 Start on UNIX implementation
27
28 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
29 * common\eCosThreadUtils.cpp
30
31 Correct compilation problem on UNIX.
32
33 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
34 * common\eCosThreadUtils.cpp
35 common\eCosThreadUtils.h
36
37 Add name argument to RunThread calls for debugging.
38
39 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
40 * common\eCosStd.cpp
41 common\eCosStd.h
42 common\eCosThreadUtils.cpp
43 common\eCosThreadUtils.h
44
45 Avoid potential race condition in RunThread.
46
47 2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk>
48 * common\Collections.cpp
49 common\Collections.h
50 common\Properties.cpp
51 common\eCosStd.cpp
52 common\eCosStd.h
53 common\eCosThreadUtils.cpp
54 win32\SubProcess.cpp
55 win32\SubProcess.h
56
57 Use std::vector directly instead of StringArray, PtrArray
58 Introduce common command-line processing to CeCosTestUtils
59 Tidy output and trace functions and move to CeCosTrace
60 CSubprocess Run functions now return thread id and pass instead of this pointer to message callbacks.
61
62 2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>
63 * common\Collections.cpp
64 common\Collections.h
65 common\Properties.cpp
66 common\Properties.h
67
68 Thread-related eCosTest code extracted to new class CeCosThreadUtils
69
70 2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk>
71 * common\Properties.cpp
72 common\Properties.h
73 win32\SubProcess.cpp
74 win32\SubProcess.h
75
76 Migrate more classes to Utils from eCosTest.
77 Use common CSubprocess class implementation.
78
79 2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>
80 * common\Properties.h : CeCosTestUtils::String->String
81
82 * win32\CSHDialog.cpp
83 win32\CSHPropertyPage.cpp
84 win32\CSHPropertySheet.cpp : guard against unexpected rclick position
85
86 * win32\FileName.cpp : eliminate compilation warnings
87
88 2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>
89 * common\Properties.cpp
90 common\Properties.h
91
92 Allow prefix to be supplied to support serialization chaining.
93
94 2000-02-22 Simon FitzMaurice <sdf@redhat.co.uk>
95 * win32\IntegerEdit.cpp
96 win32\IntegerEdit.h
97
98 Keep spin control sized according to parent.
99
100 2000-02-21 Simon FitzMaurice <sdf@redhat.co.uk>
101 * win32/MultiLineEditDialog.cpp
102
103 Add WS_TABSTOP to controls.
104
105 2000-02-21 Simon FitzMaurice <sdf@redhat.co.uk>
106 * win32/IntegerEdit.cpp
107
108 Do not allow thousands in spin ctrl.
109
110 2000-02-18 Simon FitzMaurice <sdf@redhat.co.uk>
111 * common\Properties.h
112
113 CreateKey should be Win32-only
114
115 2000-02-16 Simon FitzMaurice <sdf@redhat.co.uk>
116 * common\Properties.cpp
117 common\Properties.h
118
119 Add support for defining platforms.
120
121 2000-02-15 Simon FitzMaurice <sdf@redhat.co.uk>
122 * win32\CSHPropertyPage.cpp
123 win32\CSHPropertySheet.cpp
124
125 Prevent recursion via OnWndMsg
126
127 * win32\FileName.cpp
128 win32\FileName.h
129
130 Add bFailIfAlreadyExists parameter to CreateDirectory()
131