MathFu
An open source project by
FPL.
|
Macros and variables that describe the library version. More...
Macros and variables that describe the library version.
Macros | |
#define | MATHFU_VERSION_MAJOR 1 |
Major version number of the library. More... | |
#define | MATHFU_VERSION_MINOR 1 |
Minor version number of the library. More... | |
#define | MATHFU_VERSION_REVISION 0 |
Revision number of the library. More... | |
#define | MATHFU_BUILD_OPTIONS_STRING (MATHFU_BUILD_OPTIONS_SIMD " " MATHFU_BUILD_OPTIONS_PADDING) |
String that describes the library's build configuration. | |
Variables | |
volatile const char * | kMathFuVersionString |
String which identifies the current version of MathFu. More... | |
#define MATHFU_VERSION_MAJOR 1 |
Major version number of the library.
#define MATHFU_VERSION_MINOR 1 |
Minor version number of the library.
#define MATHFU_VERSION_REVISION 0 |
Revision number of the library.
volatile const char * kMathFuVersionString |
String which identifies the current version of MathFu.
kMathFuVersionString is used by Google developers to identify which applications uploaded to Google Play are using this library. This allows the development team at Google to determine the popularity of the library. How it works: Applications that are uploaded to the Google Play Store are scanned for this version string. We track which applications are using it to measure popularity. You are free to remove it (of course) but we would appreciate if you left it in.