⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 eCos1.31版
💻
📖 第 1 页 / 共 2 页
字号:
2000-03-15  John Dallaway  <jld@cygnus.co.uk>	* common/eCosTest.cpp:	Modify RunGdb() to sleep 500ms if there is no message.2000-03-13 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResourceServer.cpp    common\TestResource.cpp    common\eCosTest.cpp    common\eCosTestClient.cpp    common\eCosTestSerial.cpp    common\eCosTestSerial.h    common\eCosTestSocket.cpp    common\eCosTestSocket.h    common\eCosTestUtils.cpp    common\randfile.cpp    common\rgdb.cpp    common\ser_filter.cpp	Mark UNIX sections of code as such.	Correct behavior of eCosTestClient when give directory as argument.	A couple of allocations -> stack for simplicity.2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResourceServer.cpp    common\X10.cpp    common\TestResource.cpp    common\TestResource.h    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestDownloadFilter.cpp    common\eCosTestSerial.cpp    common\eCosTestServer.cpp    common\eCosTestSocket.cpp    common\rgdb.cpp    common\ser_filter.cpp    common\x10reset.cpp    unix\Makefile    win32\eCosTest.dsp    win32\Amplicon\AmpliconD.cpp			Move CeCosTrace class to its own file	Increase Time type to 64 bits to avoid signedness problems  Remove priority latch functionality  * common\eCosTestUtils.cpp    common\eCosTestUtils.h  Make CommandLine() UNICODE-compliant  * common\summlog.cpp	Remove hack designed to cater for incorrectly terminated output lines  * win32\SingleCPU.cpp	Provide ability to run on named processor  * common\eCosTestClient.cpp	Improve recognition of non-executable files on UNIX2000-03-09 Simon FitzMaurice <sdf@redhat.co.uk>  * win32\SingleCPU.cpp  Avoid a performance problem with bash which, when left to its own devices, is slow on multi-processor machines.2000-03-09  John Dallaway  <jld@cygnus.co.uk>	* common/eCosTest.cpp,	  common/eCosTest.h:	Use 'REMOTE_SIM' as the platform type identifier for	remote simulators.2000-03-09  Bart Veer  <bartv@redhat.com>	* common/permtest.cxx (main):	Add an explicit call to resolve_all_conflicts(), although I am not	yet sure under what circumstances this would be necessary.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>  * common\eCosTestClient.cpp  Correct logic error - - allow multiple threads only when non-local2000-03-08  Bart Veer  <bartv@redhat.com>	* common/configure.in (cyg_ac_infra_libdir):	Fix typo detected by Solaris build2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>  * common\summlog.cpp  Eliminate compiler warnings on UNIX.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>  * common\eCosTestClient.cpp	Prevent locally running clients loading from resource server.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>  * common\eCosTest.cpp    common\summlog.cpp  Ensure that gdb output is terminated by a newline and that summlog initializes target list correctly.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\X10d.cpp    common\eCosTest.cpp    common\eCosTestClient.cpp    win32\Amplicon\AmpliconD.cpp  Add name argument to RunThread calls for debugging.	Do not allow wait for SuckTheadfunc in reset to time out - thread already has a timeout  * win32\eCosTest.dsw : 	Adapt to new location of cdl.dsp  * common\summlog.cpp : ensure eCosTest::Init() and Term() are called2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResourceServer.cpp    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestClient.cpp    common\eCosTestServer.cpp    common\eCosTestUtils.cpp    common\eCosTestUtils.h    common\resetall.cpp    common\rgdb.cpp    common\ser_filter.cpp    common\stat.cpp    common\summlog.cpp    common\x10reset.cpp    win32\Amplicon\AmpliconD.cpp	Eliminate GarbageCollector class in favor of CeCosTest::Init() and CeCosTest::Term()	Fix UNICODE problems in eCosTestUtils2000-03-08  Bart Veer  <bartv@redhat.com>	* common/permtest.cxx (process_startup):	Look for CYGHWR_HAL_STARTUP as well as CYG_HAL_STARTUP2000-03-08  John Dallaway  <jld@cygnus.co.uk>	* win32/eCosTest.dsw:	Use relocated cdl project file.2000-03-07  Bart Veer  <bartv@redhat.com>	* common/permtest.cxx (process_startup):	If a target does not have a CYG_HAL_STARTUP option, ignore any	attempts to set the startup.2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResetAttributes.h    common\ResourceServer.cpp    common\TestResource.cpp    common\TestResource.h    common\X10.cpp    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestClient.cpp    common\eCosTestDownloadFilter.cpp    common\eCosTestDownloadFilter.h    common\eCosTestSerial.cpp    common\eCosTestSerial.h    common\eCosTestSerialFilter.cpp    common\eCosTestSerialFilter.h    common\eCosTestServer.cpp    common\eCosTestSocket.cpp    common\eCosTestSocket.h    common\eCosTestUtils.cpp    common\eCosTestUtils.h    common\resetall.cpp    common\rgdb.cpp    common\ser_filter.cpp    common\stat.cpp    common\summlog.cpp    common\x10reset.cpp    win32\eCosTest.dsw    win32\Amplicon\AmpliconD.cpp	Use std::vector directly instead of StringArray, PtrArray	Introduce common command-line processing to CeCosTestUtils	Tidy output and trace functions and move to CeCosTrace2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.h    common\eCosTest.cpp    common\eCosTest.h  Adjust for UNIX compiler requirements.2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\TestResource.cpp    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestClient.cpp    common\eCosTestUtils.cpp    common\eCosTestUtils.h    unix\Makefile    win32\eCosTest.dsp    win32\Amplicon\AmpliconD.cpp  Thread-related code extracted to new class CeCosThreadUtils2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.cpp    common\TestResource.h    common\eCosTest.cpp  Eliminate memory leaks.  Allow resources to be properly reused for benefit of Resource Tool.2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResetAttributes.h    common\ResourceServer.cpp    common\TestResource.cpp    common\TestResource.h    common\X10.cpp    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestClient.cpp    common\eCosTestDownloadFilter.cpp    common\eCosTestDownloadFilter.h    common\eCosTestSerial.cpp    common\eCosTestSerial.h    common\eCosTestSerialFilter.cpp    common\eCosTestSerialFilter.h    common\eCosTestServer.cpp    common\eCosTestSocket.cpp    common\eCosTestSocket.h    common\eCosTestUtils.cpp    common\eCosTestUtils.h    common\resetall.cpp    common\rgdb.cpp    common\ser_filter.cpp    common\stat.cpp    common\stdafx.cpp    common\stop.cpp    common\summlog.cpp    common\x10reset.cpp    unix\Makefile    win32\eCosTest.dsp    win32\Amplicon\AmpliconD.cpp  Introduce flexible reset scheme.  Migrate more classes to Utils from eCosTest.  Introduce collections.h for String, StringArray etc...  Use common CSubprocess class implementation.2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp : Ensure it compiles on unix2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp : correct typo  * win32\eCosTest.dsw : add testtool        2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResetAttributes.h    common\ResourceServer.cpp    common\TestResource.cpp    common\TestResource.h    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestClient.cpp    common\eCosTestSerial.cpp    common\eCosTestSerial.h    common\eCosTestSerialFilter.cpp    common\eCosTestServer.cpp    common\eCosTestSocket.cpp    common\eCosTestSocket.h    common\eCosTestStd.h    common\eCosTestUtils.cpp    common\eCosTestUtils.h    common\resetall.cpp    common\rgdb.cpp    common\stat.cpp    common\summlog.cpp    common\wcharunix.h    common\x10reset.cpp    win32\subprocess.cpp    win32\subprocess.h    win32\Amplicon\AmpliconD.cpp  Change to flexible reset scheme.  CeCosTestUtils::String -> String, CeCosTestUtils::StringArray -> StringArray2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResetAttributes.h    common\ResourceServer.cpp    common\TestResource.cpp    common\x10reset.cpp  Use ResetAttributes properties to serialize TestResource.2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResetAttributes.h    common\TestResource.cpp    common\X10.cpp    common\X10d.cpp    common\eCosTestClient.cpp    common\eCosTestServer.cpp    common\x10reset.cpp    win32\Amplicon\AmpliconD.cpp  Reset control string verification fully server-side2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>  * common\ResetAttributes.cpp    common\ResetAttributes.h    common\TestResource.cpp    common\X10.cpp    common\X10.h    common\X10d.cpp    common\eCosTest.cpp    common\eCosTestClient.cpp    common\eCosTestServer.cpp    common\x10reset.cpp    win32\Amplicon\AmpliconD.cpp    Normalize control code usage to 0-15, 0-152000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>  * unix/Makefile : update for ResetAttributes2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.cpp    common\TestResource.h    common\X10.cpp    common\X10.h    common\X10d.cpp    common\eCosTest.cpp    common\eCosTestClient.cpp    common\eCosTestServer.cpp    common\resetall.cpp    common\x10reset.cpp    win32\X10d.dsp    win32\eCosTest.dsp    win32\Amplicon\AmpliconD.cpp  Generalize "X10 reset" to "reset" - introduce ResetAttributes class to hold the details.2000-02-24 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.cpp    common\TestResource.h    common\X10.h    common\X10d.cpp    common\x10reset.cpp    win32\eCosTest.dsw  Add Amplicon to "all" project.  Fail on reset if comms/tcp port cannot be opened.  Add -t (timeout on read) param to x10reset2000-02-24 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.cpp    win32\eCosTest.dsw    win32\Amplicon\AmpliconD.cpp    win32\Amplicon\AmpliconD.dsp    win32\Amplicon\Dio_tc.h    win32\Amplicon\Dio_tc.lib  Implement Amplicon reset daemon in C++.2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.cpp    common\X10d.cpp    common\eCosTest.cpp    common\eCosTest.h    common\eCosTestClient.cpp    common\eCosTestStd.h    common\eCosTestUtils.cpp    common\summlog.cpp    common\wcharunix.h  strnccmp -> _tcsicmp2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>  * win32\eCosTest.dsw  Add "All" utility project.2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>  * common\eCosTest.cpp    common\eCosTest.h  Allow HwTypes to be expressed as strings.    2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>  * common\TestResource.cpp    common\X10.cpp    common\X10d.cpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -