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
2014-08-01Make function definition consistent with function declaration (as discussed w...gaiaclary
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-07-08BLI_string, dont pass unicode to ascii BLI_str_partition functionsCampbell Barton
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-06-17BLI: Add two helpers to search a given string in an array of strings.Bastien Montagne
2014-06-13Add string escaping support for BLI_str_quoted_substrNCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenlib)Campbell Barton
2014-01-21Fix T38303: same names with different case sorted unpredictable in the file b...Brecht Van Lommel
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-12-24String API: BLI_ascii_strtolower/upper now check NULL terminatorCampbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-27code cleanup: remove redundant NULL checks and avoid writing to the source st...Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-15debug option (off by default), for BLI_string to help find incorrect sizes be...Campbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.Campbell Barton
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-05-10Fix #35270: files with numbers higher than 2147483648 or with different numbersBrecht Van Lommel
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-03-29misc minor edits.Campbell Barton
2013-03-16revert own change: don't use memchr for strnlen, causes problems when the len...Campbell Barton
2013-03-14add BLI_strncpy_rlen(), a clone of BLI_strncpy() that returns the number of b...Campbell Barton
2013-03-14minor change to BLI_strncpy(). replace strlen() with BLI_strnlen().Campbell Barton
2013-03-04fix [#34490] Copy and paste floating point number fields losses precisionCampbell Barton
2013-02-17Bug fix #34281Ton Roosendaal
2013-01-08style cleanupCampbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-10-31add assert if zero is passed to string copy functions, would copy into first ...Campbell Barton
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-10use __restrict for string functions args so the compiler can assume they dont...Campbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-10-29replace BLI_strtok_r from r41337 with lighter method that doesnt alloc for te...Campbell Barton
2011-10-28BLI_string: Adding the BLI_strtok_r function, which mimics stdlib strtok_r (u...Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-15move utf8 string.c functions into their own file, also add python tip for pri...Campbell Barton
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-08-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton