KWSys 2020-03-04 (6af2e592)
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 6af2e59217a7e10ed507da564a1445b60ac2a095 (master). Upstream Shortlog ----------------- Hans Johnson (17): 81d1e737 STYLE: Use modern path naming 28b8e6c2 STYLE: Convert CMake-language commands to lower case 6ce3d69a DOC: Update documentation for modern add_subdirectory. 8a7fe7ac STYLE: Remove redundant void argument lists 1c3e193d COMP: Use nullptr instead of 0 or NULL 2a4c1252 STYLE: Replace integer literals which are cast to bool. 0fe7214d STYLE: Make prototype match definition names 3b30d0ff STYLE: Make prototype match definition names 691d5612 PERF: readability container size empty 7be4043f STYLE: Prefer c++11 'using' to 'typedef' acc916ed COMP: Prefer const pointer when value does not change 4c7f64eb COMP: Prefer const member functions d07092a0 STYLE: Use default member initialization 6d20e7c9 STYLE: Prefer = default to explicitly trivial implementations 91429382 PERF: emplace_back method results in potentially more efficient code cc8fc323 STYLE: Use auto for variable type matches the type of the initializer 6621b069 STYLE: Use range-based loops from C++11 Julien Schueller (1): a1a261ac CMake: Fix psapi lib name on case-sensitive fs
Showing
- CMakeLists.txt 667 additions, 667 deletionsCMakeLists.txt
- CommandLineArguments.cxx 15 additions, 23 deletionsCommandLineArguments.cxx
- Directory.cxx 3 additions, 3 deletionsDirectory.cxx
- ExtraTest.cmake.in 1 addition, 1 deletionExtraTest.cmake.in
- Glob.cxx 1 addition, 2 deletionsGlob.cxx
- Process.h.in 2 additions, 2 deletionsProcess.h.in
- ProcessUNIX.c 7 additions, 5 deletionsProcessUNIX.c
- ProcessWin32.c 1 addition, 1 deletionProcessWin32.c
- System.c 1 addition, 1 deletionSystem.c
- SystemInformation.cxx 111 additions, 70 deletionsSystemInformation.cxx
- SystemTools.cxx 12 additions, 13 deletionsSystemTools.cxx
- kwsysPlatformTests.cmake 150 additions, 150 deletionskwsysPlatformTests.cmake
- testCommandLineArguments.cxx 1 addition, 1 deletiontestCommandLineArguments.cxx
- testCommandLineArguments1.cxx 1 addition, 1 deletiontestCommandLineArguments1.cxx
- testDynamicLoader.cxx 1 addition, 1 deletiontestDynamicLoader.cxx
- testEncoding.cxx 9 additions, 10 deletionstestEncoding.cxx
- testHashSTL.cxx 8 additions, 8 deletionstestHashSTL.cxx
- testSystemTools.cxx 6 additions, 7 deletionstestSystemTools.cxx
- testSystemTools.h.in 1 addition, 1 deletiontestSystemTools.h.in
Loading
Please register or sign in to comment