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

📄 changelog

📁 这是国外的resip协议栈
💻
📖 第 1 页 / 共 5 页
字号:
	  build test suite hierarchy.	* src/cppunit/msvc/DllPlugInTester/*: moved to src/cppunit/DllPlugInTester/.	* src/cppunit/DllPlugInTester/DllPlugInTester.cpp: removed UNICODE stuffs. Use	  the PlugInManager instead of PlugInTestSuite. Simplified: only one test on	  command line, but many DLL can be specified. Added configurations to link	  against cppunit dll, those are now the default configuration (static linking	  don't make much sense for plug-in).2002-04-15 Baptiste Lepilleur <gaiacrtn@free.fr>	* release 1.9.2.	* NEWS: updated.	* configure.in: added include/cppunit/config/Makefile and 	  include/cppunit/plugin/Makefile to the list of target.	* doc/CppUnit-win.dox: enabled generation of HTML Help documentation.	* include/cppunit/config/Makefile.am:	* include/cppunit/plugin/Makefile.am: added.	* include/cppunit/config-bcb5.h:	* include/cppunit/config-msvc6.h:	* include/cppunit/config-mac.h: moved to include/cppunit/config/.	* include/cppunit/Portability.h: updated config files location. Added macros	  CPPUNIT_STRINGIZE and CPPUNIT_JOIN (implementation adapted from boost.org).	  Added macro CPPUNIT_MAKE_UNIQUE_NAME.	* include/cppunit/Test.h: modified methods order.	* include/cppunit/extensions/HelperMacros.h: renamed macro 	  __CPPUNIT_MAKE_UNIQUE_NAME to CPPUNIT_MAKE_UNIQUE_NAME and moved its 	  definition to include/cppunit/Portability.h.	* include/cppunit/extensions/TestDecorator.h: Inherits Test instead of TestLeaf.	* include/cppunit/plugin/DynamicLibraryManager.h:	* src/cppunit/DynamicLibraryManager.cpp: added. DLL manager (load & lookup	  symbol).	* src/cppunit/BeOsDynamicLibraryManager.cpp:	* src/cppunit/UnixDynamicLibraryManager.cpp:	* src/cppunit/Win32DynamicLibraryManager.cpp: added. Implementation of 	  platform dependent methods of DynamicLibraryManager.	* include/cppunit/plugin/DynamicLibraryManagerException.h:	* src/cppunit/DynamicLibraryManagerException.cpp: added. Exception thrown	  by DynamicLibraryManager.	* include/cppunit/plugin/TestPlugIn.h: added. CppUnitTestPlugIn interface	  definition. Helper macros to implements plug-in.	* include/cppunit/plugin/TestPlugInSuite.h:	* src/cppunit/plugin/TestPlugInSuite.cpp: added. A suite to wrap a test	  plug-in.	* include/cppunit/plugin/TestPlugInDefaultImpl.h:	* src/cppunit/TestPlugInDefaultImpl.cpp: added. A default implementation	  of the test plug-in interface.	* src/msvc6/DllPlugInTester/DllPlugInTester.cpp: updated to use the	  new TestPlugIn.	* examples/cppunittest/TestResultCollectorTest.cpp: fixed typo.2002-04-14 Baptiste Lepilleur <gaiacrtn@free.fr>	* NEWS: updated.	* include/cppunit/TestSucessListener.h:	* src/cppunit/TestSucessListener.cpp: renamed TestSuccessListener	* doc/cookbook.dox:	* src/msvc6/DllPlugInTester/DllPlugInTester.cpp:	* examples/cppunittest/TestResultCollectorTest.h:	* examples/cppunittest/TestResultCollectorTest.cpp:	* examples/cppunittest/XmlOutputterTest.h:	* examples/cppunittest/XmlOutputterTest.cpp:	* include/cppunit/CompilerOutputter.h:	* include/cppunit/TestListener.h:	* include/cppunit/XmlOutputter.h:	* src/cppunit/XmlOutputter.cpp:	* src/cppunit/CompilerOutputter.cpp: fixed 'success' typo (was misspelled	'sucess').	* include/cppunit/TestResultCollector.h:	* src/cppunit/TestResultCollector.cpp: updated (renaming of 	  TestSucessListener).	* src/cppunit/XmlOutputter.cpp:	* examples/cppunittest/XmlOutputterTest.cpp: Changed SucessfulTests tag to	SucessfulTests.2002-04-13 Baptiste Lepilleur <gaiacrtn@free.fr>	* include/cppunit/XmlOutputter.h:	* src/cppunit/XmlOutputter.cpp: Made XML output more human readable. Idented element.	* examples/cppunittest/XmlUniformiser.h:	* examples/cppunittest/XmlUniformiser.cpp:	* examples/cppunittest/XmlUniformiserTest.cpp: modified to ignore trailing space	  at the end of element content.2002-04-13 Baptiste Lepilleur <gaiacrtn@free.fr>	* Snapshot 1.9.0	* NEWS: updated	* doc/other_documentation.dox: addded new module for test plug-in.	* include/msvc6/DSPlugin/TestRunnerDSPlugin.h:	* include/msvc6/DSPlugin/TestRunnerDSPlugin_i.c: added. Those file are	  generated by project src/msvc/DSPlugin. They are provided to allow	  compilation of TestRunner without compiling DSPlugIn which does not 	  build on VC++ 7.	* examples/examples.dsw: removed DSPlugIn for workspace (fail to build 	  with VC++ 7). Added DllPlugInTester.dsp to workspace.	* examples/msvc6/TestPlugIn/TestPlugIn.dsp: added post-build unit testing	  using the new DllPlugInTester.	* examples/msvc6/EasyTestPlugIn/*: a new project that	  demonstrates the use of CPPUNIT_TESTPLUGIN_IMPL to create a test plug-in.	  	* src/cppunit/cppunit.dsw:	* src/TestPlugInRunner.dsw:	* src/TestRunner.dsw: removed. Should use src/CppUnitLibraries.dsw instead.	* include/cppunit/ui/text/TestRunner.h:	* src/cppunit/TextTestRunner.cpp: removed findTestName() method. Replaced	  by Test::findTest().	* src/msvc6/DSPlugIn/DSPlugIn.dsp:	* src/msvc6/DSPlugIn/DSAddIn.h: changed include for add-in. MIDL generates	  files in sub-directory ToAddToDistribution. Generated file should be 	  copied to include/msvc6/DSPlugin when modified. This remove the dependecy	  of MfcTestRunner on DSPlugIn.	* src/msvc6/testrunner/ListCtrlFormatter.h:	* src/msvc6/testrunner/ListCtrlFormatter.cpp: added GetNextColumnIndex().	* src/msvc6/testrunner/src/TestRunnerDlg.h:	* src/msvc6/testrunner/src/TestRunnerDlg.cpp: set column number in 	  MsDevCallerListCtrl when initializing the list.	* src/msvc6/testrunner/src/MsDevCallerListCtrl.h:	* src/msvc6/testrunner/src/MsDevCallerListCtrl.cpp: column indexes for 	  file and line number are no longer static. Added methods to set those 	  indexes. Changed DSPlugIn header name.	* include/msvc6/testrunner/TestPlugInInterface.h: fixed inclusion of	  windows header for WINAPI. Added macro CPPUNIT_TESTPLUGIN_IMPL to	  automatically implements a test plug-in.	* src/msvc6/DllPlugInTester/*: added new project. A application to test DLL	  and report using CompilerOutputter. Target for post-build testing and 	  debugging of DLL.	  2002-04-13 Baptiste Lepilleur <gaiacrtn@free.fr>	* include/cppunit/CompilerOutputter.h:	* src/cppunit/CompilerOutputter.h: deprecated defaultOuputter(). Added 	  setLocationFormat() and format specifiation in constructor. A string	  that represent the location format is used to output the location. 	  Default format is defined by CPPUNIT_COMPILER_LOCATION_FORMAT.	* include/cppunit/config-msvc6.h:	* include/cppunit/Portability.h: added CPPUNIT_COMPILER_LOCATION_FORMAT.	  Use gcc location format if VC++ is not detected.	* include/cppunit/Test.h: fixed documentation.	* include/cppunit/TestListener.h: added startSuite() and endSuite() 	  callbacks. Added new example to documentation.	* include/cppunit/TestResult.h:	* src/cppunit/TestResult.cpp:	* include/cppunit/TestComposite.h:	* src/cppunit/TestComposite.cpp: Updated to inform the listeners.	* src/qttestrunner/TestBrowserDlgImpl.cpp: used Test new composite	  interface instead of RTTI to explore the test hierarchy.	* examples/cppunittest/MockTestListener.h:	* examples/cppunittest/MockTestListener.cpp: updated,added support for	  startSuite() and endSuite().	* examples/cppunittest/TestResultTest.h:	* examples/cppunittest/TestResultTest.cpp: added tests for startSuite() 	  and endSuite().2002-04-12 Baptiste Lepilleur <gaiacrtn@free.fr>	* Makefile.am: added examples/qt to tar ball release.	* TODO: heavily updated.	* contrib/msvc/CppUnit*.wwtpl: changed base class for unit test to TestFixture.	* include/cppunit/Test.h: removed toString() method. Not used by the framework	  and source of confusions with getName().	  Added getChildTestCount() and getChildTestAt(), introducing the composite pattern	  at top level. Added utility methods findTest() and findTestPath().	* src/cppunit/Test.cpp: added. Implementation of new utility methods.	* include/cppunit/TestCase.h:	* src/cppunit/TestCase.cpp: inherits TestLeaf. Removed toString(), run(void) and	  defaultResult(). Removed default constructor.	* src/cppunit/TestCase.cpp:	* src/cppunit/TestSuite.cpp: fixed some includes that used "" instead of <>.	* include/cppunit/TestComposite.h:	* src/cppunit/TestComposite.cpp: added. Common implementation of Test for composite	  tests (TestSuite).	* include/cppunit/TestFailure.h:	* src/cppunit/TestFailure.cpp: removed toString().	* include/cppunit/TestLeaf.h:	* src/cppunit/TestLeaf.cpp: added. Common implementation of Test for single test	  (TestCase).	* include/cppunit/TestListener.h: added TimingListener example to documentation.	* include/cppunit/TestPath.h: 	* src/cppunit/TestPath.cpp: added. List of test traversed to access a test in the	  test hierarchy.	* include/cppunit/TestRunner.h: added. Generic TestRunner.	* src/cppunit/TestRunner.cpp: moved to TextTestRunner.cpp. Added new implementation	  of includecppunit/TestRunner.h.	* include/cppunit/TestSuite.h:	* src/cppunit/TestSuite.cpp: inherits TestComposite and implements new Test 	  interface. Removed toString().	* src/cppunit/TextTestRunner.cpp: moved from TestRunner.cpp. Implementation of	  include/cppunit/ui/text/TestRunner.h.	* include/cppunit/extensions/RepeatedTest.h:	* src/cppunit/RepeatedTest.cpp: removed toString().	* include/cppunit/extensions/TestDecorator.h: inherits TestLeaf. 	  Removed toString()	* include/cppunit/XmlOutputter.h:	* src/cppunit/XmlOutputter.cpp:	* examples/cppunittest/XmlOutputterTest.cpp:	* examples/cppunittest/XmlOutputterTest.h: XML outputter now escape node content.	  Add unit test for that bug (#540944). Added style sheet support. Modified	  XML structure: failure message as its own element.	* src/msvc/testrunner/TestRunnerModel.h:	* src/msvc/testrunner/TestRunnerModel.cpp: used Test::findTest() to find a test	  by name instead of using RTTI. Added toAnsiString() for convertion when 	  compiling as UNICODE.	* src/msvc/testrunner/TreeHierarchyDlg.h:	* src/msvc/testrunner/TreeHierarchyDlg.cpp: used new composite interface of Test	  to explorer the test hierarchy instead of RTTI.	* examples/cppunittest/TestPathTest.h:	* examples/cppunittest/TestPathTest.cpp: added, unit tests for TestPath.	* examples/cppunittest/TestCaseTest.h:	* examples/cppunittest/TestCaseTest.cpp: added test for TestLeaf.	* examples/cppunittest/TestSuiteTest.h:	* examples/cppunittest/TestSuiteTest.cpp: added test for TestComposite and 	  new Test interface.2002-04-11 Baptiste Lepilleur <gaiacrtn@free.fr>	* configure.in: bumped version to 1.9.0		* NEWS: added version 1.9.02002-04-11 Baptiste Lepilleur <gaiacrtn@free.fr>	* doc/FAQ: removed question about the Exception::operator =() problem.	* release 1.8.02002-04-11  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>	* include/cppunit/ui/mfc/Makefile.am:	* include/cppunit/ui/qt/Makefile.am:	* include/cppunit/ui/text/Makefile.am: Set the libcppunitincludedir	variable.  Correct case of header file ui/qt/Config.h.	* configure.in: Output the new include/*/Makefiles.2002-04-10 Baptiste Lepilleur <gaiacrtn@free.fr>	* Makefile.am: removed directory cppunitui from copy when making	the dist.	* include/cppunit/ui: added Makefile.am for dist and install.2002-04-10 Baptiste Lepilleur <gaiacrtn@free.fr>	* include/cppunitui/: moved to include/cppunit/ui (fix unix	install problem).	* doc/cookbook.dox:	* examples/cppunittest/CppUnitTestMain.cpp:	* examples/msvc/CppUnitTestApp/HostApp.cpp:	* examples/msvc/HostApp/HostApp.cpp:	* examples/qt/Main.Cpp:	* examples/src/cppunit/TestRunner.cpp:	* examples/src/msvc6/TestRunner/TestRunner.cpp:	* examples/src/qttestrunner/TestRunner.cpp: updated to use	<cppunit/ui/...> instead of <cppunitui/...> in include directives.	* doc/CppUnit-win.dox: generated documentation give the include	path at the bottom of the page for each class.	* NEWS: added compatibility break for 1.7.10 users.2002-04-05 Baptiste Lepilleur <gaiacrtn@free.fr>	* examples/cppunittest/CppUnitTestMain.cpp: never wait for a key press.2002-04-04 Baptiste Lepilleur <gaiacrtn@free.fr>	* NEW: added CPPUNIT_ASSERT_EQUAL_MESSAGE compatiblity break.	* include/cppunit/TestAssert.h: changed arguments order for	CPPUNIT_ASSERT_EQUAL_MESSAGE. 'message' is now the first argument	instead of the last (like CPPUNIT_ASSERT_MESSAGE).	* examples/cppunittest/MockTestCase.cpp:	* examples/cppunittest/MockTestListener.cpp: updated to reflect	change on CPPUNIT_ASSERT_EQUAL_MESSAGE.2002-03-28 Baptiste Lepilleur <gaiacrtn@free.fr>	* co

⌨️ 快捷键说明

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