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.022Sep151120Aug10Jul96Jun2131May271614131210230Apr2423227Mar171127Feb1932131Jan3022212013121110814Dec1165423Nov16127526Oct25129220Sep191722Aug211615983130Jul242327Jun618May1716320Apr191214Mar1297632128Feb262221130Jan27261612821Dec18151413985429Nov25Oct231813964327Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr2922211ENH: a few more haiku fixes, stop the debugger from coming up for testsENH: add initial support for HAIKU OS from bug# 7425ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks.ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters.BUG: Handle case when select() liesCOMP: remove warning and check for assignment to itself in operator=ENH: fix memory leakENH: Recognize more color terminals.ENH: fix crash on dash17 linux where the parsing of the proc file must not have worked rightENH: fix crash on cygwinBUG:cpuinfo format are different between Linux and Cygwin. Cygwin does not have physical id tag or cpu cores tag.ENH: avoid divide by zero, temporary fix until cygwin cpu file is read better, bad cpu info is better than a crashBUG:Fixed NumberOfLogicalCPU, NumberOfPhysicalCPU and LogicalProcessorsPerPhysical under Linux. Some part was just wrong. Some other part missed to take the multicore value into account.ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.ENH: Add assignment operator to KWSys RegularExpression.ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property.ENH: Add ARM support to KWSys CPU header.ENH: all ctype function have the same issue: char can be signed or unsigned, since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned charCOMP: warning, isprint and isspace take int args.COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char *p, a shadowed variable warning.BUG: really fix build on vs6BUG: fix build on vs6ENH: use GlobalMemoryStatusEx as it is able to report more than 2gigsCOMP: Fix warnings in KWSys SystemInformation on Borland compiler.BUG: Fix escaping of more characters on Windows shells.BUG: Fix kwsysSystem_Shell_GetArgumentForWindows to reset the windows trailing backslash count to zero when a make variable reference is encountered.ENH: remove odd chars from fileENH: Allow numbers in username in URL regex.STYLE: minor commentsBUG: fix install problem on make and allow symlinks to cmake bin directoryENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with the upcoming CMake 2.6 release.COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.BUG: Fixed typo in previous commit of kwsys/CPU.h.inENH: Added CPU.h to KWSys to identify the target CPU and its byte order.ENH: Missing copyright header.COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not needed. Define one public symbol to avoid complaints from archivers about empty object files.COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignment in if condition.COMP: Fix unreachable code warning. Remove runtime test of constant information.COMP: Remove inline keyword from forward declaration for VS9.
Loading