Blender Git Commit Log
Git Commits -> Revision 08b7298
Revision 08b7298 by Bastien Montagne April 24, 2017, 07:54 (GMT) |
Squashed commit of the following: Add C internal version of msgfmt (similar to makesrna/dna binaries). Should hopefully fix performance issues of C++ one with Windows MSVC debug builds... Merely a translation from msgfmt.cc code by @sergey, using BLI libs intead of C++'s stdlib. Note: alternative potential solution to D2601. Reviewers: sergey, campbellbarton, LazyDodo Subscribers: sergey Differential Revision: https://developer.blender.org/D2605 |
Commit Details:
Full Hash: 08b7298219d6ef448a575ca9fb7711f575f90afb
Parent Commit: bc9175d
Lines Changed: +576, -408
2 Added Paths:
/source/blender/blentranslation/msgfmt/CMakeLists.txt (+50, -0) (View)
/source/blender/blentranslation/msgfmt/msgfmt.c (+463, -0) (View)
/source/blender/blentranslation/msgfmt/msgfmt.c (+463, -0) (View)
1 Deleted Path:
/intern/locale/msgfmt.cc (+0, -374)