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

📄 changelog

📁 这是国外的resip协议栈
💻
📖 第 1 页 / 共 5 页
字号:
2006-06-29 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/ui/text/TextTestRunner.h  * src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove    hidden virtual function warning.  * autogen.sh: applied patch #1449380 contributed by Sander Temme    to allow running autogen on Mac OS X.  * doc/header.html: updated to handle new tabs css required for    html doc generated with doxygen 1.4.7.  * src/msvc6/testrunner/MsDevCallerListCtrl.cpp: applied correction    provided to fix bug #1498175 (double click on failure does not    goto failure).2006-03-04 Baptiste Lepilleur <gaiacrtn@free.fr>  * contrib/xml-xsl/report.xsl: reported correction posted on the wiki.  * removed debian/ directory. An up to date patch can be found at:    packages.debian.org.  * cppunit.spec.in: applied patch #1242905 partially (%post and %postun).  * cppunit.pc.in:  * configure.in:  * Makefile.am: integrated patch from Robert Leight to generate pkg-config.2006-02-04 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/TestListener.h:   * src/qttestrunner/TestRunnerModel.cpp: removed compilation warning.2006-02-01 Baptiste Lepilleur <gaiacrtn@free.fr>  * examples/qt: integrated Ernst patch from qt examples.2005-12-12 Baptiste Lepilleur <gaiacrtn@free.fr>  * src/qttestrunner: integrated Ernst patch for QtTestRunner and Qt 3.x.    Enhanced qmake project files to handle multiple build configuration2005-11-27 Baptiste Lepilleur <gaiacrtn@free.fr>  * doc/cookbook.dox: fixed type (patch #1334567)2005-11-06 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/config/SourcePrefix.h: disable warning #4996    (sprintf is deprecated) for visual studio 2005.    * include/cppunit/TestAssert.h: use sprintf_s instead of sprintf for     visual studio 2005.      * examples/ClockerPlugIn/ClockerPlugIn.cpp  * examples/DumperPlugIn/DumperPlugIn.cpp: use SourcePrefix.h. Fixed    wrong macro usage to implement DllMain.      * examples/msvc6/HostApp/ExamplesTestCase.h  * examples/msvc6/HostApp/ExamplesTestCase.cpp  * examples/simple/ExamplesTestCase.h  * examples/simple/ExamplesTestCase.cpp: removed divideByZero test case    as it cause some crash on some platforms. 2005-10-27 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/TestAssert.h: added missing #include <stdio.h>2005-07-30 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/config/SourcePrefix.h: added, prefix added at begining of sources    to remove warning. Removed most warning when compiling with VC++ 6sp6.  * examples/money/Money.h:   * examples/money/MoneyTest.cpp: added assert equal usage.2005-07-30 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/config/config-msvc6.h: auto-detect if RTTI are enabled     the _CPPRTTI macro (defined by the compiler when enabling RTTI).  * include/cppunit/config/config-msvc6.h: added missing macro definition    CPPUNIT_HAVE_CPP_CAST.    * src/cppunit/TestResultCollector.cpp: fixed memory leak in destructor.2005-07-15 Baptiste Lepilleur <gaiacrtn@free.fr>  * config/bb_enable_doxygen.m4: Rolled back Brad Hards patch as it break    generation of doc/Makefile.am.  * cppunit.spec.in: Applied patch #1232555 from Patrice Dumas. This file is    use for RPM packaging.  * development snapshot release 1.11.0.2005-07-09 Baptiste Lepilleur <gaiacrtn@free.fr>  * doc/Money.dox:  * include/cppunit/TestSuite.h:   * include/cppunit/XmlOutputterHook.h: applied Brad Hards patch     that correct miscellaneous doc generation issues (unescaped <>, \...).  * include/cppunit/plugin/TestPlugIn.h:  * include/cppunit/CompilerOutputter.h:  * doc/CppUnit-win.dox: removed a few documentation generation warnings.  * config/bb_enable_doxygen.m4: applied Brad Hards patch to remove warning    when running ./autogen.sh or aclocal.  * doc/money.dox: fixed bad usage of CPPUNIT_ASSERT_EQUALS.2005-07-05 Baptiste Lepilleur <gaiacrtn@free.fr>  * Examples/simple/Makefile.am: do not install 'simple' programm     (patch #1230784).2005-07-05 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/TestResultCollector.h  * src/cppunit/TestResultCollector.cpp: fixed memory leak     occuring when calling reset().  * src/cppunit/DllMain.cpp: added work-around for mingw compilation    for BLENDFUNCTION macro issue when including windows.h.  * src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline     messages.  * include/cppunit/Portability.h: better integration of compiler output     for gcc on Mac OS X with Xcode (contributed by Claus Broch).2005-06-14 Baptiste Lepilleur <gaiacrtn@free.fr>  * src/msvc6/testrunner/ProgressBar.cpp: applied patch from bug #1165875,    (use system color for border instead of hard-coded color).  * src/cppunit/Makefile.am:  * configure.in: MinGW, cygwin: enable build of shared library when using     libtool. patch #1194394 contributed by St閜hane Fillod.  * cppunit.m4: applied patch #1076398 contributed by Henner Sudek. Fix     version number comparison in AM_PATH_CPPUNIT.  * contrib/xml-xsl/cppunit2junit.txt  * contrib/xml-xsl/cppunit2junit.xsl  * contrib/readme.txt: XSLT for compatibility with Ant junit xml formatter.    Patch #1112053 contributed by Norbert Barbosa.2005-02-23 Baptiste Lepilleur <gaiacrtn@free.fr>  * examples/hierarchy/BoardGameTest.h:  * examples/hierarchy/ChessTest.h: fixed compilation issue, prefixed access     to class member with 'this' (inheriting from template parameter     dependent class).2004-11-19 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/Message.h  * include/cppunit/SourceLine.h:  * src/cppunit/Message.cpp:  * src/cppunit/SourceLine.cpp: provided thread-safe copy constructor on    platform that do not provide thread-safe copy constructor for std::string.2004-11-08 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/TestAssert.h: fixed portability bug pointed out by    Neil Ferguson.2004-11-06 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/TestAssert.h: integrated Neil Ferguson patch for high    precision conversion to string for double number. Modified the patch    to works even if DBL_DIG C99 macro is not defined.  * include/cppunit/Portability.h: fixed EVC++ 4 detection.  * src/cppunit/Win32DynamicLibraryManager.cpp: integrated patch #1024428,    MinGW compilation under Windows XP. 2004-11-05 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/TestAssert.h:  * src/cppunit/TestAssert.cpp: integrated Neil Ferguson patch for missing    _MESSAGE assertion variants. Also enhanced the failure message of a     few assertions.2004-09-10 Baptiste Lepilleur <gaiacrtn@free.fr>  * src/msvc6/DSPlugIn/StdAfx.h: add #error to prevent compilation on VC 7.  * src/msvc6/testrunner/MsDevCallerListCtrl.cpp:  * src/msvc6/testrunner/MsDevCallerListCtrl.h: integrated go to source line    features on double click contributed by Max Quatember and     Andreas Pfaffenbichler.2004-08-01 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/XmlOutputter.h:  * include/cppunit/tools/XmlDocument.h:  * src/cppunit/XmlDocument.cpp:  * src/cppunit/XmlOutputter.cpp: integrated patch #997006 from Akos Maroy.     This patch makes the 'standalone' attribute in XML header optional.2004-06-25 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/Portability.h: moved OStringStream alias definition to    portability/Stream.h. User need to define EVC4 to indicate that     config-evc4.h should be used. (how to we detect this automatically ?).    Notes that this means it might be needed to add #include <string> to some    headers since its no longer included by Portability.h.  * include/cppunit/portability/Stream.h: define alias OStringStream, stdCOut(),     and OFileStream. If CPPUNIT_NO_STREAM is defined (evc4 config), then provides    our own implementation (based on sprintf and fwrite).  * include/cppunit/config/config-evc4.h: config file for embedded visual c++ 4.    Still need to detect for this platform in Portability.h (currently relying on    EVC4 being defined...)  * *.[cpp/h]: most source files have been impacted with the following change:    #include <iostream> -> #include <cppunit/portability/Stream.h>    std::ostream -> CPPUNIT_NS::OStream    std::ofstream -> CPPUNIT_NS::OFileStream    std::cout -> CPPUNIT_NS::stdCOut()    std::endl -> "\n"    Also, code using std::cin as been defined out if CPPUNIT_NO_STREAM was defined.    The exact list of impact files can be obtain in CVS using tags:    TG_CPPUNIT_NO_STREAM_BEFORE & TG_CPPUNIT_NO_STREAM_AFTER.2004-06-19 Baptiste Lepilleur <gaiacrtn@free.fr>  * cppunit.m4: patch #946302, AM_PATH_CPPUNIT doesn't report result     if CppUnit is missing.2004-06-18 Baptiste Lepilleur <gaiacrtn@free.fr>  * Release 10.0.2  * include/cppunit/extension/TestSuiteBuilderContext.h:  * src/cppunit/TestSuiteBuilderContext.cpp: fixed bug #921843. This bug    was caused by a known STL bug in VC++ 6.     See http://www.dinkumware.com/vc_fixes.html <xtree> issue with shared    std::map in dll. As a work-around the map has been replaced by a vector.  * src/DllPlugInTester/*.cpp: bug #941625, string literal using char *    instead of const char *. Patch contributed by Curt Arnold has been    applied.  * src/msvc6/testrunner/TestRunnerDlg.h:  * src/msvc6/testrunner/TestRunnerDlg.cpp:  * src/msvc6/testpluginrunner/TestPlugIn.cpp:  * src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp:  * src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp:  * src/msvc6/testpluginrunner/TestPlugInRunnerModel.h: bug #952912,     memory leaks when loading/reloading plug-ins.2004-06-17 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/Portability.h:  * include/cppunit/plugin/TestPlugIn.h: fixed report compilation issue     with mingw & cygwin. WIN32 is now always defined if _WIN32 is defined.    Bug #945737 & #930338.  * doc/Makefile.am: fixed bug #940650 => cp -dpR, removed option -p since    there is no link to preserve anyway (does not exist on SunOs).  * src/cppunit/TestPath.cpp: bug #938753, array bound read in     splitPathString() with substr if an empty string is passed.  * src/*/*.dsp: bug #933154, post build fail in directory with spaces.2004-06-16 Baptiste Lepilleur <gaiacrtn@free.fr>  * release 1.10.0  * install-UNIX.txt: added some notes concerning Sun CC 5.5 & AIX.  * examples/*/*.dsp: fixed project settings (rtti not enabled).2004-03-13 Baptiste Lepilleur <gaiacrtn@free.fr>  * release 1.9.142004-03-13 Baptiste Lepilleur <gaiacrtn@free.fr>  * cppunit-config.in: bug #903363, missing -ldl from the output of    cppunit-config --libs. Fixed thanks Eric Blossom patch.  * examples/qt/Main.cpp:  * examples/qt/ExampleTestCase.h: fixed bug #789672: QT example should     use CPPUNIT_NS macro.  * src/cppunit/UnixDynamicLibraryManager.cpp: applied patch #816563    from Gareth Sylvester. Adding RTLD_GLOBAL allows test plug-ins     to provide symbols to shared objects they load themselves.  * examples/cppunittest/TestAssertTest.h:  * examples/cppunittest/TestAssertTest.cpp:  * examples/cppunittest/XmlUniformiserTest.h:  * examples/cppunittest/XmlUniformiserTest.cpp:  * include/cppunit/TestAssert.h: add the exception assertion macros    from cppunit 2: CPPUNIT_ASSERT_THROW, CPPUNIT_ASSERT_NO_THROW,    CPPUNIT_ASSERT_ASSERTION_FAIL, CPPUNIT_ASSERT_ASSERTION_PASS.    Updated unit test to use and test the new macros.  * include/cppunit/extensions/HelperMacros.h: deprecated the    test case factory that check for exception (CPPUNIT_TEST_FAIL &    CPPUNIT_TEST_EXCEPTION).    2004-02-20 Baptiste Lepilleur <gaiacrtn@free.fr>  * release 1.9.122004-02-18 Baptiste Lepilleur <gaiacrtn@free.fr>  * configure.in:  * makefile.am:  * config/ax_cxx_gcc_abi_demangle.m4:  * src/cppunit/TypeInfoHelper.cpp: added patch from     Neil Ferguson <nferguso@eso.org> to use gcc c++ abi to demangle typeinfo	name when available.2003-05-15 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/plugin/testplugin.h: fixed bug #767358, wrong    preprocessor symbol for SHL_LOADER.2003-05-15 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/config/config-msvc6.h: changed the compiler outputter     default format (CPPUNIT_COMPILER_LOCATION_FORMAT) for Visual Studio 7.0.    Assertion now appears in the task list.2003-05-07 Baptiste Lepilleur <gaiacrtn@free.fr>  * include/cppunit/extensions/Makefile.am: removed TestSuiteBuilder.h  * Makefile.am  * configure.in  * config/ac_dll.m4  * examples/cppunittest/Makefile.am  * examples/hierarchy/Makefile.am  * examples/money/Makefile.am  * examples/simple/Makefile.am  * include/cppunit/config/SelectDllLoader.h  * include/cppunit/plugin/TestPlugIn.h  * include/cppunit/tools/Algorithm.h  * src/DllPlugInTester/Makefile.am  * src/cppunit/Makefile.am  * src/cppunit/TestDecorator.cpp  * src/cppunit/ShlDynamicLibraryManager.cpp  * src/cppunit/UnixDynamicLibraryManager.cpp  * src/cppunit/Win32DynamicLibraryManager.cpp: applied patch from     Abdessattar Sassi <abdesassi@users.sourceforge.net> to add support

⌨️ 快捷键说明

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