This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, release has been updated
       via  87dcbe0b2122ee9cfea81369a45d15b22853ba90 (commit)
       via  c1435d98120dff203de01d75f8f91e99bc75fe2b (commit)
       via  eb9d945f142ac7638baaf879fb9464fa39e3e9a7 (commit)
       via  c544cb66984f16cc63ebace16ccd911adc550b9d (commit)
       via  6ce27d3a2efad4e40d4354a7d17e4259fb4c1e24 (commit)
       via  a7c1e15cc46aa97cc19c9eb84fe8cad55c650bfa (commit)
       via  73a40b19ffa49bfc92fbe10bd0fd3821b7facae6 (commit)
       via  af9ed543b0f9d032158f91cdce7ad6908ff9365b (commit)
      from  02ed66c04bf24d4c13fb6f82d040b835c966bf0c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 Help/command/ctest_test.rst                        |   8 +-
 Help/manual/cmake-properties.7.rst                 |   2 +-
 Help/manual/ctest.1.rst                            | 143 ++++++------
 Help/prop_test/PROCESSES.rst                       |  54 -----
 Help/prop_test/RESOURCE_GROUPS.rst                 |  54 +++++
 Help/prop_test/RESOURCE_LOCK.rst                   |  14 +-
 Help/release/3.16.rst                              |   4 +-
 Source/CMakeLists.txt                              |  12 +-
 Source/CTest/cmCTestBinPacker.cxx                  | 132 +++++------
 Source/CTest/cmCTestBinPacker.h                    |  10 +-
 Source/CTest/cmCTestMultiProcessHandler.cxx        | 101 +++++----
 Source/CTest/cmCTestMultiProcessHandler.h          |  32 +--
 Source/CTest/cmCTestProcessesLexerHelper.cxx       |  55 -----
 ...eAllocator.cxx => cmCTestResourceAllocator.cxx} |  20 +-
 ...dwareAllocator.h => cmCTestResourceAllocator.h} |  10 +-
 Source/CTest/cmCTestResourceGroupsLexerHelper.cxx  |  55 +++++
 ...Helper.h => cmCTestResourceGroupsLexerHelper.h} |  12 +-
 ...estHardwareSpec.cxx => cmCTestResourceSpec.cxx} |  28 +--
 ...cmCTestHardwareSpec.h => cmCTestResourceSpec.h} |  10 +-
 Source/CTest/cmCTestRunTest.cxx                    |  16 +-
 Source/CTest/cmCTestRunTest.h                      |  21 +-
 Source/CTest/cmCTestTestCommand.cxx                |   6 +-
 Source/CTest/cmCTestTestCommand.h                  |   2 +-
 Source/CTest/cmCTestTestHandler.cxx                |  28 +--
 Source/CTest/cmCTestTestHandler.h                  |  12 +-
 Source/LexerParser/.gitattributes                  |   4 +-
 ...sesLexer.cxx => cmCTestResourceGroupsLexer.cxx} | 168 +++++++-------
 ...ocessesLexer.h => cmCTestResourceGroupsLexer.h} | 252 ++++++++++-----------
 ...sLexer.in.l => cmCTestResourceGroupsLexer.in.l} |  38 ++--
 Source/cmCTest.cxx                                 |   6 +-
 Source/ctest.cxx                                   |   2 +-
 Tests/CMakeLib/CMakeLists.txt                      |   8 +-
 Tests/CMakeLib/testCTestBinPacker.cxx              |  18 +-
 ...llocator.cxx => testCTestResourceAllocator.cxx} |  66 +++---
 ...stProcesses.cxx => testCTestResourceGroups.cxx} |  11 +-
 ...tHardwareSpec.cxx => testCTestResourceSpec.cxx} |  16 +-
 .../spec1.json                                     |   0
 .../spec10.json                                    |   0
 .../spec11.json                                    |   0
 .../spec12.json                                    |   0
 .../spec13.json                                    |   0
 .../spec14.json                                    |   0
 .../spec15.json                                    |   0
 .../spec16.json                                    |   0
 .../spec17.json                                    |   0
 .../spec18.json                                    |   0
 .../spec2.json                                     |   0
 .../spec3.json                                     |   0
 .../spec4.json                                     |   0
 .../spec5.json                                     |   0
 .../spec6.json                                     |   0
 .../spec7.json                                     |   0
 .../spec8.json                                     |   0
 .../spec9.json                                     |   0
 Tests/RunCMake/CMakeLists.txt                      |  24 +-
 Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake |   2 +-
 .../CTestCommandLine/show-only_json-v1_check.py    |   6 +-
 .../CTestHardwareAllocation/HardwareCommon.cmake   |  23 --
 .../CTestHardwareAllocation/RunCMakeTest.cmake     | 167 --------------
 .../checkfree1-ctest-s-hw-check.cmake              |   1 -
 .../CTestHardwareAllocation/checkfree1.cmake       |   7 -
 .../checkfree2-ctest-s-hw-check.cmake              |   1 -
 .../CTestHardwareAllocation/checkfree2.cmake       |   8 -
 .../cthwalloc-write-proc-good2-check.cmake         |   6 -
 .../lotsoftests-ctest-s-hw-check.cmake             |   1 -
 .../CTestHardwareAllocation/lotsoftests.cmake      |  16 --
 .../notenough1-ctest-s-hw-check.cmake              |   3 -
 .../notenough1-ctest-s-hw-stderr.txt               |   4 -
 .../CTestHardwareAllocation/notenough1.cmake       |   5 -
 .../notenough2-ctest-s-hw-check.cmake              |   3 -
 .../notenough2-ctest-s-hw-stderr.txt               |   4 -
 .../CTestHardwareAllocation/notenough2.cmake       |   5 -
 .../process_count-ctest-s-hw-check.cmake           |   1 -
 .../CTestHardwareAllocation/process_count.cmake    |   5 -
 .../CMakeLists.txt.in                              |   2 +-
 .../CTestResourceAllocation/ResourceCommon.cmake   |  23 ++
 .../CTestResourceAllocation/RunCMakeTest.cmake     | 167 ++++++++++++++
 .../checkfree1-ctest-s-res-check.cmake             |   1 +
 .../CTestResourceAllocation/checkfree1.cmake       |   7 +
 .../checkfree2-ctest-s-res-check.cmake             |   1 +
 .../CTestResourceAllocation/checkfree2.cmake       |   8 +
 .../ctresalloc-verify-baddealloc-result.txt}       |   0
 .../ctresalloc-verify-baddealloc.log}              |   0
 .../ctresalloc-verify-badtest1-result.txt}         |   0
 .../ctresalloc-verify-badtest1.log}                |   0
 .../ctresalloc-verify-badtest2-result.txt}         |   0
 .../ctresalloc-verify-badtest2.log}                |   0
 .../ctresalloc-verify-badtest3-result.txt}         |   0
 .../ctresalloc-verify-badtest3.log}                |   0
 .../ctresalloc-verify-badtest4-result.txt}         |   0
 .../ctresalloc-verify-badtest4.log}                |   0
 .../ctresalloc-verify-badtest5-result.txt}         |   0
 .../ctresalloc-verify-badtest5.log}                |   0
 .../ctresalloc-verify-good1.log}                   |   0
 .../ctresalloc-verify-good2.log}                   |   0
 .../ctresalloc-verify-leak-result.txt}             |   0
 .../ctresalloc-verify-leak.log}                    |   0
 .../ctresalloc-verify-nobegin-result.txt}          |   0
 .../ctresalloc-verify-nobegin.log}                 |   0
 .../ctresalloc-verify-noend-result.txt}            |   0
 .../ctresalloc-verify-noend.log}                   |   0
 .../ctresalloc-verify-noid-result.txt}             |   0
 .../ctresalloc-verify-noid.log}                    |   0
 .../ctresalloc-verify-nolog-result.txt}            |   0
 .../ctresalloc-verify-nores-result.txt}            |   0
 .../ctresalloc-verify-nores.log}                   |   0
 .../ctresalloc-verify-notenough-result.txt}        |   0
 .../ctresalloc-verify-notenough.log}               |   0
 .../ctresalloc-write-noproc-count-result.txt}      |   0
 .../ctresalloc-write-proc-badcount-result.txt}     |   0
 .../ctresalloc-write-proc-badres-result.txt}       |   0
 .../ctresalloc-write-proc-badwidgets1-result.txt}  |   0
 .../ctresalloc-write-proc-badwidgets2-result.txt}  |   0
 .../ctresalloc-write-proc-badwidgets3-result.txt}  |   0
 .../ctresalloc-write-proc-badwidgets4-result.txt}  |   0
 .../ctresalloc-write-proc-badwidgets5-result.txt}  |   0
 .../ctresalloc-write-proc-badwidgets6-result.txt}  |   0
 .../ctresalloc-write-proc-badwidgets7-result.txt}  |   0
 .../ctresalloc-write-proc-good1-check.cmake}       |   6 +-
 .../ctresalloc-write-proc-good2-check.cmake        |   6 +
 .../ctresalloc-write-proc-nocount-result.txt}      |   0
 .../ctresalloc-write-proc-nores-result.txt}        |   0
 .../ctresalloc-write-proc-nowidgets-result.txt}    |   0
 .../ctresalloc.cxx}                                |  99 ++++----
 .../ensure_parallel-ctest-s-res-check.cmake}       |   6 +-
 .../ensure_parallel.cmake                          |   8 +-
 .../lotsoftests-ctest-s-res-check.cmake            |   1 +
 .../CTestResourceAllocation/lotsoftests.cmake      |  16 ++
 .../notenough1-ctest-s-res-check.cmake             |   3 +
 .../notenough1-ctest-s-res-result.txt}             |   0
 .../notenough1-ctest-s-res-stderr.txt              |   4 +
 .../CTestResourceAllocation/notenough1.cmake       |   5 +
 .../notenough2-ctest-s-res-check.cmake             |   3 +
 .../notenough2-ctest-s-res-result.txt}             |   0
 .../notenough2-ctest-s-res-stderr.txt              |   4 +
 .../CTestResourceAllocation/notenough2.cmake       |   5 +
 .../process_count-ctest-s-res-check.cmake          |   1 +
 .../CTestResourceAllocation/process_count.cmake    |   5 +
 .../resspec.json}                                  |   0
 .../test.cmake.in                                  |   8 +-
 Utilities/Scripts/regenerate-lexers.bash           |   2 +-
 141 files changed, 1062 insertions(+), 1051 deletions(-)
 delete mode 100644 Help/prop_test/PROCESSES.rst
 create mode 100644 Help/prop_test/RESOURCE_GROUPS.rst
 delete mode 100644 Source/CTest/cmCTestProcessesLexerHelper.cxx
 rename Source/CTest/{cmCTestHardwareAllocator.cxx => 
cmCTestResourceAllocator.cxx} (76%)
 rename Source/CTest/{cmCTestHardwareAllocator.h => cmCTestResourceAllocator.h} 
(81%)
 create mode 100644 Source/CTest/cmCTestResourceGroupsLexerHelper.cxx
 rename Source/CTest/{cmCTestProcessesLexerHelper.h => 
cmCTestResourceGroupsLexerHelper.h} (76%)
 rename Source/CTest/{cmCTestHardwareSpec.cxx => cmCTestResourceSpec.cxx} (78%)
 rename Source/CTest/{cmCTestHardwareSpec.h => cmCTestResourceSpec.h} (76%)
 rename Source/LexerParser/{cmCTestProcessesLexer.cxx => 
cmCTestResourceGroupsLexer.cxx} (92%)
 rename Source/LexerParser/{cmCTestProcessesLexer.h => 
cmCTestResourceGroupsLexer.h} (59%)
 rename Source/LexerParser/{cmCTestProcessesLexer.in.l => 
cmCTestResourceGroupsLexer.in.l} (61%)
 rename Tests/CMakeLib/{testCTestHardwareAllocator.cxx => 
testCTestResourceAllocator.cxx} (83%)
 rename Tests/CMakeLib/{testCTestProcesses.cxx => testCTestResourceGroups.cxx} 
(89%)
 rename Tests/CMakeLib/{testCTestHardwareSpec.cxx => testCTestResourceSpec.cxx} 
(81%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec1.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec10.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec11.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec12.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec13.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec14.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec15.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec16.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec17.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec18.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec2.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec3.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec4.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec5.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec6.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec7.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec8.json (100%)
 rename Tests/CMakeLib/{testCTestHardwareSpec_data => 
testCTestResourceSpec_data}/spec9.json (100%)
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/HardwareCommon.cmake
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/RunCMakeTest.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/checkfree1-ctest-s-hw-check.cmake
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/checkfree1.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/checkfree2-ctest-s-hw-check.cmake
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/checkfree2.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/cthwalloc-write-proc-good2-check.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/lotsoftests-ctest-s-hw-check.cmake
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/lotsoftests.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/notenough1-ctest-s-hw-check.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/notenough1-ctest-s-hw-stderr.txt
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/notenough1.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/notenough2-ctest-s-hw-check.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/notenough2-ctest-s-hw-stderr.txt
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake
 delete mode 100644 
Tests/RunCMake/CTestHardwareAllocation/process_count-ctest-s-hw-check.cmake
 delete mode 100644 Tests/RunCMake/CTestHardwareAllocation/process_count.cmake
 rename Tests/RunCMake/{CTestHardwareAllocation => 
CTestResourceAllocation}/CMakeLists.txt.in (81%)
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/ResourceCommon.cmake
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/RunCMakeTest.cmake
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/checkfree1-ctest-s-res-check.cmake
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/checkfree1.cmake
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/checkfree2-ctest-s-res-check.cmake
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/checkfree2.cmake
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-baddealloc-result.txt 
=> CTestResourceAllocation/ctresalloc-verify-baddealloc-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-baddealloc.log 
=> CTestResourceAllocation/ctresalloc-verify-baddealloc.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest1-result.txt => 
CTestResourceAllocation/ctresalloc-verify-badtest1-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest1.log 
=> CTestResourceAllocation/ctresalloc-verify-badtest1.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest2-result.txt => 
CTestResourceAllocation/ctresalloc-verify-badtest2-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest2.log 
=> CTestResourceAllocation/ctresalloc-verify-badtest2.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest3-result.txt => 
CTestResourceAllocation/ctresalloc-verify-badtest3-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest3.log 
=> CTestResourceAllocation/ctresalloc-verify-badtest3.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest4-result.txt => 
CTestResourceAllocation/ctresalloc-verify-badtest4-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest4.log 
=> CTestResourceAllocation/ctresalloc-verify-badtest4.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest5-result.txt => 
CTestResourceAllocation/ctresalloc-verify-badtest5-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-badtest5.log 
=> CTestResourceAllocation/ctresalloc-verify-badtest5.log} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-good1.log => 
CTestResourceAllocation/ctresalloc-verify-good1.log} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-good2.log => 
CTestResourceAllocation/ctresalloc-verify-good2.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-leak-result.txt => 
CTestResourceAllocation/ctresalloc-verify-leak-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-leak.log => 
CTestResourceAllocation/ctresalloc-verify-leak.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-nobegin-result.txt => 
CTestResourceAllocation/ctresalloc-verify-nobegin-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-nobegin.log => 
CTestResourceAllocation/ctresalloc-verify-nobegin.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-noend-result.txt => 
CTestResourceAllocation/ctresalloc-verify-noend-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-noend.log => 
CTestResourceAllocation/ctresalloc-verify-noend.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-noid-result.txt => 
CTestResourceAllocation/ctresalloc-verify-noid-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-noid.log => 
CTestResourceAllocation/ctresalloc-verify-noid.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-nolog-result.txt => 
CTestResourceAllocation/ctresalloc-verify-nolog-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-nores-result.txt => 
CTestResourceAllocation/ctresalloc-verify-nores-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-nores.log => 
CTestResourceAllocation/ctresalloc-verify-nores.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-notenough-result.txt 
=> CTestResourceAllocation/ctresalloc-verify-notenough-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-verify-notenough.log 
=> CTestResourceAllocation/ctresalloc-verify-notenough.log} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-noproc-count-result.txt 
=> CTestResourceAllocation/ctresalloc-write-noproc-count-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badcount-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badcount-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badres-result.txt 
=> CTestResourceAllocation/ctresalloc-write-proc-badres-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets1-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets1-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets2-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets2-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets3-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets3-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets4-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets4-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets5-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets5-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets6-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets6-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-badwidgets7-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-badwidgets7-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-good1-check.cmake 
=> CTestResourceAllocation/ctresalloc-write-proc-good1-check.cmake} (78%)
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/ctresalloc-write-proc-good2-check.cmake
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-nocount-result.txt 
=> CTestResourceAllocation/ctresalloc-write-proc-nocount-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-nores-result.txt 
=> CTestResourceAllocation/ctresalloc-write-proc-nores-result.txt} (100%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/cthwalloc-write-proc-nowidgets-result.txt
 => CTestResourceAllocation/ctresalloc-write-proc-nowidgets-result.txt} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation/cthwalloc.cxx => 
CTestResourceAllocation/ctresalloc.cxx} (79%)
 rename 
Tests/RunCMake/{CTestHardwareAllocation/ensure_parallel-ctest-s-hw-check.cmake 
=> CTestResourceAllocation/ensure_parallel-ctest-s-res-check.cmake} (58%)
 rename Tests/RunCMake/{CTestHardwareAllocation => 
CTestResourceAllocation}/ensure_parallel.cmake (61%)
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/lotsoftests-ctest-s-res-check.cmake
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/lotsoftests.cmake
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-check.cmake
 rename 
Tests/RunCMake/{CTestHardwareAllocation/notenough1-ctest-s-hw-result.txt => 
CTestResourceAllocation/notenough1-ctest-s-res-result.txt} (100%)
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-stderr.txt
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/notenough1.cmake
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/notenough2-ctest-s-res-check.cmake
 rename 
Tests/RunCMake/{CTestHardwareAllocation/notenough2-ctest-s-hw-result.txt => 
CTestResourceAllocation/notenough2-ctest-s-res-result.txt} (100%)
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/notenough2-ctest-s-res-stderr.txt
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/notenough2.cmake
 create mode 100644 
Tests/RunCMake/CTestResourceAllocation/process_count-ctest-s-res-check.cmake
 create mode 100644 Tests/RunCMake/CTestResourceAllocation/process_count.cmake
 rename Tests/RunCMake/{CTestHardwareAllocation/hwspec.json => 
CTestResourceAllocation/resspec.json} (100%)
 rename Tests/RunCMake/{CTestHardwareAllocation => 
CTestResourceAllocation}/test.cmake.in (66%)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to