Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default
1 result
Created with Raphaël 2.2.027Sep2130Aug27262523222117141110131Jul2827252420181716141312525Jun221915145324May232221208527Apr2524222118171330Mar2921171613121110986228Feb108723Jan175431Dec262016111016Nov9827Oct21191812654322Sep21201918171631Aug1817429Jul28262013128730Jun23212017139728May2716131054328Apr27262221201915131211876530Mar2928262517161110327Feb24171615111012Jan42Dec130Nov2126Oct2017111054130Sep292823161514137631Aug309320Jul139743230Jun74113May107630Apr292221115Mar1213Feb121128Jan2622211917126530Dec292423222019171615141398754328Nov2749Oct18Sep21Aug171376510Jul987632130Jun292625242320191812111013May12823Apr11108ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.BUG: Windows_ShellArgument: need to escape if the string contains one of a set of special characters as well as spaces. Moved test for needing escapes to a separate method kwsysSystemWindowsShellArgumentNeedsEscape.ENH: Adding 'System' component of C sources to hold system tools written in C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize.ENH: Added KWSYS_SHARED_FORWARD_OPTION_COMMAND option to allow users to replace the command executed. Extended documentation at top of file.COMP: Fix try-compile to fail properly on HP.ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries.BUG: Need to undefine temporary macros defined at top of file.BUG: When a try-run fails to compile create the run result cache entry with a bogus non-zero return value to avoid running the test again.BUG: GetLineFromStream should remove carriage return characters to make sure newlines do not get duplicates.BUG: Fix location of CMakeOutput.log and CMakeError.log.COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.ENH: Separate the notion of a request for LFS and its availability. Allow user code to block definitions of LFS macros. Added framework to give error if sys/types.h is included before this header when LFS is requested (currently disabled).ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with name KWSYS_LFS_WORKS.ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN macro.ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.ENH: Globbing patterns should not match a slash inside a filename component.ENH: Added '256color' terminal names. Patch applied from bug#3651.COMP: Support cmake older than 2.4COMP: On some project configure may not copy right awayCOMP: Add missing cmake fileCOMP: Add missing cmake fileENH: Support large file systems in kwsysBUG: Fixed #if test for case-insensitive glob on OSX.BUG: FileIsDirectory should work when the name contains a trailing slash.ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion.ENH: Added JoinPath overload that accepts an iterator range.ENH: still escape () but do not escapeENH: fix for AddKeepPath not calling realpathENH: escape ( and ) in unix pathsBUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.BUG: #3563. Segmentation fault with non initialized input or NULL pointers.COMP: Added missing headers. This partially addresses bug#3556.COMP: Use SA_RESTART only if it is defined for the current platform. This partially addresses bug#3556.COMP: Fix and/or disable warnings for Borland 5.6 build.ENH: better coverageBUG: fix some bad code and add a couple more testsBUG: Do not block signals during sleep. Leave that up to the application.BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.COMP: fix compile issueBUG: some bug fixes, better docs, and more coverage
Loading