https://github.com/fwgs/xash3d-android-tools-stlport
STLPort extracted from android-ndk
https://github.com/fwgs/xash3d-android-tools-stlport
Last synced: 29 days ago
JSON representation
STLPort extracted from android-ndk
- Host: GitHub
- URL: https://github.com/fwgs/xash3d-android-tools-stlport
- Owner: FWGS
- License: other
- Created: 2017-04-27T15:46:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:20:10.000Z (about 9 years ago)
- Last Synced: 2025-01-14T12:29:40.200Z (over 1 year ago)
- Language: C++
- Size: 652 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.android
- License: LICENSE
Awesome Lists containing this project
README
Version: 5.2.1
Changes:
* Added _android.h included by _system.h
* Do not use linux float functions in num_get_float.cpp as Android does not
have them.
* _mbstate_t.h cannot define its own mbstate_t as bionic already defines
it.
* _pair.h needs to define bionic's (sgi's) internal pair header guard.