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-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 ↵Campbell Barton
an `/include` subdir or not.
2011-08-24cmake: skip rpath (paths to libs) for portable distrobutionCampbell Barton
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-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 ↵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-03Cmake: compile with NDOF default off. This is a dependency on codeTon Roosendaal
that's not in our svn.
2011-08-02Fixes an issue with OSX LionKent Mein
Also cleaned up the python detection for OSX Kent
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-01add sse flags for cmake/msvcCampbell Barton
2011-07-27svn merge -r38558:38752 ↵Nathan Letwory
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
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 ↵Nathan Letwory
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-16print an error message if Python.h can't be found for cmake and scons since ↵Campbell Barton
its such a common problem.
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
- use char rather then STR_String for the event printer. - added option to build WITH_GHOST_DEBUG for cmake - renamed WITH_SDL_GHOST --> WITH_GHOST_SDL
2011-07-12build option to use SDL 1.3 for GHOST rather then X11/Win32/Cocoa api's,Campbell Barton
This opens up the option for blender to be more easily ported to other devices, OS's. TODO - continuous grab. - text glitch with multiple windows (was a bug in X11 too for a while, will check on this)
2011-07-11-OpenEXR fixed so enabling if user has enabledAntony Riakiotakis
-Added Iex to lib list, was causing link time errors
2011-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported ↵Campbell Barton
by Alex K
2011-06-29Fix windows cmake build, this line got accidentally removed in variable ↵Brecht Van Lommel
renaming.
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
also correct compiler warning for collada and remove print from own last commit.
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
earlier in a different way, missed that, so reverting my change.
2011-06-28CMake: set default cmake build type to Release. Without that you wouldBrecht Van Lommel
get a build that has neither debug symbols nor optimization, now it will build an optimized blender by default.
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix ↵Campbell Barton
conflicting flags /Ob1 and /Zi for debug
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
add reference to cmake cache for convenience GNUMakefile
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
also sync build flags with scons.
2011-06-26This solves the issue of having symlinks in the LIBDIR path (CMAKE Windows). ↵Mitchell Stokes
Hopefully it doesn't break other things.
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
2011-06-23correction to recent commit & made ffmpeg includes only add when enabled.Campbell Barton
2011-06-23mistake in own commit.Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-19fix for python include in msvcCampbell Barton
2011-06-19cmake: add find jack moduleCampbell Barton
2011-06-19cmake: add find jemalloc moduleCampbell Barton
2011-06-19fix for building opencollada + msvcCampbell Barton