#
c39c9283 |
| 17-Nov-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Add get_architectures() and C++ versions
* get_architectures() returns the primary and the secondary architectures in one array. That turned out to be convenient. * Add C++ versions for get[_secon
Add get_architectures() and C++ versions
* get_architectures() returns the primary and the secondary architectures in one array. That turned out to be convenient. * Add C++ versions for get[_secondary]_architectures(), returning a BStringList.
show more ...
|
#
60b39cd7 |
| 16-Nov-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's archit
Add get_*architecture() API, extend find_path*() API
* Add get_architecture(), get_primary_architecture(), get_secondary_architectures(), guess_architecture_for_path() to get the caller's architecture, the primary architecture, all secondary architectures, or the architecture associated with a specified path respectively. * Rename the find_path*() functions to find_path*_etc() and add an optional architecture parameter. Add simplified find_path*() functions. * BPathFinder: Add FindPath[s]() versions with an architecture parameter.
show more ...
|