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
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).
2016-04-01Buildbot: Explicitly disable tests on all platformsSergey Sharybin
They were never running anyway since there's no checkout of tests folder. We should either make tweaks to buildbot master to make it to send cloning commands for tests folder and keep tests working (currently some of them are broken).
2016-04-01Cleanup: style/spellingCampbell Barton
2016-03-29Buildbot: Attempt to work-around unsupported clang on OSX machineSergey Sharybin
Ideally this would need to be fixed by nvcc itself. but they didn't do that for a long time.
2016-02-29Buildbot: Store latest master config from buildbotSergey Sharybin
2016-02-27Buildbot: Rename i386 to i686, we don't support pre-i686 CPUs anywaySergey Sharybin
2016-02-27Buildbot: Support build in a newer chrootSergey Sharybin
2016-02-23CMake: Enable BLOSC for OpenVDB for the full configSergey Sharybin
This will respect the official build configuration where we should have BLOSC enabled. We can't really detect if OpenVDB was compiled with BLOSC or not, so seems we can't really avoid this extra flag.
2016-02-17Buildbot: Remove CMake cache on all platformsSergey Sharybin
This way we are always sure that we are using latest ever configuration without need to manually poke buildbot after doing changes in the building environment. Also uncomment code back, was a left-over from some debug.
2016-02-15Buildbot: Support CUDA kernels cross-compile and enable it for 32bit platformsSergey Sharybin
2016-01-31Cleanup: pep8Campbell Barton
2016-01-29Buildbot: Update master configurationSergey Sharybin
2016-01-27Buildbot: Enable OpenVDB BLOSC for the Linux buildersSergey Sharybin
2016-01-27OpenVDB: Get rid of hardcoded TBB variables and enabled for Linux buildbotSergey Sharybin
2016-01-27Buildbot: Fix for missing spnav for Linux buildsSergey Sharybin
2016-01-05Buildbot: Link libstdc++ staticallySergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
While SCons building system was serving us really good for ages it's no longer having much attention by the developers and started to become quite a difficult task to maintain. What's even worse -- there started to be quite serious divergence between SCons and CMake which was only accumulating over the releases now. The fact that none of the active developers are really using SCons and that our main studio is also using CMake spotting bugs in the SCons builds became quite a difficult task and we aren't always spotting them in time. Meanwhile CMake became really mature building system which is available on every platform we support and arguably it's also easier and more robust to use. This commit includes: - Removal of actual SCons building system - Removal of SCons git submodule - Removal of documentation which is stored in the sources and covers SCons - Tweaks to the buildbot master to stop using SCons submodule (this change requires deploying to the server) - Tweaks to the install dependencies script to skip installing or mentioning SCons building system - Tweaks to various helper scripts to avoid mention of SCons folders/files as well Reviewers: mont29, dingto, dfelinto, lukastoenne, lukasstockner97, brecht, Severin, merwin, aligorith, psy-fi, campbellbarton, juicyfruit Reviewed By: campbellbarton, juicyfruit Differential Revision: https://developer.blender.org/D1680
2015-12-20Buildbot: Cleanup unused codeSergey Sharybin
- Remove deprecated/unused builders - Remove unused SCons OSX slave configuration - Remove SCons slave logic, it is not giving error about unknown building system used for the slave.
2015-12-20Buildbot: Make sure optiosn override are passed after the config fileSergey Sharybin
2015-12-20Buildbot: Disable CUDA binaries for 32bit OSX slaveSergey Sharybin
Funny thing, 32bit OSX slave was always building 64bit CUDA kernels and nobody never noticed this..
2015-12-20Buildbot: Update master config fileSergey Sharybin
2015-12-20Buildbot: Disable some unsupported features for 32bit OSX CMake slaveSergey Sharybin
2015-12-20Buildbot: Fix wrong architecture passed to CMakeSergey Sharybin
2015-12-20Buildbot: Use proper archive name for CMake OSX slaveSergey Sharybin
2015-12-20Buildbot: initial work to enable CMake OSX slaveSergey Sharybin
2015-12-11Fix T46949: Latest blender builds are using shared pcre and xml2 librariesSergey Sharybin
2015-12-04Use int division for version stringCampbell Barton
2015-12-03Buildbot: Remove windows + scons related codeSergey Sharybin
This is also has been moved to the CMake, no need to keep old dying code around.
2015-12-03Buildbot: Remove linux scons buildbot related thingsSergey Sharybin
It is now totally covered by cmake slave.
2015-12-03Buildbot: Re-enable CUDA binaries for 64 bit linux slaveSergey Sharybin
Also make it a bit more reasonable name for config files.
2015-12-03Buildbot: User proper folder name inside of the archiveSergey Sharybin
This is totally matching the way how buildbot was naming the directory. Currently there's a bit of code duplication, but it'll be eliminated once we'll get rid of SCons ;)
2015-12-03Buildbot: Remove debug-only early exitSergey Sharybin
2015-12-03Buildbot: Strip all .so files from python installSergey Sharybin
2015-12-03Buildbot: No need to build player with blender configSergey Sharybin
2015-12-03Buildbot: Followup to previous commitSergey Sharybin
Path is to be fully specified, so it's independent form the working directory.
2015-12-03Buildbot: Another attmept to solve windowsSergey Sharybin
Also de-duplicate bit of code.
2015-12-03Buildbot: attempt to solve packing on windowsSergey Sharybin
2015-12-03Buildbot: Disable tests on Linux buildersSergey Sharybin
No idea why they works on windows, but points are: - libs/tests folder is NOT checked out on any platforms - render_povray addon does mkdir on a path which might not have parents There might be some other issues, but those are kinda stoppers for us.
2015-12-03Buildbot: Fix typoSergey Sharybin
What a shame..