Commit Graph

8 Commits

Author SHA1 Message Date
e12c08e8d1 ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211.

For details on usage and instructions for migrating branches
without conflicts, see:

https://wiki.blender.org/wiki/Tools/ClangFormat
2019-04-17 06:21:24 +02:00
af36dd4664 Cleanup: trailing newlines 2018-06-29 08:02:49 +02:00
60956397ca Cleanup: BLI_utildefines prefix for header-only libs
This allows to have different macro headers without them sharing
similar names to regular C modules.
2017-09-19 20:16:05 +10:00
030e99588d Tests: Use proper order for EXPECT_EQ() 2017-02-03 12:03:59 +01:00
475b7f5a2c BLI_array_utils: add BLI_array_rfindindex
Array search from back to front.
2016-06-23 11:36:49 +10:00
dea38d78c4 GTests: were using C++11 feature 2016-01-19 20:44:57 +11:00
9b8eb41567 GTests: split array_utils tests 2016-01-19 19:55:25 +11:00
4e6ad37fc1 GTests: array_utils 2016-01-19 08:23:08 +11:00