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-01-04Remove outdated and unmaintained script which was supposed to configure a ↵Sergey Sharybin
release environment It was not updated in ages and in fact, it's easier to wrap release environment into Docker or VirtualBox image.
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-27Fix for error w/ QtCreator project builderCampbell Barton
cmake_qtcreator_project.py now takes a '--build-dir' argument. Since introduction of argparse, accessing last argv from project_info is no longer working. Now require a call to project_info.init before use.
2015-12-26CMake: Disable some features when using MinGW and full cmake configSergey Sharybin
2015-12-26Support custom project namesJulian Eisel
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-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D1662
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09install_deps.sh: fix (hopefully) broken OSL building on modern RPM-like distro.Bastien Montagne
Those stupid ones only have one version of llvm (obviously not 3.4 one ;) ), so we have to build again LLVM3.4 in those cases. Thing is, * I did not update LLVM magic number when fixed a stupid typo breaking OSL building (the terminfo thing), so many people were still using previously-built LLVM. * Even worse, options passed to OSL to specify own LLVM from /opt/lib were wrong (not sure when this got out of sync...). Thanks to mib2berlin and slikdigit for the report & testings!
2015-12-09install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on ↵Bastien Montagne
RPM-based distro...
2015-12-09install_deps.sh: print correct set of sources tested when a wget fails...Bastien Montagne
2015-12-09install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs ↵Bastien Montagne
with OPM and 3.5.0).
2015-12-09install_deps.sh: add '-U' update commands to onle-liner CMake-based build ↵Bastien Montagne
command line. Avoid user to have to edit themselves their CMake config. Thanks a bunch @campbellbarton for the tip! :D
2015-12-06install_deps.sh: Fix typos in scons instructions.Bastien Montagne
Luckily we'll soon get rid of that insane dual build system maintenance... Anyway, thanks to Leo Koppel (lack) for the report and patch.
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..
2015-12-03Buildbot: Make sure install directory always existsSergey Sharybin
2015-12-03Buildbot: Make sure buildbot_upload.zip is created in the right placeSergey Sharybin
2015-12-03Buildbot: Fix wrong builder name checkSergey Sharybin
2015-12-03Buildbot: Switch Linux builders to the cmake onesSergey Sharybin
There'll still need to be some tweaks to be done, but it's required first step.
2015-12-03Buildbot: Always expect buildbot_upload.zip to be in install/ folderSergey Sharybin
This we we don't have difference between builders on different platforms.
2015-12-03Buildbot: De-duplicate some path definitions in pack targetSergey Sharybin
Should be no functional changes.
2015-12-02Buildbot: Attempt to resolve wrong path to the buildbot_upload.zipSergey Sharybin
It is expected to be in the build folder for the cmake. Ideally it should be build/<builder> or install/<builder> but that's a bit more involved change. Will look into it later.
2015-12-02Buildbot: Attempt to fix cpack target on windowsSergey Sharybin
Was using wrong working directory.
2015-12-02Buildbot: Don't specify install directory for Windows buildsSergey Sharybin
Installation is to happen within the build folder, no special folder for this is required.
2015-12-02Buildbot: Fix typoSergey Sharybin
2015-12-02Buildbot: Initial work to move linux build environment to CMakeSergey Sharybin
This is so called "seems to work in dry tests" commit which is aimed to switch linux release environment to CMake. Some notes: - There's no special handle of libstdc++, but it wasn't really static for quite some time in SCons configuration and nobody really complained. - It was quite tricky to get OpenMP linked statically with just using some configuration so we went ahead and added a special option to CMake now which is only exist on Linux and advertised as shouldn't be used. - Packing is happening manually in slave_pack.py. This is because we have to add some really special files to the archive (mesa libraries for example) which we can't really handle from CMake/CPack in a nice generic way. Don't think it's bad approach, at least crappynness is localized and it's not _that_ crappy anyway. - Windows buildbot should keep working, but needs doublechecing. It's just a build folder changed, but you never know what it might imply. - Some further tweaks are likely needed to ensure all builders are working. Thanks Campbell for assistance in this patch!
2015-12-02CMake: Enable Cycles OSL for the full blender configurationSergey Sharybin
2015-11-30install_deps.sh: add libsndfile (seems to be mandatory for correct flac export?)Bastien Montagne
Related to T46886.
2015-11-30Buildbot: Enable sndfile librarySergey Sharybin
It was enabled for other platforms already and this could fix some of the reported bugs.
2015-11-28install_deps.sh: always give py version arg to cmake/scons (same as we ↵Bastien Montagne
already do with llvm). This should avoid 'casual builders' to have issues when we switch py versions.