CMake/Help/release/dev
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
..
0-sample-topic.rst Begin post-3.6 development 2016-06-01 10:59:26 -04:00
FindBISON-report-file.rst Help: Add notes for topic 'FindBISON-report-file' 2016-07-18 09:11:25 -04:00
FindOpenCL-imported-target.rst FindOpenCL: Add an imported target 2016-06-02 08:46:43 -04:00
FindOpenMP-updates.rst FindOpenMP: Detect version (specification date) from compiler 2016-07-13 11:49:01 -04:00
FindVulkan.rst Add FindVulkan.cmake. 2016-06-08 12:44:03 -04:00
GNUInstallDirs-function.rst GNUInstallDirs: Add macro to expose internal logic publicly 2016-09-07 09:40:41 -04:00
GenerateExportHeader-custom-content.rst GenerateExportHeader: Add option to specify custom content 2016-06-28 09:43:52 -04:00
add-extra-boolean-comparisons.rst Add additional <= and >= comparison operators 2016-08-09 09:30:34 -04:00
add_androidmk_generator.rst Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
aix-clang.rst AIX: Add support for Clang compiler 2016-06-20 09:59:31 -04:00
android-platform-modules.rst Help: Document cross compiling for Android 2016-08-23 12:53:10 -04:00
app-framework-bundle-extension.rst Update documentation about bundle extensions 2016-07-21 23:16:50 -07:00
bzip2-imported-targets.rst Help: Add notes for topic 'bzip2-imported-targets' 2016-09-09 11:42:35 -04:00
ccmake-vim-navigation.rst ccmake: Add VIM-like bindings for navigation 2016-08-02 14:53:15 -04:00
cmake-capabilities.rst cmake: Add `cmake -E capabilities` mode 2016-08-16 13:45:05 -04:00
cmake-gui-open-project.rst cmake-gui: Add button to open the generated project 2016-09-13 16:11:29 -04:00
cmake-trace-source.rst cmake: Add an option to control what files needs to be traced 2016-06-17 11:46:23 -04:00
cpack-deb-long-filenames.rst CPack/DEB: Add option to select archive type 2016-09-05 09:24:45 -04:00
cpack-deb-package-description-fallback.rst CPack/DEB: Make package description variable precedence match RPM 2016-09-07 09:33:35 -04:00
cpack-rpm-debuginfo-pkg.rst CPack/RPM: Add test for debuginfo package generation 2016-08-26 09:40:37 -04:00
drop-linux-i386-binary.rst Utilities/Release: Drop Linux 32-bit binary 2016-08-30 09:48:39 -04:00
file-curl-userpw.rst Help: Add notes for topic 'file-curl-userpw' 2016-09-14 08:48:23 -04:00
find-lib32.rst Teach find_library and find_package to search lib32 paths (#11260) 2016-06-10 11:09:16 -04:00
find_package-dir-sort.rst find_package: Optionally sort globbed directories in a meaningful order 2016-09-15 13:35:25 -04:00
findicu.rst Help: Add notes for topic 'findicu' 2016-07-13 09:15:16 -04:00
java-export-targets.rst Help: Add notes for topic 'java-export-targets' 2016-06-07 08:50:36 -04:00
link_what_you_use.rst Help: Add notes for topic 'link_what_you_use' 2016-06-17 11:01:22 -04:00
ninja-add_custom_command-depfile.rst add_custom_command: Add DEPFILE option for Ninja 2016-08-30 09:05:18 -04:00
ninja-directory-targets.rst Ninja: Add `$subdir/{test,install,package}` targets 2016-08-09 15:15:24 -04:00
parse_arguments_argv_n.rst cmake_parse_arguments: Add option to read arguments from ARGC/ARGV# 2016-09-08 11:33:46 -04:00
productbuild.rst Help: Add notes for 'productbuild' topic 2016-06-06 09:25:39 -04:00
timestamp-names.rst Help: Add notes for topic 'timestamp-names' 2016-09-12 15:15:50 -04:00
toolchain-flag-init.rst Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files 2016-07-14 15:47:32 -04:00
try_compile-config-flags.rst try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> 2016-06-29 09:11:02 -04:00
vim-cmake-syntax.rst Help: Add release notes for 'vim-cmake-syntax' import 2016-08-17 09:24:29 -04:00
vs-15-generator.rst VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
vs-natvis.rst VS: Add support for NATVIS files 2016-07-15 10:36:21 -04:00
vs-sdk-refs.rst VS: Add VS_SDK_REFERENCES target property to reference external SDKs 2016-06-22 08:34:12 -04:00
vs-tool-override.rst VS: Add a VS_TOOL_OVERRIDE source file property 2016-06-20 10:46:14 -04:00
windows-export-all-from-exe.rst Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports 2016-07-11 09:41:04 -04:00
wix-custom-install-dir.rst CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature 2016-08-08 13:42:23 +02:00
wix-disabled-components.rst CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED 2016-07-22 08:49:29 +02:00
wix-feature-patch.rst CPackWIX: Enabled patching of WIX <Feature> tags 2016-09-09 13:03:57 +02:00
wix-root-description.rst CPackWIX: Support custom title and description for the root feature 2016-08-02 14:05:08 +02:00
xcode-file-attributes.rst Help: Add release note about XCODE_FILE_ATTRIBUTES source file property 2016-06-17 10:53:59 -04:00