.. |
config
|
remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used.
|
2012-10-22 02:39: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
|
Fix when statically linking with distro's boost: in this case, we most likely also need to statically link against icu, as most boost packages are built with it. Without that, you get a bunch of errors at link time (when using boost_locale, or, in freestyle branch, boost_regex).
|
2012-11-19 08:51:35 +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
|
code cleanup: reduce change the size of some float vectors that were bigger then they needed to be.
|
2012-10-08 07:08:29 +00:00 |
cmake_consistency_check_config.py
|
remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used.
|
2012-10-22 02:39:26 +00:00 |
cmake_consistency_check.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_netbeans_project.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_qtcreator_project.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_static_check_clang_array.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_static_check_cppcheck.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_static_check_smatch.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_static_check_sparse.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
cmake_static_check_splint.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
macros.cmake
|
Fix when statically linking with distro's boost: in this case, we most likely also need to statically link against icu, as most boost packages are built with it. Without that, you get a bunch of errors at link time (when using boost_locale, or, in freestyle branch, boost_regex).
|
2012-11-19 08:51:35 +00:00 |
packaging.cmake
|
CPack rpm cleanup
|
2012-05-16 02:51:58 +00:00 |
project_info.py
|
switch verious references from py3.2 -> 3.3 or just 3.
|
2012-11-26 13:58:06 +00:00 |
project_source_info.py
|
style cleanup: make OSL follow our C style convention. http://wiki.blender.org/index.php/Dev:Doc/CodeStyle
|
2012-10-17 01:47:37 +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 |