- 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
-
-
- Mar 24, 2017
-
-
d22c2743 clang-format.bash: Use Git attributes to mark files for formatting 6365886c Define a custom Git attribute to mark sources using our C style 0af48083 Drop custom Git whitespace check attribute Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !18
-
Brad King authored
-
Brad King authored
-
Brad King authored
Git does not document a `no-lf-at-eof` attribute. It was once used by our custom hooks, but these have been superseded by clang-format.
-
- Mar 21, 2017
-
-
Brad King authored
858d5edd Encoding: Export CommandLineArguments from shared library 04e24b2b ConsoleBuf: Remove export macro from BasicConsoleBuf template ce44c58a FStream: Export ReadBOM() from shared library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !16
-
858d5edd Encoding: Export CommandLineArguments from shared library 04e24b2b ConsoleBuf: Remove export macro from BasicConsoleBuf template ce44c58a FStream: Export ReadBOM() from shared library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !16
-
- Mar 20, 2017
-
-
-
The uninstantiated template itself cannot be exported.
-
-
- Mar 07, 2017
-
-
c5529406 SystemTools: use std::string::empty Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !15
-
- Mar 06, 2017
-
-
27e64d34 SystemInformation: Teach Is64Bits to check host architecture at runtime Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !13
-
- Mar 03, 2017
-
-
The previous implementation used compile-time detection, making it have incorrect results when running 32bit binaries on 64bit platforms. Issue: cmake/cmake#16653
-
Ben Boeckel authored
-
- Feb 14, 2017
-
-
a673a722 SystemInformation: Fix -Wconversion warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !12
-
- Feb 13, 2017
-
- Feb 10, 2017
-
-
9c4230b7 SystemInformation: Fix counts of logical and physical cores Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10
-
- Feb 09, 2017
-
-
Issue: cmake/cmake#16594
-
- Feb 06, 2017
-
-
8d8c86b5 testConsoleBuf: tighten the check for the /utf-8 flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !11
-
- Feb 03, 2017
-
-
Ben Boeckel authored
It appears that Visual Studio 2015 Update 1 lacks this flag. Update 3 includes it; Update2 is unknown. See cmake/cmake#16623.
-