OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [ecostest/] [ChangeLog] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-09-25  John Dallaway  
2
 
3
        * common/eCosTestPlatform.cpp (CeCosTestPlatform::LoadFromDir): Use
4
        PATH_MAX to accommodate long directory names. Issue reported by Paul
5
        Chavent.
6
 
7
2009-02-09  John Dallaway  
8
 
9
        * common/eCosTest.cpp (CygPath): Accommodate UNC file paths.
10
 
11
        * common/eCosTest.cpp (GetSizes): Accommodate an empty command prefix
12
        string.
13
 
14
2007-10-25  Gary Thomas  
15
 
16
        * common/eCosTest.h: Remove class qualifier - no longer legal
17
        in GCC-4.x
18
 
19
2006-09-06  John Dallaway  
20
 
21
        * common/eCosTestUtils.cpp, common/eCosTestUtils.h,
22
          common/eCosTest.h: Further tweaks to function prototypes for
23
        recent GCC.
24
 
25
2006-07-10  John Dallaway  
26
 
27
        * common/eCosTestUtils.cpp, common/eCosTestUtils.h: Tweak function
28
        prototypes for GCC 3.4.4.
29
 
30
2003-04-11  John Dallaway  
31
 
32
        * common/eCosTestPlatform.cpp (CeCosTestPlatform::Load): Return
33
        true since it's not a problem if there are no platforms defined.
34
 
35
        * unix/Makefile: Allow ser_filter to build under Cygwin.
36
 
37
2003-02-21  John Dallaway  
38
 
39
        * common/eCosTestPlatform.cpp (CeCosTestPlatform::Load): Allow an
40
        extra character for string termination when retrieving registry
41
        key names.
42
 
43
2003-02-13  John Dallaway  
44
 
45
        * common/eCosTestPlatform.cpp:
46
        Look for all persistent application settings under
47
        "HKEY_CURRENT_USER\Software\eCos Configuration Tool\"
48
        for consistency.
49
 
50
2003-02-05  John Dallaway  
51
 
52
        * common/eCosTest.cpp (CygPath): Get the cygdrive prefix from
53
        the registry.
54
 
55
2003-01-20  John Dallaway  
56
 
57
        * common/eCosTestPlatform.cpp (CProperties::CreateKey):
58
        "sizeof TCHAR" -> "sizeof (TCHAR)" for GNU headers.
59
 
60
2001-02-20  Jonathan Larmour  
61
 
62
        * common/eCosTestClient.cpp (LocateExecutables): Add /sbin and
63
        /usr/sbin to path before trying to run fuser.
64
 
65
2000-09-28  Jesper Skov  
66
 
67
        * common/eCosTestSerialFilter.cpp (CMD_TestBinary): Reset counter
68
        for each test so the failure data is the same from two different
69
        runs of the test.
70
 
71
2000-09-15  Jesper Skov  
72
 
73
        * common/ser_filter.cpp (main): Don't require ResourceServer.
74
 
75
        * common/Makefile.am: Added ser_filter handling.
76
        * common/Makefile.in: Ditto.
77
        * common/configure: Ditto.
78
        * common/configure.in: Ditto.
79
        * common/eCosTest.cpp: Fix typo.
80
 
81
2000-08-16  Jonathan Larmour  
82
 
83
        * common/ser_filter.cpp (main): Clean up warning
84
 
85
2000-08-08  Jonathan Larmour  
86
 
87
        * common/eCosTestSerialFilter.h: Update flow_cfg_t values for correct
88
        target settings
89
 
90
2000-08-01  Jonathan Larmour  
91
 
92
        * common/eCosTestSerialFilter.cpp (PrintHex): Print out more printable
93
        chars
94
        (SetConfig): Support flow control
95
        (ParseConfig): Support target setting of flow control
96
        (CMD_TestBinary): Don't output XON/XOFF. Output 255 chars not 256
97
        to make buffer problems more obvious.
98
 
99
        * common/eCosTestDownloadFilter.h: Allow SET_VALUE to set optional args
100
        * common/eCosTestSerialFilter.h: Allow SET_VALUE to set optional args
101
        Also add flow_cfg_t type and flags member in ser_cfg_t for flow control
102
 
103
2000-07-24  Jonathan Larmour  
104
 
105
        * common/eCosTestSerialFilter.cpp (FilterFunctionProper):
106
        Store output for tracing up so it is output a packet at a time.
107
        As well as clarifying the output, it is required when sending to
108
        GDB to prevent the trace 'O' packets in the middle of target packets.
109
        (CMD_TestBinary): Delay to allow target to read in checksum. This
110
        prevents overruns before finishing reading the checksum masking
111
        the real cause of the problem.
112
        (CeCosTestSerialFilter): Initialise stored trace buffer members
113
 
114
        * common/eCosTestSerialFilter.h: Add trace buffer members for above
115
        to CeCosTestSerialFilter
116
 
117
2000-06-19  John Dallaway  
118
 
119
        * unix/Makefile:
120
 
121
        Link with -lposix4 under Solaris for sched_yield().
122
 
123
2000-06-16  Jonathan Larmour  
124
 
125
        * common/eCosTestDownloadFilter.cpp: Remove RCS id tags
126
        * common/eCosTestMonitorFilter.cpp: Ditto
127
        * common/eCosTestSerialFilter.cpp: Ditto
128
 
129
2000-06-15  John Dallaway  
130
 
131
        * common/eCosTest.cpp:
132
 
133
        Modify CeCosTest construvtor to use GetEnvironmentVariable()
134
        rather than _tgetenv() under Win32. For some unknown reason,
135
        _tgetenv() is not returning the correct version of PATH.
136
 
137
        * common/eCosTestPlatform.cpp:
138
 
139
        Modify SaveToRegistry() to save all test platform attributes.
140
 
141
2000-05-03  Bart Veer  
142
 
143
        * common/permtest.cxx (find_ptest):
144
        Do a little bit of searching for the permutation file.
145
        Catch errors and give a diagnostic, rather than aborting because
146
        of an uncaught C++ exception.
147
 
148
2000-04-14 Simon FitzMaurice 
149
  * common\ResetAttributes.cpp : do not carry forward values for skipped fields in reset strings
150
  * common\eCosTest.cpp : Avoid overflow in socket timeouts
151
 
152
2000-04-13  Jesper Skov  
153
 
154
        * unix/Makefile: add randfile
155
 
156
2000-04-13  Jesper Skov  
157
 
158
        * common/eCosTestDownloadFilter.cpp: Cast Write arguments to void*.
159
 
160
2000-04-13 Simon FitzMaurice 
161
  * common\ResetAttributes.cpp
162
    common\eCosTest.cpp
163
    common\eCosTestClient.cpp
164
 
165
  Ensure socket timeout matches on_off/off_on delay for reset
166
  Correct parsing of eCosTestClient delay args.
167
  Use remote resource to determine baud rate for default download timeout.
168
 
169
2000-04-13 Simon FitzMaurice 
170
  * common\ResetAttributes.cpp
171
    common\eCosTest.cpp
172
    common\eCosTest.h
173
    common\eCosTestClient.cpp
174
    common\eCosTestServer.cpp
175
    common\eCosTestUtils.cpp
176
    common\rgdb.cpp
177
    common\summlog.cpp
178
    common\x10reset.cpp
179
    win32\eCosTest.dsp
180
 
181
  Tidy up reset output.
182
  Police use of -f and -r switches more accurately.
183
  Set default timeout in all cases.
184
 
185
2000-04-11 Simon FitzMaurice 
186
  * common\ResetAttributes.cpp
187
    common\ResetAttributes.h
188
    common\ResourceServer.cpp
189
    common\TestResource.cpp
190
    common\TestResource.h
191
    common\X10.h
192
    common\X10d.cpp
193
    common\eCosTest.cpp
194
    common\eCosTest.h
195
    common\eCosTestClient.cpp
196
    common\eCosTestDownloadFilter.cpp
197
    common\eCosTestDownloadFilter.h
198
    common\eCosTestMonitorFilter.cpp
199
    common\eCosTestMonitorFilter.h
200
    common\eCosTestSerialFilter.cpp
201
    common\eCosTestSerialFilter.h
202
    common\eCosTestServer.cpp
203
    common\eCosTestUtils.cpp
204
    common\eCosTestUtils.h
205
    common\resetall.cpp
206
    common\rgdb.cpp
207
    common\ser_filter.cpp
208
    common\stat.cpp
209
    common\summlog.cpp
210
    common\x10reset.cpp
211
    unix\Makefile
212
    win32\eCosTest.dsp
213
    win32\Amplicon\AmpliconD.cpp
214
 
215
  General tidy-up.
216
 
217
2000-04-10  Bart Veer  
218
 
219
        * common/permtest.cxx (main):
220
        Add diagnostics callbacks to database initialization.
221
 
222
2000-03-20  John Dallaway  
223
 
224
        * win32/eCosTest.dsp:
225
 
226
        Add common/eCosTestMonitorFilter.h and
227
        common/eCosTestMonitorFilter.cpp to the project.
228
 
229
2000-03-16  Jesper Skov  
230
 
231
        * common/eCosTestMonitorFilter.h:
232
        * common/eCosTestMonitorFilter.cpp:
233
        * common/ser_filter.cpp:
234
        * unix/Makefile (common_sources):
235
        Added monitor filter and new -m option to ser_filter. This allows
236
        simple monitoring of the traffic between host and target.
237
 
238
2000-03-15  John Dallaway  
239
 
240
        * common/eCosTest.cpp:
241
 
242
        Modify RunGdb() to sleep 500ms if there is no message.
243
 
244
2000-03-13 Simon FitzMaurice 
245
  * common\ResourceServer.cpp
246
    common\TestResource.cpp
247
    common\eCosTest.cpp
248
    common\eCosTestClient.cpp
249
    common\eCosTestSerial.cpp
250
    common\eCosTestSerial.h
251
    common\eCosTestSocket.cpp
252
    common\eCosTestSocket.h
253
    common\eCosTestUtils.cpp
254
    common\randfile.cpp
255
    common\rgdb.cpp
256
    common\ser_filter.cpp
257
 
258
        Mark UNIX sections of code as such.
259
        Correct behavior of eCosTestClient when give directory as argument.
260
        A couple of allocations -> stack for simplicity.
261
 
262
2000-03-10 Simon FitzMaurice 
263
  * common\ResetAttributes.cpp
264
    common\ResourceServer.cpp
265
    common\X10.cpp
266
    common\TestResource.cpp
267
    common\TestResource.h
268
    common\X10d.cpp
269
    common\eCosTest.cpp
270
    common\eCosTest.h
271
    common\eCosTestDownloadFilter.cpp
272
    common\eCosTestSerial.cpp
273
    common\eCosTestServer.cpp
274
    common\eCosTestSocket.cpp
275
    common\rgdb.cpp
276
    common\ser_filter.cpp
277
    common\x10reset.cpp
278
    unix\Makefile
279
    win32\eCosTest.dsp
280
    win32\Amplicon\AmpliconD.cpp
281
 
282
        Move CeCosTrace class to its own file
283
        Increase Time type to 64 bits to avoid signedness problems
284
  Remove priority latch functionality
285
 
286
  * common\eCosTestUtils.cpp
287
    common\eCosTestUtils.h
288
 
289
  Make CommandLine() UNICODE-compliant
290
 
291
 
292
  * common\summlog.cpp
293
 
294
        Remove hack designed to cater for incorrectly terminated output lines
295
 
296
  * win32\SingleCPU.cpp
297
 
298
        Provide ability to run on named processor
299
 
300
  * common\eCosTestClient.cpp
301
 
302
        Improve recognition of non-executable files on UNIX
303
 
304
2000-03-09 Simon FitzMaurice 
305
  * win32\SingleCPU.cpp
306
 
307
  Avoid a performance problem with bash which, when left to its own devices, is slow on multi-processor machines.
308
 
309
2000-03-09  John Dallaway  
310
 
311
        * common/eCosTest.cpp,
312
          common/eCosTest.h:
313
 
314
        Use 'REMOTE_SIM' as the platform type identifier for
315
        remote simulators.
316
 
317
2000-03-09  Bart Veer  
318
 
319
        * common/permtest.cxx (main):
320
        Add an explicit call to resolve_all_conflicts(), although I am not
321
        yet sure under what circumstances this would be necessary.
322
 
323
2000-03-08 Simon FitzMaurice 
324
  * common\eCosTestClient.cpp
325
 
326
  Correct logic error - - allow multiple threads only when non-local
327
 
328
2000-03-08  Bart Veer  
329
 
330
        * common/configure.in (cyg_ac_infra_libdir):
331
        Fix typo detected by Solaris build
332
 
333
 
334
2000-03-08 Simon FitzMaurice 
335
  * common\summlog.cpp
336
 
337
  Eliminate compiler warnings on UNIX.
338
 
339
2000-03-08 Simon FitzMaurice 
340
  * common\eCosTestClient.cpp
341
 
342
        Prevent locally running clients loading from resource server.
343
 
344
2000-03-08 Simon FitzMaurice 
345
  * common\eCosTest.cpp
346
    common\summlog.cpp
347
 
348
  Ensure that gdb output is terminated by a newline and that summlog initializes target list correctly.
349
 
350
2000-03-08 Simon FitzMaurice 
351
  * common\ResetAttributes.cpp
352
    common\X10d.cpp
353
    common\eCosTest.cpp
354
    common\eCosTestClient.cpp
355
    win32\Amplicon\AmpliconD.cpp
356
 
357
  Add name argument to RunThread calls for debugging.
358
        Do not allow wait for SuckTheadfunc in reset to time out - thread already has a timeout
359
 
360
  * win32\eCosTest.dsw :        Adapt to new location of cdl.dsp
361
  * common\summlog.cpp : ensure eCosTest::Init() and Term() are called
362
 
363
 
364
2000-03-08 Simon FitzMaurice 
365
  * common\ResetAttributes.cpp
366
    common\ResourceServer.cpp
367
    common\X10d.cpp
368
    common\eCosTest.cpp
369
    common\eCosTest.h
370
    common\eCosTestClient.cpp
371
    common\eCosTestServer.cpp
372
    common\eCosTestUtils.cpp
373
    common\eCosTestUtils.h
374
    common\resetall.cpp
375
    common\rgdb.cpp
376
    common\ser_filter.cpp
377
    common\stat.cpp
378
    common\summlog.cpp
379
    common\x10reset.cpp
380
    win32\Amplicon\AmpliconD.cpp
381
 
382
        Eliminate GarbageCollector class in favor of CeCosTest::Init() and CeCosTest::Term()
383
        Fix UNICODE problems in eCosTestUtils
384
 
385
2000-03-08  Bart Veer  
386
 
387
        * common/permtest.cxx (process_startup):
388
        Look for CYGHWR_HAL_STARTUP as well as CYG_HAL_STARTUP
389
 
390
2000-03-08  John Dallaway  
391
 
392
        * win32/eCosTest.dsw:
393
 
394
        Use relocated cdl project file.
395
 
396
2000-03-07  Bart Veer  
397
 
398
        * common/permtest.cxx (process_startup):
399
        If a target does not have a CYG_HAL_STARTUP option, ignore any
400
        attempts to set the startup.
401
 
402
2000-03-07 Simon FitzMaurice 
403
  * common\ResetAttributes.cpp
404
    common\ResetAttributes.h
405
    common\ResourceServer.cpp
406
    common\TestResource.cpp
407
    common\TestResource.h
408
    common\X10.cpp
409
    common\X10d.cpp
410
    common\eCosTest.cpp
411
    common\eCosTest.h
412
    common\eCosTestClient.cpp
413
    common\eCosTestDownloadFilter.cpp
414
    common\eCosTestDownloadFilter.h
415
    common\eCosTestSerial.cpp
416
    common\eCosTestSerial.h
417
    common\eCosTestSerialFilter.cpp
418
    common\eCosTestSerialFilter.h
419
    common\eCosTestServer.cpp
420
    common\eCosTestSocket.cpp
421
    common\eCosTestSocket.h
422
    common\eCosTestUtils.cpp
423
    common\eCosTestUtils.h
424
    common\resetall.cpp
425
    common\rgdb.cpp
426
    common\ser_filter.cpp
427
    common\stat.cpp
428
    common\summlog.cpp
429
    common\x10reset.cpp
430
    win32\eCosTest.dsw
431
    win32\Amplicon\AmpliconD.cpp
432
 
433
        Use std::vector directly instead of StringArray, PtrArray
434
        Introduce common command-line processing to CeCosTestUtils
435
        Tidy output and trace functions and move to CeCosTrace
436
 
437
2000-03-03 Simon FitzMaurice 
438
  * common\TestResource.h
439
    common\eCosTest.cpp
440
    common\eCosTest.h
441
 
442
  Adjust for UNIX compiler requirements.
443
 
444
2000-03-03 Simon FitzMaurice 
445
  * common\ResetAttributes.cpp
446
    common\TestResource.cpp
447
    common\X10d.cpp
448
    common\eCosTest.cpp
449
    common\eCosTest.h
450
    common\eCosTestClient.cpp
451
    common\eCosTestUtils.cpp
452
    common\eCosTestUtils.h
453
    unix\Makefile
454
    win32\eCosTest.dsp
455
    win32\Amplicon\AmpliconD.cpp
456
 
457
  Thread-related code extracted to new class CeCosThreadUtils
458
 
459
2000-03-03 Simon FitzMaurice 
460
  * common\TestResource.cpp
461
    common\TestResource.h
462
    common\eCosTest.cpp
463
 
464
  Eliminate memory leaks.
465
  Allow resources to be properly reused for benefit of Resource Tool.
466
 
467
2000-03-02 Simon FitzMaurice 
468
  * common\ResetAttributes.cpp
469
    common\ResetAttributes.h
470
    common\ResourceServer.cpp
471
    common\TestResource.cpp
472
    common\TestResource.h
473
    common\X10.cpp
474
    common\X10d.cpp
475
    common\eCosTest.cpp
476
    common\eCosTest.h
477
    common\eCosTestClient.cpp
478
    common\eCosTestDownloadFilter.cpp
479
    common\eCosTestDownloadFilter.h
480
    common\eCosTestSerial.cpp
481
    common\eCosTestSerial.h
482
    common\eCosTestSerialFilter.cpp
483
    common\eCosTestSerialFilter.h
484
    common\eCosTestServer.cpp
485
    common\eCosTestSocket.cpp
486
    common\eCosTestSocket.h
487
    common\eCosTestUtils.cpp
488
    common\eCosTestUtils.h
489
    common\resetall.cpp
490
    common\rgdb.cpp
491
    common\ser_filter.cpp
492
    common\stat.cpp
493
    common\stdafx.cpp
494
    common\stop.cpp
495
    common\summlog.cpp
496
    common\x10reset.cpp
497
    unix\Makefile
498
    win32\eCosTest.dsp
499
    win32\Amplicon\AmpliconD.cpp
500
 
501
  Introduce flexible reset scheme.
502
  Migrate more classes to Utils from eCosTest.
503
  Introduce collections.h for String, StringArray etc...
504
  Use common CSubprocess class implementation.
505
 
506
2000-02-29 Simon FitzMaurice 
507
  * common\ResetAttributes.cpp : Ensure it compiles on unix
508
 
509
2000-02-29 Simon FitzMaurice 
510
  * common\ResetAttributes.cpp : correct typo
511
  * win32\eCosTest.dsw : add testtool
512
 
513
2000-02-29 Simon FitzMaurice 
514
  * common\ResetAttributes.cpp
515
    common\ResetAttributes.h
516
    common\ResourceServer.cpp
517
    common\TestResource.cpp
518
    common\TestResource.h
519
    common\X10d.cpp
520
    common\eCosTest.cpp
521
    common\eCosTest.h
522
    common\eCosTestClient.cpp
523
    common\eCosTestSerial.cpp
524
    common\eCosTestSerial.h
525
    common\eCosTestSerialFilter.cpp
526
    common\eCosTestServer.cpp
527
    common\eCosTestSocket.cpp
528
    common\eCosTestSocket.h
529
    common\eCosTestStd.h
530
    common\eCosTestUtils.cpp
531
    common\eCosTestUtils.h
532
    common\resetall.cpp
533
    common\rgdb.cpp
534
    common\stat.cpp
535
    common\summlog.cpp
536
    common\wcharunix.h
537
    common\x10reset.cpp
538
    win32\subprocess.cpp
539
    win32\subprocess.h
540
    win32\Amplicon\AmpliconD.cpp
541
 
542
  Change to flexible reset scheme.
543
  CeCosTestUtils::String -> String, CeCosTestUtils::StringArray -> StringArray
544
 
545
2000-02-25 Simon FitzMaurice 
546
  * common\ResetAttributes.cpp
547
    common\ResetAttributes.h
548
    common\ResourceServer.cpp
549
    common\TestResource.cpp
550
    common\x10reset.cpp
551
 
552
  Use ResetAttributes properties to serialize TestResource.
553
 
554
2000-02-25 Simon FitzMaurice 
555
  * common\ResetAttributes.cpp
556
    common\ResetAttributes.h
557
    common\TestResource.cpp
558
    common\X10.cpp
559
    common\X10d.cpp
560
    common\eCosTestClient.cpp
561
    common\eCosTestServer.cpp
562
    common\x10reset.cpp
563
    win32\Amplicon\AmpliconD.cpp
564
 
565
  Reset control string verification fully server-side
566
 
567
2000-02-25 Simon FitzMaurice 
568
  * common\ResetAttributes.cpp
569
    common\ResetAttributes.h
570
    common\TestResource.cpp
571
    common\X10.cpp
572
    common\X10.h
573
    common\X10d.cpp
574
    common\eCosTest.cpp
575
    common\eCosTestClient.cpp
576
    common\eCosTestServer.cpp
577
    common\x10reset.cpp
578
    win32\Amplicon\AmpliconD.cpp
579
 
580
  Normalize control code usage to 0-15, 0-15
581
 
582
2000-02-25 Simon FitzMaurice 
583
  * unix/Makefile : update for ResetAttributes
584
 
585
2000-02-25 Simon FitzMaurice 
586
  * common\TestResource.cpp
587
    common\TestResource.h
588
    common\X10.cpp
589
    common\X10.h
590
    common\X10d.cpp
591
    common\eCosTest.cpp
592
    common\eCosTestClient.cpp
593
    common\eCosTestServer.cpp
594
    common\resetall.cpp
595
    common\x10reset.cpp
596
    win32\X10d.dsp
597
    win32\eCosTest.dsp
598
    win32\Amplicon\AmpliconD.cpp
599
 
600
  Generalize "X10 reset" to "reset" - introduce ResetAttributes class to hold the details.
601
 
602
2000-02-24 Simon FitzMaurice 
603
  * common\TestResource.cpp
604
    common\TestResource.h
605
    common\X10.h
606
    common\X10d.cpp
607
    common\x10reset.cpp
608
    win32\eCosTest.dsw
609
 
610
  Add Amplicon to "all" project.
611
  Fail on reset if comms/tcp port cannot be opened.
612
  Add -t (timeout on read) param to x10reset
613
 
614
2000-02-24 Simon FitzMaurice 
615
  * common\TestResource.cpp
616
    win32\eCosTest.dsw
617
    win32\Amplicon\AmpliconD.cpp
618
    win32\Amplicon\AmpliconD.dsp
619
    win32\Amplicon\Dio_tc.h
620
    win32\Amplicon\Dio_tc.lib
621
 
622
  Implement Amplicon reset daemon in C++.
623
 
624
2000-02-23 Simon FitzMaurice 
625
  * common\TestResource.cpp
626
    common\X10d.cpp
627
    common\eCosTest.cpp
628
    common\eCosTest.h
629
    common\eCosTestClient.cpp
630
    common\eCosTestStd.h
631
    common\eCosTestUtils.cpp
632
    common\summlog.cpp
633
    common\wcharunix.h
634
 
635
  strnccmp -> _tcsicmp
636
 
637
2000-02-23 Simon FitzMaurice 
638
  * win32\eCosTest.dsw
639
 
640
  Add "All" utility project.
641
 
642
2000-02-23 Simon FitzMaurice 
643
  * common\eCosTest.cpp
644
    common\eCosTest.h
645
 
646
  Allow HwTypes to be expressed as strings.
647
 
648
2000-02-23 Simon FitzMaurice 
649
  * common\TestResource.cpp
650
    common\X10.cpp
651
    common\X10d.cpp
652
    common\x10reset.cpp
653
 
654
  Change X10 daemon protocol to allow long delays
655
 
656
2000-02-22 Simon FitzMaurice 
657
  * common\TestResource.cpp
658
    common\eCosTest.cpp
659
    common\eCosTestClient.cpp
660
 
661
  Adjust for Solaris.
662
  Increase total reset timeout.
663
 
664
2000-02-21 Simon FitzMaurice 
665
  * common\TestResource.cpp
666
    common\TestResource.h
667
    common\X10.h
668
    common\eCosTest.cpp
669
    common\eCosTest.h
670
 
671
  Add "Originator", "Reason", "BoardId", "Email" and "Date" to known resource attributes.
672
  Add reset timeout attribute.
673
 
674
2000-02-18 Simon FitzMaurice 
675
  * common\eCosTest.cpp
676
    common\eCosTest.h
677
 
678
  Changes to support non-gdb execution.
679
 
680
2000-02-17 Simon FitzMaurice 
681
  * common\eCosTest.cpp
682
 
683
  Remove incorrect #include
684
 
685
2000-02-16 Simon FitzMaurice 
686
  * common\TestResource.cpp
687
    common\eCosTest.cpp
688
    common\eCosTest.h
689
 
690
  Add support for defining platforms.
691
 
692
2000-02-14 Simon FitzMaurice 
693
 
694
  * common\permtest.cxx
695
 
696
  Update copyright headers in files with non-standard extensions :-)
697
 
698
2000-02-14 Simon FitzMaurice 
699
  * common\ResourceServer.cpp
700
    common\TestResource.cpp
701
    common\TestResource.h
702
    common\X10.cpp
703
    common\X10.h
704
    common\X10d.cpp
705
    common\eCosTest.cpp
706
    common\eCosTest.h
707
    common\eCosTestClient.cpp
708
    common\eCosTestDownloadFilter.cpp
709
    common\eCosTestDownloadFilter.h
710
    common\eCosTestSerial.cpp
711
    common\eCosTestSerial.h
712
    common\eCosTestSerialFilter.cpp
713
    common\eCosTestSerialFilter.h
714
    common\eCosTestServer.cpp
715
    common\eCosTestSocket.cpp
716
    common\eCosTestSocket.h
717
    common\eCosTestStd.h
718
    common\eCosTestUtils.cpp
719
    common\eCosTestUtils.h
720
    common\randfile.cpp
721
    common\resetall.cpp
722
    common\rgdb.cpp
723
    common\ser_filter.cpp
724
    common\stat.cpp
725
    common\stdafx.cpp
726
    common\stop.cpp
727
    common\summlog.cpp
728
    common\wcharunix.h
729
    common\x10reset.cpp
730
    win32\subprocess.cpp
731
    win32\subprocess.h
732
 
733
  Update copyright headers
734
 
735
2000-02-07 Simon FitzMaurice 
736
  * win32\subprocess.cpp
737
 
738
  Fix fix to handle leak.
739
 
740
 
741
2000-02-07 Simon FitzMaurice 
742
  * win32\eCosTest.dsw
743
 
744
  Add "All" target
745
 
746
  * win32\subprocess.cpp
747
 
748
  Fix handle leak
749
 
750
2000-02-04 Simon FitzMaurice 
751
  * common\eCosTestDownloadFilter.cpp
752
    common\eCosTestSerialFilter.cpp
753
    common\eCosTestUtils.cpp
754
 
755
  Correct for abnormal behaviour of vsnprintf under NT.
756
 
757
  * win32\permtest.dsp
758
 
759
  Use cdl from v:\ide
760
 
761
2000-02-01 Simon FitzMaurice 
762
  * ecostest\common\TestResource.cpp
763
    ecostest\common\eCosTest.cpp
764
    ecostest\common\eCosTest.h
765
    ecostest\common\eCosTestClient.cpp
766
    ecostest\common\eCosTestDownloadFilter.cpp
767
    ecostest\common\eCosTestSerialFilter.cpp
768
    ecostest\common\eCosTestSocket.cpp
769
    ecostest\common\eCosTestStd.h
770
    ecostest\common\eCosTestUtils.cpp
771
    ecostest\common\eCosTestUtils.h
772
    ecostest\common\rgdb.cpp
773
    ecostest\common\summlog.cpp
774
    ecostest\win32\summlog.dsp
775
 
776
  min->MIN for compilation on UNIX
777
  CeCosTest::ExecutionParameters gains type as 1st argument
778
  Performance improvements to summlog
779
 
780
2000-02-01 Simon FitzMaurice 
781
  * common\ResourceServer.cpp
782
    common\TestResource.h
783
    common\X10.cpp
784
    common\X10.h
785
    common\X10d.cpp
786
    common\eCosTestDownloadFilter.h
787
    common\eCosTestSerial.cpp
788
    common\eCosTestSerial.h
789
    common\eCosTestSerialFilter.h
790
    common\eCosTestServer.cpp
791
    common\eCosTestSocket.h
792
    common\randfile.cpp
793
    common\resetall.cpp
794
    common\ser_filter.cpp
795
    common\stat.cpp
796
    common\stdafx.cpp
797
    common\stop.cpp
798
    common\wcharunix.h
799
    common\x10reset.cpp
800
    win32\subprocess.cpp
801
 
802
  Normalize copyright headers.
803
 
804
2000-01-31  Bart Veer  
805
 
806
        * common\permtest.cxx (tcl_pkgconf_command):
807
        Use the default template rather than the all template when
808
        uItron is disabled. Downgrade an error to a warning to cope
809
        with the watchdog device not being in the default template.
810
 
811
2000-01-28 Simon FitzMaurice 
812
  * common\eCosTest.cpp
813
 
814
  Check cancelled status in gdb driving loop.
815
 
816
2000-01-27 Simon FitzMaurice 
817
  * common\summlog.cpp
818
 
819
  Ensure pass and inapplic separated in totals for the architectures by perm tables.
820
 
821
2000-01-21 Simon FitzMaurice 
822
  * common\resourceserver.cpp
823
 
824
  Efficiency improvements (single send on query)
825
 
826
2000-01-20 Simon FitzMaurice 
827
  * common\summlog.cpp
828
 
829
  Separate Pass and NA.
830
  Fix problem w\ successful results not being counted.
831
 
832
2000-01-19 Simon FitzMaurice 
833
  * common\eCosTest.cpp
834
    common\eCosTestUtils.cpp
835
    common\eCosTestUtils.h
836
    common\summlog.cpp
837
 
838
  Attempt to reduce memory usage of summlog.
839
  Found possible problem - different specs of vsnsprintf on UNIX vs NT.
840
 
841
2000-01-14 Simon FitzMaurice 
842
  * common\ResourceServer.cpp
843
    common\eCosTest.cpp
844
    common\eCosTestSocket.cpp
845
 
846
  Cygnus -> Red Hat (not copyrights)
847
 
848
  * common\summlog.cpp
849
 
850
  Attempt to fix memory behaviour on UNIX.
851
 
852
2000-01-14 Simon FitzMaurice 
853
  * summlog.cpp
854
 
855
  Correct too-late release of string buffer.
856
 
857
2000-01-13 Simon FitzMaurice 
858
  * eCosTest.cpp
859
 
860
  Correct overload problem w\ Run
861
 
862
1999-12-23  John Dallaway  
863
 
864
        * unix\Makefile:
865
 
866
        Use g++ for compilation rather than egcs.
867
 
868
1999-12-23  John Dallaway  
869
 
870
        * common\eCosTestUtils.h:
871
 
872
        Use '#pragma warning' with Microsoft compiler only.
873
 
874
1999-12-22 Simon FitzMaurice 
875
  * unix\makefile
876
 
877
  Add stl library to link
878
 
879
1999-12-22 Simon FitzMaurice 
880
  * common\eCosTestUtils.h
881
    common\eCosTest.cpp
882
 
883
  Make it compile on UNIX
884
 
885
1999-12-21 Simon FitzMaurice 
886
  * win32\eCosTest.dsw
887
 
888
  Remove TestTool (as an MFC project using properties it cannot link against the non-MFC eCosTest library)
889
 
890
  * common\ResourceServer.cpp
891
 
892
  Do not read the files if unchanged since last time
893
 
894
  * common\summlog.cpp
895
 
896
  Remove remote PR lookup functionality
897
 
898
1999-12-17  John Dallaway  
899
 
900
        * win32\permtest.dsp:
901
 
902
        Generate RTTI when building permtest.
903
 
904
1999-12-17  Jonathan Larmour  
905
 
906
        * common\permtest.cxx (tcl_value_command): Ensure BoolData options
907
        are enabled if they are given a value
908
 
909
1999-12-15  John Dallaway  
910
 
911
        * win32\permtest.dsp:
912
 
913
        New VC++ project.
914
 
915
        * win32\eCosTest.dsw:
916
 
917
        Add the new permtest project to the eCosTest
918
        workspace.
919
 
920
1999-12-14  John Dallaway  
921
 
922
        * common\permtest.cxx:
923
 
924
        Further changes to accommodate the recent libCDL
925
        API changes.
926
 
927
        * common\permtest.cxx:
928
 
929
        Accommodate the recent libCDL API changes.
930
 
931
1999-12-08 Simon FitzMaurice 
932
  * common\eCosTest.cpp
933
    common\eCosTest.h
934
    common\eCosTestUtils.cpp
935
    common\eCosTestUtils.h
936
 
937
    Tighter policing of GetBuffer().
938
    Fix vFormat (needed terminating \0)
939
 
940
1999-12-07 Simon FitzMaurice 
941
 
942
  * common\TestResource.cpp
943
    common\TestResource.h
944
    common\eCosTest.cpp
945
    common\eCosTest.h
946
    common\eCosTestClient.cpp
947
    common\eCosTestSerialFilter.cpp
948
    common\eCosTestServer.cpp
949
    common\eCosTestSocket.cpp
950
    common\eCosTestSocket.h
951
    common\eCosTestUtils.cpp
952
    common\eCosTestUtils.h
953
    common\rgdb.cpp
954
    common\wcharunix.h
955
    common\x10reset.cpp
956
    win32\eCosTest.dsp
957
 
958
  Base string class on STL.
959
  Use subprocess class (like than in CT)
960
 
961
1999-11-23  John Dallaway  
962
 
963
        * unix\Makefile:
964
 
965
        Add explicit pattern matching rule for compiling .cpp files.
966
 
967
1999-11-11  Bart Veer  
968
 
969
        * common\permtest.cxx:
970
        Be more tolerant in the data that is accepted, to allow for
971
        incompatibilities between the old and new worlds.
972
 
973
1999-11-09  Bart Veer  
974
 
975
        * common\permtest.cxx
976
        Replacement for permtest.tcl
977
 
978
        * common\acinclude.m4
979
        * common\configure.in
980
        * common\Makefile.am
981
        * common\configure
982
        * common\Makefile.in
983
        * common\aclocal.m4
984
        Build support for permtest.tcl replacement
985
 
986
1999-10-20  John Dallaway  
987
 
988
        * win32\eCosTest.dsp, win32\eCosTest.mak,
989
          win32\ResourceServer.dsp, win32\ResourceServer.mak:
990
 
991
        Fix intermediate and output directories for the release build.
992
 
993
1999-10-19  Jesper Skov  
994
 
995
        * common\X10d.cpp: Allow using '0' as a NOP serial device for the
996
        reset controller.
997
 
998
        * common\eCosTest.cpp: Send 'quit' to GDB after 'bt'.
999
 
1000
1999-10-18  Jesper Skov  
1001
 
1002
        * unix\Makefile [deleted]:
1003
        * unix\Makefile [added]:
1004
        Better makefile.
1005
 
1006
1999-10-14  Jesper Skov  
1007
 
1008
        * common\ser_filter.cpp: Enabled DL filter as default.
1009
 
1010
        * common\eCosTestDownloadFilter.h:
1011
        * common\eCosTestDownloadFilter.cpp:
1012
        * common\eCosTest.cpp (ConnectSocketToSerialThreadFunc):
1013
        Allow two connections during a session if the first one is a file
1014
        download.
1015
 
1016
        * common\eCosTestServer.cpp: Added missing arg.
1017
 
1018
1999-10-13  Jesper Skov  
1019
 
1020
        * common\eCosTestDownloadFilter.h:
1021
        * common\eCosTestDownloadFilter.cpp:
1022
        Use Buffer instead of array for in-buffer. Made its size an
1023
        argument of the info packet.
1024
        Added status to protocol (OK\DL failure\transfer failure)
1025
 
1026
1999-10-11  Jesper Skov  
1027
 
1028
        * common\eCosTest.cpp (ConnectSocketToSerialThreadFunc): Enabled
1029
        download filter.
1030
 
1031
        * common\eCosTestDownloadFilter.cpp: Fixed a few compiler warnings.
1032
 
1033
1999-10-08  Jesper Skov  
1034
 
1035
        * unix\makefile: Fixed.
1036
 
1037
        * common\eCosTest.cpp:
1038
        * common\eCosTest.h:
1039
        * common\eCosTestSocket.cpp:
1040
        * common\eCosTestSocket.h:
1041
        * common\ser_filter.cpp:
1042
        Changed ConectSocketToSerial to take parameter for both serial and
1043
        socket filters.
1044
 
1045
        * common\eCosDownloadFilter.cpp: [added]
1046
        * common\eCosDownloadFilter.h: [added]
1047
        * common\ser_filter.cpp:
1048
        Added download filter.
1049
 
1050
1999-10-07  John Dallaway  
1051
 
1052
        * common\eCosTest.cpp,
1053
          common\eCosTest.h:
1054
 
1055
        New GetGreatestSubkey() function returns the name of
1056
        the subkey of the specified key with the greatest value.
1057
 
1058
        Modify InitTargetInfoReg() to look in the HKEY_LOCAL_MACHINE
1059
        hierarchy rather than the HKEY_CURRENT_USER hierarchy.
1060
 
1061
        Modify InitTargetInfo() to construct the platforms registry
1062
        key using GetGreatestSubkey().

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.