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.05May4328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987632130Jun292625242320191812111013May12823Apr11108COMP: 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.COMP: Attempt to fix problem with building on SGIBUG: When killing a child all the pipe read ends should be closed. This will allow a child that is blocking while waiting to write to the pipe to wake up and receive the kill signal properly on cygwin.BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does not timeout while waiting for 4 to timeout. This should fix the intermittent failure of test 5 on cygwin. ENH: When a mismatch is reported it now reports what it was as well as what it should have been.BUG: For some reason the non-template allocator test compiles on VS6 even though its allocator is a template. Adding ::size_type to be sure it accesses a member of the allocator.BUG: Fix iterator traits test to use a real iterator instead of int*.BUG: Cannot use Win32 implementation for cygwin processes because then cygwin paths to executables like /usr/bin/ls are not found.COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx).COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace.ENH: move convenience method to get OS name and version from KWApp to KWSys.BUG: Added missing variable initialization that was accidentally removed on the previsous commit.ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 implementation instead of the UNIX implementation. This makes dealing with misbehaving children work better. The KWSys Win32 process implementaion is more robust than the Cygwin implementation (partly because it doesn't have to exactly reproduce the POSIX api).ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, KWSYS_STL_HAS_ITERATOR_CATEGORY, KWSYS_STL_HAS___ITERATOR_CATEGORY, and KWSYS_STL_HAS_ALLOCATOR_NONTEMPLATE to get the hash table to compile on old HP and Sun compilers.COMP: Replacing _Select1st with a specialized hash_select1st that avoids requiring the stl pair to have first_type defined. The old HP STL does not define first_type and second_type in its pair.ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Needed to optionally bring hash table comparison operators into the global namespace when argument dependent lookup is not supported.COMP: Removed extra variable initializations to avoid Borland warnings.COMP: Remove friend templates and always use template friends (possibly with <>). Needed to work-around Sun CC bug.COMP: Disable MSVC debug symbol truncation warning.STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other tests.
Loading