|
|
c246e0c3b6
|
Prefer name 'program' over 'binary'
binary-search is confusing!
|
2015-05-06 06:34:19 +10:00 |
|
|
|
e00142bfa7
|
BLI_path: add PATH search utility functions
|
2015-05-06 06:21:16 +10:00 |
|
|
|
fca515838e
|
Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).
Makes usage of those funcs much more clear, we even had mixed '!strcmp(foo, bar)'
and 'strcmp(foo, bar) == 0' in several places...
|
2015-01-26 16:59:24 +01:00 |
|
|
|
6b655ca62c
|
Cleanup: style
|
2015-01-21 11:57:11 +11:00 |
|
|
|
77c926933b
|
cleanup: warnings
|
2015-01-06 19:09:56 +11:00 |
|
|
|
b7d053beaa
|
Cleanup: warnings & space
|
2014-11-30 19:28:59 +01:00 |
|
|
|
43fa4baa6c
|
Refactor: BLI_path_util (part 2)
Use BKE_appdir/tempdir naming prefix for functions extracted from BLI_path_util
|
2014-11-23 18:55:52 +01:00 |
|
|
|
6308c16675
|
Refactor: BLI_path_util (split out app directory access)
This module is intended for path manipulation functions
but had utility functions added to access various directories.
|
2014-11-23 18:42:18 +01:00 |
|