Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.020Sep191722Aug211615983130Jul242327Jun618May1716320Apr191214Mar1297632128Feb262221130Jan27261612821Dec18151413985429Nov25Oct231813964327Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987COMP: remove warning on new HPUX compilerENH: fix failing test when valgrind is onCOMP: Directory and Glob have pointer data membersCOMP: Second try getting rid of Microsoft deprecation warnings. This time tested from KWStyle with vs8 to make sure the warnings are really gone. Remove the deprecation defs from CMakeLists and guard the defs in the header so we do not redefine them if they are already defined.COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .cxx files. This way, other projects that include kwsys will not see the warnings in kwsys .c and .cxx files, but they can still see the warnings in their own source files if they want to...ENH: Remove extra ;COMP: fixed compiler warning in sprintf usageENH: fix resource leakCOMP: Fix for platforms that do not have siginfo on their signal handlers.ENH: remove some stuff to improve coverageENH: fix case problem with drive letters and cmake vs CMakeSetup build.make changingBUG: Added carrot (^) to characters that need quoting. The solaris shell needs it.BUG: Some single-character arguments need quoting on windows.ENH: Added more special unix shell characters that require quoting. Added escaping of % as %% for shells inside mingw32-make.BUG: Shell escaping needs to write % as %% for VS IDE.BUG: 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.
Loading