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-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-03Scons:Thomas Dinges
2011-11-03Scons:Thomas Dinges
2011-11-03cmake could ignore defines for python lib/include passed from the command lin...Campbell Barton
2011-11-02quiet some warnings.Campbell Barton
2011-11-01name qtcreator projects based on branch names (if svn is found and its a bran...Campbell Barton
2011-11-01hopefully fix problem with cmake on osx (older gcc version)Campbell Barton
2011-10-31Correction to own commit r41169Campbell Barton
2011-10-30correct flags for older GCC's which dont suppport -Wno-deprecated-declarations,Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-27tweak remove_strict_flags so it can be used with gcc's -WallCampbell Barton
2011-10-25update is_c() utility function to include '.cc' and '.inl' files.Campbell Barton
2011-10-24Some small fixes and changes:Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21remove scons files for unsupported/obscure unix variants, these configs are n...Campbell Barton
2011-10-21cleanup scons build flags, many duplicates because because of confusion betwe...Campbell Barton
2011-10-21- remove release/bin/.blender/.bfont.ttf, we have ./release/datafiles/bfont.t...Campbell Barton
2011-10-21move fonts/ and locale/ dirs into release/datafiles, since blender wasn't fin...Campbell Barton
2011-10-20misc editsCampbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-15OSX: make sure the set_simulation_threads script is always renewedJens Verwiebe
2011-10-14OSX: commit the omp_set_simulation_threads applescript and copy-routinesJens Verwiebe
2011-10-14OSX: commit the needed steps for compiling with gcc 4.6.1 and OMP_NUM_THREADS...Jens Verwiebe
2011-10-14cmake: use cached results for RPM build & dont print annoying rpmbuild missin...Campbell Barton
2011-10-14cmake's find glew wasnt working right - if glew wasnt found installing the pa...Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-05modify pacman file not to compile templates & presets.Campbell Barton
2011-10-04Enabling JACK for linux buildbot.Sergey Sharybin
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-10-04Fix for unix python bundling: config-* directories didn't deletedSergey Sharybin
2011-10-03remove .Blanguages, its not used anymoreCampbell Barton
2011-10-03fix [#28784] CRASHER on load with load_post handlerCampbell Barton
2011-10-02Make sure that default settings have OpenMP support by default (also good for...Nathan Letwory
2011-10-02remove find samplerate module, use -msse2 flag for intel c++ since its suppor...Campbell Barton
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
2011-10-02minor cmake edits:Campbell Barton
2011-10-01cmake:Campbell Barton
2011-10-01cmake: sse flags were being defined in 2 different placesCampbell Barton
2011-09-30fix for odd linking error with ffmpeg.Campbell Barton
2011-09-30sse flags for intel c++ compilerCampbell Barton
2011-09-30formatting edits onlyCampbell Barton
2011-09-30removing duplicate library linking from cmake, fingers crossed that this wont...Campbell Barton
2011-09-29OSX: another non-ASCII char, sorryJens Verwiebe
2011-09-28OSX: Give clear commenting and more up-to-date defaultsJens Verwiebe
2011-09-28OSX: change omp default True gor gcc-4.6.1 only atmJens Verwiebe
2011-09-27scons OSX - we don't need extra junk in blenderplayer ;)Dalai Felinto
2011-09-27OSX: introduced a workaround for compiling with non-apple gcc-4.6.1, ghost mu...Jens Verwiebe
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26wm.py needs import os in some of its execute funcs + now we can have blender2...Dalai Felinto
2011-09-22use the systems number of processes for running static checks - multiple jobs.Campbell Barton