- Mar 24, 2017
- 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.
-
- Feb 02, 2017
-
-
d6b87625 SystemTools: Add helper function to check for FIFO file type Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9
-
Issue: cmake/cmake#16607
-
- Jan 16, 2017
-
-
45db0937 SystemTools: use PathExists where appropriate Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7
-
e08eee61 SystemTools: Fix conversion warning in test case Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8
-
- Jan 15, 2017
-
-
Brad King authored
``` testSystemTools.cxx:901:32: warning: comparison of integers of different signs: 'size_type' (aka 'unsigned long') and 'long' [-Wsign-compare] if (!result || line.size() != size) { ~~~~~~~~~~~ ^ ~~~~ ```
-
- Jan 11, 2017
-
-
Brad King authored
687fcd79 Add -lsocket for libcmsys.a build on SunOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5
-
0541ce21 SystemTools: Fix off-by-one in GetLineFromStream with size limit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6
-
- Jan 10, 2017
-
-
Ben Boeckel authored
The `Touch` method should care about existence and directory creation should also be guarded against unreadable paths as well. In addition, fix a path existence check which should have been updated before.
-
- Jan 09, 2017
-
-
Logic for the size limit argument added by commit 521c5483 (added a limit to the getline method, 2007-03-01) had an off-by-one error in truncating the buffer. Fix it and add a test case.
-
- Dec 21, 2016
-
-
Eric Berge authored
Without this the linking of code using Source/kwsys/SystemInformation.cxx will have undefined Symbols on Solaris 11.
-
- Dec 14, 2016
-
-
e25eb8dc CONTRIBUTING: Add step for running developer setup script 4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4
-
Brad King authored
-
Brad King authored
Our new scripts `update-gitsetup.bash` and `update-third-party.bash` should not be exported by `git archive`. Furthermore, they should be checked out with LF newlines. Update `.gitattributes` accordingly.
-
- Dec 13, 2016
-
-
Brad King authored
140357ea CONTRIBUTING: Document contribution through the Kitware GitLab Instance 56b707dd README: Add section about reporting bugs 33f828d4 README: Convert from `.txt` to `.rst` markup 5f206c3a Tell Git to use a distinct conflict marker size in `.rst` files 17a1200c Convert developer setup scripts away from Gerrit Code Review 41a7fe5b Add pre-commit hook to check whether SetupForDevelopment must re-run Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1
-
Brad King authored
Replace the instructions that routed contributors to our old Wiki with new instructions routing them to our GitLab instance.
-
Brad King authored
Move it out of `CONTRIBUTING.rst`.
-
Brad King authored
Also add sections on licensing and contribution instructions.
-
Brad King authored
Use a long conflict marker size that is unlikely to be in conflict with a `=======` section header underline.
-
Brad King authored
KWSys development is moving away from the Gerrit Code Review system. Disable portions of `SetupForDevelopment.sh` related to Gerrit.
-
Brad King authored
Add a version number to the `SetupForDevelopment.sh` script and use a pre-commit hook to check when it changes.
-
Brad King authored
365edba8 GitSetup: Tell Git not to export .gitattributes 1d71c502 Merge branch 'upstream-GitSetup' into developer-setup 868c1e68 GitSetup 2016-12-13 (cd5ada6d) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3
-
Brad King authored
GitSetup upstream added an attribute to export `.gitattributes` so that importing snapshots into the sources of other projects would bring along the attributes. However, we don't want to export them from KWSys. Drop `.gitattributes` entries not relevant to KWSys.
-