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
2015-12-03Buildbot: Remove linux scons buildbot related thingsSergey Sharybin
It is now totally covered by cmake slave.
2015-11-24Buildbot: Switch Linux builds to Python 3.5Sergey Sharybin
2014-11-18Buildbot: Switch to dynamic loaded SDL-2.0Sergey Sharybin
2014-09-24Fix T41936: lender 2.72 Crashes on play on *Ubuntu 14.04Sergey Sharybin
This commit is necessary to update to openal-soft 1.60.0 which solves weird bug happening on ubuntu. This is to be landed to the release branch.
2014-04-22Switch buildbot to Python-3.4.0Sergey Sharybin
2014-03-05Enable requests for buildbot and release builderSergey Sharybin
2013-06-23Switch buildbot to use OpenEXR-2.0Sergey Sharybin
2013-04-23Buildbot tweaksSergey Sharybin
Add numpy installation to blender player configuration, this is so because player is building first and it installs python, which prevented numpy installation from blender configuration.
2013-03-27Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versionsSergey Sharybin
Added new build option WITH_JACK_DYNLOAD for CMake and WITH_BF_JACK_DYNLOAD for SCons, which means there'll be no build-time linking against libjack and getting symbols from libjack will happen runtime using dlopen and dlsym tricks. Alternative would be to use weak linking, but it'll require having wrapper for preloading libjack. This new options are disabled by default and they only intended to be used on linux. Other platforms shall not be using this and there shall be no functional changes on non-linux platforms at all.
2013-01-10Switch linux buildbot to compile all cuda kernels in 64bit environmentSergey Sharybin
Solves memory limit issues when building sm_13 for 32bit platform. Some further refinement of patch could be needed.
2012-12-21Buildbot: disable Jack for now, it doesn't work when linked staticallySergey Sharybin
No easy build configuration fix for this, need to be switched to more like a plugin system to support jack.
2012-11-28For sure buildbot's release buildflags should include -DNDEBUG,Sergey Sharybin
otherwise asserts will abort execution for release builds.
2012-11-12Enable libboost_locale for buildbot rulesSergey Sharybin
2012-11-05Buildbot: blenderplayer configuration needs to define path to boost nowSergey Sharybin
2012-10-29Buildbot: hopefully fix for missed sound on glibc2.11 slavesSergey Sharybin
2012-10-28Buildbot: add glibc2.11 configuration files and build rulesSergey Sharybin
Builder will go online as soon as new environment is copied to buildslave machine over the internet