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
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-06SVN maintenance.Guillermo S. Romero
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-05quiet warning & minor pep8 edits.Campbell Barton
2011-04-04buildbot: static zlib linkingSergey Sharybin
2011-04-03fix cmake for when BLENDER_VERSION_CHAR is not set.Campbell Barton
2011-04-03patch [#26606] Debian spec: Bump to Python 3.2Campbell Barton
2011-04-03buildbot:Sergey Sharybin
2011-04-02pep8 fixes for buildbotSergey Sharybin
2011-04-02Oops, i've forgot that archive is preparing by scons, so stripping shouldSergey Sharybin
2011-04-02Initial support of linux 32/64 bit for buildbot:Sergey Sharybin
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-30Apply patch [#26660] Scons build on OSX fails to create Info.plist file fixNathan Letwory
2011-03-29build target was changing into wrong directory.Nathan Letwory
2011-03-29remove DEBUG flag from OpenNL with cmake, was giving too many prints in the c...Campbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-25include gcc builtin defines in qtcreator project file (__VERSION__, __x86_64_...Campbell Barton
2011-03-24write project files into the build dir.Campbell Barton
2011-03-24the script is now creating 2 project files:M.G. Kishalmi
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-23minor changes to master unpack script.Campbell Barton
2011-03-22Buildbot master tweaks: use generic builder for scons win32, unpack fixes.Brecht Van Lommel
2011-03-22Buildbot updates: working windows scons build, and run slave_*.py scriptsBrecht Van Lommel
2011-03-22Version and platform name were in wrong order.Nathan Letwory
2011-03-22Add buildslave target for builder.blender.org integrationNathan Letwory
2011-03-22Printing error message would fail on exception.Nathan Letwory
2011-03-22fix for grease pencil conversion to bezier curve reading past the end of the ...Campbell Barton
2011-03-22use spaces rather then tabs + minor pep8 edits.Campbell Barton
2011-03-21Buildbot initial configuration files, for http://builder.blender.orgBrecht Van Lommel
2011-03-21CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix,Brecht Van Lommel
2011-03-16Mac OS X cmake changes and bundle fixesBrecht Van Lommel
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-14Build systemKen Hughes
2011-03-13Make BF_PYTHON_ABI_FLAGS a scons option. Default flags are empty.Sergey Sharybin
2011-03-12cmake, search $HOME/py32 for python now too.Campbell Barton
2011-03-12builder reports MSVC was setting stack size to 2gig.Campbell Barton
2011-03-12edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this i...Campbell Barton
2011-03-12set 2mb stack for mingw too.Campbell Barton
2011-03-12Fix [#25659] crash when unwrapping specific meshNathan Letwory
2011-03-10CMake should find python now without manual options being set on linux.Campbell Barton
2011-03-09disable openexr and collada for mingw, give linking errors.Campbell Barton
2011-03-07se BLI_snprintf() for msvc compat, cleanup CMake file, some bad comments left...Campbell Barton
2011-03-06update 'make' GNUmakefile stub to run 'make install'Campbell Barton
2011-03-06use tar.gz for windows python zipfiles rather then .zip,Campbell Barton
2011-03-04change mingw-scons to use python 3.2 Ervin Weber
2011-03-04Bump OSX SCons to use Python 3.2. Remember to update your lib/darwin* directory.Nathan Letwory
2011-03-04Move Windows SCons system to build Blender against the new Python 3.2 libs co...Nathan Letwory
2011-03-03fix for invalid empty string check in uniquename callback.Campbell Barton
2011-03-03patch [#26235] debian/watch: Update for change of versioningCampbell Barton
2011-03-03added support for windows/mingwCampbell Barton