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-07-21Remove nonnull attribute, NULL arg is valid here.Campbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-15Fix own stupid error in yesterday's refactor of recursive dir creation.Bastien Montagne
2015-07-14BLI_path_utils: fix/enhance BLI_filename_make_safe(), add BLI_path_make_safe().Bastien Montagne
2015-07-14BLI_fileops: Make BLI_dir_create_recursive() return success/error status.Bastien Montagne
2015-07-14Match face tessellation order in edimodeCampbell Barton
2015-07-14Fix for recent optimization commit in endian switchSergey Sharybin
2015-07-14Cleanup: use ascii as suffix (as with utf8)Campbell Barton
2015-07-13Add BLI_math_statistics, where stats tool shall be!Bastien Montagne
2015-07-13Add BLI_math_solver, where non-linear solvers should be.Bastien Montagne
2015-07-12Remove redundant string copyCampbell Barton
2015-07-12Missed essential part in previous commit.Bastien Montagne
2015-07-12Fix T45375: Cant clear temp fluid cache after closing Blender (Windows).Bastien Montagne
2015-07-11Use const for direntry stringsCampbell Barton
2015-07-11Error in last commitCampbell Barton
2015-07-11Minor changes for more efficient endian switchingCampbell Barton
2015-07-11BLI_matrix space_transform: Add a 'local-invariant' setter.Bastien Montagne
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-07-09Cleanup: quiet warningCampbell Barton
2015-07-02BLI_GHash: add BLI_gset_str_new helpers.Bastien Montagne
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton
2015-06-30Cleanup: use BLI_str prefix for BLI_replacestrNCampbell Barton
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton
2015-06-28Fix T45216: File Browser shows negative sizes for large files.Bastien Montagne
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27Extend `BLI_str_partition_ex`: add possibility to define a right limit to the...Bastien Montagne
2015-06-24Correct recent errorCampbell Barton
2015-06-24Improve dist_***_to_corner_v3v3v3 precisionCampbell Barton
2015-06-23Fix T45123: 2D line intersection failsCampbell Barton
2015-06-23Cleanup: use 2d math funcs for line intersectionCampbell Barton
2015-06-20Threads: Cache result of syscall when querying number of system threadsSergey Sharybin
2015-06-20Cleanup: checks for unsupported MSVC versionsCampbell Barton
2015-06-19BLI_threads Queue: add `BLI_thread_queue_is_empty()`.Bastien Montagne
2015-06-19BLI_stack: BLI_stack_pop_n_reverseCampbell Barton
2015-06-19BLI_stack: function commentsCampbell Barton
2015-06-18Assert when relative paths are passed to IO opsCampbell Barton
2015-06-17Cleanup: styleCampbell Barton
2015-06-16Disable assert for polyfillCampbell Barton
2015-06-16Fix T44701: Buffer overrun reading directoriesCampbell Barton
2015-06-16Win32: make DIR struct opaqueCampbell Barton
2015-06-15Cleanup: quiet assert for zero-length axisCampbell Barton
2015-06-15Cleanup: quiet warningCampbell Barton
2015-06-13Compilation error fixes for older GCC/CLang compilersSergey Sharybin
2015-06-12CMake: remove commentCampbell Barton
2015-06-12BLI_linklist, avoid full list search for appendCampbell Barton
2015-06-11File Browser Arrow Keys NavigationJulian Eisel
2015-06-11Replace linked-list insert-sort with merge-sortCampbell Barton
2015-06-11BLI_listbase: match arg order with BLI_qsort_rCampbell Barton
2015-06-06CleanupCampbell Barton
2015-06-05Check ftell return valuesCampbell Barton