Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.1.0
    7e633b0a · FindMathematica 2.1.0 ·
    Feature and bugfix release.
    
    * add option CHECK_TIMESTAMPS to Mathematica_ADD_DOCUMENTATION to avoid redundant re-building of the documentation when no notebook has changed
    * fixed bug with detection of ant.bat executable script under Windows
    * guard against missing test driver helper scripts
    * fixed bug with setting up the kernel command line when both CODE and SCRIPT are present
    * add work-around to prevent CMake commands that run the kernel from hanging when Abort[] is used
    * add more accurate detection of host processor architecture under Mac OS X
    * minor documentation fixes
  • 2.0.9
    8900fda5 · FindMathematica 2.0.9 ·
    Bugfix release.
    
    * prevent modification of the CMake policy stack upon CMake version check
    * fix target type check in Mathematica_ABSOLUTIZE_LIBRARY_DEPENDENCIES
  • 2.0.8
    45fd9264 · FindMathematica 2.0.8 ·
    Bugfix release.
    
    * detect Wolfram Finance Platform installation
    * fix undefined variable dereference
  • 2.0.7
    8f3ad650 · FindMathematica 2.0.7 ·
    Bugfix release.
    
    * fix out of range index operation
  • 2.0.6
    c0a31d8a · FindMathematica 2.0.6 ·
    Bugfix release.
    
    * fix native path conversion issues
    * improve compiler version detection code
  • 2.0.5
    64ef67a3 · FindMathematica 2.0.5 ·
    Bugfix release.
    
    * fix use of uninitialized variables
    * fixed Wolfram Library runtime directory selection for Mac OS X 10.7
  • 2.0.4
    d702324f · FindMathematica 2.0.4 ·
    Bugfix release.
    
    * fix compiler version detection for Visual Studio C++
    * fix LaunchServices database search bug under Mac OS X
    * add Mathematica_MathLink_HOST_INCLUDE_DIR
    * quoting fixes
  • 2.0.3
    f2fc31c5 · FindMathematica 2.0.3 ·
    Bugfix release.
    
    * fix LaunchServices database search under Mac OS X 10.7
  • 2.0.2
    7a10add2 · FindMathematica 2.0.2 ·
    Bugfix release.
    
    * under Windows search registry determined installation locations first
    * under Mac OS X search LaunchServices database determined installation locations first
    * under Mac OS X programmatically find path to lsregister executable
    * tested with with CMake 2.8.7
  • 2.0.1
    d87a02ea · FindMathematica 2.0.1 ·
    Bugfix release.
    
    * skip cleanup of CMake cache upon initial invocation
    * cross-compiling fixes
    * add work-around that allows for generating LibraryLink workable DLLs with Cygwin
    * add Mathematica_CREATION_ID variable
    * recompute version information if Mathematica is upgraded in-place (e.g., from 8.0.1 to 8.0.4)
  • 2.0.0
    20a0a534 · FindMathematica 2.0 ·
    Feature and bugfix release.
    
    * add support for finding J/Link
    * add support for finding Wolfram MUnit testing package
    * add MUnit wrapper functions Mathematica_MUnit_ADD_TEST and Mathematica_MUnit_RESOLVE_SUITE
    * add support for generating Mathematica documentation with the DocumentationBuild package
    * add new function Mathematica_FIND_PACKAGE
    * add new function Mathematica_GET_PACKAGE_DIR
    * FindMathematica module directory is now prepended to the Mathematica $Path
    * add CACHE option to function Mathematica_EXECUTE
    * add KERNEL_OPTIONS parameter to functions which launch the Mathematica kernel
    * function Mathematica_TO_NATIVE_PATH now also handles a list of CMake paths
    * function Mathematica_ENCODE now can encode multiple files at the same time
    * pass TEST_NAME and TEST_CONFIGURATION environment variables to Mathematica test scripts
    * use exec in UNIX test driver shell script upon launching test executable
    * add INPUT_FILE option to function Mathematica_EXECUTE
    * add DEPENDS option to function Mathematica_ADD_CUSTOM_TARGET
    * add MAIN_DEPENDENCY option to function Mathematica_ADD_CUSTOM_COMMAND
    * add DEPENDS option to function Mathematica_GENERATE_C_CODE
    * install Wolfram Library without modifying $LibraryPath in Mathematica_WolframLibrary_ADD_TEST
  • 1.2.6
    e35cd1b1 · FindMathematica 1.2.6 ·
    Bugfix release.
    
    * fix debug output
  • 1.2.5
    7d3a2fb2 · FindMathematica 1.2.5 ·
    Bugfix release.
    
    * fix bug in launch services database search code under Mac OS X
  • 1.2.4
    b74edd6e · FindMathematica 1.2.4 ·
    Bugfix release.
    
    * preserve user defined overrides upon option initialization
    * don't set RUN_SERIAL option in Mathematica_SET_TESTS_PROPERTIES
  • 1.2.3
    c2c3a76c · FindMathematica 1.2.3 ·
    Bugfix release.
    
    * fix cache cleanup bug
    * use functions instead of macros to work around Windows backslash problem
    * improve Mathematica_ADD_CUSTOM_TARGET documentation
  • 1.2.2
    a0aeffaf · FindMathematica 1.2.2 ·
    Bugfix release.
    
    * properly document SYSTEM_ID option
    * stricter *Mathematica* version checks
    * fix bug in Mathematica_EXECUTE with handling of SYSTEM_ID option
  • 1.2.1
    57003954 · FindMathematica 1.2.1 ·
    Bugfix release.
    
    * Windows registry search fix
    * add work-around for Windows cmd.exe quotation problem
    * fix bug in function that sets up version variables
    * make code more robust against exceptional usage cases
  • 1.2.0
    056547b7 · FindMathematica 1.2.0 ·
    Feature and bugfix release.
    
    * add Mathematica_ENCODE function
    * add Mathematica_ABSOLUTIZE_LIBRARY_DEPENDENCIES function
    * fixed use of Mathematica_USERBASE_DIR in examples
    * fixed RPATH issues under Linux
  • 1.1.2
    085a42e7 · FindMathematica 1.1.2 ·
    Bugfix release.
    
    * option initialization fixes
    * tested with Mathematica 8.0.4
  • 1.1.1
    3622babe · FindMathematica 1.1.1 ·
    Bugfix release.
    
    * file path conversion fixes for Cygwin and MinGW