- 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
-
41b8603c SystemTools: Use Encoding::ToWindowsExtendedPath e71a3406 Encoding: Add ToWindowsExtendedPath function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !25
-
- Apr 17, 2017
-
-
Brad King authored
Replace uses of `SystemTools::ConvertToWindowsExtendedPath`.
-
Brad King authored
Move the implementation of `SystemTools::ConvertToWindowsExtendedPath` over to a new function in `Encoding`. It does not depend on other things `SystemTools` and will be useful in other KWSys components that already depend on `Encoding` but not `SystemTools`.
-
- Apr 12, 2017
-
-
ce5b0d34 Disable include-what-you-use Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !23
-
- Apr 11, 2017
-
-
Daniel Pfeifer authored
KWSys has not been updated for `include-what-you-use`. 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 iwyu.
-
- Apr 01, 2017
-
-
41a9dfef SystemInformation: Fix dynamic loader failure on WinXP SP2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !21
-
3ead6158 SystemTools: Fix stat() wrapper compilation with Borland Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !22
-
- Mar 31, 2017
-
-
Brad King authored
-
- Mar 30, 2017
-
-
a2bf6bb3 SystemTools: Add cross-platform stat() wrapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !17
-
Brad King authored
Load the `GetLogicalProcessorInformation` function address at runtime. If it is not available use a fallback implementation. Co-Author: Nicolás Bértolo <nicolasbertolo@gmail.com> Issue: cmake/cmake#16751
-
- Mar 29, 2017
-
-
- Mar 28, 2017
-
-
6f43bcef FStream: Make (i|o)fstream::is_open function public Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !19
-
- Mar 27, 2017
-
-