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.012Jul8730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987632130Jun292625242320191812111013May12823Apr11108BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directoryBUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directoriesCOMP: Fixed uninitialized variable.ENH: Extended test 0 to run the executable twice using the same process object. This tests the reusability of the objects.BUG: Fixed reusability of process object by clearing each pipe's Closed flag when cleaning up.BUG: Do not increment optr by 2 after storing only one character. Also fixed possibility of storing uninitialized characters from the last triplet.ENH: Several improvements with the way things are handled. Also, support multiple submited filesENH: Added some smaller primes to allow small hash table sizes and therefore shorter initial construction times.BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specify that the argument to usleep must be less than 1000000.ENH: fix test, it has to return a true/false value otherwise it just passes the test, and add test for EscapeCharsENH: Enabling new test 7 of process execution.ENH: Added polling feature to documentation of WaitForData.BUG: Fixed polling feature of WaitForData.ENH: Added test 7 to expose problems with polling by WaitForData.BUG: Fixed polling capability of WaitForData.ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup (convenience)ENH: 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.
Loading