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
2016-12-13Fix strict warnings on WindowsSergey Sharybin
2016-08-13Add DNA_struct_find (useful for version patching)Julian Eisel
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-21Cleanup: warningsCampbell Barton
2016-07-21Cleanup: use const, move comments to enumCampbell Barton
2016-07-14CMake: per-target CFLAG & CXXFLAG supportCampbell Barton
2016-07-14Use BLI_endian_switch in dna_genfileCampbell Barton
2016-07-12writefile: reuse SDNA between writesCampbell Barton
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-12writefile: remove SDNA last-hit, optimize DNA reconstructCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-06-28writefile: replace most struct lookups /w constantsCampbell Barton
2016-06-22readfile: use BLI_endian_switchCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-05-09Fix makesdna not checking alignment for a non-native platformSergey Sharybin
2016-01-16Cleanup: use enum constant for DNA comparisonCampbell Barton
2016-01-15DNA: partial revert of long removalCampbell Barton
2016-01-14Cleanup: use const qualifier in makesdnaCampbell Barton
2016-01-11DNA: remove 'long' typeCampbell Barton
2016-01-11DNA: print errors to stderrCampbell Barton
2016-01-09DNA: remove endian switching long checksCampbell Barton
2016-01-09Byte swap doubles on file readCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-09-02CMake: use generator expressionsCampbell Barton
2015-08-27DNA/IO: struct ghash lookup didn't set 'lastfind'Campbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2015-06-05Check ftell return valuesCampbell Barton
2015-05-17CMake: correct file listingCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-03-19GHash - code reorganization, performance enhancements, add a few missing util...Bastien Montagne
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-20SCons: Proper solution for local symbols mapSergey Sharybin
2014-11-20SCons: Remove duplicate PLATFORM_LINKFLAGS from makesdna and makesrnaSergey Sharybin
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-06-06Code cleanup: remove redundant void*->int->bool cast on NULL pointerCampbell Barton
2014-05-01Code cleanup: replace long long with int64_t & doxy formatting.Campbell Barton
2014-04-29Code cleanup: don't use unnecessary .exe extension in scons, simplify code.Lawrence D'Oliveiro
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-20Fix for incorrect use of DNA_struct_find_nrCampbell Barton
2013-12-26correction to last commitCampbell Barton
2013-12-26Correct alloc string and comment in makesdnaCampbell Barton
2013-12-23Make makesdna capable of detecting 32bit alignment issues on 64bit platformSergey Sharybin
2013-12-15Minor optimization for strlen and memcpy calls for reading blend filesSv. Lockal
2013-12-04Compiler Warnings: disallow 'long' in DNA, its not reliably 64bit (gcc only)Campbell Barton
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin