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
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-05Fix to commit rB77b7e1fe9ab: need ${target} instead of blender in cmake macro.Howard Trickey
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-07-28Make requests python package to be detected in the same way as numpySergey Sharybin
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-06-27Update Ceres to latest upstream versionSergey Sharybin
2014-06-19Add a bmesh_core_test, a start at testing bmesh functionality.Howard Trickey
2014-06-18GTest unit testing frameworkSergey Sharybin
2014-06-16Add missing dependency to CMake's msgfmtSergey Sharybin
2014-03-25Build file macro for testing unordered_map C++ container support.Lukas Tönne
2014-01-27Build System: icon files now depend on UI_icons.h for CMakeCampbell Barton
2014-01-16CMake: add missing dependency for icon targetCampbell Barton
2014-01-13UI Icons: store icons in git as uncompressed pixmaps (D196)Campbell Barton
2013-12-02CMake: check CMAKE_C_COMPILER_ID instead of CMAKE_CXX_COMPILER_IDCampbell Barton
2013-11-15Remove debug-only print from cmake macrosSergey Sharybin
2013-11-09Be ready for changes in bf-translations repositorySergey Sharybin
2013-10-25add check for cmake that source files are not included multiple timesCampbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-09-25rename LLVM_LIB_DIR to LLVM_LIBPATH to match other cmake vars.Campbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-08update bmesh doxy docs, remove double-promotion warnings in remove-strict-fla...Campbell Barton
2013-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
2013-08-26Fix cmake Inkscape auto generate of SVG on OS X giving an error popup, the bi...Brecht Van Lommel
2013-08-26Remove (comment out) auto-generating png form svg (r59382) in CMake, handy bu...Bastien Montagne
2013-08-22Automatically re-generate png icon files from svg ones (CMake only for now).....Bastien Montagne
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-17cmake: remove set_lib_path macroCampbell Barton
2013-06-17CMake / vc2010:Thomas Dinges
2013-03-27Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versionsSergey Sharybin
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-14tweaks to clang so blender can build with -WerrorCampbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-02-27add PHY headers to cmake's ketsji (else some IDE's won't show)Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-01patch [#33331] Time To Start Moving To StdboolCampbell Barton
2012-11-19Fix when statically linking with distro's boost: in this case, we most likely...Bastien Montagne
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-06Better support for LLVM linking, needed for static OSL library.Lukas Toenne
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13- cmake macro list_insert_after/list_insert_before now error when the item pa...Campbell Barton
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-08-11fix for own error with opencl bokeh blur.Campbell Barton
2012-08-11minor improvements to cmake's datatoc usage, now changes to datatoc.c re-make...Campbell Barton
2012-08-11add back datatoc, use this instead of cmake script which was too slow.Campbell Barton
2012-08-11simplified data_to_c macro in cmakeCampbell Barton