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
  • prefer-back-data-over-rbegin-begin
2 results
Created with Raphaël 2.2.019Apr1214Mar1297632128Feb262221130Jan27261612821Dec18151413985429Nov25Oct231813964327Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987632130Jun2926252423201918ENH: 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.STYLE: Removed one more stray comment.STYLE: removed code accidently checked inBUG: fix for bug number 3320ENH: allow copy if different from a file to a directory to workSTYLE: Fix typoBUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file install rules.ENH: Add support for "~otheruser/"ENH: Handle "~" in SplitPath.STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR.BUG: reverting previous change.BUG: When a "wrong argument" was detected, we call the WrongArgument handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that.
Loading