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-08-02Buildbot: package softwaregl scripts for buildbot buildsSergey Sharybin
Uses the same libs as release environment does
2012-06-05Enable cuda sm_30 kernels for buildbotSergey Sharybin
2012-04-28Add MingW as "platform"Nathan Letwory
2012-04-28Same mingw fix as for compileNathan Letwory
2012-04-27Changes to get mingw buildslaves going.Nathan Letwory
2012-02-26Disable fancy scons output for buildbot. Should make reading build logs a ↵Sergey Sharybin
bit more easier.
2012-02-14Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.Sergey Sharybin
2012-02-14Buildbot: another attempt to make Windows builds support CUDASergey Sharybin
Set BF_CYCLES_CUDA_NVCC to nvcc.exe, hopefully it's on search path at builder machine.
2012-02-14Buildbot: enable building CUDA binaries on Windows slaves.Sergey Sharybin
Should make CUDA available for rendering in buildbot builds.
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-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
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-21remove support for irixCampbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-13Enable FFTW3 library for buildslavesSergey Sharybin
2011-08-22Forgot this in previous commitSergey Sharybin
2011-08-22FFmpeg library update:Sergey Sharybin
- Update scons/cmake rules to use new versions of libs/dlls. - Update rules for buildbot.
2011-08-11use correct libdir for buildbot win64.Nathan Letwory
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-03Add win64_scons builderNathan Letwory
2011-08-03Add BF_BITNESS for win32/win64Nathan Letwory
2011-08-03Fixing terrible typo.Sergey Sharybin
2011-08-03Switch slave_pack to use new FFmpeg for windows.Sergey Sharybin
2011-08-03Switch windows buildbot to new FFmpeg 0.8.1.Sergey Sharybin
Hope it'll work because i haven't got buildbot slave by hand.
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-06-21pep8 complianceCampbell Barton
2011-06-04Fix for linux buildslaves. Now they should be able to compile branches.Sergey Sharybin
2011-06-04BuildBot: various changes to support building branches.Brecht Van Lommel
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-17buildbot:Sergey Sharybin
- use cores+1 threads - do not clean build directories - separate build directories for blender and blenderplayer This should make compilation much faster and buildbot rebuild tag could happen more often
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-03buildbot:Sergey Sharybin
- Remove packed to buildbot_archive.zip archive file to keep scons install directory as clean as possible (if i understood correct, this file isn't actually needed in the future, so we could remove it just after packing rather than cleaning install directory before packing as it's done for cmake) - No need in scripts installation for linux slaves when preparing archive
2011-04-02pep8 fixes for buildbotSergey Sharybin
2011-04-02Oops, i've forgot that archive is preparing by scons, so stripping shouldSergey Sharybin
happpen before calling scons (hope, binaries wouldn't be overwritten by it)
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)