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-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-10Use the same LLIBS set for cmake at Win64 platform as scons uses.Sergey Sharybin
2011-04-10disable new cloth solver by default.Campbell Barton
2011-04-10eltopo cloth solver couldnt be enabled from cmake, also dont use globbing.Campbell Barton
2011-04-09change in how cmake works with CMAKE_C_STANDARD_LIBRARIES / CMAKE_CXX_STANDAR...Campbell Barton
2011-04-06missed setting WITH_BUILTIN_GLEW on non *nux OS'sCampbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-28set CMake's GCC warnings for GCC4.6.Campbell Barton
2011-03-25dont return a system path if cmake's 'WITH_INSTALL_PORTABLE' is enabled. this...Campbell Barton
2011-03-25add cmake option to build without xinput (tablet support)Campbell Barton
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-20CMake, check for clang++ compiler and disable WITH_IK_ITASC and WITH_MOD_FLUI...Campbell Barton
2011-03-18fix for building on ubuntu 11.04 (pre-release), also remove WITH_INSTALL from...Campbell Barton
2011-03-17remove cmake WITH_INSTALL option since its a target now.Campbell Barton
2011-03-16CMake, GCC: replace -Werror=strict-prototypes with -Wstrict-prototypes, some ...Campbell Barton
2011-03-12builder reports MSVC was setting stack size to 2gig.Campbell Barton
2011-03-12set 2mb stack for mingw too.Campbell Barton
2011-03-12Fix [#25659] crash when unwrapping specific meshNathan Letwory
2011-03-11when checking for windows check sys.platform starts with "win" rather then '=...Campbell Barton
2011-03-10CMake should find python now without manual options being set on linux.Campbell Barton
2011-03-10better default python ABI flags for *nix, 'm' default, 'd' for debug.Campbell Barton
2011-03-09- correct python3.1 warning message.Campbell Barton
2011-03-08CMake/OSX: Bugfix [#26375]: Add default values for the OSX architecture: x86_...Damien Plisson
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-07use install target for CMake Windows (msvc and mingw), for MinGW you now need...Campbell Barton
2011-03-06CMake: Linux/Unix Only,Campbell Barton
2011-03-04Move CMake on Windows to use Python 3.2Nathan Letwory
2011-03-03Py/RNA API: WITH_PYTHON_SAFETYCampbell Barton
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-22disable some conflicting options WITH_PYTHON_MODULECampbell Barton
2011-02-22cmake was using dna source list with the variable out of scope, possibly caus...Campbell Barton
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21fix [#26152] Blender File for Image too SmallCampbell Barton
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-20Add XF86keysym.h detection and use to CMake system, for r34983.Guillermo S. Romero
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-15patch from IRIE Shinsuke, use systems openjpeg on *nix.Campbell Barton
2011-02-15CPack packaging support from Dan Eicher, tested to build redhat RPM's, a Mac ...Campbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-08problem with blender and python 3.2Campbell Barton
2011-02-07patch for building blender with CMake, OpenEXR & MSVC2010 by Peter K?\252mmelCampbell Barton
2011-01-27Commit to cope with API changes in OpenCOLLADA (latest for Windows right now ...Nathan Letwory
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-21import/export automated testing using CMake's CTestCampbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07- cmake use execute_process, exec_program is deprecated.Campbell Barton
2011-01-02CMake fix so MSVC works again. Fix suggested by Tamito Kajiyama.Mitchell Stokes
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-27Work around cmake error on Windows.Nathan Letwory