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
path: root/intern
AgeCommit message (Expand)Author
2006-03-15mmap allocs now fall back on regular malloc when mmap fails.Ton Roosendaal
2006-03-13security patch #3910 provided by Joerg Sonnenberger on Os XJean-Luc Peurière
2006-03-13==SCons==Nathan Letwory
2006-03-05It looks like Irix works alright with the /dev/zero trick for mmap().Chris Want
2006-03-05To prevent confusement; used %u (unsigned int) for printing memory error.Ton Roosendaal
2006-03-04Fixes for some gcc 4 warnings in intern/. More than 100 lines of warningsBrecht Van Lommel
2006-03-02Improved error print in case malloc returns NULL; it now adds the currentTon Roosendaal
2006-02-28mscv6 projects againJens Ole Wund
2006-02-27commented out a debugging message... was getting errors about cast to intKent Mein
2006-02-27- elbeem.h header file was missingNils Thuerey
2006-02-27- typo in SConscriptNils Thuerey
2006-02-27Sorry for the big commit, but I've been fixing many of theseNils Thuerey
2006-02-24I had to disable mmap altogether for Irix.Chris Want
2006-02-24Paranoia "volatile" assignment to globals in MEM module. Was suggested toTon Roosendaal
2006-02-23Some issues compiling on Irix:Chris Want
2006-02-17temporarily fix from Johnny Matthews committed, win32 doesn't have munmap. So...Erwin Coumans
2006-02-16Added new malloc type in our MEM module; using the unix feature 'mmap'.Ton Roosendaal
2006-02-10make msvc6 compile (thanks peter)Jens Ole Wund
2006-02-09...umm msvc6 projects againJens Ole Wund
2006-02-09msvc6 projects that will compile when MEM_Allocator.h is fixedJens Ole Wund
2006-02-08==SCons==Nathan Letwory
2006-02-08==SCons==Nathan Letwory
2006-02-08==SCons==Nathan Letwory
2006-02-06mem_in_use can be victim to C++ name mangling on some platforms...Peter Schlaile
2006-02-05==SCons==Nathan Letwory
2006-02-05Adds generic memcache limitor (used by the new sequencer to cachePeter Schlaile
2006-02-05+ add check for cygwin to continue parsing of SCons scriptsNathan Letwory
2006-02-05+ WITH_BF_OPENAL=0 should now actually not need OpenAL stuffNathan Letwory
2006-02-04==SCons==Nathan Letwory
2006-02-04== SCons ==Nathan Letwory
2006-01-30More simple fixes to cleanup warnings and what not:Kent Mein
2006-01-30Use ALsizei/GLsizei to fix compile errors on mac / gcc 4.x.Brecht Van Lommel
2006-01-29Fix some of Stealth Apprent's warnings/errors and some extra little stuff.Kent Mein
2006-01-28==compiling==Tom Musgrove
2006-01-27doing MSCV6 project woodoo ( preparing orange --> bf migration )Jens Ole Wund
2006-01-09Ton forgot a few modifications to the Scons and Makefile build systems.Kent Mein
2005-12-04More work on the new unwrapper code (orange branch):Brecht Van Lommel
2005-12-01Orange branch commit.Brecht Van Lommel
2005-11-24- 'extern "C"' fix for MSVC as suggested by StephaneNils Thuerey
2005-11-23- solver now supports animated time steps, gravityNils Thuerey
2005-11-21Changed powf to pow. (For Solaris)Kent Mein
2005-11-17Fix for bug #3414 provided by Lewis Saunders.Chris Want
2005-11-17some more msvc6 magicJens Ole Wund
2005-11-12Bjornmose's fixes for making booleans compile on MSVC 6.Alexander Ewering
2005-11-11special service for msvc6 projectsJens Ole Wund
2005-11-11Removal of ugly_nvidia_hack for OSX Nvidia systems. Apple has fixed thisTon Roosendaal
2005-11-09fixing msvc6 projects to compile againJens Ole Wund
2005-11-09adding msvc6 project to boolopsJens Ole Wund
2005-11-09- replaced values.h by float.h/limits.h as suggested by Hos,GSR,UnNamedNils Thuerey
2005-11-09- forgot to enable mac compile fixNils Thuerey