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
2015-06-29Fix T45154: Translation binary file(blender.mo) for Japanese is too smallSergey Sharybin
2015-06-13Msgfmt: Fix for generating .mo files from .po without commentsSergey Sharybin
2015-05-05Workaround ld.gold failing with msgfmtCampbell Barton
2014-11-13Cleanup: cmakeCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-04-29Code cleanup: don't use unnecessary .exe extension in scons, simplify code.Lawrence D'Oliveiro
2014-04-02Fix bpy.so linking on Mac OS XCampbell Barton
2014-02-26Locale_wrapper: make the bad_cast catch more clear and fix the std::exception...Jens Verwiebe
2014-02-24OSX: add debug mesg to bl_locale_pgettext for later indeep investigationJens Verwiebe
2014-02-23Fix an uncaught exception on OSX, perhaps general with popupsJens Verwiebe
2014-02-19Code cleanup: styleCampbell Barton
2014-02-18OSX: more futurework for clang-openmp:Jens Verwiebe
2013-11-23Fix scons build error compiling 32 bit OS X built on 64 bit.Brecht Van Lommel
2013-11-17OSX/scons: small reorder and spellingJens Verwiebe
2013-11-17OSX/scons: fix msgfmt binary linking and locale files distributionJens Verwiebe
2013-11-16Further tweak to .mo compilation on windowsSergey Sharybin
2013-11-16Attempt to fix compilation error on windowsSergey Sharybin
2013-11-15Add functional and cctype headers to msgfmt.ccSergey Sharybin
2013-11-15Fix for msgfmt leaving context from previous message stringSergey Sharybin
2013-11-09Be ready for changes in bf-translations repositorySergey Sharybin
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-06-27Fix #35890: memory leak in OS X ghost locale detection.Brecht Van Lommel
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-05-01Some minor cleanup/polish...Bastien Montagne
2013-05-01This should at least prevent crash in [#35172]...Bastien Montagne
2013-03-04OSX/locale: a further cleanupJens Verwiebe
2013-03-03OSX: Get the current locale in objC-styleJens Verwiebe
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2012-12-31Add try/catch around i18n locale setter code, just in case...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-04cmake was missing some header files.Campbell Barton
2012-11-21Fixes for OS X default locale: use pclose and do error checking for file read.Brecht Van Lommel
2012-11-21OSX/locale: moved command up, so errorchecking also happensJens Verwiebe
2012-11-21OSX/locale: workaround to get osx system locale from user defaultsJens Verwiebe
2012-11-19Localization should not depend on debug locale librarySergey Sharybin
2012-11-12Fix to allow several include dirs for python under scons build system (needed...Bastien Montagne
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne