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
2017-09-05Buildbot: Fix paths to sndfile and flacSergey Sharybin
Need this in 2.79 branch as well, since build rules are based on this files.
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Buildbot: Tweak nightly schedule of buildsSergey Sharybin
Basically, schedule linux 64 earlier on, so builds are ready for nightly benchmarks.
2017-08-18Audaspace: Moving audaspace 1.3 into extern.Jörg Müller
Deleting the old internal audaspace. Major changes from there are: - The whole library was refactored to use C++11. - Many stability and performance improvements. - Major Python API refactor: - Most requested: Play self generated sounds using numpy arrays. - For games: Sound list, random sounds and dynamic music. - Writing sounds to files. - Sequencing API. - Opening sound devices, eg. Jack. - Ability to choose different OpenAL devices in the user settings.
2017-07-17Buildbot: Switch to GCC-7 for Linux build slavesSergey Sharybin
This is GCC version was used for Testbuild1 and Testbuild2.
2017-06-21Fix typo in builtbot configDalai Felinto
2017-05-27Remove MinGW supportAaron Carlisle
The Issue ======= For a long time now MinGW has been unsupported and unmaintained and at this point, it looks like something that we should just leave behind and move on. Why Remove ========== One of the big motivations for MinGW back in the day is that it was free compared to MSVC which was licensed based. However, now that this is no longer true we have basically stopped updating the need CMake files. Along with the CMake files, there are several patches to the extern libs needed to make this work. For example, see: https://developer.blender.org/diffusion/B/browse/master/extern/carve/patches/mingw_w64.patch If we wanted to keep MinGW then we would need to make more custom patches to the external libs and this is not something our platform maintainers are willing to do. For example, here is the patches needed to build python: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python3 Fixes T51301 Differential Revision: https://developer.blender.org/D2648
2017-04-14Buildbot: Fix typosSergey Sharybin
2017-04-14Buildbot: Attempt to fix CUDA compilation on OSXSergey Sharybin
Stupid toolkit is really fragile about CLang version.
2017-04-07Buildbot: List freetype for OIIO librariesSergey Sharybin
OIIO in release environment is compiled with Freetype support. This fixes compilation error of static unit tests.
2017-04-07Buildbot: Link statically against freetypeSergey Sharybin
2017-04-06Buildbot: Correct previous releaseSergey Sharybin
Seems CMake is not happy about changing compiler from script.
2017-04-06Buildbot: Force build environment to use latest GCCSergey Sharybin
2017-04-04Buildbot: Update master configSergey Sharybin
2017-04-04Buildbot: Update master configSergey Sharybin
2017-04-03Buildbot: Some more twqeaks to master configSergey Sharybin
2017-04-03Buildbot: Update bundled vetrsion of server configurationSergey Sharybin
2017-04-03Buildbot: SPecial branch trickery for linux slavesSergey Sharybin
2017-04-03Buildbot: Some special tricks for Blender 2.8 slaveSergey Sharybin
2017-03-29Buildbot: Revert previous change, older toolkit has same exact behaviorSergey Sharybin
2017-03-29Buildbot: Use older NVCC on 32bit linuxSergey Sharybin
Newer toolkit has some weird issue with cross0-compiling 32bit kernels from 64bit environment.
2017-03-29Buildbot: Remove global hardcoded NVCC pathSergey Sharybin
This was initially needed for heterogeneous setup of two toolkits which we no longer need.
2017-03-24Buildbot: Use proper NVCC pathSergey Sharybin
In fact, we could probably remove this option all together.
2017-02-03Buildbot: Re-enable cuda support for OSXSergey Sharybin
2016-12-01Buildbot: Disable glibc211 slavesSergey Sharybin
2016-11-10buidlbot, msbuild is slightly different in that is wants to build debug ↵Martijn Berger
anyway even if we told cmake we want release
2016-11-10buidlbot, msbuild is slightly different in that is wants to build debug ↵Martijn Berger
anyway even if we told cmake we want release
2016-11-10let cmake handle calling msbuild for windows buildbotsMartijn Berger
2016-11-07Buildbot: Update copy of buildbot master configurationSergey Sharybin
2016-10-03Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-09-19Buildbot: Another attempt to have OSX builder fixedSergey Sharybin
2016-09-19Buildbot: Temporary disable CUBIN compilationSergey Sharybin
2016-09-19Buildbot: Attempt to use proper Clang for CUDA binariesSergey Sharybin
2016-09-16Buildbot: Disable QuickTime for the time beingSergey Sharybin
Buildbot machine was updated to the new SDK which seems to have QTKit removed. For until we've installed older SDK or ported our code to a new AVFramework disabling QuickTime.
2016-08-02Buildbot: Use annoying hybrid setup of two CUDA toolkitsSergey Sharybin
This is for until we'll solve issues with toolkit 8.0.
2016-08-01Buildbot: Enable proper Pascal architectureSergey Sharybin
2016-08-01Buildbot: Seems quotes are not really needed when passing listSergey Sharybin
2016-08-01Buildbot: Attempt to enable sm_60 CUDA architecture for build slavesSergey Sharybin
2016-06-08Buildobt: Update master configSergey Sharybin
2016-06-08Buildbot: Give 2015 builds different nameSergey Sharybin
2016-06-08Buildbot: Trickery for MSVC2015 and NVCCSergey Sharybin
2016-06-07Cuda 7.5 cannot be made to work with a supported cl.exe version in the same ↵Martijn Berger
way as cuda 6.0 does allow, disabling cuda kernels on buildbot for now
2016-06-07Cuda 7.5 cannot be made to work with a supported cl.exe version in the same ↵Martijn Berger
way as cuda 6.0 does allow, disabling cuda kernels on buildbot for now
2016-06-04buildbot work around cuda / msvc compatibility issues attempt 2/ passing a ↵Martijn Berger
string from python to cmake to nvcc is harder then it looks
2016-06-04buildbot work around cuda / msvc compatibility issuesMartijn Berger
2016-05-31Buildbot: Attempt to fix buildbot after recent changeSergey Sharybin
2016-05-31Buildbot: Use proper list management functionSergey Sharybin
Spotted by Campbell, thanks!
2016-05-31Buildbot: Pass proper generator for MSVC 2015 builderSergey Sharybin
2016-05-09Buildbot: Attempt to make sure install folder is always clean for Win and OSXSergey Sharybin
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
- BKE_blender_version.h (only version defines & versionstr). - BKE_blender_copybuffer.h (currently only used for view3d copy/paste). - BKE_blender_undo.h (global undo functions). - BKE_blendfile.h (high level blend file read/write API).