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-10-29BLI: use forwarding reference in MapJacques Lucke
2020-10-26Fix own previous commit re testing of `BLI_rel_path`.Bastien Montagne
2020-10-26Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-10-14BLI_ghash_performance_test: Fix memory leaksAnkit Meel
2020-10-12BLI: support looking up a key from a set or adding it when not existantJacques Lucke
2020-10-10Cleanup: spellingCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-09BLI: new string search api that supports fuzzy and prefix matchingJacques Lucke
2020-09-07BLI: improve exception safety of VectorSetJacques Lucke
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05New boolean: Fix second example in T79404.Howard Trickey
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-09-03Fix clang tidy errors in testsJacques Lucke
2020-09-02Cleanup: spellingCampbell Barton
2020-09-01Fix compilation error with -Werror=array-boundsJacques Lucke
2020-08-30New Boolean: performance improvement.Howard Trickey
2020-08-28Cleanup: clang-formatRay Molenkamp
2020-08-28Fix to previous commit to allow building without WITH_GMP.Howard Trickey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-26Cleanup: typosJacques Lucke
2020-08-26BLI: support removing multiple elements from a vectorJacques Lucke
2020-08-24BLI: improve exception safety of Set and MapJacques Lucke
2020-08-24BLI: add Array.last methodJacques Lucke
2020-08-19BLI: improve leak detection in testsJacques Lucke
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-14BLI: add reverse iterators, iterator constructor and Vector.insert/prependJacques Lucke
2020-08-11Cleanup some building errors with ClangTidy.Bastien Montagne
2020-08-11Cleanup: Strict compiler flagsSergey Sharybin
2020-08-11Fix path regression test build failure on WindowsSergey Sharybin
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10BLI: improve StringRef for C++17Jacques Lucke
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-23BLI: Add MutableSpan.copy_from methodJacques Lucke
2020-07-23BLI: move some tests into blenlib/testsJacques Lucke