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
2012-09-15Buildbot: OpenColorIO should be enabled for buildbot nowSergey Sharybin
2012-06-05Enable cuda sm_30 kernels for buildbotSergey Sharybin
2011-12-13Buildbot tweaks:Sergey Sharybin
- Enable SSE/SSe2 for 64bit builds - Build CUDA binaries
2011-11-27Buildbot configuration tweaksSergey Sharybin
- Force libsamplerate linking statically - Remove global compiler flags for sse2 and sse. Tests of release builds didn't show big difference in time of tracking using SAD algorithm or time of solving, so this shouldn't introduce big slowdown.
2011-11-14Fix #29245: BuilderBot can't build anymoreSergey Sharybin
Buildbot is using different settings for blender and player, enable fftw library in rules for player now.
2011-11-09One library from OpenEXR is needed for oiio. Hope buildbot is working fine now.Sergey Sharybin
2011-11-09Disable libmv for blenderplayer rules used by buildbotSergey Sharybin
2011-11-09- Added options to link staticly against oiio/boostSergey Sharybin
- Also changed buildbot settings so now linking should happe staticly
2011-11-09Enable Cycles for buildbotSergey Sharybin
2011-10-21cleanup scons build flags, many duplicates because because of confusion ↵Campbell Barton
between CFLAGS/CPPFLAGS/CCFLAGS/CXXFLAGS, devs would set multiple to be on the safe side. - defines go in CPPFLAGS - C & C++ flags go in CCFLAGS - CFLAGS / CXXFLAGS are C OR C++ only. also commented intended ghost unicode/ascii usage.
2011-10-04Enabling JACK for linux buildbot.Sergey Sharybin
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
2011-09-21buildbot: point python to a symbolic link. Helps when updating libs is ↵Sergey Sharybin
happening.
2011-09-13Enable FFTW3 library for buildslavesSergey Sharybin
2011-08-22Forgot this in previous commitSergey Sharybin
2011-08-03- Switch linux buildbot to FFmpeg-0.8.1Sergey Sharybin
- Enable FFmpeg for blenderplayer for linux buildbot.
2011-08-02Changes for buildbot rules to use propper spnav library path.Sergey Sharybin
2011-05-20typo in previous commitSergey Sharybin
2011-05-20buildbot:Sergey Sharybin
ffmpeg was compuled with faad now (aac support which keeps libs gpl2 compatibile). Updating library dependencies for buildbot rules.
2011-05-13Use jemalloc in buildbot for linux targetsSergey Sharybin
2011-04-27buildbot: switch to ffmpeg 0.6.3Sergey Sharybin
2011-04-21buildbot:Sergey Sharybin
Fixed typo for 64bit blenderplayer which caused undefined symbol gzopen64
2011-04-17buildbot:Sergey Sharybin
Use BF_NUMJOBS from user cinfigs rather than passing it as command line argument.
2011-04-04buildbot: static zlib linkingSergey Sharybin
Force link to zlib for all platforms/tragets to be sure there'll be no gzopen64 symbol undefined (it was in some dependend library, so blenderplayer wasn't working in fedora 13 32bit)
2011-04-02Initial support of linux 32/64 bit for buildbot:Sergey Sharybin
- Use the same config as we're using for release builds - Added stipping (maybe it should be generalized) - Not software gl packing, bot would be easy to add Note, that you should have special environment to create proper linux builts (which would work for everybody)