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
2020-08-12Fix T78730: CLOG writes/reads outside allocated memory.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-10-07Cleanup: quiet warningsCampbell Barton
2019-07-10C Logging: add macro to check if logging is enabledCampbell Barton
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-23Cleanup: GCC redundant declarationsCampbell Barton
2019-02-23Cleanup: quiet undeclared variable warningsCampbell Barton
2019-02-22C logging: make pthread use optionalCampbell Barton
2019-02-21Fix T61765: thread-unsafe logging usedCampbell 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-29Fix CLOG_STR_AT_SEVERITY macroCampbell Barton
2019-01-16Logging: add '--log-show-timestamp' option.Campbell Barton
2019-01-11MSVC: remove compiler __func__ defineCampbell Barton
2019-01-10Cleanup: ensure header guards come firstCampbell Barton
2019-01-04Haiku: build fixCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Cleanup: use static variablesCampbell Barton
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31Fix building w/ FreeBSDCampbell Barton
2018-05-18Merge branch 'master' into blender2.8Campbell Barton
2018-05-18Logging: add --show-log-backtraceCampbell Barton
2018-05-13Fix build error with Visual Studio / Windows.Nick Milios
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-05-04Logging: setting log level wasn't workingCampbell Barton
2018-04-16Logging: edits to build on macOSCampbell Barton
2018-04-15Fix compiler error in WindowsAntonio Vazquez
2018-04-14Logging: replace 'fwrite' w/ 'write'Campbell Barton
2018-04-01Cleanup: warningCampbell Barton
2018-03-31Logging: fix own error with formattingCampbell Barton
2018-03-31Use int instead of boolCampbell Barton
2018-03-31Logging: add argument --log-show-basenameCampbell Barton
2018-03-31Logging: add ability to exclude categories.Campbell Barton
2018-03-31Docs: doxygen docs for clogCampbell Barton
2018-03-31Fix clog: own error allocating from static bufferCampbell Barton
2018-03-31Fix logger build w/ MSVCCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton