- Sep 30, 2017
-
-
41c93d97 Remove unnecessary testIOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !51
-
a5046656 SystemTool: remove unused Convert*MacroString() caaef6bb testSystemTools: avoid strcpy() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !50
-
- Sep 29, 2017
-
-
Rolf Eike Beer authored
-
-
- Sep 21, 2017
-
-
aa9f3a82 macOS: Account for deployment target when checking for utimensat Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !49
-
- Sep 20, 2017
-
-
Brad King authored
The SDK for macOS 10.13 adds `utimensat`, but the symbol is not available at runtime on older macOS versions. Check the deployment target before using the symbol. Issue: cmake/cmake#17101
-
- Sep 14, 2017
-
-
c8cfe4e0 SystemTools: Drop SplitProgramFromArgs function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !48
-
- Sep 11, 2017
-
-
Brad King authored
This was used only by CMake's get_filename_components() command, which has now been re-implemented independently. The operation is not well-defined (string parsing should not depend on filesystem content), so remove it.
-
- Sep 01, 2017
-
-
80652055 Directory: Use Windows Extended Paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !47
-
- Aug 11, 2017
-
-
da61baff Added cmake settable property to enable the macro 6d73752d Allow KWSYSPE_USE_SELECT macro to be overriden at compile time. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !43
-
- Aug 04, 2017
-
-
jdavidberger authored
-
da8a9e65 SystemTools: make GetFilenameName handle either kind of slash Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !46
-
- Aug 03, 2017
-
-
Shawn Waldon authored
Previously trying to parse a windows-style (backslash separated) path on Linux would fail. Make this function handle either kind of separator on both platforms.
-
- Aug 01, 2017
-
-
dfa13188 Fixed a couple of trivial clang -Wunused-macros warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !44
-
- Jul 25, 2017
-
-
Sean McBride authored
-
- Jul 22, 2017
-
-
jdavidberger authored
Some systems / tools don't play nicely with how select is used here.
-
- Jun 29, 2017
-
-
b61faf89 Fix install rules and usage requirements for interface+object libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !42
-
- Jun 28, 2017
-
-
Chuck Atkins authored
-
- Jun 27, 2017
-
-
993f0ea4 Add an option to split object and interface libs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !41
-
- Jun 26, 2017
-
-
Chuck Atkins authored
Introduce the KWSYS_SPLIT_OBJECTS_FROM_INTERFACE option. This will cause the build to generate a separate interface and object library, instead of a static or shared library. This will enable kwsys to be embedded into another library as objects rather than linked as a seperate library while still maintaining the propagation of target usage requirements.
-
- Jun 09, 2017
-
-
7e04a3d2 SystemTools: Remove RemoveEmptyPathElements method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !39
-
- Jun 08, 2017
-
-
Brad King authored
This method was added recently but we've found another solution for its intended use case. Removing empty path elements can corrupt paths that depend on a trailing empty component to preserve a trailing slash. Since this method was meant to complement SplitPath and JoinPath, update their documentation to explain how they treat empty components.
-
- Jun 01, 2017
-
-
ab265991 Remove second arg: npos in substr usages 36d14691 Access string npos without instance Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !38
-
- May 31, 2017
-
-
0f7ec930 Pass std::string as const& Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !36
-
6173f4b3 SystemTools: Add function to remove empty path components Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !37
-
- May 30, 2017
-
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Matteo Settenvini authored
-
- May 29, 2017
-
-
Daniel Pfeifer authored
-
- May 25, 2017
-
-
70b8332f SystemInformation: Add CPU_FEATURE_FPU flag 684bcda6 SystemInformation: Expose CPU feature flags publicly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !33
-
- May 24, 2017
-
-
Florian Maushart authored
Teach `DoesCPUSupportFeature` to check for a FPU.
-
Florian Maushart authored
Callers of `DoesCPUSupportFeature` need them. Also ensure all names start with `CPU_FEATURE_`.
-
- May 23, 2017
-
-
51859eab CONTRIBUTING: Specify clang-format version used for code style Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !35
-
Brad King authored
The `clang-format` tool does not format consistently across versions. Specify the exact version we use to define formatting.
-
c23e388b ConsoleBuf: Avoid signed/unsigned comparison Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !34
-
- May 22, 2017
-
-
Brad King authored
Use `size_t` for lengths in `decodeInputBuffer`.
-
- May 16, 2017
-
-
b7eba998 Process: Add APIs to get results of individual processes 7d56ef24 Process: Save results from all children internally 8a799e36 Process: Improve definition ordering in header file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !24
-
- May 15, 2017
-
-
When running a pipeline of child processes, provide clients a way to get individual results.
-