- 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.
-
-
- May 11, 2017
-
-
- May 09, 2017
-
-
874dc559 style: help clang-format near macros Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !32
-
Function-like macro invocations not followed by semicolons confuse clang-format. Help it out with some markup.
-
- May 08, 2017
-
-
cea71543 style: remove separator comments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !31
-
- May 06, 2017
-
-
Ben Boeckel authored
-
- May 01, 2017
-
-
51e95ba7 XL: Fix compatibility with newer clang-based XL on Linux Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !30
-
2564822b Disable clang-tidy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !29
-
- Apr 28, 2017
-
-
Chuck Atkins authored
-
- Apr 27, 2017
-
-
Daniel Pfeifer authored
KWSys has not been updated for `clang-tidy`. Until this is done, block use of the tool on our own targets. This is useful when KWSys is embedded in the source tree of another project that may activate clang-tidy.
-
- Apr 20, 2017
-
-
3dfeb55e gitattributes: rename the c-style attribute ac0c67d2 gitattributes: indicate attributes to ignore when importing Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !28
-
Ben Boeckel authored
Since KWSys is meant to be imported into dependent projects, adding `kwsys` to the attribute name should avoid conflicts with those set in the parent project.
-
Ben Boeckel authored
-
- Apr 19, 2017
-
-
0c4e58ec Silence warnings from newer CMake versions from CMP0048 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !26
-
edd8b5e0 FStream: Open files on Windows using UNC path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !27
-
- Apr 18, 2017
-
-
Brad King authored
This will allow long file paths to be accessed.
-
Chuck Atkins authored
-