This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ./site.cc ./UserSetting.h ./ChangeLog ./ ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-07-26 07:08:44

Modified files:
	.              : site.cc UserSetting.h ChangeLog site.h 
	                 UserSettings.h configure.in UserSettings.cc 
	                 Makefile.am 
	bz2lib         : Makefile 
	zlib           : Makefile 
Added files:
	tests          : Makefile.am UserSettingsTest.cc 
	                 UserSettingTest.cc 

Log message:
	2003-07-26  Robert Collins  <rbtcollins@hotmail.com>
	
	* tests/Makefile.am: Driver for test suite.
	* tests/UserSettingTest.cc: Test UserSetting interface.
	* tests/UserSettingsTest.cc: Test UserSettings interface.
	* Makefile.am: Add the tests dir to recurse into.
	* configure.in: Ditto.
	* UserSetting.h: Add load and save methods to allow global serialisation.
	Add explicit copy and assignment operators to prevent synthetics.
	Make the constructor protected to prevent direct instantiation.
	* UserSettings.h (UserSettings::loadAllSettings): New method.
	(UserSettings::savedAllSettings): New method.
	* UserSettings.cc: Implement new methods.
	* site.cc: Implement stubs for new required UserSetting methods.
	* site.h (ChosenSite): Ditto.
	* Ran automake.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.26&r2=2.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/UserSetting.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.371&r2=2.372
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.h.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/UserSettings.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/UserSettings.cc.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/tests/Makefile.am.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/tests/UserSettingsTest.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/tests/UserSettingTest.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/bz2lib/Makefile.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/zlib/Makefile.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]