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-09-19cleanup endian handlingCampbell Barton
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-08patch from Uncle_Entity on IRC for fedora/colladaCampbell Barton
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for i...Antony Riakiotakis
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-24opencollada find module. hopefully solves the problem where includes can in a...Campbell Barton
2011-08-24cmake: skip rpath (paths to libs) for portable distrobutionCampbell Barton
2011-08-22FFmpeg library update:Sergey Sharybin
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on st...Campbell Barton
2011-08-21new cmake doesn't consider CLang == GNUCC, set flags for clang explicitly.Campbell Barton
2011-08-07fix for building ndof with cmake on osxCampbell Barton
2011-08-03enable NDOF by default with cmake again, but check if it can be found on OSX,...Campbell Barton
2011-08-03Cmake: compile with NDOF default off. This is a dependency on codeTon Roosendaal
2011-08-02Fixes an issue with OSX LionKent Mein
2011-08-02more cmake/x11 editsCampbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-08-01add sse flags for cmake/msvcCampbell Barton
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-24another CMake build fix (contributed by Kevin Cozens)Mike Erwin
2011-07-22cmake - option to disable the frame serverCampbell Barton
2011-07-22enable CMake builds with spacenav (contributed by Kevin Cozens)Mike Erwin
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-16print an error message if Python.h can't be found for cmake and scons since i...Campbell Barton
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-13Advanced CMake option to build the player without blender: WITH_BLENDERCampbell Barton
2011-07-13- don't build ghost's event printer unless ghost debug is enabled.Campbell Barton
2011-07-12build option to use SDL 1.3 for GHOST rather then X11/Win32/Cocoa api's,Campbell Barton
2011-07-11-OpenEXR fixed so enabling if user has enabledAntony Riakiotakis
2011-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported b...Campbell Barton
2011-06-29Fix windows cmake build, this line got accidentally removed in variable renam...Brecht Van Lommel
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
2011-06-29Corrected link to FFmpeg homepage.Sergey Sharybin
2011-06-28own error in recent cmake editsCampbell Barton
2011-06-28CMake: campbell already added default build type as release a few hoursBrecht Van Lommel
2011-06-28CMake: set default cmake build type to Release. Without that you wouldBrecht Van Lommel
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix confl...Campbell Barton
2011-06-28first attempt at CMake fix (untested)Mike Erwin
2011-06-27disable opencollada and openexr for msvc2010, gives linking errorsCampbell Barton
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
2011-06-26This solves the issue of having symlinks in the LIBDIR path (CMAKE Windows). ...Mitchell Stokes
2011-06-26Allow the lib dir to be a symlink, pointed out by Mitchell Stokes.Campbell Barton
2011-06-23Remove unnecessary check. OpenAL, SDL, JACK don't depend on samplerate.Nathan Letwory
2011-06-23fix for building mingw in debug modeCampbell Barton
2011-06-23allow building with ffmpeg but not audCampbell Barton