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-05-08Fix typo in recent quadric cleanupCampbell Barton
2020-05-07BLI: improve linear allocator documentationJacques Lucke
2020-05-07Blenlib: Added explicit BLI_INLINE in perlin noise.Stefan Werner
2020-05-06Cleanup: restore text alignment lost by clang-formatCampbell Barton
2020-05-05Tasks: support build with TBB version 2017Brecht Van Lommel
2020-05-05Build: print TBB ON/OFF state on first configure, cleanup old TBB logicBrecht Van Lommel
2020-05-04Add StringMap.LookupOrAdd and StringMap.LookupOrAddDefaultJacques Lucke
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-05-04BLI: simplify memory management in OpenAddressingArrayJacques Lucke
2020-05-03Windows: Replace BLI_File* calls with system calls in system_win32.cRay Molenkamp
2020-05-03Cleanup: clang-formatCampbell Barton
2020-05-01Fix: Fix build error on windowsRay Molenkamp
2020-05-01Windows: Support backtraces on release builds.Ray Molenkamp
2020-05-01Cleanup: improve readability for color assignmentCampbell Barton
2020-04-30Revert "Windows: Support backtraces on release builds."Ray Molenkamp
2020-04-30Windows: Support backtraces on release builds.Ray Molenkamp
2020-04-30Cleanup: unused variable warningsCampbell Barton
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-28BLI: add VectorSet.is_empty methodJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28BLI: rename Vector.empty to Vector.is_emptyJacques Lucke
2020-04-28BLI: add Set.clear methodJacques Lucke
2020-04-28BLI: add Set.is_empty methodJacques Lucke
2020-04-28BLI: add library to simplify writing dot graph exportersJacques Lucke
2020-04-28BLI: add Map.lookup_or_add_default methodJacques Lucke
2020-04-28Cleanup: Strict compiler warning in release modeSergey Sharybin
2020-04-28BLI: add Map.is_empty() methodJacques Lucke
2020-04-25BLI: add LinearAllocatorJacques Lucke
2020-04-25BLI: improve StringRef.copyJacques Lucke
2020-04-25BLI: add DefaultHash specializations for StringRef and StringRefNullJacques Lucke
2020-04-24BLI: Implement StringMap.add and StringMap.add_or_modifyJacques Lucke
2020-04-23BLI: various data structure improvementsJacques Lucke
2020-04-23BLI: remove TaskParallelRangePoolBrecht Van Lommel
2020-04-23BLI: optimize VectorSet implementationJacques Lucke
2020-04-22BLI: add ScopedTimerJacques Lucke
2020-04-21BLI: simplify naming of listbase wrapperJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke
2020-04-21BLI: add float2, float3, float4x4, Color4f and Color4bJacques Lucke
2020-04-21CleanUp: Remove thread_id from `TaskFreeFunction`Jeroen Bakker
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-21Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-04-21Fix clang-format differences between version 6 and 9Brecht Van Lommel
2020-04-17Task: Separate Finalize into Reduce And FreeJeroen Bakker
2020-04-17Fix logical error in BLI_hash_pointer_to_colorCampbell Barton
2020-04-14BLI_math: add min/max utils for chars.Bastien Montagne
2020-04-11Fix for T75595: File Browser and Windows Unicode PathsHarley Acheson
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-05Cleanup: spellingCampbell Barton
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-08Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactorCampbell Barton