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
2012-12-10CMake: fix numpy install not getting properly disabled when numpy was not found.Brecht Van Lommel
2012-12-09Further refined the check for GCC 4.2 to not add the flag -Wuninitialized then.Ton Roosendaal
2012-12-09CMake:Antony Riakiotakis
2012-12-05Fix #33411: crash baking smoke with FFT high resolution.Brecht Van Lommel
2012-12-04disable numpy warning with cmake, since we didnt end up bundling this with bl...Campbell Barton
2012-11-29we need 2.8.8 for cmake on mac - patch by Jens VerwiebeDalai Felinto
2012-11-27CMake: hide some unnecessary LLVM/OSL/EXR prints.Brecht Van Lommel
2012-11-27remove unmaintained eltopo, keeping scons/cmake entries, but commenting out u...Campbell Barton
2012-11-26Remove non existent pthread include directory for MinGW, also slight message ...Antony Riakiotakis
2012-11-26Enable python 3.3 for MinGW/CMake.Antony Riakiotakis
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-11-26Switch windows to python 3.3Sergey Sharybin
2012-11-22Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe.Brecht Van Lommel
2012-11-21More LLVM work (now always search llvm-config into LLVM_DIRECTORY whenBastien Montagne
2012-11-20Seems extra hints are needed to find llvm-config on linuxSergey Sharybin
2012-11-19Adding a linux-only WITH_STATIC_LIBS option, which will try to link against s...Bastien Montagne
2012-11-19OSX/osl: link also boost_wave, cause we use its preprocessor nowJens Verwiebe
2012-11-19Bring back debug boost libs to cmake. Also use debug version of OIIO for debu...Sergey Sharybin
2012-11-19Windows Libs: move OpenEXR headers to same directory structure as other platf...Brecht Van Lommel
2012-11-19Localization should not depend on debug locale librarySergey Sharybin
2012-11-19OSX/cmake: py 3.3 migrationJens Verwiebe
2012-11-19Fix when statically linking with distro's boost: in this case, we most likely...Bastien Montagne
2012-11-18CMakeList: Better handling of llvm under linux (now you can try to force usag...Bastien Montagne
2012-11-17Windows / Cmake:Thomas Dinges
2012-11-16* Fix typo in cmake, own fault. Thomas Dinges
2012-11-15Windows / CMake:Thomas Dinges
2012-11-15Another nuch of fixes/improvements to install_deps script, among which:Bastien Montagne
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-14Cycles OSL: windows build fixes.Brecht Van Lommel
2012-11-12OSX/cmake: revert a testchange back for kaitoJens Verwiebe
2012-11-12replace BM_edge_face_count with BM_edge_is_manifold/BM_edge_is_wire/BM_edge_i...Campbell Barton
2012-11-12Fix CMake boost locale lib names for MinGW64.Antony Riakiotakis
2012-11-12OSX: fix linking with new boost_localeJens Verwiebe
2012-11-11revert muddle in changing jack in msvc instead appleJens Verwiebe
2012-11-11Restore my work overwritten by 52106 and some further reordering for cmake 2....Jens Verwiebe
2012-11-11OSX/cmake-2.8-10: just reorder, now sdk must be set before deployment targetJens Verwiebe
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-11OSX/cmake: actualize message for xcode specificsJens Verwiebe
2012-11-10OSX/cmake: rework the optional frameworks handling more osx-like, make jack w...Jens Verwiebe
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ...Campbell Barton
2012-11-09CMake: LLVM configuration tweak to check if llvm-config actually exists beforeBrecht Van Lommel
2012-11-08OSX/cmake: fix jack compileJens Verwiebe
2012-11-08OSX/cmake: workaround for getting right LC_VERSION_MIN_MACOSX with makefilesJens Verwiebe
2012-11-08CMake: Since Audaspace now requires Boost, auto enable Boost if WITH_AUDASPAC...Mitchell Stokes
2012-11-07Fix a typo and more descriptve commetJens Verwiebe
2012-11-07OSX: some more version target cleanups and correctionsJens Verwiebe
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton