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
2011-09-16new convenience makefile targets for static source code cheching: ↵Campbell Barton
check_splint/check_sparse/check_cppcheck
2011-09-15Update build rules to deal with new gettext libraries.Sergey Sharybin
2011-09-14removed nodes from CMake's BLENDER_LINK_LIBS, rewrote find-pcre using own ↵Campbell Barton
template.
2011-09-14- removed some duplicate library links from cmake (which were needed because ↵Campbell Barton
of bad level calls) - FindXML2 we had copied from another project was always running and not using cached value, rewrote based on template used for most of our other find modules which makes use of 'FindPackageHandleStandardArgs' - mark statuc collada libs as advanced.
2011-09-13Enable FFTW3 library for buildslavesSergey Sharybin
2011-09-12fix for error linking opencollada on linux.Campbell Barton
2011-09-08Forgot to add FFmpeg DLLs list to linuxcross config.Sergey Sharybin
2011-09-08patch from Uncle_Entity on IRC for fedora/colladaCampbell Barton
2011-09-07OSX: revert default compile to i386, for it breakes QTKit-condition for some ↵Jens Verwiebe
unknown reason
2011-09-06remove -Wundef for code we don't maintain & generated code.Campbell Barton
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for ↵Antony Riakiotakis
itoln that was not present in MinGW was being used. Duplicated the declaration from <winsock2.h>(tried including but gave some errors) and added the appropriate link library, wsock32, according to MinGW documentation.
2011-08-31set OSX default python to staticJens Verwiebe
2011-08-31OSX/scons: fix compile with static python, my patch was a bit outdates, sorryJens Verwiebe
2011-08-31OSX: additionally choice to link against python-framework againJens Verwiebe
2011-08-30Enable libsndfile by default on win32 too.Nathan Letwory
2011-08-25OSX/scons: don´t link to system stubs with 10.7 sdkJens Verwiebe
2011-08-24part of a patch from Dan Eicher for cmake packaging.Campbell Barton
2011-08-24this should finally fix collada & ubuntu building with cmakeCampbell Barton
2011-08-24attempt to fix issue with opencollada + ubuntu ppaCampbell Barton
2011-08-24opencollada find module. hopefully solves the problem where includes can in ↵Campbell Barton
an `/include` subdir or not.
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
& correct some bad comments.
2011-08-22Update rules for linux cross and mingw: list of DLLs for FFmpeg should be ↵Sergey Sharybin
defined there.
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-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on ↵Campbell Barton
startup. tested with linux/cmake linux/scons windows/cmake/mingw windows/cmake/msvc
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
Change OURPLATFORM from "linux<major_version>" to simple "linux". Since new policy for linux kernel versions that major version in platform doesn't make much sense for building rules so the same rules could be used for both of linux2 and linux3 now/ Tested on both of linux2 and linux3 systems.
2011-08-16added cmake configureation presets, so on *nix systems you can do...Campbell Barton
# minal blender with debug info make debug lite # blender with no ui make headless # blender as a python module make bpy
2011-08-11use correct libdir for buildbot win64.Nathan Letwory
2011-08-11Commiting patch from jensverwiebe for NDOF support on OSXv2.59Sergey Sharybin
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-08Mac Compile fix for ndof, by jensverwiebe. Thanks!Thomas Dinges
2011-08-07scons patch from jensverwiebeCampbell Barton
fix a silly bug in version detection, - added an OSX sdk-check jensverwiebe, needs to get commit access!, but will apply his patches for now.
2011-08-07fixed ndof library detect for Mac SCons, ndof enabled by default (disabled ↵Mike Erwin
if lib not found), minor cleanup
2011-08-07stricter NDOF guards for Windows (forgot in earlier commit)Mike Erwin
2011-08-05Messed up char was causing problems on windows even though it was in the Kent Mein
comments. Kent
2011-08-05patch from jensverwiebe to scons to be compatible with gcc llvm. people who ↵Campbell Barton
copy the darwin-config.py to their user-config.py should update.
2011-08-03Default to False for WITH_BF_3DMOUSE, since needs separate package installed.Nathan Letwory
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- Move list of FFmpeg DLLs to be installed from SConstructSergey Sharybin
to conficuration variable BF_FFMPEG_DDL. This would allow to use different FFmpeg in buildbot. - Added some 3DMOUSE variables to list of command line options. Now 3dmouse related-settings can be set from command line.
2011-08-03- Switch linux buildbot to FFmpeg-0.8.1Sergey Sharybin
- Enable FFmpeg for blenderplayer for linux buildbot.
2011-08-02Simple argument to be able to explicitely tell the bitness you want to build ↵Nathan Letwory
Blender in. python scons\scons.py BF_BITNESS=32 python scons\scons.py BF_BITNESS=64 So from now on for Windows you don't have to run a specific win32 or win64 Python version to get the Blender version you want. If you omit the BF_BITNESS flag the bitness as per Python version will be used as before. Note that this is an argument, so works *only* on the command-line, not in your user-config.py
2011-08-02Changes for buildbot rules to use propper spnav library path.Sergey Sharybin
2011-08-02More flexible configuration for 3dmouse library for scons.Sergey Sharybin
Needed for release environment and buildbot. Buildbot rules would be updated with next commit after environment will be tested.
2011-08-023D Mouse support on for windows/msvc by default.Nathan Letwory
2011-08-02 - Blender could be build with scons again.Jiri Hnidek