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-09Fix for GTestCampbell Barton
2015-01-08Fix gtest linking on ubuntu and do minor cleanup.Antony Riakiotakis
Generally for build systems, libraries that do not depend on other libraries, such as system libraries, OpenGL etc always go at the end. We could even get rid of some duplicate dependency libraries here but auto duplication by build systems and differences between OSs make this difficult. GTest still duplicates all libraries twice to solve some issues which is weird (maybe libs are not sorted correctly for some reason? needs investigation)
2015-01-08exclude git/arc files from tgz archiveCampbell Barton
2015-01-03GTest was broken on LinuxCampbell Barton
2014-12-31Cycles: Post-reintegration tweaks to ensure things do compileSergey Sharybin
This commit contains all the tweaks which were missing in initial patch re-integration from the standalone Cycles repository. This commit also contains an utility cmake macro to help linking targets with different libraries for release/debug builds, the name currently is target_link_libraries_decoupled it gets a target and list of libraries and makes sure debug builds are using libraries with "_d" suffix. After all this changes it'll hopefully be easier to interchange patches between blender and standalone repositories, because they're now quite identical.
2014-12-31Cycles: Fix compilation error when OIIO is compiled with external PugiXML parserSergey Sharybin
Basic idea is to check whether OIIO is compiled with embedded PugiXML parser and if so use PugiXML from OIIO, otherwise find a standalone PugiXML library.
2014-12-31Remove executable flag from the build configuration filesSergey Sharybin
They're not intended to be executed directly and seems mode change happened by accident. Setting -x for this files to avoid possible incidents by trying to run this files in shell.
2014-12-29Small fix for QTCreator project script, by Sybren Stüvel.Lukas Tönne
Either ./blender-git or ~/blender-git should be used, but not .~/blender-git. This patch fixes that, by choosing ~/blender-git, in line with the last CLI argument.
2014-12-29CMake: Add check for whether OIIO has bundled pugixml librarySergey Sharybin
Will become handy when we'll be re-integrating changes from Cycles standalone repository back to blender.
2014-12-10Switch to numpy 1.9 for windows platformSergey Sharybin
2014-12-08Cycles: Fix compilation error with MinGW and logging enabledSergey Sharybin
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
Original patch by @random (D765) with some minor work done by @campbell and me. At this place, I'd like call out a number of people who were involved and deserve a big "Thank you!": * At the first place @randon who developed and submitted the patch * The Blendercn community which helped a lot with testing - espacially * @yuzukyo, @leon_cheung and @kjym3 * @campbellbarton, @mont29 and @sergey for their help and advises during * review * @ton who realized the importance of this early on and asked me for * reviewing We are still not finished, as this is only the first part of the implementaion, but there's more to come!
2014-12-05Fix scons+mingw64 compiling - Ensure WITH_BF_CYCLES_LOGGING is defined and ↵Joshua Leung
turned off
2014-12-04Buildbot: Enable sm_52 for OSXSergey Sharybin
This actually enables it in the darwin scons config, that's how it always used to be configured there.
2014-12-03Cycles: Enable logging by defaultSergey Sharybin
Default configuration already includes libmv and glog, so all the dependencies are met. And logging is nice to have anyway. This wouldn't give any slowdown, because all the logging is silenced unless '--debug-cycles', plus no logging is done from the speed critical code.
2014-12-03Cycles: Support logging when building with SConsSergey Sharybin
Basically, title says ti all, the option is called WITH_BF_CYCLES_LOGGING
2014-12-02Cycles: Enable native sm_52 kernel for Windows.Thomas Dinges
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-12-01Cleanup: warningsCampbell Barton
2014-11-28Fix for previous commit (forgot to update rev UID, sorry).Bastien Montagne
2014-11-28Install_deps: switch to OSL 1.5.11 (ammended with blender-fixes).Bastien Montagne
2014-11-19Switch to SDL2 on OSXSergey Sharybin
2014-11-18Buildbot: Switch to dynamic loaded SDL-2.0Sergey Sharybin
2014-11-18CMake: update pacman specCampbell Barton
2014-11-18Revert "OSX/cpack: add a dummy bg and ds_store for dmg"Campbell Barton
This reverts commit 5f7b273236fc09ad4752529b964e0e1d6c681979. Binary files for release should be added to svn lib from now on.
2014-11-18OSX/cpack: add a dummy bg and ds_store for dmgJens Verwiebe
2014-11-17CMake: update lite configCampbell Barton
2014-11-17Support dynamic loading of SDL librariesSergey Sharybin
This is mainly to address old issue when one need to have SDL library installed in order to use our official builds. Some hip distros already installs SDL, but it's not quite the same across all the variety of the distros. We also now switching to SDL-2.0, most of the distros have it in repositories already, so it shouldn't be huge deal to install it if needed. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D878
2014-11-17cmake/buildbot: make sure we build the full blender and cycles cuda binariesMartijn Berger
2014-11-16OSX/buildsystems: unify openmp handling by changing iomp5 id to ↵Jens Verwiebe
@loader_path/../Resources/lib/libiomp5.dylib This makes install_name_tool usage obsolete here and also assures cmake builds can be codesigned. IMPORTANT: update lib (darwin-9.x.universal/openmp)
2014-11-16Error in last commitCampbell Barton
2014-11-16CMake: cleanup, namespace & unused varsCampbell Barton
also add macro 'print_all_vars()', if(0)'d - debugging only.
2014-11-15Cmake windows. Make sure we install blender player.Martijn Berger
Add blenderplayer component so you can speicfy to install this in the installer
2014-11-13CMake: add 'make full' targetCampbell Barton
2014-11-13CMake buildbot change upload should work nowMartijn Berger
CPack generating NSIS and WiX installers should also work
2014-11-13Windows (MSVC2013) move to SDL2Martijn Berger
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-11-04Cleanup: spelling (D831)Campbell Barton
2014-10-31SCons: Expose missing command line arguments controlling GLEWSergey Sharybin
2014-10-31Disable GLEW_MX in sconsSergey Sharybin
This was already disabled in CMake and we need to keep build systems in 100% synchronized state. P.S. Would it be a real fix to drop SCons?
2014-10-31Revert "Scons/funstuff: notify when the binaries are compiled"Campbell Barton
This reverts commit cdf53701599ace0b3410cbb75b0313bd969c417c. Please always keep build-systems simple, boring & functional, anyone who liked notification popups can write a simple build script.
2014-10-30Fix project-file generators (didn't close files)Campbell Barton
2014-10-23Scons/funstuff: notify when the binaries are compiledJens Verwiebe
2014-10-21Linux/scons: fix compile, BF_BOOST_LIB_STATIC string was miising a spaceJens Verwiebe
2014-10-21Fix tgz script, addons_contrib was in releaseCampbell Barton
2014-10-15Buildbot: Correct folder for experimetnal buildsSergey Sharybin