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 (Expand)Author
2013-11-22Code Cleanup: warningsCampbell Barton
2013-11-21CMake: minor spelling fix for WITH_BOOSTEmanuel Claesson
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
2013-11-19CMake: only enable opencollada by default on OS X and Windows, consistent wit...Brecht Van Lommel
2013-11-18Cmake: after lot of times commit checking missed including collada, set on by...Jens Verwiebe
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 versio...Jens Verwiebe
2013-11-15OSX/cmake: use CMAKE_XCODE_ATTRIBUTE rather than CMAKE_OSX_SYSROOT and set mi...Jens Verwiebe
2013-11-15OSX/cmake: simplify system-version detectionJens Verwiebe
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit back...Brecht Van Lommel
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 CMake...Irie Shinsuke
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-11adding url for openimageio project in CMake file (OpenEXR and OpenJpeg do the...Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-07fix for crash on load if the file was saved in editmesh,Campbell Barton
2013-10-05avoid divide by zero with grid fill (when there is no selection)Campbell Barton
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-09-25cmake - cached LLVM values would be overwritten on every execution.Campbell Barton
2013-09-25rename LLVM_LIB_DIR to LLVM_LIBPATH to match other cmake vars.Campbell Barton
2013-09-24CMake: BOOST is a dependency of OpenImageIODalai Felinto
2013-09-23typos on error messages in CMakeDalai Felinto
2013-09-15OSX/cmake: fix config by moving code back into xcode conditional, cmake/makef...Jens Verwiebe
2013-09-14OSX/cmake: don't try get xcode path from xcode before 4.3, developer dir was ...Jens Verwiebe
2013-09-14OSX/cmake: move the new xcode-select-handing outside xcode conditional, to fi...Jens Verwiebe
2013-09-13OSX/cmake: allow for compiling with xcode develper previews by determing xcod...Jens Verwiebe
2013-09-10misc minor changesCampbell Barton
2013-09-10OSX/cmake: assure finding jack frameworkJens Verwiebe
2013-09-09Fix libmv build error on OS X with Xcode 5.Brecht Van Lommel
2013-09-06CMake and scons update to detect OS X 10.9, cmake patch by Jake Kauth.Brecht Van Lommel
2013-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-28cmake: set python, llvm and osl libs as advanced.Campbell Barton
2013-08-27Cycles / Standalone:Thomas Dinges
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-07-20Merged changes from trunk r58324-58419.ge_devMitchell Stokes
2013-07-19enable type limits warning when compiling with gcc.Campbell Barton
2013-07-17Merging changes from trunk r58091-58323.Mitchell Stokes
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-09BGE cleanup: Removing the GamePlayer/xembed folder and associated build optio...Mitchell Stokes
2013-06-20Cycles: update build configurations to include CUDA sm_35 architecture. When ...Brecht Van Lommel
2013-06-19dont use 'if(${WITH_STATIC_LIBS})', no need to expend the variable.Campbell Barton
2013-06-17cmake: remove set_lib_path macroCampbell Barton
2013-06-17CMake / vc2010:Thomas Dinges
2013-06-10Python script auto-execution changes:Campbell Barton