blender/build_files/cmake
Sergey Sharybin 31eee77a45 Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versions
Added new build option WITH_JACK_DYNLOAD for CMake and
WITH_BF_JACK_DYNLOAD for SCons, which means there'll be
no build-time linking against libjack and getting symbols
from libjack will happen runtime using dlopen and dlsym
tricks.

Alternative would be to use weak linking, but it'll require
having wrapper for preloading libjack.

This new options are disabled by default and they only
intended to be used on linux. Other platforms shall not
be using this and there shall be no functional changes
on non-linux platforms at all.
2013-03-27 07:19:54 +00:00
..
config cmake config files BOOL type was ignored by cmake. 2013-01-30 07:33:26 +00:00
example_scripts switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
Modules Patch from Ejner Fergo: enhancements to install_deps.sh. 2013-01-03 15:35:46 +00:00
buildinfo.cmake buildinfo is now quoted from the build systems, avoids stripping quotes on startup. 2011-08-22 12:24:14 +00:00
clang_array_check.py style cleanup: odd indentation 2013-03-14 05:52:30 +00:00
cmake_consistency_check_config.py add missing bullet header to cmake, quiet reports from 'make test_cmake' 2013-02-06 04:16:28 +00:00
cmake_consistency_check.py add ".hh" as an extension for source scripts. 2012-12-31 07:06:51 +00:00
cmake_netbeans_project.py add error check for qtcreator&netbeans project file generators to quit early if cmake fails. 2013-01-07 14:25:26 +00:00
cmake_qtcreator_project.py add error check for qtcreator&netbeans project file generators to quit early if cmake fails. 2013-01-07 14:25:26 +00:00
cmake_static_check_clang_array.py code cleanup: 2013-01-15 23:17:45 +00:00
cmake_static_check_cppcheck.py code cleanup: 2013-01-15 23:17:45 +00:00
cmake_static_check_smatch.py code cleanup: 2013-01-15 23:17:45 +00:00
cmake_static_check_sparse.py code cleanup: 2013-01-15 23:17:45 +00:00
cmake_static_check_splint.py code cleanup: 2013-01-15 23:17:45 +00:00
macros.cmake Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versions 2013-03-27 07:19:54 +00:00
packaging.cmake CPack rpm cleanup 2012-05-16 02:51:58 +00:00
project_info.py fix for missing initialization of vert data in ccgDM_copyFinalVertArray 2013-01-24 09:36:22 +00:00
project_source_info.py fix for missing initialization of vert data in ccgDM_copyFinalVertArray 2013-01-24 09:36:22 +00:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00