summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindPython-free-threaded-python'Brad King2024-08-273-0/+37
|\
| * FindPython: ensure a usable environment is set for the free threaded PythonMarc Chevrier2024-08-273-0/+37
* | Merge topic 'doc-libfun'Brad King2024-08-272-9/+9
|\ \
| * | Help Check{Function,Library}Exists refer to CheckSourceCompilesscivision2024-08-262-9/+9
* | | Merge topic 'FindIconv-alpine'Brad King2024-08-271-0/+2
|\ \ \
| * | | FindIconv: Fix finding iconv.h on Alpine LinuxPeter Kokot2024-08-261-0/+2
* | | | Merge topic 'doc-flag'Brad King2024-08-276-75/+98
|\ \ \ \
| * | | | Help Check*CompilerFlag harmonize textscivision2024-08-236-75/+98
| |/ / /
* | | | Merge topic 'FindPython-numpy-mkl'Brad King2024-08-271-9/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | FindPython: fix regression of NumPy detection with Intel MKL libraryEven Rouault2024-08-261-9/+8
* | | | Merge topic 'android-ndk-27'Brad King2024-08-261-9/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Android: Fix build with NDK 27Lars Schmertmann2024-08-221-9/+9
| |/
* | Merge topic 'hip-lang-lib64search'Brad King2024-08-221-1/+1
|\ \
| * | HIP: Ensure lib64 directories are included in hip-lang dependency searchIoannis Assiouras2024-08-151-1/+1
* | | Merge topic 'swift-linker-config'Brad King2024-08-201-1/+1
|\ \ \
| * | | Swift: Fix typo in linker configuration logicSaleem Abdulrasool2024-08-191-1/+1
| |/ /
* | | Merge topic 'findwx-link-libs'Brad King2024-08-201-1/+1
|\ \ \
| * | | FindwxWidgets: Add link dependencies for WindowsPB2024-08-181-1/+1
* | | | Merge topic 'doc-refer'Brad King2024-08-2016-86/+83
|\ \ \ \
| * | | | Help: Check*SourceRuns make text more concise.Michael Hirsch2024-08-166-87/+54
| * | | | Help: Check*SourceCompiles, Check*CompilerFlag refer to new commandMichael Hirsch2024-08-1615-0/+30
| | |/ / | |/| |
* | | | Merge topic 'FindJNI-no-xcode'Brad King2024-08-201-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | FindJNI: Improve output on macOS if Xcode is not installedBrad King2024-08-191-1/+3
* | | | Merge topic 'cpack-iss-utf-8'Brad King2024-08-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPack/InnoSetup: Template file in UTF-8 BOM to support Unicoderaspopov2024-08-151-1/+1
| | |/ | |/|
* | | CMakeFindFrameworks: Deprecate the module subject to policy CMP0173Craig Scott2024-08-163-2/+30
|/ /
* | Merge topic 'FindJNI-zero-vm-location'Brad King2024-08-151-0/+2
|\ \ | |/
| * FindJNI: Support finding libjvm.so for all OpenJDK variantsWANG Xuerui2024-08-151-0/+2
| * Merge topic 'swift-install-names' into release-3.30Brad King2024-08-021-1/+1
| |\
| * \ Merge topic 'FindPython-WIN32-EXECUTABLE_DEBUG' into release-3.30Brad King2024-07-291-2/+20
| |\ \
* | \ \ Merge topic 'iar-missing-license'Brad King2024-08-153-55/+44
|\ \ \ \
| * | | | IAR: Improve error message for missing licenseFelipe Torrezan2024-08-143-55/+44
* | | | | Merge topic 'UseJava-verbosity'Brad King2024-08-152-1/+3
|\ \ \ \ \
| * | | | | UseJava: Reduce add_jar verbosity by defaultGold8562024-08-132-1/+3
| |/ / / /
* | | | | Merge topic 'pkg-config'Brad King2024-08-1511-29/+51
|\ \ \ \ \
| * | | | | Modules: Guard calls to pkg_check_modulesKai Pastor2024-08-0711-29/+51
| |/ / / /
* | | | | Android: Fix condition detecting no APIs found in the NDKTudy Gourmelen2024-08-141-1/+1
* | | | | Merge topic 'lfortran-link-info'Brad King2024-08-131-4/+16
|\ \ \ \ \
| * | | | | LFortran: Add support for mixed-language linking with FortranBrad King2024-08-021-0/+11
| * | | | | CMakeParseImplicitLinkInfo: Refactor conditions to detect specific compilersBrad King2024-08-021-4/+5
| |/ / / /
* | | | | FortranCInterface: Simplify module symbol mangling detection regexBrad King2024-08-021-3/+3
|/ / / /
* | | | Merge topic 'swift-install-names'Brad King2024-08-021-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Swift: Fix INSTALL_NAME_DIR under CMP0157 NEW behaviorEvan Wilde2024-08-011-1/+1
| * | | Merge topic 'clang-ansi-color' into release-3.29Brad King2024-06-111-1/+1
| |\ \ \
| * | | | CPack/WiX: Restore default (missing) InstallScope from 3.28 and lowerBrad King2024-06-051-1/+1
* | | | | FindEXPAT: Implement EXPAT_USE_STATIC_LIBS for non-Windows platformsJessie Hernandez2024-07-311-0/+24
* | | | | Merge topic 'enable_warnings'Brad King2024-07-302-2/+2
|\ \ \ \ \
| * | | | | Rename {_ => }CMAKE_INCLUDE_SYSTEM_FLAG_${lang}_WARNINGPatrick H2024-07-292-2/+2
* | | | | | Merge topic 'FindPython-WIN32-EXECUTABLE_DEBUG'Brad King2024-07-291-2/+20
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindPython: Fix usage of cached variable _Python_EXECUTABLE_DEBUGMarc Chevrier2024-07-261-2/+20