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
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-06-26Fix bug in DNA_struct_elem_find when checking the first fieldSybren A. Stüvel
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Add Asan support for clang on windows.Ray Molenkamp
2018-04-19Cleanup: make variable name EnglishCampbell Barton
2018-04-18Fix makesdna not respecting C++ commentsJulian Eisel
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-17Fix buffer overflow vulernability in thumbnail file reading.Brecht Van Lommel
2017-11-28makesdna/makesrna: silence output by defaultCampbell Barton
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