- 29 Jun, 2017 1 commit
-
-
Brad King authored
b61faf89 Fix install rules and usage requirements for interface+object libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !42
-
- 28 Jun, 2017 1 commit
-
-
Chuck Atkins authored
-
- 27 Jun, 2017 1 commit
-
-
Brad King authored
993f0ea4 Add an option to split object and interface libs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !41
-
- 26 Jun, 2017 1 commit
-
-
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.
-
- 09 Jun, 2017 1 commit
-
-
Brad King authored
7e04a3d2 SystemTools: Remove RemoveEmptyPathElements method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !39
-
- 08 Jun, 2017 1 commit
-
-
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.
-
- 01 Jun, 2017 1 commit
-
-
Brad King authored
ab265991 Remove second arg: npos in substr usages 36d14691 Access string npos without instance Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !38
-
- 31 May, 2017 2 commits
-
-
Brad King authored
0f7ec930 Pass std::string as const& Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !36
-
Brad King authored
6173f4b3 SystemTools: Add function to remove empty path components Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !37
-
- 30 May, 2017 3 commits
-
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Matteo Settenvini authored
-
- 29 May, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 25 May, 2017 1 commit
-
-
Brad King authored
70b8332f SystemInformation: Add CPU_FEATURE_FPU flag 684bcda6 SystemInformation: Expose CPU feature flags publicly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !33
-
- 24 May, 2017 2 commits
-
-
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_`.
-
- 23 May, 2017 3 commits
-
-
Brad King authored
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.
-
Brad King authored
c23e388b ConsoleBuf: Avoid signed/unsigned comparison Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !34
-
- 22 May, 2017 1 commit
-
-
Brad King authored
Use `size_t` for lengths in `decodeInputBuffer`.
-
- 16 May, 2017 1 commit
-
-
Brad King authored
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
-
- 15 May, 2017 2 commits
-
-
Adam Weisi authored
When running a pipeline of child processes, provide clients a way to get individual results.
-
Adam Weisi authored
-
- 11 May, 2017 1 commit
-
-
Adam Weisi authored
-
- 09 May, 2017 2 commits
-
-
Brad King authored
874dc559 style: help clang-format near macros Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !32
-
Ben Boeckel authored
Function-like macro invocations not followed by semicolons confuse clang-format. Help it out with some markup.
-
- 08 May, 2017 1 commit
-
-
Brad King authored
cea71543 style: remove separator comments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !31
-
- 06 May, 2017 1 commit
-
-
Ben Boeckel authored
-
- 01 May, 2017 2 commits
-
-
Brad King authored
51e95ba7 XL: Fix compatibility with newer clang-based XL on Linux Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !30
-
Brad King authored
2564822b Disable clang-tidy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !29
-
- 28 Apr, 2017 1 commit
-
-
Chuck Atkins authored
-
- 27 Apr, 2017 1 commit
-
-
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.
-
- 20 Apr, 2017 3 commits
-
-
Brad King authored
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
-
- 19 Apr, 2017 2 commits
-
-
Brad King authored
0c4e58ec Silence warnings from newer CMake versions from CMP0048 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !26
-
Brad King authored
edd8b5e0 FStream: Open files on Windows using UNC path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !27
-
- 18 Apr, 2017 3 commits
-
-
Brad King authored
This will allow long file paths to be accessed.
-
Chuck Atkins authored
-
Brad King authored
41b8603c SystemTools: Use Encoding::ToWindowsExtendedPath e71a3406 Encoding: Add ToWindowsExtendedPath function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !25
-