Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
1 result
Created with Raphaël 2.2.016May320Apr191214Mar1297632128Feb262221130Jan27261612821Dec18151413985429Nov25Oct231813964327Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987632130Jun29262524BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTOP seems to be able to block the SIGKILL occasionally. Also the SIGKILL is sufficient since the process table entry will still exist until it is reaped with waitpid.COMP: Fix code-not-reached warnings for SunCC.COMP: Make sure gcc 2.96 sstream header is not used.COMP: Added istringstream::clear() method to disambiguate the call from using string::clear or istrstream::clear.BUG: Need to clear read failure when string is reset.ENH: Added testing for istringstream and stringstream.BUG: Fix stream state on successfully reading a string.COMP: Fixes for Watcom.COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.COMP: Need to include header for unlink function.ENH: Added support for Watcom compiler. Added TODO comment about calling conventions.ENH: Fixed stl string streaming operators for Watcom.ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added TODO comment explaining why process execution can still hang when a grandchild keeps the output pipes open.ENH: Added MD5 implementation to KWSys.ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform.COMP: Fixed unreferenced parameter warning for VS6 with /W4.STYLE: Move warning disable pragma into push/pop block.BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.COMP: shut up w4 warningCOMP: Disable function call with function return test for HP until it is implemented.COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.COMP: Disable auto_ptr test for now.ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-to type.COMP: Remove one conversion test until it is implemented.ENH: Added test for auto_ptr. Documented aut_ptr template implementation.ENH: Cleaned up KWSys tests to use test drivers.COMP: fix warningsCOMP: More workarounds for Borland.COMP: fix warningENH: added a limit to the getline methodBUG: Assignment should always use reset().COMP: Fix for auto_ptr_ref on Borland 5.8.COMP: Added line accidentally removed.BUG: Fixed implementation of auto_ptr_ref.BUG: Fix bug#4482.COMP: remove warningENH: fix parens in the path with spaces in the pathCOMP: Disable LFS on AIX.
Loading