Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
also set_source_files_properties() wasn't working for rna_*_gen.c files, set dna.c and generated data files with generated property too.
2013-09-20Fix own stupid error in previous commit... :/Bastien Montagne
2013-09-19Potential fix for install_deps.sh OSL build issues reported by users: run ↵Bastien Montagne
ldconfig immediately after lib compile (looks like OSL compile process needs boost libs...).
2013-09-17Fix py/numpy build under Suse, and minor other fixes/enhancements.Bastien Montagne
Also switch to python3.3.2
2013-09-17Somplify one-liner for CPU cores detection and make it aware of multi-CPU ↵Sergey Sharybin
computers
2013-09-16Grrr, forgot to update getopt command for updated args...Bastien Montagne
2013-09-16Add --required-numpy to force compilation of both py3.3 and numpy1.7 in case ↵Bastien Montagne
you really need numpy and 1.7 is not available!
2013-09-16Making install_deps.sh correctly see hyperthreadingDaniel Salazar
2013-09-16Install_deps.sh updates:Bastien Montagne
* Raise OpenCOLLADA version to 18da7f4109a8eafaa290a33f5550501cc4c8bae8 as requested by Gaia. * Made OSL build/install ON by default (no more an experimental feature!). * Use default LLVM version under Debian (specifying a version does not work with OSL when you have more that one installed :( ).
2013-09-13OSX/scons: take xcode-select path into account, to work well with different ↵Jens Verwiebe
xcode versions
2013-09-10OSX/Scons/clang: restrict the ftemplate fix to clang onlyJens Verwiebe
2013-09-09OSX/Scons/clang: compilefix for libmv, as discussed with brech just globallyJens Verwiebe
2013-09-08update bmesh doxy docs, remove double-promotion warnings in ↵Campbell Barton
remove-strict-flags cmake macro.
2013-09-06CMake and scons update to detect OS X 10.9, cmake patch by Jake Kauth.Brecht Van Lommel
2013-09-05remove freebsd7 config. its fairly old and not maintained.Campbell Barton
2013-09-05fix [#36459] Official blenderplayer can not go fullscreen on LinuxCampbell Barton
use modified patch from Alex Fraser (z0r)
2013-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
added to cycles standalone too.
2013-08-28cmake: set python, llvm and osl libs as advanced.Campbell Barton
2013-08-26Fix cmake Inkscape auto generate of SVG on OS X giving an error popup, the ↵Brecht Van Lommel
binary that is found by find_program is a shim that doesn't take command line arguments.
2013-08-26Remove (comment out) auto-generating png form svg (r59382) in CMake, handy ↵Bastien Montagne
but gives nasty "false changes" in svn. Let's try not to forget to update PNGs when needed, then!
2013-08-22Automatically re-generate png icon files from svg ones (CMake only for ↵Bastien Montagne
now)... Expects Inkscape program.
2013-08-22Fix [#36534] Errors in install_deps.sh script when running on Arch LinuxBastien Montagne
Patch provided by Darren Beck, thanks!
2013-08-15Compilation error fix when using sconsSergey Sharybin
OpenEXR libraries shall go after OpenImageIO, otherwise it'll fail to find symbols needed for OIIO.
2013-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines ↵Campbell Barton
to cppcheck utility script.
2013-08-10Linux install_deps: update OpenCOLLADA to ↵Bastien Montagne
828b60384552b83e55d2af7055f07d2c40b4d3f4 repo UID.
2013-08-08pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail ↵Campbell Barton
without them).
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a ↵Campbell Barton
system include.
2013-07-10remove reference to wrong python version in comments & pedantic style edit.Campbell Barton
2013-06-30Patch [#35897] install_deps: add OpenEXR to ldconfig by Gavin Howard, thanks.Bastien Montagne
2013-06-26Update osl magic number when updating version ;)Bastien Montagne
2013-06-26Install Deps script:Thomas Dinges
* Use recent OSL 1.3.2 release.
2013-06-24replace use of 'a.find(b) != -1' --> 'b in a'Campbell Barton
2013-06-24Fix for #35851:Jürgen Herrmann
- Make scons work for non western CL.exe.
2013-06-23prevent cycles sm_35 kernel to be built on win32 with vs2012 because of ↵Jürgen Herrmann
ptxas crashes. Workaround to keep buildbot running. I filed a bug report to NVidia, will remove this as soon as the problem is fixed.
2013-06-23Switch buildbot to use OpenEXR-2.0Sergey Sharybin
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-21Updating suse packman repo url, name and alias to go in line with what suse ↵Daniel Salazar
does right now. At least this should avoid duplicate packman repos on 12.3
2013-06-20Install_deps.sh: ask suse users whether they want to install packman or not ↵Bastien Montagne
(can be already installed/enabled from a different URL, Suse repositories management is to complex to be handled automatically at this point).
2013-06-20Move DLL copying to before actual build process.Nathan Letwory
2013-06-20Cycles: update build configurations to include CUDA sm_35 architecture. When ↵Brecht Van Lommel
using a compiler older than CUDA 5.0 it will give a warning and skip this architecture.
2013-06-19VS 2012 x86 SCons update.Jürgen Herrmann
2013-06-18Scons and BuildBot changes for MSVC 2012 support.Jürgen Herrmann
Thanks Brecht and Thomas for reviewing ;)
2013-06-17cmake: remove set_lib_path macroCampbell Barton
2013-06-17CMake / vc2010:Thomas Dinges
* Remove vc2010 support from cmake. There is some "if(MSVC10)" left in extern - ceres, but will leave that for Sergey. :)
2013-06-17Only printing errors.Nathan Letwory
(No news is good news).
2013-06-16Fix for building Blender with OSL, and no OpenEXR headers in standard paths ↵Bastien Montagne
(like /usr/include/OpenEXR). As OSL headers mix #include <OpenEXR/foo.h> and #include <foo.h>, we need both /path/to/openexr/include and /path/to/openexr/include/OpenEXR include paths... :/ Issue investigated by doug65536 on IRC, thanks.
2013-06-16Set up OurSpawn for MinGW compile environment on Windows.Nathan Letwory
2013-06-15Buildbot: use relative path for redistributable dlls on windows.Brecht Van Lommel
2013-06-15Buildbot: use 1 thread for windows builds.Brecht Van Lommel
2013-06-15Add USE_PYTHON=OFF and USE_OCIO=OFF to OIIO compilation (we do not need ↵Bastien Montagne
either of those).