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-01-29cleanup: pep8Campbell Barton
also remove empty class parenthesis
2015-01-26Change exception syntax to be more modern and hopefully fix buildbot issue ↵Martijn Berger
in the process
2014-12-02Enable sm52 for linux buildbotSergey Sharybin
Status of other builders: - Windows are not known for me, would ask Martijn to look into - OSX buildbot still needs a CUDA toolkit update
2014-11-18Buildbot: Switch to dynamic loaded SDL-2.0Sergey Sharybin
2014-11-17cmake/buildbot: make sure we build the full blender and cycles cuda binariesMartijn Berger
2014-11-13CMake buildbot change upload should work nowMartijn Berger
CPack generating NSIS and WiX installers should also work
2014-11-12cmake buildbot. Create the zip archive with the name as expectedMartijn Berger
2014-11-11cmake. refactor installing python things to not have absolute path'sMartijn Berger
buildbot. add rudementatry cpack based packing for cmake path
2014-11-11buildbot: fix: cmake generator is kind of sensitiveMartijn Berger
2014-11-11Add msbuild for windows cmake buildbotsMartijn Berger
2014-11-08Put latest buildbot config files to gitSergey Sharybin
2014-10-15Buildbot: Correct folder for experimetnal buildsSergey Sharybin
2014-10-15Buildbot: Fix for branch detection from the file nameSergey Sharybin
2014-10-15Buildbot: Rename testbuild branch to experimental-build and put the builds ↵Bastien Montagne
to dedicated folder
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-08-27Fix windows buildbot rebuilding cubins on both compile and packSergey Sharybin
2014-08-14OSX/SCONS/buildbot: last commit made BF_COLLADA_LIB tweak obsoleteJens Verwiebe
2014-08-14Attempt to fix 32bit OSX buildbot, need to link against UTF Collada libSergey Sharybin
2014-08-12Scons / Buildbot: Remove code for Visual Studio 2008.Thomas Dinges
Probably the vc2013 builder can become a more generic name now, but I will double check this with Martijn.
2014-08-12Cleanup: Remove Visual Studio 2012 code from builder.Thomas Dinges
2014-08-08Switch linux buildbot to custom built python2.7Sergey Sharybin
New scons discontinued support of python2.6, so we needed to build just another python in the release and buildbot environment. Hope latest scons upgrade a least bring new msvs support and not only lead to just-another-frustration. There might be some more upcoming commits, because you never can be sure there's no typos in the buidbot script for until you actually fire the builder up.
2014-07-29OSX/buildbot: after recent scons fix, UTF lib linkage is handled dependent ↵Jens Verwiebe
on config, so remove now obsolete lines
2014-07-28OSX/buildbot: Fix 32bit compile by removing OSL/LLVM and add back UTF to ↵Jens Verwiebe
Collada - due OSL i386 never worked on OSX, the new libs do not even contain this arch ! - As we had to fix duplicated symbols from generic UTF finctions same in LLVM and COLLADA, LLVM-less build must have UTF lib reenabled
2014-07-28Switch buildbot to new llvm/oiio/oslSergey Sharybin
2014-07-24Buildbot: Never write 'master' branch in packed file names.Bastien Montagne
2014-07-24Buildbot: proper fix for 'testbuild overriding master builds' issue.Bastien Montagne
2014-07-24Revert "Buildbot: more fixes, this time to upload logic."Bastien Montagne
This reverts commit b1e1646d945d8f7e15c7828a9a5fb0fc4f516f51. Sorry, was a bit too quick on this one... :/
2014-07-24Buildbot: more fixes, this time to upload logic.Bastien Montagne
We do not want testbuild to override 'official' (master) builds!
2014-07-23Buildbot: fix to previous commit, to handle svn libs...Bastien Montagne
2014-07-23Buildbot: rework to support branch selection.Bastien Montagne
Issue with previous code was that branch selected was applied to all repositories. To be able to control branch on a per-repo basis, we need to use codebases instead. This commit only enables branch (master/testbuild) and revision selection for master, we probably do not need this for submodules currently (easy to enable anyway). Note: tested on local buildbot setup, for linux only (up to build step, have no build env).
2014-07-22Buildbot: fix submodule branch issue (we have to fix it on 'master', since ↵Bastien Montagne
default one can be overriden by custom setting for force scheduler).
2014-07-22Update buildbot conf, to enable a 'testbuild' branch in 'force' scheduler.Bastien Montagne
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-07-20Update buildbot config to latest actual versionSergey Sharybin
2014-07-09Buildbot: enable cubins fox OSXSergey Sharybin
With new buildbot env they should be all fine.
2014-06-18Disable cubins for OSX buildbotSergey Sharybin
This is a temporary solution in order to get at least rest of the blender begin up-to-date on the buildbot. To be able to compile cubins again we need to switch OSX builder machine to OSX 10.8 and CUDA toolkit 6, which might take some time, unfortunately.
2014-06-01Sync changes with buildbot serverSergey Sharybin
2014-05-15Windows: Remove support for MSVC 2012 (VC11).Thomas Dinges
The officially supported compiled is now MSVC 2013, and MSVC 2008 will be faded out slowly over the coming weeks.
2014-04-30Cycles CUDA: make CUDA toolkit 6.0 the official supported version.Brecht Van Lommel
This also updates the configurations to build kernels for compute capability 5.0 cards, when using and older CUDA toolkit version this will be skipped. Also includes tweaks to improve performance with this version: * Increase max registers on sm_30, sm_35 and sm_50 * No longer use texture storage on sm_30
2014-04-22Corrected the commentSergey Sharybin
2014-04-22Switch buildbot to Python-3.4.0Sergey Sharybin
2014-03-05Enable requests for buildbot and release builderSergey Sharybin
2014-01-29Scons: refactor cycles kernel code to avoid building the AVX kernel withBrecht Van Lommel
compilers that don't support it. CMake still needs to updated to work the same for consistency, but this should fix the OS X buildbot at least.
2014-01-27Buildbot OS X: compile with clang instead of GCC.Brecht Van Lommel
This should solve the missing -mavx option for Cycles, and also give better performance since GCC 4.2 is now 5 years old already.
2013-12-29Buildbot SCons MSVC 2013 packing also requires something extraMartijn Berger
2013-12-29MSVC 2013 buildbot changesMartijn Berger
2013-11-25Buildbot: move lib step before blender.git stepSergey Sharybin
This is an attempt to make it so revision from git SHA is being displayed, not from libs svn revision.
2013-11-19Buildbot: update configuration fileSergey Sharybin
Consider this configuration final-1 for the migration, Linux and OSX slaves seems to be fine, Windows slave would need some changes from the slave side.
2013-11-19Buildbot: fix path got pack stepSergey Sharybin
2013-11-19Buildbot: tweaks for source directorySergey Sharybin
Need this so checkout of existing svn does not interferes with new git checkout which would need to be done.