index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindMatlab.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modules: Fix CMP0159 warnings in modules when tracing
Juan Ramos
2024-03-29
1
-0/+1
*
Merge topic 'matlab-2024a'
Brad King
2024-03-22
1
-0/+1
|
\
|
*
FindMatlab: R2024a version map
scivision
2024-03-21
1
-0/+1
|
*
Merge topic 'findmatlab-registry-lookup-without-versionxml' into release-3.29
Brad King
2024-02-08
1
-12/+1
|
|
\
*
|
|
FindMatlab: Support REGISTRY_VIEW
Hermann von Kleist
2024-02-20
1
-26/+78
*
|
|
FindMatlab: Add changelog for now supported version range
Hermann von Kleist
2024-02-19
1
-0/+3
*
|
|
FindMatlab: Remove dead commented-out code
Hermann von Kleist
2024-02-13
1
-8/+0
*
|
|
FindMatlab: Use find_package(Threads) instead of checking -pthread
Hermann von Kleist
2024-02-13
1
-12/+7
*
|
|
FindMatlab: Do not query host processor for registry view
Hermann von Kleist
2024-02-13
1
-1/+1
*
|
|
FindMatlab: Refactor Matlab root list append operation
Hermann von Kleist
2024-02-13
1
-6/+4
*
|
|
FindMatlab: Simplify ROOT lookup for new and old MCR
Hermann von Kleist
2024-02-13
1
-33/+17
*
|
|
FindMatlab: Refactor: Eliminate _matlab_64Build
Hermann von Kleist
2024-02-13
1
-9/+1
*
|
|
FindMatlab: Remove extra [Debug] from log message
Hermann von Kleist
2024-02-13
1
-1/+1
*
|
|
FindMatlab: Remove unnecessary if statements and loops
Hermann von Kleist
2024-02-13
1
-8/+2
*
|
|
FindMatlab: Fixup indentation
Hermann von Kleist
2024-02-13
1
-2/+2
*
|
|
Merge topic 'findmatlab-silence-mex-warnings'
Brad King
2024-02-12
1
-0/+13
|
\
\
\
|
*
|
|
FindMatlab: Silence warnings for mex version file
Hermann von Kleist
2024-02-07
1
-0/+13
|
|
/
/
*
|
|
Merge topic 'findmatlab-improve-version-check'
Brad King
2024-02-12
1
-53/+21
|
\
\
\
|
*
|
|
FindMatlab: Handle version range
Hermann von Kleist
2024-02-07
1
-1/+2
|
*
|
|
FindMatlab: Refactor version selection using find_package_check_version
Hermann von Kleist
2024-02-07
1
-53/+20
|
|
/
/
*
|
|
Merge topic 'findmatlab-registry-lookup-without-versionxml'
Brad King
2024-02-08
1
-12/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
FindMatlab: Revert undocumented and now-unnecessary full version lookup
Hermann von Kleist
2024-02-07
1
-12/+1
|
*
Merge topic 'find-matlab-docs-mcr-version-mapping' into release-3.28
Brad King
2024-01-26
1
-1/+11
|
|
\
*
|
\
Merge topic 'find-matlab-docs-mcr-version-mapping'
Brad King
2024-01-26
1
-1/+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindMatlab: Document that version mappings do not apply to MCR
Hermann von Kleist
2024-01-25
1
-1/+11
*
|
|
Merge topic 'find-matlab-fix-nonzero-patch-version'
Brad King
2024-01-26
1
-4/+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindMatlab: Some versions use major.minor.patch in the registry
Hermann von Kleist
2024-01-25
1
-4/+5
|
|
/
*
|
Merge topic 'FindMatlab-docs'
Brad King
2024-01-23
1
-10/+7
|
\
\
|
|
/
|
*
FindMatlab: Fix error message from function
Hermann von Kleist
2024-01-22
1
-1/+1
|
*
FindMatlab: Document all registry paths for version lookup
Hermann von Kleist
2024-01-22
1
-3/+4
|
*
FindMatlab: matlab_get_release_name_from_version is a function now
Hermann von Kleist
2024-01-22
1
-6/+2
*
|
Merge topic 'matlab-env'
Brad King
2024-01-19
1
-16/+16
|
\
\
|
|
/
|
/
|
|
*
FindMatlab: use NAMES for find_*
scivision
2024-01-17
1
-12/+12
|
*
FindMatlab: set MATLAB_ARCH per process call
scivision
2024-01-17
1
-4/+4
*
|
FindMatlab: Restore support for finding EXACT major.minor version
Hermann von Kleist
2024-01-17
1
-1/+11
*
|
FindMatlab: use correct registry view when extracting versions
Hermann von Kleist
2024-01-17
1
-0/+1
*
|
FindMatlab: Accept long version in matlab_get_release_name_from_version
scivision
2024-01-16
1
-17/+7
*
|
FindMatlab: Fix major.minor version lookups in Windows Registry
scivision
2024-01-16
1
-45/+47
|
/
*
FindMatlab: Restore support for versions without VersionInfo.xml
Hermann von Kleist
2024-01-12
1
-12/+13
*
FindMatlab: Fix processing of multiple versions from Windows Registry
Brad King
2023-12-14
1
-2/+2
*
FindMatlab: Fix regression on Windows Registry lookup failure
Brad King
2023-12-14
1
-4/+4
*
FindMatlab:macOS: return full version when found by path guess
scivision
2023-09-18
1
-0/+5
*
FindMatlab:lint: set(... CACHE INTERNAL) implies FORCE
scivision
2023-09-18
1
-6/+6
*
FindMatlab:WIN32: return full Matlab version when found via registry
scivision
2023-09-18
1
-13/+24
*
FindMatlab: improve version regex
scivision
2023-09-18
1
-5/+5
*
FindMatlab: doc: rename osx=>macOS
scivision
2023-09-18
1
-6/+6
*
FindMatlab: retrieve full major.minor.patch.tweak
scivision
2023-09-18
1
-4/+12
*
FindMatlab: refactor: remove unneeded syntax
scivision
2023-09-18
1
-7/+2
*
FindMatlab: refactor: use registry query instead of execute_process
scivision
2023-09-18
1
-32/+15
*
FindMatlab: Add R2023b=23.2
scivision
2023-09-15
1
-7/+8
[next]