public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2006-07-11  9:56 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2006-07-11  9:56 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2006-07-11 09:56:15

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/common: ecosconfig.cxx 
	host/tools/configtool/standalone/wxwin: configtool.cpp 
	                                        mainwin.cpp 
	host/tools/ecostest: ChangeLog 
	host/tools/ecostest/common: eCosTestUtils.cpp eCosTestUtils.h 

Log message:
	* tools/configtool/standalone/wxwin/configtool.cpp: Workaround an exception
	handling issue with Cygwin 1.5.20.
	* tools/ecostest/common/eCosTestUtils.cpp,
	tools/ecostest/common/eCosTestUtils.h: Tweak function prototypes for
	GCC 3.4.4.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2014-03-13 15:22 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2014-03-13 15:22 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2014-03-13 15:22:26

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/wxwin: configtool.cpp 
	                                        configtooldoc.cpp 
	                                        configtree.cpp 
	                                        configtree.h 
	                                        filename.cpp 
	                                        packagesdlg.cpp 
	                                        propertywin.cpp 
	                                        runtestsdlg.cpp 
	                                        templatesdlg.cpp 
	host/tools/ecostest: ChangeLog 
	host/tools/ecostest/common: eCosTest.cpp 

Log message:
	* configtool/standalone/wxwin/configtool.cpp,
	configtool/standalone/wxwin/configtooldoc.cpp,
	configtool/standalone/wxwin/configtree.cpp,
	configtool/standalone/wxwin/configtree.h,
	configtool/standalone/wxwin/filename.cpp,
	configtool/standalone/wxwin/packagesdlg.cpp,
	configtool/standalone/wxwin/propertywin.cpp,
	configtool/standalone/wxwin/runtestsdlg.cpp,
	configtool/standalone/wxwin/templatesdlg.cpp,
	ecostest/common/eCosTest.cpp: Silence unused variable warnings with
	recent GCC. [ Bugzilla 1001950 ]


^ permalink raw reply	[flat|nested] 7+ messages in thread
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2012-04-25  8:58 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2012-04-25  8:58 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2012-04-25 08:58:48

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/wxwin: configtool.cpp 
	                                        mainwin.cpp makefile.gnu 
	host/tools/ecostest: ChangeLog 
	host/tools/ecostest/common: eCosTestPlatform.cpp 

Log message:
	* configtool/standalone/wxwin/makefile.gnu: Update build flags for recent
	versions of Cygwin.
	* configtool/standalone/wxwin/configtool.cpp,
	configtool/standalone/wxwin/mainwin.cpp: Update copyright strings.
	* ecostest/common/eCosTestPlatform.cpp: Include limits.h for PATH_MAX
	definition.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2008-08-13  9:37 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2008-08-13  9:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2008-08-13 09:37:08

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/common/common: build.cxx 
	host/tools/configtool/standalone/common: cdl_exec.cxx 
	                                         ecosconfig.cxx 
	host/tools/configtool/standalone/wxwin: appsettings.cpp 
	                                        configitem.cpp 
	                                        configtool.cpp 
	                                        configtool.h 
	                                        configtooldoc.cpp 
	                                        configtree.cpp 
	                                        configtree.h 
	                                        docsystem.cpp 
	                                        ecutils.cpp filename.cpp 
	                                        mainwin.cpp mainwin.h 
	                                        makefile.gnu 
	                                        packagesdlg.cpp 
	                                        propertywin.cpp 
	                                        reposdlg.cpp 
	                                        runtestsdlg.cpp 
	                                        sectiondlg.cpp 
	                                        settingsdlg.cpp 
	host/tools/ecostest: ChangeLog 
	host/tools/ecostest/common: eCosTestUtils.cpp eCosTestUtils.h 

Log message:
	* Utils/ChangeLog Utils/common/eCosStd.h,
	configtool/ChangeLog
	configtool/common/common/build.cxx,
	configtool/standalone/common/cdl_exec.cxx,
	configtool/standalone/common/ecosconfig.cxx,
	configtool/standalone/wxwin/appsettings.cpp,
	configtool/standalone/wxwin/configitem.cpp,
	configtool/standalone/wxwin/configtool.cpp,
	configtool/standalone/wxwin/configtool.h,
	configtool/standalone/wxwin/configtooldoc.cpp,
	configtool/standalone/wxwin/configtree.cpp,
	configtool/standalone/wxwin/configtree.h,
	configtool/standalone/wxwin/docsystem.cpp,
	configtool/standalone/wxwin/ecutils.cpp,
	configtool/standalone/wxwin/filename.cpp,
	configtool/standalone/wxwin/mainwin.cpp,
	configtool/standalone/wxwin/mainwin.h,
	configtool/standalone/wxwin/makefile.gnu,
	configtool/standalone/wxwin/packagesdlg.cpp,
	configtool/standalone/wxwin/propertywin.cpp,
	configtool/standalone/wxwin/reposdlg.cpp,
	configtool/standalone/wxwin/runtestsdlg.cpp,
	configtool/standalone/wxwin/sectiondlg.cpp,
	configtool/standalone/wxwin/settingsdlg.cpp,
	configtool/standalone/wxwin/symbols.h,
	ecostest/ChangeLog,
	ecostest/common/eCosTestUtils.cpp,
	ecostest/common/eCosTestUtils.h: Update for recent Cygwin and wxWidgets.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2007-10-25 15:17 gthomas
  0 siblings, 0 replies; 7+ messages in thread
From: gthomas @ 2007-10-25 15:17 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2007-10-25 15:17:49

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/wxwin: propertywin.h 
	host/tools/ecostest: ChangeLog 
	host/tools/ecostest/common: eCosTest.h 

Log message:
	Clean up for GCC-4.x


^ permalink raw reply	[flat|nested] 7+ messages in thread
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2003-02-13 16:23 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2003-02-13 16:23 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2003-02-13 16:23:39

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/wxwin: admindlg.cpp 
	                                        appsettings.cpp 
	                                        configtool.cpp 
	                                        configtooldoc.cpp 
	                                        mainwin.cpp 
	                                        platformeditordlg.cpp 
	host/tools/ecostest: ChangeLog 
	host/tools/ecostest/common: eCosTestPlatform.cpp 

Log message:
	* configtool/standalone/wxwin/admindlg.cpp,
	configtool/standalone/wxwin/configtooldoc.cpp,
	configtool/standalone/wxwin/configtool.cpp,
	configtool/standalone/wxwin/mainwin.cpp,
	configtool/standalone/wxwin/appsettings.cpp:
	Look for all persistent application settings under
	"HKEY_CURRENT_USER\Software\eCos Configuration Tool\"
	for consistency.
	
	* configtool/standalone/wxwin/appsettings.cpp:
	Board 'reset type' is determined at run-time and no longer persistent.
	
	* configtool/standalone/wxwin/configtooldoc.cpp:
	Determine board reset type by looking for "cyg_test_is_simulator=1"
	rather than just "cyg_test_is_simulator" since "cyg_test_simulator=0"
	is also possible.
	
	* configtool/standalone/wxwin/mainwin.cpp:
	Supress obsolete menu items.
	
	* configtool/standalone/wxwin/platformeditordialog.cpp:
	Replace LF (rather than CRLF) with ';' when storing GDB commands.
	
	* ecostest/common/eCosTestPlatform.cpp:
	Look for all persistent application settings under
	"HKEY_CURRENT_USER\Software\eCos Configuration Tool\"
	for consistency.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* ecos/host/tools configtool/ChangeLog configtoo ...
@ 2003-01-25 23:07 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2003-01-25 23:07 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2003-01-25 23:07:53

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/wxwin: appsettings.cpp 
	                                        configtooldoc.cpp 
	                                        ecpch.h filename.cpp 
	host/tools/Utils: ChangeLog 
	host/tools/Utils/common: Collections.cpp eCosSocket.cpp 

Log message:
	* configtool/standalone/wxwin/ecpch.h: #include <winsock2.h> early for Cygwin
	builds to eliminate fd_set compiler warning
	
	* configtool/standalone/wxwin/filename.cpp,
	configtool/standalone/wxwin/configtooldoc.cpp,
	configtool/standalone/wxwin/appsettings.cpp: Do not #undef macros matching
	ecFileName member functions referenced in these files for Cygwin builds.
	
	* Utils/common/Collections.cpp: #include <winsock2.h> early for Cygwin
	builds to eliminate fd_set compiler warning
	
	* Utils/common/eCosSocket.cpp: Add newline at end of file to eliminate
	compiler warning


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-13 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-11  9:56 ecos/host/tools configtool/ChangeLog configtoo jld
  -- strict thread matches above, loose matches on Subject: below --
2014-03-13 15:22 jld
2012-04-25  8:58 jld
2008-08-13  9:37 jld
2007-10-25 15:17 gthomas
2003-02-13 16:23 jld
2003-01-25 23:07 jld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).