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
2014-04-15OSX/python: update to py 3.4Jens Verwiebe
2014-04-14CMake: enable OpenMP for all platforms by defaultSergey Sharybin
This is done in SCons and the only reason to disable OpenMP on Windows was to deal with the express version of compilers. Now when we are about to switch to msvc2013 by default we can safely enable OpenMP there since even express version of this beast supports OpenMP.
2014-04-13OSX/cmake: fix a recently reported dependency issueJens Verwiebe
2014-04-07Enable openmp in MinGW-w64Antony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Fix mingw32 compilationAntony Riakiotakis
2014-03-27Windows: Upgrade FFmpeg from 0.10 to 2.1.4Sergey Sharybin
Fixes T39423: Blender crashes on iv41 encoded videos in thumbnail display mode Libraries are still being committed to the svn, so compilation might be broken for a while. Sorry for this, but can't really be avoided. Also, some typos in scons are possible.
2014-03-26CMake: only nag about requests py module onceCampbell Barton
2014-03-08Make CMake use Jack debug libraries when compiling a debug buildJuergen Herrmann
2014-03-08Minor changes to CMakeLists.txt to enable debug builds on VS2013.Juergen Herrmann
Fix for finding LLVM and OSL debug libs.
2014-03-04Build system: add cmake option to install requestsCampbell Barton
2014-03-04Build system support for numpy on ms-windowsCampbell Barton
2014-02-25CMake: add _WIN32_WINNT MSVC define to match sconsCampbell Barton
2014-02-20OSX/Cmake: tentative handling for clang-omp,Jens Verwiebe
set flags hardcoded when used
2014-02-19MSVC: add more warnings to match OSX/LinuxCampbell Barton
2014-02-19MSVC: improve warnings for scons and cmakeCampbell Barton
Some int/float conversion warnings were disabled by buildsystems but re-enabled by BLI_winstuff.h, the warnigns relate to conversions not considered issues on other systems so better just quiet them.
2014-02-19OSX/CMAKE: make linking and bundling of clang omp lib work,Jens Verwiebe
Cmake will still not find -fopenmp working, so the user must set WITH_OPENMP and flags manually
2014-02-16MSVC: add errors for BLI_strict_flags.hCampbell Barton
2014-02-16CMake: disable international if the locale path is emptyCampbell Barton
This would happen when the submodules weren't initialized but fail on `make install` with a not very helpful message.
2014-02-15Code cleanup: warningsCampbell Barton
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-27patch by Mihai Melinescu: boost hardcoded MSVC12Martijn Berger
Updated CMakeLists.txt to account for boost hardcoded locations for VS 2013. Reviewers: juicyfruit Differential Revision: https://developer.blender.org/D261
2014-01-25fix building cycles standalone on windows / cmakeMartijn Berger
2014-01-23Code Cleanup: whitespaceCampbell Barton
2014-01-21Enable XDND on FreeBSDCampbell Barton
2014-01-20Cycles: Add a cmake config to easily compile Cycles Standalone.Thomas Dinges
On Linux/Mac OS X, simply type "make cycles" inside the Blender source directory, to get a standalone build of the engine. Reviewed by: Brecht Differential Revision: https://developer.blender.org/D228
2014-01-18CMake: Fix info message for Cycles standalone.Thomas Dinges
2013-12-24find_package(OPENAL) does not play nice with our current library naming ↵Martijn Berger
nonvention
2013-12-23CMake: attempt to fix Boost detection on Fedora 20, which omits -mt.Brecht Van Lommel
2013-12-23More CMakeLists.txt changesMartijn Berger
Summary: I added a function that adds all libdir/* to CMAKE_PREFIX_PATH : further there where two places where if(MSVC) else (mingq) where defined after each other. I moved those into one place. The things common to MSVC and mingw are now blow the special code as we set libdir and such things depending on compiler. Besides find_package() working and some cleanups there should be no functional changes Reviewers: dingto Reviewed By: dingto Differential Revision: http://developer.blender.org/D127
2013-12-20MSVC 2013 cmake changesMartijn Berger
Summary: I think we should try to use find_package more over just setting the variables it would set. I added find_package with old behavior as a feedback for boost and openexr @dingto can you test it in msvc2008 setup ? Reviewers: dingto Reviewed By: dingto CC: dingto, brecht Differential Revision: http://developer.blender.org/D104
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
This actually works somewhat now, although viewport rendering is broken and any kind of network error or connection failure will kill Blender. * Experimental WITH_CYCLES_NETWORK cmake option * Networked Device is shown as an option next to CPU and GPU Compute * Various updates to work with the latest Cycles code * Locks and thread safety for RPC calls and tiles * Refactored pointer mapping code * Fix error in CPU brand string retrieval code This includes work by Doug Gale, Martijn Berger and Brecht Van Lommel. Reviewers: brecht Differential Revision: http://developer.blender.org/D36
2013-12-02CMake: check CMAKE_C_COMPILER_ID instead of CMAKE_CXX_COMPILER_IDCampbell Barton
While its possible to have different C/C++ compilers, we dont support this at the moment, so just check C compiler ID for now.
2013-11-28CMake/Scons Build: disable explicit linking to libstdc++ on Linux/Unix.Brecht Van Lommel
It's not needed, this should happen automatically already, and if you build against libc++ instead (as on recent FreeBSD), this would give build errors. Ref T37477.
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-22Code Cleanup: warningsCampbell Barton
2013-11-21CMake: minor spelling fix for WITH_BOOSTEmanuel Claesson
Reviewed By: brecht Differential Revision: http://developer.blender.org/D26
2013-11-20OSX/Cmake: workaround for missing OpenGL headers, make sure sdk lookupJens Verwiebe
2013-11-19Extra unwanted change from the previous commitSergey Sharybin
2013-11-19Buildinfo fixesSergey Sharybin
- Use -M suffix if working tree does have uncommitted modifications. - Local commits are considered local changes as well
2013-11-19CMake: only enable opencollada by default on OS X and Windows, consistent ↵Brecht Van Lommel
with scons.
2013-11-18Cmake: after lot of times commit checking missed including collada, set on ↵Jens Verwiebe
by default now
2013-11-17CMake OS X: enable FFMPEG and Quicktime by default to match release and scons.Brecht Van Lommel
2013-11-16OSX/cmake: rollback ca5bbe0e419b04d16ee7eb12fa7eaffa0266815a cause OSX ↵Jens Verwiebe
versions can have not subversion thus sw_vers -productVersion is not usable for sdk setting
2013-11-15OSX/cmake: use CMAKE_XCODE_ATTRIBUTE rather than CMAKE_OSX_SYSROOT and set ↵Jens Verwiebe
min deployment target to 10.6 now
2013-11-15OSX/cmake: simplify system-version detectionJens Verwiebe
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit ↵Brecht Van Lommel
backend. This means that if you have WITH_BF_QUICKTIME or WITH_CODEC_QUICKTIME enabled, it will always use QTKit. The old backend was only used on 32 bit OS X builds, now 32 and 64 bit builds will give consistent input/output. On Windows or Linux quicktime isn't being used.
2013-11-05OSX: complety remove the cocoa options, definitions and conditionals nowJens Verwiebe
2013-10-24OSX/CMake: fix ftemplate conditionJens Verwiebe
2013-10-13Fix for commit r60718. There was a remaining WITH_IMAGE_OPENIMAGEIO in ↵Irie Shinsuke
CMakeLists.txt still.