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
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-02Cleanup: make remaining blenlib headers work in C++Jacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-10Cleanup: ensure header guards come firstCampbell Barton
2015-07-14Fix for recent optimization commit in endian switchSergey Sharybin
2015-07-11Error in last commitCampbell Barton
2015-07-11Minor changes for more efficient endian switchingCampbell Barton
2012-11-20Fix bug in endian switch functions.Sergey Sharybin
2012-10-14fix for error compiling on some platforms: use ll suffix for 64bit ints in BL...Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-07patch [#32556] Stupid endian conversion in avi formatCampbell Barton
2012-10-07Optimization for endian switching, but shifting is a lot faster then using a ...Campbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton