Go to file
Sergey Sharybin cc0c94d535 Switch allocator to thread-safe when rendering from the command line
This is needed because render threads would do some allocations like
part buffer allocation and so. This is likely harmless with the lock
free allocator (not on Windows tho), but when using guarded allocator
we need to be sure access to the list of MemHead is safe.
2014-06-24 14:15:21 +06:00
build_files Use specified exception mask for buildinfo 2014-06-23 15:46:41 +06:00
doc BGE: New Property sensor evaluation types 2014-06-16 14:56:36 -07:00
extern Correction to GTest commit (WITH_GTEST=OFF works now) 2014-06-19 04:35:15 +10:00
intern OSX: Fix T40749, own mistake for m_lionStyleFullScreen condition 2014-06-23 21:27:38 +02:00
release D319: Freestyle Python scripts update. 2014-06-24 13:53:14 +09:00
scons@1ec93106c4 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
source Switch allocator to thread-safe when rendering from the command line 2014-06-24 14:15:21 +06:00
tests GTest now works without buildinfo 2014-06-23 01:16:49 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Some WITH_TESTS weer not renamed to WITH_GTEST 2014-06-18 22:28:27 +06:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConstruct Python: Remove deprecated uses of os.popen 2014-06-20 02:00:46 +10:00