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
1 result
Created with Raphaël 2.2.018Mar171613Feb12939Jan18Dec15423Nov717Oct16151027Sep262322151120Aug10Jul96Jun2131May271614131210230Apr2423227Mar171127Feb1932131Jan3022212013121110814Dec1165423Nov16127526Oct25129220Sep191722Aug211615983130Jul242327Jun618May1716320Apr191214Mar1297632128Feb262221130Jan27261612821Dec18151413985429Nov25Oct231813964327Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul1397STYLE:Empty commit just add information about rev 1.15: the reason is that long is 64-bit on gcc on Linux because it uses the LP64 data model whereas long is 32-bit on VS 64-bit because it uses the LLP64 model (ref: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models )COMP:Fix warning on VS 64bit. Don't why gcc 4.3.2 didn't catch this one on a 64bit machine with -Wconversion on.COMP:Fixed warnings.COMP:Try to fix compile error with qnx gcc.COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of read'), declared with attribute warn_unused_resultCOMP:Fixed warnings.ENH: Optionally label KWSys targets and testsENH: Add KWSys header files to library targetsBUG: #8496 add support for system info on haikuBUG: Work around broken GetLongPathName caseBUG: Fix GetRealPath when realpath failsENH: fix dynamic loading on haikuENH: Extend kwsys.testProcess-4 timeoutBUG: Fix windows command line escape for empty argBUG: Do not copy permissions of files when making the copy in an install rule. If the source file was read-only, this prevents the subsequent set of the destination file's modification time, making the copied file always different in time-stamp than the original and always installing a new file with a new time stamp (but the same content) causing unnecessary downstream incremental rebuilds. As part of this fix, add an optional copyPermissions parameter to the SystemTools routines CopyFileIfDifferent, CopyFileAlways, CopyAFile and CopyADirectory. The copyPermissions parameter defaults to true to preserve the behavior of these routines for existing callers.COMP:Fixed warnings.BUG: fix cpu info stringENH: make it submit to cdashBUG: fix for bug 8060 Haiku buildBUG: Fix KWSys SystemInformation dependenciesBUG: Enforce KWSys component dependencies earlyENH: fix for VS6 and CygwinENH: fix for VistaENH: oopsENH: fix for Windows VistaSTYLE: Fix typo in GetFilenameLastExtension docsCOMP: Avoid incompatible pointer warningENH: Add test for KWSys SharedForwardBUG: Fix SharedForward with spaces on windowsBUG: Fix SharedForward in-tree detectionCOMP: Avoid 64-to-32-bit integer conversion warningENH: one more fix for HAIKUENH: 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.
Loading