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
2012-07-29style cleanupCampbell Barton
2012-07-05style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-06-30[#22699] "--" fails to stop processing cmd line arguments (incl. patch)Martin Poirier
2010-05-24BLI_args cleanupMartin Poirier
2010-05-24GNU style long arguments. see help menu.Campbell Barton
2010-05-07ghash alloc string from render branchCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-13[#21580] -- argument tries to load as a blend fileMartin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-07Fun stuff: conflict detection in argument parsing library (could have been us...Martin Poirier
2010-02-06[#20994] seem that -F flags is not honored any more on linux ubuntu 9.10Martin Poirier
2010-02-01New argument parsing library supporting multiple passes, case sensitive and i...Martin Poirier