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.013Jun9728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987632130Jun292625242320191812111013May12823Apr11108ENH: add method to escape some chars in a stringCOMP: Disable more warnings.COMP: Fix no-assignment-operator warning and disable typedef-name synonym warning.COMP: Disable useless warnings.ENH: C++ configuration should include C configuration.COMP: Need windows.h even on cygwin to get CreateFile API.COMP: Fixed conversion warnings.ENH: Add capability to include files to DartTestfile.txt and add example of thatCOMP: warning.ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init codeENH: Removing previous debug code.ENH: Added knowledge of FreeBSD.ENH: Adding debugging code for freebsd.ENH: Removing QNX hack for test 6 now that the problem has been fixed.BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.ENH: Add configuration file for kwsysENH: Disabling test 6 on QNX until process killing can be resolved. It will just fail always for now.COMP: Removed unused parameter warning.COMP: Added work-around to avoid warnings about unreferenced inline functions from SGI termios.COMP: Added initializer to avoid warning. It is not really needed, though.ENH: Add split that splits on arbitrary separatorENH: Expose ConvertToUnixOutputPathCOMP: Added pragma directives for SGI compilers to avoid useless warnings.COMP: Removed stray semicolon.COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it.ENH: Adding test of running executable with forward slashes on windows.BUG: Extending all timeouts to help out slower machines.BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should avoid missed signals and intermittent failures.BUG: Looks like std::string changes the result of c_str() call. This fixes potential problemsCOMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin.BUG: Drastically extending test5's timeouts to get it to pass when running on a heavily-loaded machine.COMP: Fixed assignment-in-conditional warning.COMP: Fixed constant conditional warning.COMP: Fixed unused parameter and constant conditional warnings.BUG: Fixed hash_allocator_n size computation.ENH: Added include-work-around for hashtable.hxx.in dependency.BUG: Do not close stdout/stderr pipes in parent if they are shared.COMP: Do not do va_list hack if there is no std:: namespace.COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable.BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing.
Loading