CMake/Tests/CMakeLib
Pierluigi Taddei 31be918b0b find_package: Optionally sort globbed directories in a meaningful order
Add `CMAKE_FIND_PACKAGE_SORT_{ORDER,DIRECTION}` variables to specify
sort order and direction.

When multiple package with the same name have been found in the same
location sorting option can be used to force a specific version to be
loaded (e.g. libA_1.12.0 instead of libA_1.1.0).  Currently sorting by
NAME and by NATURAL order have been implemented.

Natural ordering makes use of the `strverscmp(3)` ordering.
2016-09-15 13:35:25 -04:00
..
PseudoMemcheck Add missing braces around statements. 2016-06-10 18:36:24 +02:00
testVisualStudioSlnParser_data VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
CMakeLists.txt find_package: Optionally sort globbed directories in a meaningful order 2016-09-15 13:35:25 -04:00
run_compile_commands.cxx use CM_NULLPTR 2016-09-05 23:18:05 +02:00
testFindPackageCommand.cxx find_package: Optionally sort globbed directories in a meaningful order 2016-09-15 13:35:25 -04:00
testGeneratedFileStream.cxx surround macro arguments with parentheses 2016-09-05 22:09:49 +02:00
testRST.cxx Tests/CMakeLib: use cmsys::ifstream 2016-09-03 08:04:22 -04:00
testRST.expect cmRST: Add support for the note and productionlist directives 2013-10-30 10:26:29 -04:00
testRST.rst cmRST: Add support for the note and productionlist directives 2013-10-30 10:26:29 -04:00
testRSTinclude1.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTinclude2.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTmod.cmake cmRST: Teach cmake-module directive to scan bracket comments 2013-10-23 09:36:00 -04:00
testRSTtoc1.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTtoc2.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testSystemTools.cxx Tests: Add test for our strverscmp implementation 2016-09-14 09:10:18 -04:00
testUTF8.cxx Tests/CMakeLib: include what you use 2016-09-03 08:04:22 -04:00
testVisualStudioSlnParser.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testVisualStudioSlnParser.h.in VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
testXMLParser.cxx Make sure unnused parameters are /*named*/ 2016-08-17 01:49:57 +02:00
testXMLParser.h.in Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.xml Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLSafe.cxx use CM_NULLPTR 2016-09-05 23:18:05 +02:00