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
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-14Cycles OSL: windows build fixes.Brecht Van Lommel
2012-11-12OSX/cmake: revert a testchange back for kaitoJens Verwiebe
2012-11-12replace BM_edge_face_count with ↵Campbell Barton
BM_edge_is_manifold/BM_edge_is_wire/BM_edge_is_boundary
2012-11-12Fix CMake boost locale lib names for MinGW64.Antony Riakiotakis
2012-11-12OSX: fix linking with new boost_localeJens Verwiebe
2012-11-11revert muddle in changing jack in msvc instead appleJens Verwiebe
2012-11-11Restore my work overwritten by 52106 and some further reordering for cmake ↵Jens Verwiebe
2.8.10, todo: take into account missing symlinks for Library and /usr/local in newest xcode, affects ndof and jack
2012-11-11OSX/cmake-2.8-10: just reorder, now sdk must be set before deployment targetJens Verwiebe
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
This commit adds a small and simplistic C wrapper around boost's locale library as intern/locale, and heavily simplifies/reduces Blender's own i18n code (under blenfont/ dir). And it adds back UI translation on windows' official builds (with msvc)! Note to platform maintainers: iconv and gettext (libintl) can now be removed from precompiled libs (not gettext binaries, under windows, of course ;) ). Note to MinGW32/64 users: boost_locale lib has not yet been uploaded for those build env, please disable WITH_INTERNATIONAL for now (hopefully will be fixed very soon, have contacted psy-fy).
2012-11-11OSX/cmake: actualize message for xcode specificsJens Verwiebe
2012-11-10OSX/cmake: rework the optional frameworks handling more osx-like, make jack ↵Jens Verwiebe
weak-linked
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL ↵Campbell Barton
without audaspace.
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ↵Campbell Barton
style edits.
2012-11-09CMake: LLVM configuration tweak to check if llvm-config actually exists beforeBrecht Van Lommel
using it (patch by IRIE Shinsuke). Also search for any library instead of just static ones.
2012-11-08OSX/cmake: fix jack compileJens Verwiebe
2012-11-08OSX/cmake: workaround for getting right LC_VERSION_MIN_MACOSX with makefilesJens Verwiebe
2012-11-08CMake: Since Audaspace now requires Boost, auto enable Boost if ↵Mitchell Stokes
WITH_AUDASPACE is enabled.
2012-11-07Fix a typo and more descriptve commetJens Verwiebe
2012-11-07OSX: some more version target cleanups and correctionsJens Verwiebe
2012-11-03code cleanup: cmake - add missing headers, remove directories from source ↵Campbell Barton
listing. also remove logImageLib.c - empty file.
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
* Moved kernel/osl/nodes to kernel/shaders * Renamed standard attributes to use geom:, particle:, object: prefixes * Update stdosl.h to properly reflect the closures we support * Fix the wrong stdosl.h being used for building shaders * Add geom:numpolyvertices, geom:trianglevertices, geom:polyvertices attributes
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-25Fix for cmake syntax error: LLVM_VERSION string was not configurable, ↵Lukas Toenne
causing linker errors for people not using the default LLVM version (3.0 on Linux, 3.1 on OSX).
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also ↵Campbell Barton
remove CTR c++ classes that are no longer used.
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20Fix for r51447 (my CMake 2.8.9 did not like it, looks like with quotes it ↵Bastien Montagne
suites it...).
2012-10-20dont ise -Wuninitialized on gcc 4.2 and older, it gives annoying warnings.Campbell Barton
2012-10-20switch order cmake includes warning flags so its possible to disable themCampbell Barton
2012-10-20Cycles OSL: some build system tweaks to avoid global includes and definitions,Brecht Van Lommel
which ensures there is no conflict with other libraries, and avoids full rebuild when toggling OSL on/off.
2012-10-11OSX/cmake: after osl librenew with globals patch, forcing oiio is not longer ↵Jens Verwiebe
needed
2012-10-08add option to build without blenders default avi codec.Campbell Barton
2012-10-06Force USE_QTKIT for osx 64bitJens Verwiebe
2012-10-06Fix for WITH_LLVM cmake option: When using WITH_CYCLES_OSL this option is ↵Lukas Toenne
forced ON, but this change was not cached yet. Thanks to Jens Verwiebe for providing this fix.
2012-10-06Fix for incomplete loading of liboslexec static library. This is needed in ↵Lukas Toenne
order to provide the osl_allocate_closure_component function for LLVM.
2012-10-06Better support for LLVM linking, needed for static OSL library.Lukas Toenne
This adds cmake code for LLVM on linux and updates the cmake code used for OSX. LLVM is linked like other external libraries now, by using the setup_liblinks and setup_libdirs macros instead of the PLATFORM_LINKFLAGS variable. The use of llvm-config for getting a list of libraries can also be simplified quite a bit. Caching the LLVM_DIRECTORY and LLVM_VERSION strings could be nicer though.
2012-10-04OSX/cmake: fix warning: go back to initial state, not the right way to get ↵Jens Verwiebe
rid of this
2012-10-04OSX/cmake: fix warning: second tryJens Verwiebe
2012-10-04OSX/cmake: fix warning: -Wuninitialized is not supported without -O, in ↵Jens Verwiebe
debug-mode
2012-10-03fix for cmake constructing an invalid include path.Campbell Barton
2012-10-01CMake: disable some warnings on mac that cause prints in nearly every file, andBrecht Van Lommel
remove duplicate -Wundef entries.
2012-10-01OSX/cmake: simplificate compile conditions and silence lot of CLANG warningsJens Verwiebe
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-25fix osx/ols compile after #50876Jens Verwiebe
2012-09-25Unification of names for the BOOST library directory in Windows 32 and win64Alexander Pinzon
2012-09-25Boost directories were not properly configured to vc2010.Alexander Pinzon
Opencolorio directories and openimageio not work as you would expect macro
2012-09-25fix cmake in case the boostlibs don't contain boost_python3 refactor ( was ↵Jens Verwiebe
possibly not correct)
2012-09-24fix cmake in case the boostlibs don't contain boost_python3 yetJens Verwiebe
2012-09-24OSL/cmake: the non-intrusive parts, so other os-maintainers can take code overJens Verwiebe