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
path: root/config
AgeCommit message (Collapse)Author
2010-07-12re-arrange build files so scons "config" dir isnt confused with ↵Campbell Barton
~/.blender/2.52/config
2010-07-07Fix #22772: remove unnecessary -fpascal-strings flag on OS X, onlyBrecht Van Lommel
some debug code in webplugin needed it.
2010-07-07Fix #22219: compile error with videotexture/libavutil and recent gcc,Brecht Van Lommel
need __STDC_CONSTANT_MACROS defined.
2010-07-03OSX scons : disable build with lcms by default until scons scripts are ↵Damien Plisson
updated to take into account lcms include and lib paths different from /usr I've released this scons scripts update as patch #22723, for it to be checked for no adverse effects on other platforms.
2010-07-03OSX: CMake and scons default settings updated to allow build with LCMS libDamien Plisson
2010-06-24Disable rayoptimization again on MinGW, it crashes.Brecht Van Lommel
2010-06-24Runtime detection of SSE support for raytracing. Also enabled rayoptimizationBrecht Van Lommel
by default now on all platforms since it shouldn't crash anymore if SSE is not there. If this breaks compilation on some platforms, please let me know.
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only ↵Campbell Barton
used for relative path option. - added relative option to saving external multires data - renamed multires external functiosn to have save / pack as suffix. - added TODO's for file select operators that should support relative paths but dont. - also disable openmp on linux cross compile, mingw currently isnt linking -lgomp
2010-06-06Update config file for win64 for OpenCOLLADA (r746)Nathan Letwory
2010-06-06* update CMake and SCons for the OpenCollada update (to r746).Nathan Letwory
- DocumentExporter changed due to function name change in API - no more UTF lib - enabled by default for win32 Note: debug libs will be added later, as well as 64bit windows libs. For other platforms, get r746 of OpenCollada and build against that.
2010-06-05Change to liblibjpeg, otherwise mingw looks for jpeg.lib instead of libjpeg.libNathan Letwory
2010-06-05MingW (both native and cross) now use the libjpeg.lib from lib/windows. This ↵Nathan Letwory
is the compiled version from Sergey committed at r29226 (so please update your lib/windows too)
2010-06-04remove cruft from scons config.Campbell Barton
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk ↵Dalai Felinto
instead of the branch :) svn merge -r 29067:29066 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-29Updated openexr for MinGWSergey Sharybin
2010-05-24Changed BF_TIFF_LIB from libtiff to tiff for MinGWSergey Sharybin
2010-05-24Changes for static linking to libtiff when compiling by MinGW:Sergey Sharybin
- Use static tiff libraries from lib/windows/gcc in scons configuration files - Commented libtiff.dll installation in SConstruct
2010-05-24Fixes for cross-compilation:Sergey Sharybin
- Set env['CC'] and env['CXX'] as default values for CC and CXX variables. This fixes problem with overwriting auto-guessed compilators when reading config files - Added new prefix for mingw tools
2010-05-21Blender TIFF supportMatt Ebb
* Removed dynamic linking libTIFF code and change it to static linking (built into the blender executable). Dynamic linking made things a fair bit more complicated and wasn't working at all before on OS X - the dylib didn't exist and wasn't being copied. Since TIFF is more heavily depended upon now in Blender, it makes sense to make it less 'optional' and more in line with other libraries. I've updated both CMake and scons, and CMake on OS X/64bit works fine. It's now up to other platform/build system maintainers to enable this for their respective platforms (Campbell will check it for linux). For windows, and non-64bit osx, we need static libtiff libraries in /lib. I've added options WITH_TIFF for CMake and WITH_BF_TIFF for scons, so if blender won't build because of this, you should be able to disable these options until your build system has been updated. * Bonus feature: while doing this, I added support for loading 16bit and 32bit per channel TIFFs - they get converted to Blender's float buffers. Handy for zbrush displacement maps!
2010-04-20replace referenecs to python 2.xCampbell Barton
2010-04-18This fixes largefile (> 4GB) problems in Linux.Peter Schlaile
(File browser showing negative file sizes, etc.)
2010-04-03OSX: CMake & scons update for Ogg/Vorbis/FLAC added support to lib SNDFILEDamien Plisson
Note that you need to svn up the precompiled lib folder (darwin-*) too to be able to build with SNDFILE
2010-04-02would not want to wait for 'that' on every buildJens Ole Wund
MS scons win32 skip calling makebsc by default
2010-03-12confirmed with multiple people that Collada builds fine with mingw win32 on ↵Tom Musgrove
scons. So setting it back to true by default.
2010-03-12Bug #20410: collada doesn't compile with mingw but is enabled by default. SinceBrecht Van Lommel
no one seems to be fixing this I've just disabled it by default now.
2010-02-23Win64: Bugfix for non working scons, thanks to matd for the fix!Daniel Genrich
jesterKing: please check if the win32 dll's aren't needed anymore. Seems that they are compiled into ffmpeg, right?
2010-02-23Win64: Bugfix for missing include, reported + fixed by matd, thanksDaniel Genrich
2010-02-22OSX buildscripts update following ffmpeg precompiled libs updateDamien Plisson
2010-02-18Scons fixes:Joerg Mueller
- Removing alut - Minor changes in linux ffmpeg default config.
2010-02-15OSX/Scons cleanup : remove option to build with extern/ffmpeg and old python ↵Damien Plisson
2.5 options
2010-02-14== FFMPEG ==Peter Schlaile
Made using system's ffmpeg the default now. (First step in removing ffmpeg from extern)
2010-02-11scons linux config: only BF_OPENCOLLADA needs to be user-set, ↵Arystanbek Dyussenov
BF_OPENCOLLADA_INC is derived.
2010-02-10OSX/scons : fine tune Intel archs optimization flagsDamien Plisson
2010-02-01this restores building on mingw with Collada support, also it restores cross ↵Tom Musgrove
compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit
2010-02-01OSX : fix OpenCollada build for 10.4 targets with sconsDamien Plisson
2010-01-31changes to get MingW compiling and cross compiling working, patch by Sergey ↵Tom Musgrove
Sharybin
2010-01-30OSX : update build scripts for updated openCollada libs + ray tracing ↵Damien Plisson
optimization option in cmake OpenCollada new version (721) lib has additional lib files to link with. Added BF_RAY_OPTIMIZATION option in CMake (as the one in scons) for building SIMD optimized ray tracing code.
2010-01-30Merge -c 26209,26214,26443 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-01-30COLLADA branch: updated vc9 project files and w32 scons config.Arystanbek Dyussenov
2010-01-30COLLADA branch: merge from trunk -r 25745:26429.Arystanbek Dyussenov
scons+vc build crashes on Blender start when BF_COLLADA is on, don't know why this happens. Merging from trunk to get working vc project files, then will try to debug and locate the problem.
2010-01-23COLLADA branch: patch for importer from Sergey I. Sharybin to build against ↵Arystanbek Dyussenov
OpenCollada at revision 721. Thanks Sergey! People who want to build this branch will need update their OpenCollada. On Linux OpenCollada builds without patching. As usual I updated the build doc: http://wiki.blender.org/index.php/User:Kazanbas/Building_Collada_Branch#Building_the_COLLADA_GSoC_branch A small change will be necessary in cmake and scons options on Mac and Windows: OpenCollada's libBuffer was renamed to libbuffer.
2010-01-20set to python 3.1 in scons config.Campbell Barton
2010-01-19patch [#20612] Making Blender compile on AIX 4.3.3Campbell Barton
from Philipp Gühring (sourcerer)
2010-01-18OSX/scons : fix cross-build issue during linking phase with dynlibsDamien Plisson
2010-01-05Merge from trunk -r 25003:25745.Arystanbek Dyussenov
2009-12-23OSX / Scons : set MACOSX_DEPLOYMENT_TARGET env var to allow builds for older ↵Damien Plisson
systems
2009-12-10* WITH_BF_RAYOPTIMIZATION cleanup and flag separation by matd.Nathan Letwory
This adds BF_RAYOPTIMIZATION_SSE_FLAGS through which one can manage what SSE flags are best for the platform built for. Note that the ray optimizations coded by jaguarandi are SSE-intrinsics only.
2009-12-05* enabled COLLADA for mingw. (Compiles at least with MingW GCC 3.4.2).Nathan Letwory
2009-12-02Mac: Following 10.4 ppc libs availability, update cmake & scons default settingsDamien Plisson