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 (Expand)Author
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2011-08-24svn merge -r39493:39664 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-05-09copied across changes which were missed by merging.Campbell Barton
2011-03-18scons fixJoseph Eagar
2011-03-18scons fixJoseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2010-09-07merge from trunk at r31523Joseph Eagar
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-16Scons:Joerg Mueller
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-02-01this restores building on mingw with Collada support, also it restores cross ...Tom Musgrove
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-09-06== SCons ==Nathan Letwory
2009-05-23merge with 2.5 at r20307. note there were some python hacking necassary for ...Joseph Eagar
2009-04-162.5 / SConsNathan Letwory
2009-03-30merge with 2.5 at r19462Joseph Eagar
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-03-08merge with 2.5 at 19207, plus some half-finished walker stuffJoseph Eagar
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-12previous commits showed that the absolute path problem was even deeper. This ...Nathan Letwory
2008-11-11fix problem with giving absolute paths to BF_BUILDDIRNathan Letwory
2008-11-07=== SCons ===Nathan Letwory
2008-11-01RNA / Data APIBrecht Van Lommel
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
2008-10-06* use env.Clone() instead of deprecated env.Copy()Nathan Letwory
2008-05-16Remove PLATFORM_LINKFLAGS for makesdna, was breaking debug builds with MSVC8.Ken Hughes
2008-04-29* make makesdna dependant on DNA header files too, instead of relying on make...Nathan Letwory
2008-04-28Add BF_X264_CONFIG and BF_XVIDCORE_CONFIG flags to scons, to allow passingKen Hughes
2008-02-06It is now possible to compile a profiling build with mingw+scons. Joshua Leung
2008-01-08* tweak linking priorities - should help for GCC usersNathan Letwory
2007-03-27=== SCons ===Nathan Letwory
2007-03-05extra space in CCFLAGS was causing problems on some systems.Kent Mein
2007-03-05=== SCons ==Nathan Letwory
2006-03-13==SCons==Nathan Letwory
2006-02-08==SCons==Nathan Letwory
2006-02-04==SCons==Nathan Letwory
2006-02-04== SCons ==Nathan Letwory
2005-08-04updates to the OS X build system :Jean-Luc Peurière
2005-08-02Added support for compiling BULLET with scons on windowsSimon Clitherow
2005-05-06* integrate bFTGL with SconsNathan Letwory
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-04-12SCons updates Michel Selten