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
2008-08-04Fix for better icc + openmp support using sconsDaniel Genrich
2008-05-01Change plugin.def to pluging.DEF for case sensitive operating systems.Stephen Swaney
File is source/blender/blenpluginapi/plugin.DEF
2008-05-01* copy plugin header stuffies too.Nathan Letwory
2008-04-28* improve the clean code. Instead of doing it the dumb way, do it smarter.Nathan Letwory
2008-04-28* make sure makesdna executable gets removed on scons clean.Nathan Letwory
2008-04-28* change BF_CONFIG so that it is understood as 'user-config.py' instead of ↵Nathan Letwory
config/platform-config.py it tried to do before. If defined, it overrides the search (and potential use) of user-config.py. It didn't work before anyway, so this change should affect nobody. usage: scons BF_CONFIG=someconfigfile
2008-04-27Make "scons clean" remove config files for ffmpeg, x264, xvidcore. AlsoKen Hughes
replace tabs with spaces.
2008-04-27* let's copy *all* FFMPEG libraries, shall we?Nathan Letwory
2008-04-27* copy FFMPEG libraries on Windows to BF_INSTALLDIR when done.Nathan Letwory
2008-04-17Change scons so OpenMP library is appended at end of linkage line with otherKen Hughes
libraries (fixes a problem with statically linking OpenMP).
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-04-09minor edit to last commit, fixed a possible python errorCampbell Barton
2008-04-08use mkdtemp for the scons tempfile path rather then '.sconf_temp', this way ↵Campbell Barton
2 blenders can be compiled at once from the same path. (debug and release for instance, as long as they build in their own dir)
2008-03-22NDOF support added to trunk from ndof branch.Jean-Luc Peurière
The latter is now obsolete and will be soon removed. Some tiny build tweaks for darwin committed in preparation of bigger changes for proper SDK suport both on intel and ppc
2008-03-19* BF_QUIET can now be set in user-config.py too.Nathan Letwory
2008-03-05Bugfix for wrong OpenMP flags when using icc (proposed by jensverwiebe via IRC)Daniel Genrich
2008-02-11* change integral type of loop var in two cases so OpenMP support compiles ↵Nathan Letwory
with MSVC, too. * remove wrong flag.
2008-02-04* Building with FFMPEG-support on Windows works only for mingw. And those ↵Nathan Letwory
libs are static anyway.
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2008-01-24* copy python25_d.dll when building BF_DEBUG=1Nathan Letwory
2007-12-20A little christmas present for the lazy coders.Nathan Letwory
In your user-config.py you can now set BF_FANCY='false' and enjoy the... lack of colors
2007-08-31scons clean would throw an error if there was nothing to do. print a message ↵Campbell Barton
instead.
2007-08-15add the option of not installing to scons build systemJean-Luc Peurière
settting WITHOUT_BF_INSTALL='true' will disable the copying to INSTALL_DIR you can use that in your user-config.py or commandline slipping in minor cleaning for Os X builds
2007-06-14* make sure zlib.pyd is copied on windowsNathan Letwory
2007-05-31=== SCons ===Nathan Letwory
* Finally cleaned up the NSIS installer creation process This is now a proper action and command, with simple printout The 'nsis' target (only on Windows) now properly depends on all the build process, and will be done as very last. * Make LZMA (Solid) default compressor for installer (= the best)
2007-05-31=== SCons ===Nathan Letwory
FINALLY! With this commit command-length problems are History. Thanks go to xuru from #scons for giving the nice pointer. src is now again one lib, and further libsplitting should be rather unnecessary, unless we somehow reach the 37K limit (for internally used CreateProcess, by subprocess module)
2007-05-28Copying python25.zip to install folders for win32.Simon Clitherow
Also, nsis installer now copies plugin include headers.
2007-05-20post release update of the scons build system for os x powerpcJean-Luc Peurière
assume os x 10.4 as defaut
2007-05-15=== SCons ===Nathan Letwory
* cvs->svn conversion: handle properly also release/scripts .svn dir (= skip it!)
2007-05-12* handle move CVS->SVN, skip .svn administrative directoriesNathan Letwory
2007-05-07=== FFMPEG on Win32 ===Nathan Letwory
* rebuilt ffmpeg libraries. h264 now actually works.
2007-04-05=== SCons ===Nathan Letwory
* enable TWEAK_MODE with BF_TWEAK_MODE=1 on cmd-line. Can also be specified in user-config.py
2007-04-05=== SCons ===Nathan Letwory
* Fix for [ #6490 ] "Building with Python 2.4 on Win32 doesn't copy the proper python DLL file"
2007-03-29=== SCons ===Nathan Letwory
Patch provided by Emmanuel Turquin: copy a proper bundle on OSX. I take it he has tested this on OSX :) Other OSX-ers, please do verify :) (/me hugs his Windows)
2007-03-01=== SCons ===Nathan Letwory
Copy the Python 2.5 dll on windows, not 2.4. Also commented out the copying of the python24.zip and zlib.pyd. I'm under the impression there is a concensus we want users to install py25 if they want to use it.
2007-02-15Added windows NSIS installer script to scons. Not pretty, but it works :)Simon Clitherow
To use: Make sure NSIS is in your %PATH% and type 'scons nsis' It doesn't currently compile blender first, so make sure you do a normal 'scons' before this.
2006-12-10Disabling the code is revision 1.161 that was tripping up usersChris Want
building with mingw.
2006-11-30==SCons==Nathan Letwory
If win32all (http://sourceforge.net/project/showfiles.php?group_id=78018) is found, use it to be able to build with scons/mingw in (very) long paths. If it is not found, don't do anything groovy. This should make it possible to merge the cut up src lib. Those concerned, please do test that. This bit of code is from http://www.scons.org/wiki/LongCmdLinesOnWin32
2006-11-24==SCons==Nathan Letwory
* link against debug library of python on win32
2006-11-21whitespace commitNathan Letwory
2006-11-20Patch [ #5254 ] FFMpeg for scons for MSVCNathan Letwory
from Guillaume Lecocq I also added -D_CRT_SECURE_NO_DEPRECATE to shut the newer msvc version about deprecated functions (sprintf et al).
2006-11-10Tweaks for ICONV stuff in scons.Kent Mein
Kent
2006-10-18Patch 5105 by Joshua Leung (Aligorith), slightly modified by meNathan Letwory
* Add WITH_BF_YAFRAY, which per default is 'true', so no visible changes for developers (and users). Set WITH_BF_YAFRAY to 'false', and you'll save some major compile time :) Also handy if you're strapped for memory and compilation fails on yafray compilation due to this. - this commit also has a few whitespace changes and - made BF_NO_ELBEEM a proper BoolOption. This will be renamed to WITH_BF_ELBEEM in the near future...
2006-10-03* make verse compile with new verse releaseNathan Letwory
* added -src/-dst patch from Emil (on my request - is already in verse CVS)
2006-08-22* Patch #4909 by Joseph Eagar (joeedh)Nathan Letwory
- this patch adds verse support for SCons, which can be enabled by giving WITH_BF_VERSE=1, ie. on command-line - this patch also adds a custom lib dir possibility. From the patch description: "To set a custom ../lib dir, put LCGDIR="path to lib dir, including the platform folder name!" in your user-config.py." * Fixed win32-vc-config.py so that it links to the proper library. Reported by Brandano.
2006-08-22- modified patch #4681, for scons compilingNils Thuerey
of the fluidsim can now be disabled with the flag: BF_NO_ELBEEM='true', e.g. for irix systems. (The number of ifdefs from the original patch was reduced, and the defines are now only necessary when elbeem is switched off.) - particle generation option is available again
2006-06-23=Scons=Simon Clitherow
Some additional external files were needed for correct running on Windows - libtiff.dll, python24.zip, /release/windows/extra/*.*
2006-06-12Remove "print sys.version_info" accidentally left in from debugging.Ken Hughes
2006-06-04Bugfix #4089: Some Linux distros are using newer versions of OpenAL whichKen Hughes
have FreeAlut (the OpenAL Utility Toolkit) separated out into libalut. Added a configuration test to check for libalut and add to LIBPATH if detected.
2006-05-15===scons===Ken Hughes
Bugfix #4088: Fix scons so that it installs subdirectories of release/scripts into .blender/scripts.