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
  • sys-select
2 results
Created with Raphaël 2.2.020Nov18161519Oct1698630Sep282524232214331Aug627Jul2624139825Jun221211109520May19141323Apr2120151465230Mar1918171613Feb12939Jan18Dec15423Nov717Oct16151027Sep262322151120Aug10Jul96Jun2131May271614131210230Apr2423227Mar171127Feb1932131Jan3022212013121110814Dec1165423Nov16127526Oct25129220Sep191722Aug211615983130Jul242327Jun618May1716320Apr191214Mar1297632128Feb262221130Jan27261612821Dec18151413985429Nov25Oct231813964327Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517Create KWSYS_PLATFORM_INFO_TEST macroCheck for 'long long' without computing sizeEnable loose loop constructs in KWSysFix bogus calls to GetMemoryStatus and GetMemoryStatusEx: need to set the dwLength member of the struct prior to calling. Otherwise it's just a garbage value from the stack. Also, pay attention to return value of GetMemoryStatusEx: if it indicates failure then just return 0 without using any of the other data the call returns.Try to fix missing size_t on qnxCOMP: Fixing return type of the Get methods associated with variables thatCOMP: Fixing type declarations and type conversions that could potentiallyfix two more icpc warnings, ok by Brad (float compared for equality, unused variable)Better fix for crash on Windows. This time it will even work on Linux, too. That GetLineFromStream method while loop sure is fussy.Fix crash on Windows. If input stream is no good, do not try to read a line from it. Return false and an empty line instead...Added OS Platform (cpu architecture) detection support to windows systemsTrimmed off the newline from sw_vers output on mac, it could cause xml parsing errors if left inFix bus error on mac. Was a result of not having null termination of arg list to sw_vers calls.Added better OS information for Mac OS XFix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix.Convert KWSys to OSI-approved BSD LicenseInstall KWSys Copyright.txt as documentationAvoid word 'Copyright' in KWSys MD5 encode testRestore KWSys SystemTools _WIN32 state on cygwinFix KWSys SystemTools build on cygwin with -mwin32Can not use cmakedefine in kwsys because bootstrap of cmake does not support it.Can not use cmakedefine in kwsys because bootstrap of cmake does not support it.Put a flag in that will stop system tools from deleting system environment memory on exit, as it can cause gcov to crash the programs.Optimize KWSys SystemTools::FileExists on WindowsFix for Bug #9190, -U did not work on case insensitive file systems because of call to glob convert to regex that expected to work with files.COMP: Silence useless Borland inlining warningDefine kwsys_ios_binary macro for std::ios::binaryCOMP: attempt to fix more 'hidden by' warnings.BUG: Enable large files only if <cstdio> worksENH: try and see if using string.append instead of += will make valgrind not complaing that JoinPath is leaking.COMP: Fix compilation of VTK on debian/sparc (sparc is a CPU not an OS)BUG: Parse escapes in single-quoted unix argumentsENH: Provide unix-sytle command line parsingCOMP: More KWSys SharedForward pointer const-nessCOMP: Eliminate "conversion may change sign of result" warnings by using size_t where appropriate. (Missed one warning with last commit: add a cast to md5_word_t.)COMP: Eliminate "conversion may change sign of result" warnings by using size_t where appropriate.COMP: Fix KWSys SharedForward sign conversionCOMP: Fix KWSys SharedForward pointer const-nessENH: first pass at VS 10, can bootstrap CMake, but many tests still failCOMP: Quiet aggressive Borland warnings in KWSys
Loading