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
de13d0a80c
doxygen: add newline after \file
...
While \file doesn't need an argument, it can't have another doxy
command after it.
2019-02-18 08:22:12 +11:00
eef4077f18
Cleanup: remove redundant doxygen \file argument
...
Move \ingroup onto same line to be more compact and
make it clear the file is in the group.
2019-02-06 15:45:22 +11:00
65ec7ec524
Cleanup: remove redundant, invalid info from headers
...
BF-admins agree to remove header information that isn't useful,
to reduce noise.
- BEGIN/END license blocks
Developers should add non license comments as separate comment blocks.
No need for separator text.
- Contributors
This is often invalid, outdated or misleading
especially when splitting files.
It's more useful to git-blame to find out who has developed the code.
See P901 for script to perform these edits.
2019-02-02 01:36:28 +11:00
9336aef4eb
Fix T56195: Typo in BLI_array_utils.h.
2018-08-01 16:12:36 +02:00
e49d66f22c
Cleanup: typo in function name
2018-03-28 11:23:38 +02:00
a970ac5d55
BLI_array: utility to check memory is zerod
2018-03-28 11:13:54 +02:00
475b7f5a2c
BLI_array_utils: add BLI_array_rfindindex
...
Array search from back to front.
2016-06-23 11:36:49 +10:00
915e9eeff1
BLI_array_utils: helper for stepping over contiguous ranges
2016-05-02 18:49:22 +10:00
5128637d48
BLI_array_utils: add binary and/or functions
2016-01-19 08:23:05 +11:00
278ff15c7f
BLI_array: add permute utility function
2015-04-28 04:12:48 +10:00
7a977df6d4
Refactor array_utils out of BLI_array
...
BLI_array.h is for resizing array macros, where as array_utils can operate on any arrays.
2015-02-14 08:00:41 +11:00