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
2011-10-07Merging r40653 through r40847 from trunk into soc-2011-tomatoSergey Sharybin
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
2011-10-02minor cmake edits:Campbell Barton
- osx was defaulting to -O3. - clang wasnt detecting sse compiler args.
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
also cleared annoying intel c++ warnings.
2011-10-01cmake:Campbell Barton
- fix for cmake's SSE detection which would fail because of strict warnings and also had redundant cache setting. - was incorrectly initializing variables (own bad) - python was searching for libs on every run, now only do this if there not cached.
2011-10-01cmake: sse flags were being defined in 2 different placesCampbell Barton
2011-09-30sse flags for intel c++ compilerCampbell Barton
2011-09-30formatting edits onlyCampbell Barton
2011-09-30minor changes, dont append with cmake platform flags which is a string and ↵Campbell Barton
use enum values rather then ints in a few places.
2011-09-27Merging r40572 through r40597 from trunk into soc-2011-tomatoSergey Sharybin
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-09-26Merging trunk up to revision 40571Sergey Sharybin
2011-09-26comment -Wundef for cmake default flags, this causes too many warnings with ↵Campbell Barton
mingw.
2011-09-26Merging trunk into soc-2011-tomato up to revision 40540Sergey Sharybin
2011-09-25whitespace cleanupCampbell Barton
2011-09-23Merging r40265 through r40492 from trunk into soc-2011-tomatoSergey Sharybin
2011-09-19cleanup endian handlingCampbell Barton
- define __BIG_ENDIAN__ or __LITTLE_ENDIAN__ with cmake & scons. - ENDIAN_ORDER is now a define rather than a global short. - replace checks like this with single ifdef: #if defined(__sgi) || defined (__sparc) || defined (__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__hppa__) || defined (__BIG_ENDIAN__) - remove BKE_endian.h which isn't used
2011-09-15Merging trunk into soc-2011-tomato up to revision 40241Sergey Sharybin
2011-09-15Update build rules to deal with new gettext libraries.Sergey Sharybin
2011-09-12fix for error linking opencollada on linux.Campbell Barton
2011-09-08Merging r39998 through r40043 from trunk into soc-2011-tomatoSergey Sharybin
2011-09-08patch from Uncle_Entity on IRC for fedora/colladaCampbell Barton
2011-09-07Merging r39717 through r39983 from trunk into soc-2011-tomatoSergey Sharybin
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for ↵Antony Riakiotakis
itoln that was not present in MinGW was being used. Duplicated the declaration from <winsock2.h>(tried including but gave some errors) and added the appropriate link library, wsock32, according to MinGW documentation.
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-08-27mistake in own recent commit broke op[encollada with mingwCampbell Barton
2011-08-27Merging r39634 through r39716 from trunk into soc-2011-tomatoSergey Sharybin
2011-08-24opencollada find module. hopefully solves the problem where includes can in ↵Campbell Barton
an `/include` subdir or not.
2011-08-24cmake: skip rpath (paths to libs) for portable distrobutionCampbell Barton
2011-08-22Merging trunk into soc-2011-tomato.Sergey Sharybin
Pardon, lost message about which revisions are going to be merged..
2011-08-22FFmpeg library update:Sergey Sharybin
- Update scons/cmake rules to use new versions of libs/dlls. - Update rules for buildbot.
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on ↵Campbell Barton
startup. tested with linux/cmake linux/scons windows/cmake/mingw windows/cmake/msvc
2011-08-21new cmake doesn't consider CLang == GNUCC, set flags for clang explicitly.Campbell Barton
2011-08-08Camera tracking integrationSergey Sharybin
=========================== - Fixing typo in scons rules - CMake should use correct pathes for windows/osx now.
2011-08-08Camera tracking integrationSergey Sharybin
=========================== Commiting VSE-proxies patch from Peter Schlaile. Description is here: http://lists.blender.org/pipermail/bf-committers/2011-May/032152.html Git commit hash: baaecf244b83c70cb57e1bf6fdd51dd8591bde5b
2011-08-08Merging r39135 through r39172 from trunk into soc-2011-tomatoSergey Sharybin
2011-08-07fix for building ndof with cmake on osxCampbell Barton
2011-08-03Merging r38988 through r38992 from trunk into soc-2011-tomatoSergey Sharybin
2011-08-03enable NDOF by default with cmake again, but check if it can be found on ↵Campbell Barton
OSX, if not disable. I cant test this but at least if I made a mistake it will just not find the SDK and disable. an osx dev needs to test.
2011-08-03Merging r38951 through r38987 from trunk into soc-2011-tomatoSergey Sharybin
2011-08-03Cmake: compile with NDOF default off. This is a dependency on codeTon Roosendaal
that's not in our svn.
2011-08-02Merging r38941 through r38950 from trunk into sox-2011-tomatoSergey Sharybin
2011-08-02Fixes an issue with OSX LionKent Mein
Also cleaned up the python detection for OSX Kent
2011-08-02Merging r38898 through r38940 from trunk into soc-2011-tomatoSergey Sharybin
2011-08-02more cmake/x11 editsCampbell Barton
- added includes for spnav - added FindSpacenav.cmake which allows using spacenav from a nonstandard path. - remove NDOF_LIBPATH, use a full library path instead.
2011-08-02NDOF related editsCampbell Barton
- fix for building without NDOF on X11 - quiet some warnings
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02svn merge -r38814:38905 ↵merwin-spacenavMike Erwin
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-08-01Merging r38832 through r38897 from trunk into soc-2011-tomatoSergey Sharybin