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
2010-08-04[#23162] GCC 4.2 and prior support broken in CMakeLists.txt as of r30985Campbell Barton
revert warning changes from r30985, broke with older GCC
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
- updated cmake, make & scons. - renamed CMake build options WITH_TIFF -> WITH_IMAGE_TIFF, same for DDS, OPENJPEG etc.
2010-08-02cmakeCampbell Barton
- more strict warnings for gcc/unix, still <50 for a clean build. - install files to /usr/local/share/blender/2.53 rather then /usr/local/share/blender/.blender
2010-07-27patch [#23041] CMake WITH_PYTHON_INSTALL optionCampbell Barton
from Dan Eicher (dna) --- snip --- Adds the option to not copy python into the .blender/python directory. Also fixes the problem of deleting the blender installed python where the blender runtime only looks for the copied python and not the system one but not entirely sure why, something to do with CMake hardcoding the PYTHONPATH and PYTHONHOME vars I suppose. This patch only applies to the 'UNIX AND NOT APPLE' platforms but, then again, those are the only ones anyone really cares about...or at least the only ones where using the system python is really viable.
2010-07-15CMake patch from Ralf Hölzemer (cheleb)Campbell Barton
[#22849] Fix cmake install target on linux --- from the tracker --- This patch fixes the install target for the linux platform. Since the new configuration path changes are in effect, files have to be installed in the correct places instead of just copying the local installation to $PREFIX/share/blender. It also provides a new macro to determine the correct blender version values. Changes in this patch include: - the .desktop menu file is installed in $PREFIX/share/applications and points to the svg icon instead of a png one, which is also installed in $PREFIX/share/pixmaps - docs are installed in $PREFIX/share/doc/blender - scripts are installed in in $PREFIX/share/blender/x.xx/ - locales are installed in in $PREFIX/share/blender/x.xx/datafiles - a new cmake macro determines and sets the correct values for BLENDER_VERSION_MAJOR, BLENDER_VERSION_MINOR, BLENDER_SUBVERSION, BLENDER_VERSION, BLENDER_MINVERSION_MAJOR, BLENDER_MINVERSION_MINOR, BLENDER_MINSUBVERSION and BLENDER_MINVERSION by parsing source/blender/blenkernel/BKE_blender.h and calculating major/minor values. This replaces the hardcoded value in the top CMakeLists file and is used by all platforms.
2010-07-14partial fix [#22846] GCC 4.4.1 support in WindowsCampbell Barton
Still getting error: Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized
2010-07-12re-arrange build files so scons "config" dir isnt confused with ↵Campbell Barton
~/.blender/2.52/config
2010-07-12[#22817] Beta patch for cmake-MinGW compilation no 2Campbell Barton
ommit FORCE CFlags, else users cant change their cflags.
2010-07-07Fix #22219: compile error with videotexture/libavutil and recent gcc,Brecht Van Lommel
need __STDC_CONSTANT_MACROS defined.
2010-07-04Detect SSE building support with cmake, and moved setting the definesBrecht Van Lommel
out of the render mode cmake file into the main one. Should fix PPC compile, and hopefully not break others.
2010-07-03cmake: disable openexr if its not found (rather then throwing an error)Campbell Barton
2010-07-03OSX: CMake and scons default settings updated to allow build with LCMS libDamien Plisson
2010-07-01fix for building with WITH_RAYOPTIMIZATIONCampbell Barton
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-09reverting own recent change to switch off RULE_MESSAGES since you cant see ↵Campbell Barton
which files are rebuilding.
2010-06-07minor changes to cmake, main noticable change is to disable RULE_MESSAGES ↵Campbell Barton
which gives less output with makefiles (easier to spot warnings).
2010-06-06CMake:Campbell Barton
- WITH_LCMS added option, was supported in scons. - commented web plugin option since its not maintained. - some formatting changes and removed includes that are not needed for source/creator/CMakeLists.txt.
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-05-30mingw/cmake ffmpeg works now, update for new openexr libs which removed ↵Campbell Barton
IlmThread.
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-29disable forcing mingw compiler flags (means you couldnt change them)Campbell Barton
2010-05-29removed WIN32 definition for msvc last commit (to get mingw working)Campbell Barton
added back definition as well as checking if some options need to be set.
2010-05-29[#21842] Beta patch to restore cmake MinGW compilationCampbell Barton
from Riakiotakis Antonis (psy-fi) with modifications. notes: - needed to remove quotes around filepaths for copying. - WITH_JACK, doesnt link - WITH_FFMPEG, doesnt build - WITH_RAYOPTIMIZATION, gave an error for me. (no mmx support)
2010-05-27== CMake ==Andrea Weikert
* updated for new libtiff * also disabled opencollada for now as it caused errors Note: * WITH_INTERNATIONAL is enabled although this setting crashes Blender when compiling the Debug target - seems to work for other people though? If you encounter problems, try disabling this.
2010-05-21if libtiff not found disable on unix.Campbell Barton
2010-05-21libtiff working on linux & cmake again.Campbell Barton
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-05-09minor cmake changesCampbell Barton
- only give quicktime option for apple and windows - disable collada by default on non-apple-unix since its not in debian repo
2010-04-20replace referenecs to python 2.xCampbell Barton
2010-04-11mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, ↵Campbell Barton
bumping the minimum version requiired
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-03-20merge own commits into render branch into trunk since 27560Campbell Barton
27562, 27570, 27571, 27574, 27576, 27577, 27579, 27590, 27591, 27594, 27595, 27596, 27599, 27605, 27611, 27612, 27613, 27614, 27623
2010-03-18CMake: FFMPEG directory and libraries are now configurable.Brecht Van Lommel
2010-02-23Win64: Enable OpenAL for cmake + win64 Daniel Genrich
2010-02-22OSX buildscripts update following ffmpeg precompiled libs updateDamien Plisson
2010-02-15OSX/CMake : fix ffmpeg include pathDamien Plisson
2010-02-12correct fsf addressCampbell Barton
2010-02-02Updated OpenCollada section of cmake windows config.Arystanbek Dyussenov
2010-01-30cmake vars are not using _BF_ in var names.Campbell Barton
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-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-20CMake:Nicholas Bishop
* Added -Wno-unknown-pragmas to the cflags, silences warnings when OpenMP is diabled.
2010-01-18undo previous cmake fixes, Benoit already fixed it in cmake/macros.cmakeErwin Coumans
2010-01-17cmake fix broken OSX build: those openmp flags break OSX build, it might ↵Erwin Coumans
only work on other unixes that way
2010-01-17cmake fix for Windows: link OpenCollada <libraryname>_d.lib in debug builds ↵Erwin Coumans
and <libraryname>.lib in release builds this prevents crashing at startup of Blender in debug builds with cmake. See bugreport by Andrea in the mailinglist here: http://www.mail-archive.com/bf-committers@blender.org/msg00668.html Also enabled WITH_OPENCOLLADA in cmake by default so the feature gets tested. If other devs like to keep OpenCollada it disabled, please revert the ON to OFF again.
2010-01-05Merge from trunk -r 25003:25745.Arystanbek Dyussenov
2009-12-02Mac: Following 10.4 ppc libs availability, update cmake & scons default settingsDamien Plisson