MathFu
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups Pages
Version Constants

Macros and variables that describe the library version. More...

Detailed Description

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...
 

Macro Definition Documentation

#define MATHFU_VERSION_MAJOR   1

Major version number of the library.

See Also
kMathFuVersionString
#define MATHFU_VERSION_MINOR   1

Minor version number of the library.

See Also
kMathFuVersionString
#define MATHFU_VERSION_REVISION   0

Revision number of the library.

See Also
kMathFuVersionString

Variable Documentation

volatile const char * kMathFuVersionString
Initial value:
=
"MathFu " MATHFU_STRING(MATHFU_VERSION_MAJOR) "." MATHFU_STRING(
#define MATHFU_VERSION_MINOR
Minor version number of the library.
Definition: utilities.h:165
#define MATHFU_VERSION_REVISION
Revision number of the library.
Definition: utilities.h:169
#define MATHFU_VERSION_MAJOR
Major version number of the library.
Definition: utilities.h:161

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.

See Also
MATHFU_VERSION_MAJOR
MATHFU_VERSION_MINOR
MATHFU_VERSION_REVISION